{"id":29,"date":"2025-02-13T16:19:09","date_gmt":"2025-02-13T14:19:09","guid":{"rendered":"https:\/\/finovate.vamtam.com\/?page_id=29"},"modified":"2026-05-07T00:13:14","modified_gmt":"2026-05-06T21:13:14","slug":"about","status":"publish","type":"page","link":"https:\/\/prgrf.com\/uk\/about\/","title":{"rendered":"\u041f\u0440\u043e PARAGRAF"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"29\" class=\"elementor elementor-29\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bcab13 e-con-full e-flex e-con e-parent\" data-id=\"3bcab13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21e61d9 elementor-widget elementor-widget-html\" data-id=\"21e61d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.prg-ih{position:relative;background:#162447;padding:80px 0 76px;overflow:hidden;}\n#prg-ih-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;}\n.prg-ih-inner{position:relative;z-index:1;max-width:1064px;margin:0 auto;padding:0 40px;}\n.prg-ih-eyebrow{\n  display:inline-block;\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:11px;font-weight:700;\n  letter-spacing:.18em;text-transform:uppercase;\n  color:#F5A800;margin-bottom:18px;\n}\n.prg-ih-h{\n  font-family:Montserrat,Arial,sans-serif;\n  font-size:52px;font-weight:800;\n  color:#fff!important;\n  line-height:1.08;\n  margin:0 0 20px;\n  max-width:760px;\n}\n.prg-ih-sub{\n  font-size:17px;line-height:1.75;\n  color:rgba(255,255,255,.72);\n  margin:0 0 36px;max-width:640px;\n}\n.prg-ih-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}\n.prg-ih-btn-a{\n  display:inline-block;background:#F5A800;color:#162447!important;\n  font-family:Montserrat,Arial,sans-serif;font-size:14px;font-weight:800;\n  letter-spacing:.04em;padding:16px 32px;border-radius:6px;\n  text-decoration:none;transition:background .2s;white-space:nowrap;\n}\n.prg-ih-btn-a:hover{background:#e09900;}\n.prg-ih-btn-b{\n  display:inline-block;color:rgba(255,255,255,.9)!important;\n  font-family:Montserrat,Arial,sans-serif;font-size:14px;font-weight:700;\n  text-decoration:none;border:1.5px solid rgba(255,255,255,.35);\n  padding:14px 28px;border-radius:6px;\n  transition:border-color .2s,color .2s;white-space:nowrap;\n}\n.prg-ih-btn-b:hover{border-color:rgba(255,255,255,.7);color:#fff!important;}\n@media(max-width:900px){.prg-ih-h{font-size:38px;}}\n@media(max-width:600px){\n  .prg-ih{padding:56px 0 52px;}\n  .prg-ih-inner{padding:0 24px;}\n  .prg-ih-h{font-size:28px;}\n  .prg-ih-sub{font-size:15px;}\n  .prg-ih-btns{flex-direction:column;align-items:flex-start;}\n}\n<\/style>\n<div class=\"prg-ih\">\n  <canvas id=\"prg-ih-canvas\"><\/canvas>\n  <div class=\"prg-ih-inner\">\n    <span class=\"prg-ih-eyebrow\">About<\/span>\n    <h1 class=\"prg-ih-h\">Fifteen years.<br>One integrated practice.<\/h1>\n    <p class=\"prg-ih-sub\">We are an integrated social consulting firm for organisations working with public value. Since 2011, we have helped businesses, NGOs, public institutions and universities design strategies, secure non-dilutive capital, evaluate programmes and build institutional capability. Since 2023, we have worked in integrated partnership with Crowe Mikhailenko, a member of Crowe Global.<\/p>\n    <div class=\"prg-ih-btns\">\n      <a class=\"prg-ih-btn-a\" href=\"\/contact\/\">Get in touch<\/a>\n      <a class=\"prg-ih-btn-b\" href=\"\/cases\/\">See our work<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<script>\n(function(){\n  var c=document.getElementById('prg-ih-canvas');\n  if(!c)return;\n  var ctx=c.getContext('2d'),W,H,nodes;\n  var N=48,DIST=130,WC='255,255,255',GC='245,168,0';\n  function resize(){var r=c.parentElement.getBoundingClientRect();W=c.width=r.width||window.innerWidth;H=c.height=r.height||420;}\n  function init(){nodes=[];for(var i=0;i<N;i++){var g=i%7===0;nodes.push({x:Math.random()*W,y:Math.random()*H,vx:(Math.random()-.5)*.3,vy:(Math.random()-.5)*.3,r:Math.random()*1.6+1,gold:g});}}\n  function draw(){ctx.clearRect(0,0,W,H);for(var i=0;i<nodes.length;i++){for(var j=i+1;j<nodes.length;j++){var dx=nodes[i].x-nodes[j].x,dy=nodes[i].y-nodes[j].y,d=Math.sqrt(dx*dx+dy*dy);if(d<DIST){var op=(1-d\/DIST)*0.12;ctx.beginPath();ctx.moveTo(nodes[i].x,nodes[i].y);ctx.lineTo(nodes[j].x,nodes[j].y);ctx.strokeStyle='rgba('+WC+','+op+')';ctx.lineWidth=.7;ctx.stroke();}}}for(var i=0;i<nodes.length;i++){var n=nodes[i],col=n.gold?GC:WC,op=n.gold?.55:.22;ctx.beginPath();ctx.arc(n.x,n.y,n.r*2.5,0,Math.PI*2);ctx.fillStyle='rgba('+col+','+(op*.2)+')';ctx.fill();ctx.beginPath();ctx.arc(n.x,n.y,n.r,0,Math.PI*2);ctx.fillStyle='rgba('+col+','+op+')';ctx.fill();}}\n  function update(){for(var i=0;i<nodes.length;i++){var n=nodes[i];n.x+=n.vx;n.y+=n.vy;if(n.x<-20)n.x=W+20;if(n.x>W+20)n.x=-20;if(n.y<-20)n.y=H+20;if(n.y>H+20)n.y=-20;}}\n  function loop(){update();draw();requestAnimationFrame(loop);}\n  window.addEventListener('resize',function(){resize();init();});\n  resize();init();loop();\n  var h=document.querySelector('.prg-ih');\n  if(h){var p=h.closest('.e-con');if(p){p.style.paddingTop='0';p.style.paddingBottom='0';}}\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d0cafd e-con-boxed e-flex e-con e-parent\" data-id=\"4d0cafd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6af0654 elementor-widget elementor-widget-html\" data-id=\"6af0654\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n:root{--pg-gold:#F5A800;--pg-gold-light:#FFCF4D;--pg-gold-dark:#C78600;--pg-navy:#162447;--pg-navy-mid:#1F3C72;--pg-blue:#1D5FC4;--pg-blue-light:#4A90D9;--pg-cream:#FAF8F2;--pg-line:#E4E7EE;--pg-text:#162447;--pg-muted:#4A5568;--pg-white:#FFFFFF;}\nhtml,body{overflow-x:hidden;}\n.paragraf-content{font-family:Open Sans,Arial,sans-serif;color:var(--pg-text);font-size:17px;line-height:1.7;max-width:1120px;margin:0 auto;}\n.paragraf-content h2{position:relative;font-family:Montserrat,Arial,sans-serif;font-size:34px;line-height:1.22;margin:58px 0 20px;padding-top:16px;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content h2:before{content:\"\";position:absolute;top:0;left:0;width:64px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--pg-gold) 0%,var(--pg-gold) 64%,var(--pg-blue) 64%,var(--pg-blue) 100%);}\n.paragraf-content h3{font-family:Montserrat,Arial,sans-serif;font-size:22px;line-height:1.35;margin:30px 0 10px;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content p{margin:0 0 15px;color:#25324d;}\n.paragraf-content strong{font-weight:800;color:var(--pg-navy);}\n.paragraf-content a{color:var(--pg-blue);font-weight:800;text-decoration:none;border-bottom:1px solid rgba(29,95,196,.25);}\n.paragraf-content a:hover{color:var(--pg-blue-light);border-bottom-color:var(--pg-blue-light);}\n.paragraf-content ul,.paragraf-content ol{margin:0 0 24px 22px;padding:0;}\n.paragraf-content li{margin:8px 0;color:#25324d;}\n.paragraf-content li::marker{color:var(--pg-gold);font-weight:800;}\n.paragraf-content h2+ul,.paragraf-content h2+ol{list-style:none;margin:0 0 32px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}\n.paragraf-content h2+ul li,.paragraf-content h2+ol li{position:relative;margin:0;padding:18px 18px 16px 18px;background:var(--pg-white);border:1px solid var(--pg-line);border-left:4px solid var(--pg-gold);border-radius:8px;box-shadow:0 8px 24px rgba(22,36,71,.07);min-width:0;}\n.paragraf-content h2+ul li strong,.paragraf-content h2+ol li strong{display:inline;color:var(--pg-navy);}\n.paragraf-content h2+ol{counter-reset:pg-step;}\n.paragraf-content h2+ol li{padding-left:58px;}\n.paragraf-content h2+ol li:before{counter-increment:pg-step;content:counter(pg-step);position:absolute;left:18px;top:18px;width:26px;height:26px;border-radius:50%;background:var(--pg-gold);color:var(--pg-navy);display:flex;align-items:center;justify-content:center;font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:13px;}\n.paragraf-content table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0 34px;background:var(--pg-white);border:1px solid var(--pg-line);border-radius:8px;overflow:hidden;box-shadow:0 10px 28px rgba(22,36,71,.07);}\n.paragraf-content th,.paragraf-content td{border-bottom:1px solid var(--pg-line);padding:16px 18px;text-align:left;vertical-align:top;}\n.paragraf-content tr:last-child th,.paragraf-content tr:last-child td{border-bottom:0;}\n.paragraf-content th{background:var(--pg-cream);font-family:Montserrat,Arial,sans-serif;color:var(--pg-navy);font-weight:800;letter-spacing:0;}\n.paragraf-content td:first-child,.paragraf-content th:first-child{border-right:1px solid var(--pg-line);}\n.paragraf-content blockquote{border-left:4px solid var(--pg-gold);margin:26px 0;padding:16px 18px;color:var(--pg-muted);background:var(--pg-cream);border-radius:0 8px 8px 0;}\n.paragraf-content .paragraf-note-status{display:inline-block;background:var(--pg-cream);border:1px solid var(--pg-line);border-radius:8px;padding:10px 12px;color:var(--pg-muted);font-size:14px;}\n.paragraf-cta-line a{display:inline-flex;align-items:center;justify-content:center;margin:6px 10px 6px 0;padding:12px 18px;border-radius:8px;background:var(--pg-gold);color:var(--pg-navy)!important;font-family:Montserrat,Arial,sans-serif;font-weight:800;border:1px solid var(--pg-gold);box-shadow:0 6px 16px rgba(245,168,0,.18);}\n.paragraf-cta-line a:hover{background:var(--pg-gold-light);border-color:var(--pg-gold-light);text-decoration:none;}\n.paragraf-hero-title,.paragraf-hero-title .elementor-heading-title{max-width:100%!important;width:100%!important;letter-spacing:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;}\n.paragraf-hero-lead,.paragraf-hero-lead .elementor-widget-container,.paragraf-hero-lead p{max-width:920px!important;width:100%!important;overflow-wrap:break-word!important;}\n.paragraf-hero-buttons{width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:wrap!important;}\n.paragraf-hero-buttons .elementor-widget-button{max-width:100%!important;}\n.paragraf-hero-buttons .elementor-button{min-height:54px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:8px!important;font-family:Montserrat,Arial,sans-serif!important;font-weight:800!important;white-space:normal!important;text-align:center!important;line-height:1.2!important;}\n.paragraf-hero-buttons .elementor-button .elementor-button-text{color:inherit!important;}\n.paragraf-hero-buttons .elementor-widget-button:first-child .elementor-button{background:var(--pg-gold)!important;color:var(--pg-navy)!important;border:2px solid var(--pg-gold)!important;}\n.paragraf-hero-buttons .elementor-widget-button:first-child .elementor-button:hover{background:var(--pg-gold-light)!important;border-color:var(--pg-gold-light)!important;color:var(--pg-navy)!important;}\n.paragraf-hero-buttons .elementor-widget-button:nth-child(2) .elementor-button{background:transparent!important;color:var(--pg-white)!important;border:2px solid rgba(255,255,255,.72)!important;}\n.paragraf-hero-buttons .elementor-widget-button:nth-child(2) .elementor-button:hover{background:var(--pg-white)!important;color:var(--pg-navy)!important;border-color:var(--pg-white)!important;}\n@media(max-width:767px){.paragraf-content{font-size:15px;line-height:1.62;padding:0 2px}.paragraf-content h2{font-size:25px;margin-top:38px}.paragraf-content h3{font-size:18px}.paragraf-content h2+ul,.paragraf-content h2+ol{grid-template-columns:1fr;gap:10px}.paragraf-content h2+ul li,.paragraf-content h2+ol li{padding:15px 15px 14px 15px}.paragraf-content h2+ol li{padding-left:52px}.paragraf-content table{display:block;overflow-x:auto;border-radius:8px}.paragraf-hero-title .elementor-heading-title{font-size:36px!important;line-height:1.08!important}.paragraf-hero-lead,.paragraf-hero-lead p{font-size:16px!important;line-height:1.55!important}.paragraf-hero-buttons{display:flex!important;flex-direction:column!important;gap:10px!important}.paragraf-hero-buttons .elementor-widget-button,.paragraf-hero-buttons .elementor-button{width:100%!important}.paragraf-hero-buttons .elementor-button{min-height:52px;padding:14px 16px!important}}\n@media(max-width:390px){.paragraf-hero-title .elementor-heading-title{font-size:32px!important}.paragraf-content h2{font-size:23px}}\n<\/style><div class=\"paragraf-content\"><img decoding=\"async\" class=\"prg-cover-img\" src=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/about.jpg\" alt=\"About PARAGRAF \u2014 team\" loading=\"lazy\"><h2 id=\"what-we-have-done\">Evidence of delivery<\/h2>\n<ul>\n<li><strong>$50 million+<\/strong> in non-dilutive capital secured for\nclients<\/li>\n<li><strong>50+<\/strong> full consulting engagements delivered<\/li>\n<li><strong>350+<\/strong> strategic sessions facilitated<\/li>\n<li><strong>1,500+<\/strong> professionals trained through our\nprogrammes<\/li>\n<li><strong>12 territorial communities<\/strong> supported through\nSMART-region methodology in cooperation with the Ministry of Regional\nDevelopment<\/li>\n<\/ul>\n<h2 id=\"mission-and-vision\">Mission and vision<\/h2>\n<p><strong>Mission.<\/strong> We help organisations turn social ambition\ninto measurable, durable outcomes \u2014 through strategy, capital, and\ncapability.<\/p>\n<p><strong>Vision.<\/strong> A category-defining firm at the intersection\nof strategy, sustainable finance, and institutional capability \u2014 across\nCentral and Eastern Europe and the wider European neighbourhood.<\/p>\n<h2 id=\"our-position\">What makes the practice different<\/h2>\n<p>We are a small senior practice, not a volume consultancy. Our work combines strategy, capital access, evidence and implementation support in one integrated model:<\/p>\n<p><strong>Strategy first.<\/strong> Every engagement starts with the\nquestion of what the organisation is trying to build, not what services\nwe can sell.<\/p>\n<p><strong>Co-authored, not handed over.<\/strong> Strategic documents are written <strong>with<\/strong> the client team, not handed across the table. The team that owns the document becomes the team that implements it.<\/p>\n<p><strong>Standards, not slogans.<\/strong> We work to PMD Pro, GRI,\nSASB, OECD-DAC, CSRD, and TCFD. Every methodology we use is documented\nand verifiable.<\/p>\n<h2 id=\"how-we-engage\">How the work is structured<\/h2>\n<p><strong>Discovery call<\/strong> \u2192 <strong>short written brief<\/strong> \u2192 <strong>scoped engagement<\/strong> \u2192 <strong>co-authored deliverables<\/strong> \u2192 <strong>implementation support<\/strong>.<\/p>\n<p>Engagement models \u2014 outsource, capability building, supervised\npractice \u2014 vary by service line. <a href=\"\/contact\/\">How we engage\n\u2192<\/a><\/p>\n<h2 id=\"methodology-and-standards\">Standards we work to<\/h2>\n<table>\n<colgroup>\n<col style=\"width: 50%\" \/>\n<col style=\"width: 50%\" \/>\n<\/colgroup>\n<thead>\n<tr>\n<th>Standard<\/th>\n<th>Where we apply it<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>PMD Pro 1<\/strong><\/td>\n<td>Project management for donor-funded engagements<\/td>\n<\/tr>\n<tr>\n<td><strong>GRI Standards<\/strong><\/td>\n<td>Sustainability reporting<\/td>\n<\/tr>\n<tr>\n<td><strong>SASB<\/strong><\/td>\n<td>Industry-specific ESG indicators<\/td>\n<\/tr>\n<tr>\n<td><strong>OECD-DAC<\/strong><\/td>\n<td>Six-criteria evaluation framework<\/td>\n<\/tr>\n<tr>\n<td><strong>CSRD \/ TCFD<\/strong><\/td>\n<td>EU sustainability and climate-related disclosure<\/td>\n<\/tr>\n<tr>\n<td><strong>ISO 21500<\/strong><\/td>\n<td>Project management<\/td>\n<\/tr>\n<tr>\n<td><strong>B Corp \/ EcoVadis<\/strong><\/td>\n<td>Sustainability certification readiness<\/td>\n<\/tr>\n<tr>\n<td><strong>PSOR (three-circles method)<\/strong><\/td>\n<td>Participatory organisational self-assessment<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"team\">Team<\/h2>\n<h3 id=\"tetiana-honcharenko\">Tetiana Honcharenko<\/h3>\n<p><strong>Founder, Managing Partner<\/strong><\/p>\n<p>Tetiana founded the firm in 2011 and incorporated it in 2012. Over\nfifteen years she has facilitated more than sixty strategic sessions\nfor corporations, NGOs, and public institutions, designed and delivered\nmore than fifty training programmes, and built the partner relationships\nthat became the firm\u2019s institutional backbone. Since 2023 she serves as\nBusiness Advisory Partner at Crowe Mikhailenko. She holds a Master\u2019s in\nMathematics from Drahomanov National Pedagogical University and is\ncertified through UNIDO programmes on industrial-park development.<\/p>\n<h3 id=\"kateryna-poznanska\">Kateryna Poznanska<\/h3>\n<p><strong>Chief Executive \u2014 Grant Fundraising Practice<\/strong><\/p>\n<p>Kateryna leads the firm\u2019s flagship engagement in fundraising and\ncapability building. PhD, Master\u2019s in Sociology. Author of a certified\ncurriculum, <em>The Professional Fundraiser for Commercial Organisations\nand Social Projects.<\/em> Forty-plus strategic sessions and trainings\nfacilitated for SMEs and civil society organisations since 2020.\nOperational lead and the principal point of contact for all client\nengagements.<\/p>\n<h3 id=\"olena-mykolyuk\">Olena Mykolyuk<\/h3>\n<p><strong>Lead Expert, Business Grant Capital<\/strong><\/p>\n<p>Olena leads the firm\u2019s work on business-side grant capital and EU\ncross-border programmes. Coordinator of EU cross-border cooperation\nprogrammes \u201cUkraine-Poland-Belarus\u201d (2007-2013, 2014-2021) at the\nregional level. Specialist in international cooperation, investment\nprogrammes, and inter-regional initiatives.<\/p>\n<h3 id=\"maryna-zemliana\">Maryna Zemliana<\/h3>\n<p><strong>Operations Director, Lead Grant Writer for Civil\nSociety<\/strong><\/p>\n<p>Maryna runs the firm\u2019s day-to-day delivery and grant writing for\ncivil society clients. Google Project Management Certificate. Specialist\nin EU instrument design \u2014 Erasmus, Horizon \u2014 through CEASC\nprogrammes.<\/p>\n<h3 id=\"sofiya-lyashko\">Sofiya Lyashko<\/h3>\n<p><strong>Grant Writer and Project Manager<\/strong><\/p>\n<p>Sofiya leads grant writing and project management for civil society\nand business clients. Has personally secured $50,000+ in funding and\nadministered programmes worth $600,000+. Sectoral experience across\nhigher education, philanthropy, creative industries, digital, fashion,\nhealthcare, and humanitarian work.<\/p>\n<h3 id=\"olena-botina\">Olena Botina<\/h3>\n<p><strong>Expert, Media and Creative Industries<\/strong><\/p>\n<p>Olena leads the firm\u2019s media, culture, and creative-industries\npractice. Project manager for grant programmes in social and educational\nsectors, with a focus on cross-sector collaboration between SMEs and\ncivil society organisations.<\/p>\n<h3 id=\"oleksiy-kushnir\">Oleksiy Kushnir<\/h3>\n<p><strong>Senior Adviser \u2014 Capital Markets and Sustainable\nFinance<\/strong><\/p>\n<p>Twenty-seven years in the financial sector. Currently CEO of Crowe\nMikhailenko (2025). Previously: head of Industry and Services at USAID\u2019s\nCompetitive Economy Programme; acting deputy chairman of Ukraine\u2019s\nExport Credit Agency; senior management at Ukreximbank and Oschadbank.\nCertified by SACE Simest (Italy); certified Corporate Director through\nthe Professional Association of Corporate Governance.<\/p>\n<p><a href=\"\/about\/team\/\">Full team page<\/a><\/p>\n<h2 id=\"clients-and-partners\">Clients and partners<\/h2>\n<p><strong>Strategic partners:<\/strong> Crowe Mikhailenko \u00b7 Evon Group \u00b7\nthe OWNERS group \u00b7 European Profiles S.A \u00b7 International NGO ILYSA \u00b7 BF\nNereus<\/p>\n<p><strong>Past partnerships include<\/strong> Pharmak (pharmaceuticals),\nLet\u2019s do it Ukraine (environmental), Kashtan 2000 (agribusiness), Centre\nof Mercy Foundation, Nova Krayina Civic Platform.<\/p>\n<p><a href=\"\/about\/partners\/\">All partners<\/a><\/p>\n<h2 id=\"social-responsibility\">Social responsibility<\/h2>\n<p>We hold ourselves to the same standards we propose to clients:<\/p>\n<ul>\n<li>Pro bono engagements with five emerging civil society organisations\nannually<\/li>\n<li>Free public webinars each quarter<\/li>\n<li>Internships for students in social sciences and public policy<\/li>\n<\/ul>\n<h2 id=\"get-in-touch\">Start a conversation<\/h2>\n<p><strong>PARAGRAF \u00b7 Social Consulting<\/strong> 8 Redutna Street,\nKyiv<\/p>\n<p>Working bases: Kyiv \u00b7 Lisbon \u00b7 Prague \u00b7 Chisinau +38 (067) 511-83-71\ninfo@prgrf.com<\/p>\n<p>LinkedIn \u00b7 Facebook \u00b7 Telegram \u00b7 Instagram<\/p>\n<p><a href=\"\/contact\/\">Request a discovery call<\/a> \u00b7 <a\nhref=\"\/cases\/\">See our cases<\/a><\/p><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>We are a remote-first social consulting firm working across strategy, funding, evaluation and institutional development, with working bases in Kyiv, Lisbon, Prague and Chisinau.<\/p>","protected":false},"author":1,"featured_media":3123,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-29","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About PARAGRAF | Social Consulting Since 2014<\/title>\n<meta name=\"description\" content=\"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prgrf.com\/uk\/about\/\" \/>\n<meta property=\"og:locale\" content=\"uk_UA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About PARAGRAF | Social Consulting Since 2014\" \/>\n<meta property=\"og:description\" content=\"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prgrf.com\/uk\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"PARAGRAF\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Prgrf\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T21:13:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/about\\\/\",\"name\":\"About PARAGRAF | Social Consulting Since 2014\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/pexels-vlada-karpovich-7433825.jpg\",\"datePublished\":\"2025-02-13T14:19:09+00:00\",\"dateModified\":\"2026-05-06T21:13:14+00:00\",\"description\":\"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"uk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/prgrf.com\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/#primaryimage\",\"url\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/pexels-vlada-karpovich-7433825.jpg\",\"contentUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/pexels-vlada-karpovich-7433825.jpg\",\"width\":2558,\"height\":1124},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/prgrf.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About PARAGRAF\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#website\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"name\":\"PARAGRAF\",\"description\":\"Where social impact meets strategy\",\"publisher\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/prgrf.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"uk\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#organization\",\"name\":\"PARAGRAF\",\"url\":\"https:\\\/\\\/prgrf.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"uk\",\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"contentUrl\":\"https:\\\/\\\/prgrf.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/paragraf-og-default.png\",\"width\":1200,\"height\":630,\"caption\":\"PARAGRAF\"},\"image\":{\"@id\":\"https:\\\/\\\/prgrf.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Prgrf\",\"https:\\\/\\\/t.me\\\/grants4business\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/2680491\",\"https:\\\/\\\/www.instagram.com\\\/paragraf_sc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About PARAGRAF | Social Consulting Since 2014","description":"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/prgrf.com\/uk\/about\/","og_locale":"uk_UA","og_type":"article","og_title":"About PARAGRAF | Social Consulting Since 2014","og_description":"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.","og_url":"https:\/\/prgrf.com\/uk\/about\/","og_site_name":"PARAGRAF","article_publisher":"https:\/\/www.facebook.com\/Prgrf","article_modified_time":"2026-05-06T21:13:14+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/prgrf.com\/about\/","url":"https:\/\/prgrf.com\/about\/","name":"About PARAGRAF | Social Consulting Since 2014","isPartOf":{"@id":"https:\/\/prgrf.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prgrf.com\/about\/#primaryimage"},"image":{"@id":"https:\/\/prgrf.com\/about\/#primaryimage"},"thumbnailUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/02\/pexels-vlada-karpovich-7433825.jpg","datePublished":"2025-02-13T14:19:09+00:00","dateModified":"2026-05-06T21:13:14+00:00","description":"Founded in 2014, PARAGRAF is a senior, integrated team of consultants delivering strategy, foresight, communications, funding and capacity projects across 4 countries.","breadcrumb":{"@id":"https:\/\/prgrf.com\/about\/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prgrf.com\/about\/"]}]},{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/prgrf.com\/about\/#primaryimage","url":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/02\/pexels-vlada-karpovich-7433825.jpg","contentUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2025\/02\/pexels-vlada-karpovich-7433825.jpg","width":2558,"height":1124},{"@type":"BreadcrumbList","@id":"https:\/\/prgrf.com\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/prgrf.com\/"},{"@type":"ListItem","position":2,"name":"About PARAGRAF"}]},{"@type":"WebSite","@id":"https:\/\/prgrf.com\/#website","url":"https:\/\/prgrf.com\/","name":"\u0410\u0411\u0417\u0410\u041a","description":"\u0414\u0435 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0439 \u0432\u043f\u043b\u0438\u0432 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0430\u0454\u0442\u044c\u0441\u044f \u0437\u0456 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0454\u044e","publisher":{"@id":"https:\/\/prgrf.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/prgrf.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"uk"},{"@type":"Organization","@id":"https:\/\/prgrf.com\/#organization","name":"\u0410\u0411\u0417\u0410\u041a","url":"https:\/\/prgrf.com\/","logo":{"@type":"ImageObject","inLanguage":"uk","@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/","url":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","contentUrl":"https:\/\/prgrf.com\/wp-content\/uploads\/2026\/05\/paragraf-og-default.png","width":1200,"height":630,"caption":"PARAGRAF"},"image":{"@id":"https:\/\/prgrf.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Prgrf","https:\/\/t.me\/grants4business","https:\/\/www.linkedin.com\/company\/2680491","https:\/\/www.instagram.com\/paragraf_sc\/"]}]}},"_links":{"self":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":7,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":988736,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/pages\/29\/revisions\/988736"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/media\/3123"}],"wp:attachment":[{"href":"https:\/\/prgrf.com\/uk\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"\u0412\u041f","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}