{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/44ocdihAYnZczjmTa25m/0EeYEBVoszkRObeuebET/Frameshare_PRINT.js", "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://ga.jspm.io/npm:@hyvor/hyvor-talk-react@0.0.2/dist/hyvor-talk-react.js", "ssg:https://framerusercontent.com/modules/VcKM64hvbPEPA8wDorgz/MjWBktma4FhwKDBFP8Hl/HyvorTalkComments.js", "ssg:https://framerusercontent.com/modules/XQjjQWjGcWZ35hlnw5dM/cSzS5HxmE06FaehTcFqK/Frameshare_VK.js", "ssg:https://framerusercontent.com/modules/gkh6NIN04zERv2o6G1Kd/2ZaWCLIUxsYpnvzr4zsE/dS1xTnuXg.js", "ssg:https://framerusercontent.com/modules/WuZNq5qPrRsHOul55lu2/8s7B7xKsQnmoT56wIvd0/J9ASoZUJf.js", "ssg:https://framerusercontent.com/modules/yt1wuRhgLibV0LxYHXvQ/MOwcZbIZTkqnAVxjBrKa/K875Rb_mj.js", "ssg:https://framerusercontent.com/modules/z80EDpohyr8LAD7Cw7AH/kXPgPk4aH6dDmdlTx8Oi/LwwW45fjV.js", "ssg:https://framerusercontent.com/modules/vihHMsdXuHfvlxiJjEnz/LH4Tuacagkgq79eQOHmi/nwsbx7H3W.js", "ssg:https://framerusercontent.com/modules/pwblKPcAyxjakUNY9sts/TJuApgTtLelfc7Q8EKeh/Oy2LjsuEP.js", "ssg:https://framerusercontent.com/modules/fFSIWhfPVXt4nTx9vBiY/wRPRdSmuPWNyNi4Oggcd/p_F_GHxTR.js", "ssg:https://framerusercontent.com/modules/2uYY1zEd7cbtGTbDtjb4/nEml3WKv2tgviV6HkSw9/pRtAzNqCm.js", "ssg:https://framerusercontent.com/modules/jFqQYDvI1HuNZsykAWMQ/FHm3ypXce0UKhPnwAMyM/sGhFjQN1f.js", "ssg:https://framerusercontent.com/modules/MGixkV717rYYfZaBclvg/Pc3BONqdgWoPlZS0vkJZ/u9Np4rVrr.js", "ssg:https://framerusercontent.com/modules/iIaFxsFlTDPHzR0Z9rz0/TH5tZH4WDwfz5zNJkDT2/uVB7YGv73.js", "ssg:https://framerusercontent.com/modules/SyLBhFAP5GFoiiixVgt8/OWWD1cfWR7cUoQrtO9kh/XwYRyhgYs.js", "ssg:https://framerusercontent.com/modules/5K4UHyw47Sa5lMnH72KX/7V3jEspWql04ZptdZOkQ/w_fRZ6sfh.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 */// Print Share Button Component\nexport default function PrintShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#09090b\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{window.print();};// Default Print icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 256 256\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Print\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M240,96v80a8,8,0,0,1-8,8H200v32a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V184H24a8,8,0,0,1-8-8V96c0-13.23,11.36-24,25.33-24H56V40a8,8,0,0,1,8-8H192a8,8,0,0,1,8,8V72h14.67C228.64,72,240,82.77,240,96ZM72,72H184V48H72Zm112,88H72v48H184Zm16-44a12,12,0,1,0-12,12A12,12,0,0,0,200,116Z\"})]});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:\"Print icon\"}):defaultIcon});}addPropertyControls(PrintShareButton,{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\":\"PrintShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_PRINT.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 */// 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 t,{useRef as e,useEffect as n}from\"react\";function d(t){if(document.querySelector(`script[src=\"${t}\"]`))return;const e=document.createElement(\"script\");e.src=t,e.async=!0,e.type=\"module\",document.head.appendChild(e)}const o=[\"loaded\",\"comment:published\",\"comment:edited\",\"comment:deleted\",\"comment:voted\",\"comment:flagged\",\"reaction\",\"rating\",\"auth:login:clicked\"];function f(t,e,n){d(\"https://talk.hyvor.com/embed/embed.js\"),customElements.whenDefined(\"hyvor-talk-comments\").then((()=>{const c=document.createElement(\"hyvor-talk-comments\");for(const[e,n]of Object.entries(t))void 0!==n&&(\"settings\"===e||\"translations\"===e?c[e]=n:c.setAttribute(e,n));o.forEach((t=>{c.addEventListener(t,(e=>{n(t,e.detail)}))})),e.innerHTML=\"\",e.appendChild(c)}))}function h(t={},e=null){customElements.whenDefined(\"hyvor-talk-comment-count\").then((()=>{window.hyvorTalkCommentCounts.load(t,e)}))}function p(t){d(\"https://talk.hyvor.com/embed/comment-counts.js\"),\"manual\"!==t.loading&&h()}function y(o){const c=e(null),{on:m,...r}=o;return n((()=>{f(r,c.current,((t,e)=>{var n;const c=null==(n=o.on)?void 0:n[t];c&&\"function\"==typeof c&&c(e)}))}),[]),t.createElement(\"div\",{ref:c})}function k(e){return n((()=>p(e)),[]),t.createElement(\"hyvor-talk-comment-count\",{...e})}export{k as CommentCount,y as Comments,h as loadCommentCounts};\n\n//# sourceMappingURL=hyvor-talk-react.js.map", "// Welcome to Code in Framer\n// Get Started: https://www.framer.com/developers/\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{Comments}from\"@hyvor/hyvor-talk-react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth fixed\n * @framerIntrinsicWidth 700\n * @framerSupportedLayoutHeight auto\n */export default function HyvorTalkComments(props){// This is a React component containing an Example component\n// - Replace <Example /> with your own code\n// - Find inspiration: https://www.framer.com/developers/\nreturn /*#__PURE__*/_jsx(\"div\",{style:containerStyle,children:/*#__PURE__*/_jsx(Comments,{\"website-id\":props.websiteId})});}// Styles are written in object syntax\n// Learn more: https://reactjs.org/docs/dom-elements.html#style\nconst containerStyle={width:\"100%\",height:\"100%\",maxWidth:\"100%\",display:\"block\",overflow:\"hidden\",padding:10};addPropertyControls(HyvorTalkComments,{websiteId:{title:\"Website ID\",type:ControlType.String,description:\"Visit [Hyvor Talk Console](https://talk.hyvor.com/console) to get a website ID\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HyvorTalkComments\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"700\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HyvorTalkComments.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", "// Generated by Framer (6d82f59)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-6Tw38 .framer-styles-preset-11nvl05:not(.rich-text-wrapper), .framer-6Tw38 .framer-styles-preset-11nvl05.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #de641d; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #f37329; --framer-link-text-decoration: none; }\"];export const className=\"framer-6Tw38\";\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 (e1a43d5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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-iGZam .framer-styles-preset-1gt03h0:not(.rich-text-wrapper), .framer-iGZam .framer-styles-preset-1gt03h0.rich-text-wrapper h5 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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: 700; --framer-letter-spacing: 0em; --framer-line-height: 115%; --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-iGZam\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-black\",\"FS;Raleway-black italic\",\"FS;Raleway-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJJGVXQO37S4NAEMT2EYO62OMGKWDT72/2OQ65C2JNXC57E7TCYUOCT4BOOQ2XN7Z/E6U6PRBKUYLVGTL6XB4HRMB7HFSZD7ZT.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KIPB2324Y3YBZQYOYSMGQEUPDCHY4D7W/QQNBI4KYGM2NKNSISOFFIGJ5CA5Y2YQ7/D5T753TSN2TUHBVLW4ATFKVPG23HIJRD.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ODEMBGDPTNK472UNO7UUPFXYIQPGVPL6/VQVYXZQAVPOLZRNIK4ENCJHE2D2JCS2K/FBIGB7VNWACHJRJRPVTJXJXHBH47XXJI.woff2\",weight:\"600\"}]}];export const css=['.framer-F4PG7 .framer-styles-preset-18zq4db:not(.rich-text-wrapper), .framer-F4PG7 .framer-styles-preset-18zq4db.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway 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: 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-F4PG7\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-bold\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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-dFiqy .framer-styles-preset-lygis8:not(.rich-text-wrapper), .framer-dFiqy .framer-styles-preset-lygis8.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --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: 700; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 120%; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --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-dFiqy\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-black\",\"FS;Raleway-black italic\",\"FS;Raleway-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJJGVXQO37S4NAEMT2EYO62OMGKWDT72/2OQ65C2JNXC57E7TCYUOCT4BOOQ2XN7Z/E6U6PRBKUYLVGTL6XB4HRMB7HFSZD7ZT.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KIPB2324Y3YBZQYOYSMGQEUPDCHY4D7W/QQNBI4KYGM2NKNSISOFFIGJ5CA5Y2YQ7/D5T753TSN2TUHBVLW4ATFKVPG23HIJRD.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ODEMBGDPTNK472UNO7UUPFXYIQPGVPL6/VQVYXZQAVPOLZRNIK4ENCJHE2D2JCS2K/FBIGB7VNWACHJRJRPVTJXJXHBH47XXJI.woff2\",weight:\"600\"}]}];export const css=['.framer-MfnWq .framer-styles-preset-8wsua7:not(.rich-text-wrapper), .framer-MfnWq .framer-styles-preset-8wsua7.rich-text-wrapper h6 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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: 0em; --framer-line-height: 125%; --framer-paragraph-spacing: 20px; --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; --framer-text-wrap: balance; }'];export const className=\"framer-MfnWq\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"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\"},{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\"}]}];export const css=['.framer-9zzUN .framer-styles-preset-tre3a4:not(.rich-text-wrapper), .framer-9zzUN .framer-styles-preset-tre3a4.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 810px) and (min-width: 810px) { .framer-9zzUN .framer-styles-preset-tre3a4:not(.rich-text-wrapper), .framer-9zzUN .framer-styles-preset-tre3a4.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-9zzUN .framer-styles-preset-tre3a4:not(.rich-text-wrapper), .framer-9zzUN .framer-styles-preset-tre3a4.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --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: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --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-9zzUN\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Italic\",\"Inter-BoldItalic\",\"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:\"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-3t5w0 .framer-styles-preset-7ruitw:not(.rich-text-wrapper), .framer-3t5w0 .framer-styles-preset-7ruitw.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: 18px; --framer-blockquote-font-style: italic; --framer-blockquote-font-style-bold: italic; --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.4em; --framer-blockquote-paragraph-spacing: 16px; --framer-blockquote-text-color: #5e5e5e; --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 18px; position: relative; }','.framer-3t5w0 .framer-styles-preset-7ruitw:not(.rich-text-wrapper)::before, .framer-3t5w0 .framer-styles-preset-7ruitw.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-3t5w0\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-black\",\"FS;Raleway-black italic\",\"FS;Raleway-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJJGVXQO37S4NAEMT2EYO62OMGKWDT72/2OQ65C2JNXC57E7TCYUOCT4BOOQ2XN7Z/E6U6PRBKUYLVGTL6XB4HRMB7HFSZD7ZT.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KIPB2324Y3YBZQYOYSMGQEUPDCHY4D7W/QQNBI4KYGM2NKNSISOFFIGJ5CA5Y2YQ7/D5T753TSN2TUHBVLW4ATFKVPG23HIJRD.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ODEMBGDPTNK472UNO7UUPFXYIQPGVPL6/VQVYXZQAVPOLZRNIK4ENCJHE2D2JCS2K/FBIGB7VNWACHJRJRPVTJXJXHBH47XXJI.woff2\",weight:\"600\"}]}];export const css=['.framer-QdHct .framer-styles-preset-152urws:not(.rich-text-wrapper), .framer-QdHct .framer-styles-preset-152urws.rich-text-wrapper h4 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway 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-QdHct\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1a43d5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.woff2\",weight:\"700\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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-Yhecu .framer-styles-preset-ikbpri:not(.rich-text-wrapper), .framer-Yhecu .framer-styles-preset-ikbpri.rich-text-wrapper h1 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 36px; --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: 105%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --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-Yhecu\";\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 (a793b9c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-cJGQB .framer-styles-preset-1nvjpq2 {  }\"];export const className=\"framer-cJGQB\";\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 (ae50a0d)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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-bn8P1 .framer-styles-preset-n9ipiz:not(.rich-text-wrapper), .framer-bn8P1 .framer-styles-preset-n9ipiz.rich-text-wrapper h1 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --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: 700; --framer-letter-spacing: 0em; --framer-line-height: 115%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --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-bn8P1\";\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 (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper), .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-color: rgba(153, 153, 153, 0.25); border-style: solid; border-top-left-radius: 8px; border-top-right-radius: 8px; border-width: 1px; overflow: hidden; }\",\".framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) th, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table th, .framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) td, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table td { padding: 10px; }\",\".framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) th, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table th { background-color: rgba(153, 153, 153, 0.1); }\",\".framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) tr + tr td, .framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) tr + tr th, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table tr + tr td, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table tr + tr th { border-top-color: rgba(153, 153, 153, 0.25); border-top-style: solid; border-top-width: 1px; }\",\".framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) td + td, .framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) th + th, .framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) td + th, .framer-GLFhj .framer-styles-preset-4b4wi3:not(.rich-text-wrapper) th + td, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table td + td, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table th + th, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table td + th, .framer-GLFhj .framer-styles-preset-4b4wi3.rich-text-wrapper table th + td { border-left-color: rgba(153, 153, 153, 0.25); border-left-style: solid; border-left-width: 1px; }\"];export const className=\"framer-GLFhj\";\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 (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import PrintShareButton from\"https://framerusercontent.com/modules/44ocdihAYnZczjmTa25m/0EeYEBVoszkRObeuebET/Frameshare_PRINT.js\";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 HyvorTalkComments from\"https://framerusercontent.com/modules/VcKM64hvbPEPA8wDorgz/MjWBktma4FhwKDBFP8Hl/HyvorTalkComments.js\";import VKShareButton from\"https://framerusercontent.com/modules/XQjjQWjGcWZ35hlnw5dM/cSzS5HxmE06FaehTcFqK/Frameshare_VK.js\";import SectionSubscribe from\"#framer/local/canvasComponent/lRFpxvn2V/lRFpxvn2V.js\";import Navigation from\"#framer/local/canvasComponent/RxyHZWkZB/RxyHZWkZB.js\";import Catalog from\"#framer/local/collection/jEMoxk5Gr/jEMoxk5Gr.js\";import Post from\"#framer/local/collection/V6vf29OWp/V6vf29OWp.js\";import*as sharedStyle8 from\"#framer/local/css/dS1xTnuXg/dS1xTnuXg.js\";import*as sharedStyle5 from\"#framer/local/css/J9ASoZUJf/J9ASoZUJf.js\";import*as sharedStyle2 from\"#framer/local/css/K875Rb_mj/K875Rb_mj.js\";import*as sharedStyle3 from\"#framer/local/css/LwwW45fjV/LwwW45fjV.js\";import*as sharedStyle6 from\"#framer/local/css/nwsbx7H3W/nwsbx7H3W.js\";import*as sharedStyle7 from\"#framer/local/css/Oy2LjsuEP/Oy2LjsuEP.js\";import*as sharedStyle9 from\"#framer/local/css/p_F_GHxTR/p_F_GHxTR.js\";import*as sharedStyle4 from\"#framer/local/css/pRtAzNqCm/pRtAzNqCm.js\";import*as sharedStyle12 from\"#framer/local/css/s00CCaGWt/s00CCaGWt.js\";import*as sharedStyle from\"#framer/local/css/sGhFjQN1f/sGhFjQN1f.js\";import*as sharedStyle11 from\"#framer/local/css/u9Np4rVrr/u9Np4rVrr.js\";import*as sharedStyle1 from\"#framer/local/css/uVB7YGv73/uVB7YGv73.js\";import*as sharedStyle10 from\"#framer/local/css/XwYRyhgYs/XwYRyhgYs.js\";import metadataProvider from\"#framer/local/webPageMetadata/w_fRZ6sfh/w_fRZ6sfh.js\";const TelegramShareButtonFonts=getFonts(TelegramShareButton);const WhatsappShareButtonFonts=getFonts(WhatsappShareButton);const VKShareButtonFonts=getFonts(VKShareButton);const CopyShareButtonFonts=getFonts(CopyShareButton);const PrintShareButtonFonts=getFonts(PrintShareButton);const HyvorTalkCommentsFonts=getFonts(HyvorTalkComments);const SectionSubscribeFonts=getFonts(SectionSubscribe);const NavigationFonts=getFonts(Navigation);const breakpoints={BKw_GR97H:\"(min-width: 810px) and (max-width: 1199px)\",MPYsZJGdS:\"(min-width: 1200px)\",qA9PcqU2m:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NH2LL\";const variantClassNames={BKw_GR97H:\"framer-v-wsik5a\",MPYsZJGdS:\"framer-v-1j2dkox\",qA9PcqU2m:\"framer-v-10i2ib5\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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 suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"MPYsZJGdS\",Phone:\"qA9PcqU2m\",Tablet:\"BKw_GR97H\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MPYsZJGdS\"};};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:\"w_fRZ6sfh\",data:Post,type:\"Collection\"},select:[{collection:\"w_fRZ6sfh\",name:\"OTGGJT3eU\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"cCtJEMii8\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"p9WVMUoXK\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"wV7gZ3rbh\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"YEOblFLwE\",type:\"Identifier\"},{alias:\"a7uB5uUh2\",arguments:[{from:{alias:\"a7uB5uUh2\",data:Catalog,type:\"Collection\"},orderBy:[{arguments:[{collection:\"w_fRZ6sfh\",name:\"a7uB5uUh2\",type:\"Identifier\"},{collection:\"a7uB5uUh2\",name:\"id\",type:\"Identifier\"}],functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"a7uB5uUh2\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"a7uB5uUh2\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{collection:\"w_fRZ6sfh\",name:\"a7uB5uUh2\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"FLAT_ARRAY\",type:\"FunctionCall\"},{collection:\"w_fRZ6sfh\",name:\"Jaeyn_OlT\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"URCm87HJq\",type:\"Identifier\"},{collection:\"w_fRZ6sfh\",name:\"eCFMD9fvG\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"w_fRZ6sfh\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,OTGGJT3eU=getFromCurrentRouteData(\"OTGGJT3eU\"),SSl_IIgGqA9SaDgEH9,eABAxQyH6A9SaDgEH9,idA9SaDgEH9,a7uB5uUh2=getFromCurrentRouteData(\"a7uB5uUh2\"),cCtJEMii8=getFromCurrentRouteData(\"cCtJEMii8\")??\"\",wV7gZ3rbh=getFromCurrentRouteData(\"wV7gZ3rbh\"),YEOblFLwE=getFromCurrentRouteData(\"YEOblFLwE\")??\"\",Jaeyn_OlT=getFromCurrentRouteData(\"Jaeyn_OlT\")??\"\",eCFMD9fvG=getFromCurrentRouteData(\"eCFMD9fvG\")??\"\",p9WVMUoXKGTz5g8QOo,OTGGJT3eUGTz5g8QOo,cCtJEMii8GTz5g8QOo,idGTz5g8QOo,p9WVMUoXK=getFromCurrentRouteData(\"p9WVMUoXK\")??\"\",...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=suffix(toDateString(wV7gZ3rbh,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),\" \u0432 \");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"qA9PcqU2m\")return false;return true;};const elementId=useRouteElementId(\"WXMxH8m9n\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MPYsZJGdS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 252, 247); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1j2dkox\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pz9hh4\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y9vz2v\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rDn1JScNR\"},motionChild:true,nodeId:\"HNbOKxdyR\",openInNewTab:false,scopeId:\"w_fRZ6sfh\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1eno8nz framer-1eeqhhz\",\"data-framer-name\":\"button\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/X5Gm0SCYuuBEiIpvNsSEMKjFrO0.svg\"},className:\"framer-u2dfmm\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(72, 51, 255)\"},children:\"\u0412\u0441\u0435 \u043D\u043E\u0432\u043E\u0441\u0442\u0438\"})}),className:\"framer-1ctlfre\",fonts:[\"FS;Raleway-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-162sa7d\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKw_GR97H:{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 900px) - 48px) * 0.3)`,...toResponsiveImage(OTGGJT3eU)}},qA9PcqU2m:{background:{alt:\"\",fit:\"fill\",sizes:`min(${componentViewport?.width||\"100vw\"}, 900px)`,...toResponsiveImage(OTGGJT3eU)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 900px) * 0.3)`,...toResponsiveImage(OTGGJT3eU)},className:\"framer-rnbdzk\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m1dadd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xzr8b5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"A9SaDgEH9\",data:Catalog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},orderBy:[{arguments:[{type:\"LiteralValue\",value:a7uB5uUh2},{collection:\"A9SaDgEH9\",name:\"id\",type:\"Identifier\"}],direction:\"asc\",functionName:\"INDEX_OF\",type:\"FunctionCall\"}],select:[{collection:\"A9SaDgEH9\",name:\"SSl_IIgGq\",type:\"Identifier\"},{collection:\"A9SaDgEH9\",name:\"eABAxQyH6\",type:\"Identifier\"},{collection:\"A9SaDgEH9\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"A9SaDgEH9\",name:\"id\",type:\"Identifier\"},operator:\"in\",right:{type:\"LiteralValue\",value:a7uB5uUh2},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({eABAxQyH6:eABAxQyH6A9SaDgEH9,id:idA9SaDgEH9,SSl_IIgGq:SSl_IIgGqA9SaDgEH9},index)=>{SSl_IIgGqA9SaDgEH9??=\"\";eABAxQyH6A9SaDgEH9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`A9SaDgEH9-${idA9SaDgEH9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{SSl_IIgGq:SSl_IIgGqA9SaDgEH9},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{SSl_IIgGq:SSl_IIgGqA9SaDgEH9},webPageId:\"wK6AyPpZD\"},motionChild:true,nodeId:\"oCoW1UEPm\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1prms0j framer-1eeqhhz\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5k1mlp\",\"data-framer-name\":\"topic\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qA9PcqU2m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 38, 38)\"},children:\"\u0410\u0433\u0440\u043E\u043D\u043E\u0432\u043E\u0441\u0442\u0438 \u0420\u0424\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(38, 38, 38)\"},children:\"\u0410\u0433\u0440\u043E\u043D\u043E\u0432\u043E\u0441\u0442\u0438 \u0420\u0424\"})}),className:\"framer-a5en7u\",\"data-framer-name\":\"category\",fonts:[\"FS;Raleway-semibold\"],text:eABAxQyH6A9SaDgEH9,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/3JAygd4OuL6YyC1yFcRIU5ACirE.svg\"},className:\"framer-1uhtsg4\"})]})})})})},idA9SaDgEH9);})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w91m0y\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKw_GR97H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-n9ipiz\",\"data-styles-preset\":\"uVB7YGv73\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"\u0420\u0424 \u043F\u043E\u0441\u043B\u0435 \u043F\u0430\u0443\u0437\u044B \u0432 \u043E\u0434\u0438\u043D \u0434\u0435\u043D\u044C \u043F\u0440\u043E\u0434\u0430\u043B\u0430 \u0438\u0437 \u0433\u043E\u0441\u0444\u043E\u043D\u0434\u0430 2,7 \u0442\u044B\u0441. \u0442\u043E\u043D\u043D \u0437\u0435\u0440\u043D\u0430\"})})},qA9PcqU2m:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1ib2xk\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"115%\",\"--framer-text-alignment\":\"left\"},children:\"\u0420\u0424 \u043F\u043E\u0441\u043B\u0435 \u043F\u0430\u0443\u0437\u044B \u0432 \u043E\u0434\u0438\u043D \u0434\u0435\u043D\u044C \u043F\u0440\u043E\u0434\u0430\u043B\u0430 \u0438\u0437 \u0433\u043E\u0441\u0444\u043E\u043D\u0434\u0430 2,7 \u0442\u044B\u0441. \u0442\u043E\u043D\u043D \u0437\u0435\u0440\u043D\u0430\"})}),fonts:[\"FS;Raleway-bold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-ikbpri\",\"data-styles-preset\":\"sGhFjQN1f\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"\u0420\u0424 \u043F\u043E\u0441\u043B\u0435 \u043F\u0430\u0443\u0437\u044B \u0432 \u043E\u0434\u0438\u043D \u0434\u0435\u043D\u044C \u043F\u0440\u043E\u0434\u0430\u043B\u0430 \u0438\u0437 \u0433\u043E\u0441\u0444\u043E\u043D\u0434\u0430 2,7 \u0442\u044B\u0441. \u0442\u043E\u043D\u043D \u0437\u0435\u0440\u043D\u0430\"})}),className:\"framer-atjems\",\"data-framer-name\":\"title\",fonts:[\"Inter\"],text:cCtJEMii8,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-scem20\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rnk5xj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Mar 11, 2025 \u0432 \"})}),className:\"framer-64ltvs\",\"data-framer-name\":\"category\",fonts:[\"Inter-Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"15:00\"})}),className:\"framer-vf1z2v\",\"data-framer-name\":\"category\",fonts:[\"Inter-Medium\"],text:YEOblFLwE,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"\u2022\"})}),className:\"framer-em1q4r hidden-10i2ib5\",\"data-framer-name\":\"category\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qA9PcqU2m:{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\":\"140%\",\"--framer-text-alignment\":\"left\"},children:\"\u0410\u0433\u0440\u043E\u044D\u043A\u0441\u043F\u0435\u0440\u0442\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,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\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"\u0410\u0433\u0440\u043E\u044D\u043A\u0441\u043F\u0435\u0440\u0442\"})}),className:\"framer-1jrwlcx\",\"data-framer-name\":\"category\",fonts:[\"Inter-Medium\"],text:Jaeyn_OlT,verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yblxu8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:eCFMD9fvG,className:\"framer-azckx\",fonts:[\"FS;Raleway-semibold\"],stylesPresetsClassNames:{a:\"framer-styles-preset-11nvl05\",blockquote:\"framer-styles-preset-7ruitw\",h1:\"framer-styles-preset-n9ipiz\",h2:\"framer-styles-preset-18zq4db\",h3:\"framer-styles-preset-lygis8\",h4:\"framer-styles-preset-152urws\",h5:\"framer-styles-preset-1gt03h0\",h6:\"framer-styles-preset-8wsua7\",img:\"framer-styles-preset-1nvjpq2\",p:\"framer-styles-preset-tre3a4\",table:\"framer-styles-preset-4b4wi3\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i6qm66\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(89, 89, 89)\"},children:\"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0441\u0442\u0430\u0442\u044C\u0451\u0439:\"})}),className:\"framer-f7x9xe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-39owhy\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f6hc6d-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MMI_MvrNB\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(TelegramShareButton,{backgroundColor:\"rgb(38, 165, 228)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"MMI_MvrNB\",layoutId:\"MMI_MvrNB\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hbrk4g-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qV7PKdzWe\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(WhatsappShareButton,{backgroundColor:\"rgb(37, 211, 102)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"qV7PKdzWe\",layoutId:\"qV7PKdzWe\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5rb60x-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"nZxq_M65Z\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(VKShareButton,{backgroundColor:\"rgb(0, 119, 255)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"nZxq_M65Z\",layoutId:\"nZxq_M65Z\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uy2wg-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u5kKX1q8Y\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(CopyShareButton,{backgroundColor:\"rgb(9, 9, 11)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"u5kKX1q8Y\",layoutId:\"u5kKX1q8Y\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2g54yt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ltdIlhNyP\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(PrintShareButton,{backgroundColor:\"rgb(9, 9, 11)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"filled\",height:\"100%\",iconSize:24,id:\"ltdIlhNyP\",layoutId:\"ltdIlhNyP\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13slksa-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aBmkqRfUJ\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(HyvorTalkComments,{height:\"100%\",id:\"aBmkqRfUJ\",layoutId:\"aBmkqRfUJ\",style:{width:\"100%\"},websiteId:\"11326\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ohjlah\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1udacyt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-lib3m2\",\"data-styles-preset\":\"s00CCaGWt\",children:\"\u041F\u043E\u043F\u0443\u043B\u044F\u0440\u043D\u044B\u0435 \u043D\u043E\u0432\u043E\u0441\u0442\u0438\"})}),className:\"framer-1d6be3u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j2hh2k\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"GTz5g8QOo\",data:Post,type:\"Collection\"},limit:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"GTz5g8QOo\",direction:\"desc\",name:\"WzBqgeeTr\",type:\"Identifier\"},{collection:\"GTz5g8QOo\",direction:\"desc\",name:\"YEOblFLwE\",type:\"Identifier\"}],select:[{collection:\"GTz5g8QOo\",name:\"p9WVMUoXK\",type:\"Identifier\"},{collection:\"GTz5g8QOo\",name:\"OTGGJT3eU\",type:\"Identifier\"},{collection:\"GTz5g8QOo\",name:\"cCtJEMii8\",type:\"Identifier\"},{collection:\"GTz5g8QOo\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{arguments:[{collection:\"GTz5g8QOo\",name:\"p9WVMUoXK\",type:\"Identifier\"},{type:\"LiteralValue\",value:p9WVMUoXK}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({cCtJEMii8:cCtJEMii8GTz5g8QOo,id:idGTz5g8QOo,OTGGJT3eU:OTGGJT3eUGTz5g8QOo,p9WVMUoXK:p9WVMUoXKGTz5g8QOo},index1)=>{p9WVMUoXKGTz5g8QOo??=\"\";cCtJEMii8GTz5g8QOo??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`GTz5g8QOo-${idGTz5g8QOo}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{p9WVMUoXK:p9WVMUoXKGTz5g8QOo},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{p9WVMUoXK:p9WVMUoXKGTz5g8QOo},webPageId:\"w_fRZ6sfh\"},motionChild:true,nodeId:\"JhsfTWDBF\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-5pst13 framer-1eeqhhz\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(OTGGJT3eUGTz5g8QOo)},className:\"framer-1sn0oxp\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKw_GR97H:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"120%\"},children:\"\u0412 \u043F\u0440\u043E\u0448\u043B\u043E\u043C \u0433\u043E\u0434\u0443 \u0422\u0443\u0440\u0446\u0438\u044F \u0441\u043E\u043A\u0440\u0430\u0442\u0438\u043B\u0430 \u0438\u043C\u043F\u043E\u0440\u0442 \u0440\u043E\u0441\u0441\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u0437\u0435\u0440\u043D\u0430 \u043D\u0430 45%\"})})},qA9PcqU2m:{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-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\"},children:\"\u0412 \u043F\u0440\u043E\u0448\u043B\u043E\u043C \u0433\u043E\u0434\u0443 \u0422\u0443\u0440\u0446\u0438\u044F \u0441\u043E\u043A\u0440\u0430\u0442\u0438\u043B\u0430 \u0438\u043C\u043F\u043E\u0440\u0442 \u0440\u043E\u0441\u0441\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u0437\u0435\u0440\u043D\u0430 \u043D\u0430 45%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\"},children:\"\u0412 \u043F\u0440\u043E\u0448\u043B\u043E\u043C \u0433\u043E\u0434\u0443 \u0422\u0443\u0440\u0446\u0438\u044F \u0441\u043E\u043A\u0440\u0430\u0442\u0438\u043B\u0430 \u0438\u043C\u043F\u043E\u0440\u0442 \u0440\u043E\u0441\u0441\u0438\u0439\u0441\u043A\u043E\u0433\u043E \u0437\u0435\u0440\u043D\u0430 \u043D\u0430 45%\"})}),className:\"framer-9tg4z0\",\"data-framer-name\":\"title\",fonts:[\"Inter-Medium\"],text:cCtJEMii8GTz5g8QOo,verticalAlignment:\"top\",withExternalLayout:true})})]})})})},idGTz5g8QOo);})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10vts8v\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rDn1JScNR\"},motionChild:true,nodeId:\"rPQc2OKg8\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-slorsq framer-1eeqhhz\",\"data-framer-name\":\"button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1ib2xk\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(92, 3, 250)\"},children:\"\u0421\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0432\u0441\u0435 \u043D\u043E\u0432\u043E\u0441\u0442\u0438\"})}),className:\"framer-f4tm6l\",fonts:[\"FS;Raleway-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:342,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-138146k-container\",id:elementId,nodeId:\"WXMxH8m9n\",ref:ref1,scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKw_GR97H:{variant:\"AI208_1JA\"},qA9PcqU2m:{variant:\"aAzmJ3oij\"}},children:/*#__PURE__*/_jsx(SectionSubscribe,{height:\"100%\",id:\"WXMxH8m9n\",layoutId:\"WXMxH8m9n\",style:{height:\"100%\",width:\"100%\"},variant:\"L6wKvyoR0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hgbvi8-container\",layoutScroll:true,nodeId:\"IkLw8y5ZU\",scopeId:\"w_fRZ6sfh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKw_GR97H:{variant:\"JBZaaMYpA\"},qA9PcqU2m:{variant:\"JBZaaMYpA\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"IkLw8y5ZU\",layoutId:\"IkLw8y5ZU\",style:{width:\"100%\"},variant:\"m5IFVrGbX\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NH2LL.framer-1eeqhhz, .framer-NH2LL .framer-1eeqhhz { display: block; }\",\".framer-NH2LL.framer-1j2dkox { align-content: center; align-items: center; background-color: #fffcf7; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 90px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-NH2LL .framer-pz9hh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1y9vz2v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-start; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1eno8nz { 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: row; flex-wrap: nowrap; gap: 8px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NH2LL .framer-u2dfmm { flex: none; height: 18px; position: relative; width: 14px; }\",\".framer-NH2LL .framer-1ctlfre, .framer-NH2LL .framer-f7x9xe, .framer-NH2LL .framer-f4tm6l { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NH2LL .framer-162sa7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-rnbdzk { align-self: stretch; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: auto; position: relative; width: 30%; }\",\".framer-NH2LL .framer-m1dadd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 1px; }\",\".framer-NH2LL .framer-1xzr8b5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1prms0j { 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; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NH2LL .framer-5k1mlp { align-content: center; align-items: center; background: linear-gradient(109deg, #ff9d40 -1.3513513513513513%, rgb(255, 217, 64) 100%); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.25), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.22245), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0875); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 4px 8px 4px 8px; position: relative; width: min-content; }\",\".framer-NH2LL .framer-a5en7u, .framer-NH2LL .framer-64ltvs, .framer-NH2LL .framer-vf1z2v, .framer-NH2LL .framer-1jrwlcx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NH2LL .framer-1uhtsg4 { flex: none; height: 19px; position: relative; width: 14px; }\",\".framer-NH2LL .framer-w91m0y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-atjems { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NH2LL .framer-scem20 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1rnk5xj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NH2LL .framer-em1q4r { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 15px; word-break: break-word; word-wrap: break-word; }\",\".framer-NH2LL .framer-1yblxu8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 900px; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-azckx { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NH2LL .framer-1i6qm66 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-39owhy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NH2LL .framer-f6hc6d-container, .framer-NH2LL .framer-1hbrk4g-container, .framer-NH2LL .framer-5rb60x-container, .framer-NH2LL .framer-uy2wg-container, .framer-NH2LL .framer-2g54yt-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NH2LL .framer-13slksa-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-NH2LL .framer-ohjlah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1udacyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 900px; opacity: 0.8; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-1d6be3u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NH2LL .framer-j2hh2k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1000px; padding: 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-5pst13 { 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; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-NH2LL .framer-1sn0oxp { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 41px); position: relative; width: 40px; }\",\".framer-NH2LL .framer-9tg4z0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-NH2LL .framer-10vts8v { 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: 900px; overflow: hidden; padding: 24px 0px 90px 0px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-slorsq { 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: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 321px; }\",\".framer-NH2LL .framer-138146k-container { flex: none; height: 342px; position: relative; width: 100%; }\",\".framer-NH2LL .framer-hgbvi8-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NH2LL.framer-1j2dkox, .framer-NH2LL .framer-pz9hh4, .framer-NH2LL .framer-1y9vz2v, .framer-NH2LL .framer-1eno8nz, .framer-NH2LL .framer-162sa7d, .framer-NH2LL .framer-m1dadd, .framer-NH2LL .framer-1xzr8b5, .framer-NH2LL .framer-1prms0j, .framer-NH2LL .framer-5k1mlp, .framer-NH2LL .framer-w91m0y, .framer-NH2LL .framer-scem20, .framer-NH2LL .framer-1rnk5xj, .framer-NH2LL .framer-1yblxu8, .framer-NH2LL .framer-1i6qm66, .framer-NH2LL .framer-39owhy, .framer-NH2LL .framer-ohjlah, .framer-NH2LL .framer-1udacyt, .framer-NH2LL .framer-j2hh2k, .framer-NH2LL .framer-5pst13, .framer-NH2LL .framer-10vts8v, .framer-NH2LL .framer-slorsq { gap: 0px; } .framer-NH2LL.framer-1j2dkox > *, .framer-NH2LL .framer-pz9hh4 > *, .framer-NH2LL .framer-m1dadd > *, .framer-NH2LL .framer-1yblxu8 > *, .framer-NH2LL .framer-1udacyt > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NH2LL.framer-1j2dkox > :first-child, .framer-NH2LL .framer-pz9hh4 > :first-child, .framer-NH2LL .framer-m1dadd > :first-child, .framer-NH2LL .framer-w91m0y > :first-child, .framer-NH2LL .framer-1yblxu8 > :first-child, .framer-NH2LL .framer-ohjlah > :first-child, .framer-NH2LL .framer-1udacyt > :first-child, .framer-NH2LL .framer-j2hh2k > :first-child { margin-top: 0px; } .framer-NH2LL.framer-1j2dkox > :last-child, .framer-NH2LL .framer-pz9hh4 > :last-child, .framer-NH2LL .framer-m1dadd > :last-child, .framer-NH2LL .framer-w91m0y > :last-child, .framer-NH2LL .framer-1yblxu8 > :last-child, .framer-NH2LL .framer-ohjlah > :last-child, .framer-NH2LL .framer-1udacyt > :last-child, .framer-NH2LL .framer-j2hh2k > :last-child { margin-bottom: 0px; } .framer-NH2LL .framer-1y9vz2v > *, .framer-NH2LL .framer-162sa7d > *, .framer-NH2LL .framer-1prms0j > *, .framer-NH2LL .framer-1i6qm66 > *, .framer-NH2LL .framer-39owhy > *, .framer-NH2LL .framer-5pst13 > *, .framer-NH2LL .framer-10vts8v > *, .framer-NH2LL .framer-slorsq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NH2LL .framer-1y9vz2v > :first-child, .framer-NH2LL .framer-1eno8nz > :first-child, .framer-NH2LL .framer-162sa7d > :first-child, .framer-NH2LL .framer-1xzr8b5 > :first-child, .framer-NH2LL .framer-1prms0j > :first-child, .framer-NH2LL .framer-5k1mlp > :first-child, .framer-NH2LL .framer-scem20 > :first-child, .framer-NH2LL .framer-1rnk5xj > :first-child, .framer-NH2LL .framer-1i6qm66 > :first-child, .framer-NH2LL .framer-39owhy > :first-child, .framer-NH2LL .framer-5pst13 > :first-child, .framer-NH2LL .framer-10vts8v > :first-child, .framer-NH2LL .framer-slorsq > :first-child { margin-left: 0px; } .framer-NH2LL .framer-1y9vz2v > :last-child, .framer-NH2LL .framer-1eno8nz > :last-child, .framer-NH2LL .framer-162sa7d > :last-child, .framer-NH2LL .framer-1xzr8b5 > :last-child, .framer-NH2LL .framer-1prms0j > :last-child, .framer-NH2LL .framer-5k1mlp > :last-child, .framer-NH2LL .framer-scem20 > :last-child, .framer-NH2LL .framer-1rnk5xj > :last-child, .framer-NH2LL .framer-1i6qm66 > :last-child, .framer-NH2LL .framer-39owhy > :last-child, .framer-NH2LL .framer-5pst13 > :last-child, .framer-NH2LL .framer-10vts8v > :last-child, .framer-NH2LL .framer-slorsq > :last-child { margin-right: 0px; } .framer-NH2LL .framer-1eno8nz > *, .framer-NH2LL .framer-1xzr8b5 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-NH2LL .framer-5k1mlp > *, .framer-NH2LL .framer-1rnk5xj > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-NH2LL .framer-w91m0y > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-NH2LL .framer-scem20 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-NH2LL .framer-ohjlah > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-NH2LL .framer-j2hh2k > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,\"@media (max-width: 809px) { .framer-NH2LL.framer-1j2dkox { gap: 12px; width: 360px; } .framer-NH2LL .framer-pz9hh4 { z-index: 0; } .framer-NH2LL .framer-1eno8nz { flex: 1 0 0px; justify-content: flex-start; padding: 0px 16px 0px 16px; width: 1px; } .framer-NH2LL .framer-u2dfmm { width: 8px; } .framer-NH2LL .framer-162sa7d { flex-direction: column; } .framer-NH2LL .framer-rnbdzk { align-self: unset; border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; height: 171px; width: 100%; } .framer-NH2LL .framer-m1dadd { flex: none; padding: 0px 16px 0px 16px; width: 100%; } .framer-NH2LL .framer-5k1mlp { padding: 2px 6px 2px 6px; } .framer-NH2LL .framer-scem20 { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-NH2LL .framer-1rnk5xj { order: 1; } .framer-NH2LL .framer-1jrwlcx { order: 0; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-NH2LL .framer-1yblxu8, .framer-NH2LL .framer-1udacyt { padding: 0px 16px 0px 16px; } .framer-NH2LL .framer-1i6qm66 { flex-direction: column; padding: 10px 0px 30px 0px; } .framer-NH2LL .framer-39owhy { flex: none; justify-content: center; width: 100%; } .framer-NH2LL .framer-10vts8v { padding: 24px 16px 90px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NH2LL.framer-1j2dkox, .framer-NH2LL .framer-162sa7d, .framer-NH2LL .framer-scem20, .framer-NH2LL .framer-1i6qm66 { gap: 0px; } .framer-NH2LL.framer-1j2dkox > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NH2LL.framer-1j2dkox > :first-child, .framer-NH2LL .framer-162sa7d > :first-child, .framer-NH2LL .framer-scem20 > :first-child, .framer-NH2LL .framer-1i6qm66 > :first-child { margin-top: 0px; } .framer-NH2LL.framer-1j2dkox > :last-child, .framer-NH2LL .framer-162sa7d > :last-child, .framer-NH2LL .framer-scem20 > :last-child, .framer-NH2LL .framer-1i6qm66 > :last-child { margin-bottom: 0px; } .framer-NH2LL .framer-162sa7d > *, .framer-NH2LL .framer-1i6qm66 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NH2LL .framer-scem20 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-NH2LL.framer-1j2dkox { width: 810px; } .framer-NH2LL .framer-1y9vz2v, .framer-NH2LL .framer-162sa7d, .framer-NH2LL .framer-1yblxu8, .framer-NH2LL .framer-1udacyt { padding: 0px 24px 0px 24px; } .framer-NH2LL .framer-10vts8v { padding: 24px 24px 90px 24px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1942\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qA9PcqU2m\":{\"layout\":[\"fixed\",\"auto\"]},\"BKw_GR97H\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"WXMxH8m9n\":{\"pattern\":\":WXMxH8m9n\",\"name\":\"form\"}}\n * @framerResponsiveScreen\n */const Framerw_fRZ6sfh=withCSS(Component,css,\"framer-NH2LL\");export default Framerw_fRZ6sfh;Framerw_fRZ6sfh.displayName=\"post\";Framerw_fRZ6sfh.defaultProps={height:1942,width:1200};addFonts(Framerw_fRZ6sfh,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{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:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.woff2\",weight:\"700\"},{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\"}]},...TelegramShareButtonFonts,...WhatsappShareButtonFonts,...VKShareButtonFonts,...CopyShareButtonFonts,...PrintShareButtonFonts,...HyvorTalkCommentsFonts,...SectionSubscribeFonts,...NavigationFonts,...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\":\"Framerw_fRZ6sfh\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"1942\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"WXMxH8m9n\\\":{\\\"pattern\\\":\\\":WXMxH8m9n\\\",\\\"name\\\":\\\"form\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qA9PcqU2m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BKw_GR97H\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PrintShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "window", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "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", "d", "t", "e", "o", "f", "c", "n", "y", "o", "c", "pe", "m", "r", "ue", "f", "t", "e", "n", "HyvorTalkComments", "props", "p", "containerStyle", "y", "addPropertyControls", "ControlType", "VKShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "vkShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "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", "fontStore", "fonts", "css", "className", "TelegramShareButtonFonts", "getFonts", "TelegramShareButton", "WhatsappShareButtonFonts", "WhatsappShareButton", "VKShareButtonFonts", "VKShareButton", "CopyShareButtonFonts", "CopyShareButton", "PrintShareButtonFonts", "PrintShareButton", "HyvorTalkCommentsFonts", "HyvorTalkComments", "SectionSubscribeFonts", "lRFpxvn2V_default", "NavigationFonts", "RxyHZWkZB_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "suffix", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "V6vf29OWp_default", "jEMoxk5Gr_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "OTGGJT3eU", "SSl_IIgGqA9SaDgEH9", "eABAxQyH6A9SaDgEH9", "idA9SaDgEH9", "a7uB5uUh2", "cCtJEMii8", "wV7gZ3rbh", "YEOblFLwE", "Jaeyn_OlT", "eCFMD9fvG", "p9WVMUoXKGTz5g8QOo", "OTGGJT3eUGTz5g8QOo", "cCtJEMii8GTz5g8QOo", "idGTz5g8QOo", "p9WVMUoXK", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "Image2", "RichText2", "x", "PropertyOverrides2", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ComponentViewportProvider", "Container", "collection1", "paginationInfo1", "loadMore1", "index1", "css", "Framerw_fRZ6sfh", "withCSS", "w_fRZ6sfh_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
