<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss xmlns:yandex="http://news.yandex.ru" version="2.0"><channel><description>M BALANCE – это инициатива, призванная продемонстрировать миссию, ценности и ключевые идеи, направленные на развитие научно-технических, визионерских и социальных направлений. Основная задача M BALANCE – способствовать гармоничному развитию различных отраслей экономики и улучшению общественных отношений.

Проект объединяет специалистов, новаторов и лидеров мнений, которые стремятся внедрять передовые технологии и инновационные решения для трансформации экономических и социальных моделей. Представленные инициативы демонстрируют значимые результаты как в экономическом аспекте, так и в развитии профессиональных и личностных навыков участников. M BALANCE служит источником вдохновения и поддержки для тех, кто стремится создавать позитивные изменения в обществе.</description><image><link>https://mb.id.page</link><title>M BALANCE</title><url>https://mb.id.page/resources/000/000/000/006/190/6190204_100x100.jpg</url></image><item><author>News</author><description>&lt;!-- SARAFAN Project - Main Page (EN only) | Paste into SARAFAN Project main page --&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --sf-text:#111827;
    --sf-muted:#6b7280;
    --sf-border:#e5e7eb;
    --sf-bg:#ffffff;
    --sf-soft:#f9fafb;
    --sf-pill:#f3f4f6;
    --sf-link:#2563eb;
    --sf-shadow:0 1px 2px rgba(0,0,0,.04);
    --sf-radius:14px;
  }

  .sf-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--sf-text);
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 14px 26px;
  }

  .sf-hero{
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
    border-radius: var(--sf-radius);
    box-shadow: var(--sf-shadow);
    padding: 18px;
  }

  .sf-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .sf-title{
    margin:0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .sf-tagline{
    margin: 6px 0 0;
    color: var(--sf-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 820px;
  }

  .sf-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .sf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--sf-border);
    background: var(--sf-bg);
    color: var(--sf-link);
    text-decoration:none;
    font-weight: 700;
    box-shadow: var(--sf-shadow);
    white-space: nowrap;
  }
  .sf-btn:hover{ filter: brightness(0.98); }

  .sf-btn.sf-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .sf-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .sf-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--sf-border);
    background: var(--sf-pill);
    color:#111827;
    font-weight: 600;
  }

  .sf-chip.sf-quiet{
    color: var(--sf-muted);
    background: var(--sf-soft);
  }

  .sf-grid{
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    margin-top: 14px;
  }

  @media (max-width: 980px){
    .sf-grid{ grid-template-columns: 1fr; }
    .sf-actions{ width: 100%; }
    .sf-btn{ flex: 1; }
  }

  .sf-card{
    border: 1px solid var(--sf-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .sf-card h3{
    margin:0 0 8px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .sf-card p{
    margin: 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .sf-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .sf-list b{ color:#111827; }

  .sf-hr{
    height: 1px;
    background: var(--sf-border);
    border: 0;
    margin: 14px 0;
  }

  .sf-section-title{
    margin: 18px 0 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .sf-cards3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  @media (max-width: 980px){
    .sf-cards3{ grid-template-columns: 1fr; }
  }

  .sf-small{
    font-size: 12px;
    color: var(--sf-muted);
    line-height: 1.55;
    margin-top: 10px;
  }

  .sf-link{
    color: var(--sf-link);
    text-decoration: none;
    font-weight: 700;
  }
  .sf-link:hover{ text-decoration: underline; }

  .sf-kpi{
    display:grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .sf-kpi .sf-item{
    border: 1px solid var(--sf-border);
    border-radius: 12px;
    padding: 12px;
    background: var(--sf-soft);
  }
  .sf-item .sf-label{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 6px;
    color:#111827;
  }
  .sf-item .sf-value{
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--sf-muted);
  }

  .sf-footer{
    margin-top: 14px;
    color: var(--sf-muted);
    font-size: 12px;
  }&lt;/style&gt;
&lt;div class=&quot;sf-wrap&quot;&gt;
	&lt;div class=&quot;sf-hero&quot;&gt;
		&lt;div class=&quot;sf-top&quot;&gt;
			&lt;div&gt;
				&lt;h1 class=&quot;sf-title&quot;&gt;
					&lt;strong class=&quot;formatted&quot; style=&quot;box-sizing: border-box; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 28px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(204, 153, 102);&quot;&gt;SARAFAN Framework&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;
				&lt;p class=&quot;sf-tagline&quot;&gt;
					&lt;b&gt;Civilizational Balance for a Post-Confrontational World.&lt;/b&gt; A methodological and project infrastructure for long-horizon dialogue and conditions-based project design - before positions harden into conflict.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-actions&quot;&gt;
				&lt;a class=&quot;sf-btn sf-primary&quot; href=&quot;#zero-event&quot; target=&quot;_blank&quot;&gt;Zero Event (Abu Dhabi 2026)&lt;/a&gt; &lt;a class=&quot;sf-btn&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;M BALANCE (Operator)&lt;/a&gt; &lt;a class=&quot;sf-btn&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;RE:THINK 2045&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Project attributes&quot; class=&quot;sf-meta&quot;&gt;
			&lt;span class=&quot;sf-chip&quot;&gt;Methodology-first&lt;/span&gt; &lt;span class=&quot;sf-chip&quot;&gt;Non-block&lt;/span&gt; &lt;span class=&quot;sf-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;sf-chip sf-quiet&quot;&gt;Closed / invitation-only formats&lt;/span&gt; &lt;span class=&quot;sf-chip sf-quiet&quot;&gt;No media / no communiqu&amp;#233;s&lt;/span&gt;&lt;/div&gt;
		&lt;div class=&quot;sf-grid&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					&lt;u&gt;&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;a href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#cc9966;&quot;&gt;What SARAFAN is&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
				&lt;p&gt;
					SARAFAN is not a political alliance, not a lobbying vehicle, and not a public campaign. It is a framework that helps institutions and regions work with structural imbalance: the mismatch between civilizational depth, institutional forms, and decision-making horizons.&lt;/p&gt;
				&lt;ul class=&quot;sf-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Purpose:&lt;/b&gt; establish a shared analytical language and conditions for dialogue before policy begins.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Method:&lt;/b&gt; separate deep assumptions from public, reproducible language; build safe formats for long-horizon thinking.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Outcome:&lt;/b&gt; a process - not declarations - enabling future project vehicles (agri, logistics, climate, cooperation).&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Operating boundaries&lt;/h3&gt;
				&lt;p&gt;
					SARAFAN is designed as a safe, pre-political container with strict rules.&lt;/p&gt;
				&lt;div class=&quot;sf-kpi&quot;&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							No public positioning&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							No press, no communiqu&amp;#233;s, no voting, no resolutions.&lt;/p&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							Neutral hosting&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							Host institutions provide space; they do not endorse outcomes or assume continuity obligations.&lt;/p&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							Funding separation&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							Infrastructure support only; no agenda control, no veto rights, no influence over conclusions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;hr class=&quot;sf-hr&quot; /&gt;
		&lt;div class=&quot;sf-section-title&quot; id=&quot;zero-event&quot;&gt;
			Zero Event / Establishing Dialogue&lt;/div&gt;
		&lt;div class=&quot;sf-cards3&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Goal&lt;/h3&gt;
				&lt;p&gt;
					Not to reach agreement, but to confirm the possibility of shared analytical work and fix a methodological frame for continuation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Format&lt;/h3&gt;
				&lt;p&gt;
					Closed, invitation-only. 20-30 participants. Think tanks + a small number of practitioners. No media, no declarations.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Timing&lt;/h3&gt;
				&lt;p&gt;
					Abu Dhabi, May 2026. 2 days (plus arrival evening). Establishing format before any public or institutional scaling.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;sf-section-title&quot;&gt;
			Governance &amp;#38; Methodological Operator&lt;/div&gt;
		&lt;div class=&quot;sf-cards3&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					M BALANCE&lt;/h3&gt;
				&lt;p&gt;
					The methodological operator and strategic meaning center supporting SARAFAN with long-horizon design, facilitation, and knowledge architecture. &lt;a class=&quot;sf-link&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Learn more&lt;/a&gt;&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					RE:THINK DIALOGUE 2045&lt;/h3&gt;
				&lt;p&gt;
					A private global initiative for rethinking the future - the broader discursive and intellectual environment that SARAFAN can plug into when appropriate. &lt;a class=&quot;sf-link&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open page&lt;/a&gt;&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Principle&lt;/h3&gt;
				&lt;p&gt;
					Methodology before ideology. Infrastructure before outcomes. Dialogue before alignment. SARAFAN is a safe container - a starting point, not a final model.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;sf-footer&quot;&gt;
			&amp;#169; 2026 SARAFAN Project - Civilizational Balance Framework. Operator: M BALANCE - Strategic Meaning Center.&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;!-- SARAFAN Project - Main Page (EN only) | Paste into SARAFAN Project main page --&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --sf-text:#111827;
    --sf-muted:#6b7280;
    --sf-border:#e5e7eb;
    --sf-bg:#ffffff;
    --sf-soft:#f9fafb;
    --sf-pill:#f3f4f6;
    --sf-link:#2563eb;
    --sf-shadow:0 1px 2px rgba(0,0,0,.04);
    --sf-radius:14px;
  }

  .sf-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--sf-text);
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 14px 26px;
  }

  .sf-hero{
    background: var(--sf-bg);
    border: 1px solid var(--sf-border);
    border-radius: var(--sf-radius);
    box-shadow: var(--sf-shadow);
    padding: 18px;
  }

  .sf-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .sf-title{
    margin:0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }

  .sf-tagline{
    margin: 6px 0 0;
    color: var(--sf-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 820px;
  }

  .sf-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .sf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--sf-border);
    background: var(--sf-bg);
    color: var(--sf-link);
    text-decoration:none;
    font-weight: 700;
    box-shadow: var(--sf-shadow);
    white-space: nowrap;
  }
  .sf-btn:hover{ filter: brightness(0.98); }

  .sf-btn.sf-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .sf-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .sf-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--sf-border);
    background: var(--sf-pill);
    color:#111827;
    font-weight: 600;
  }

  .sf-chip.sf-quiet{
    color: var(--sf-muted);
    background: var(--sf-soft);
  }

  .sf-grid{
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 12px;
    margin-top: 14px;
  }

  @media (max-width: 980px){
    .sf-grid{ grid-template-columns: 1fr; }
    .sf-actions{ width: 100%; }
    .sf-btn{ flex: 1; }
  }

  .sf-card{
    border: 1px solid var(--sf-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .sf-card h3{
    margin:0 0 8px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .sf-card p{
    margin: 0;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .sf-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--sf-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .sf-list b{ color:#111827; }

  .sf-hr{
    height: 1px;
    background: var(--sf-border);
    border: 0;
    margin: 14px 0;
  }

  .sf-section-title{
    margin: 18px 0 10px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .sf-cards3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  @media (max-width: 980px){
    .sf-cards3{ grid-template-columns: 1fr; }
  }

  .sf-small{
    font-size: 12px;
    color: var(--sf-muted);
    line-height: 1.55;
    margin-top: 10px;
  }

  .sf-link{
    color: var(--sf-link);
    text-decoration: none;
    font-weight: 700;
  }
  .sf-link:hover{ text-decoration: underline; }

  .sf-kpi{
    display:grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .sf-kpi .sf-item{
    border: 1px solid var(--sf-border);
    border-radius: 12px;
    padding: 12px;
    background: var(--sf-soft);
  }
  .sf-item .sf-label{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 6px;
    color:#111827;
  }
  .sf-item .sf-value{
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--sf-muted);
  }

  .sf-footer{
    margin-top: 14px;
    color: var(--sf-muted);
    font-size: 12px;
  }&lt;/style&gt;
&lt;div class=&quot;sf-wrap&quot;&gt;
	&lt;div class=&quot;sf-hero&quot;&gt;
		&lt;div class=&quot;sf-top&quot;&gt;
			&lt;div&gt;
				&lt;h1 class=&quot;sf-title&quot;&gt;
					&lt;strong class=&quot;formatted&quot; style=&quot;box-sizing: border-box; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: &amp;quot;PT Sans&amp;quot;, sans-serif; font-size: 15px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 28px;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(204, 153, 102);&quot;&gt;SARAFAN Framework&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/h1&gt;
				&lt;p class=&quot;sf-tagline&quot;&gt;
					&lt;b&gt;Civilizational Balance for a Post-Confrontational World.&lt;/b&gt; A methodological and project infrastructure for long-horizon dialogue and conditions-based project design - before positions harden into conflict.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-actions&quot;&gt;
				&lt;a class=&quot;sf-btn sf-primary&quot; href=&quot;#zero-event&quot; target=&quot;_blank&quot;&gt;Zero Event (Abu Dhabi 2026)&lt;/a&gt; &lt;a class=&quot;sf-btn&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;M BALANCE (Operator)&lt;/a&gt; &lt;a class=&quot;sf-btn&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;RE:THINK 2045&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Project attributes&quot; class=&quot;sf-meta&quot;&gt;
			&lt;span class=&quot;sf-chip&quot;&gt;Methodology-first&lt;/span&gt; &lt;span class=&quot;sf-chip&quot;&gt;Non-block&lt;/span&gt; &lt;span class=&quot;sf-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;sf-chip sf-quiet&quot;&gt;Closed / invitation-only formats&lt;/span&gt; &lt;span class=&quot;sf-chip sf-quiet&quot;&gt;No media / no communiqu&amp;#233;s&lt;/span&gt;&lt;/div&gt;
		&lt;div class=&quot;sf-grid&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					&lt;u&gt;&lt;span style=&quot;font-size:20px;&quot;&gt;&lt;a href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color:#cc9966;&quot;&gt;What SARAFAN is&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
				&lt;p&gt;
					SARAFAN is not a political alliance, not a lobbying vehicle, and not a public campaign. It is a framework that helps institutions and regions work with structural imbalance: the mismatch between civilizational depth, institutional forms, and decision-making horizons.&lt;/p&gt;
				&lt;ul class=&quot;sf-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Purpose:&lt;/b&gt; establish a shared analytical language and conditions for dialogue before policy begins.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Method:&lt;/b&gt; separate deep assumptions from public, reproducible language; build safe formats for long-horizon thinking.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Outcome:&lt;/b&gt; a process - not declarations - enabling future project vehicles (agri, logistics, climate, cooperation).&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Operating boundaries&lt;/h3&gt;
				&lt;p&gt;
					SARAFAN is designed as a safe, pre-political container with strict rules.&lt;/p&gt;
				&lt;div class=&quot;sf-kpi&quot;&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							No public positioning&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							No press, no communiqu&amp;#233;s, no voting, no resolutions.&lt;/p&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							Neutral hosting&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							Host institutions provide space; they do not endorse outcomes or assume continuity obligations.&lt;/p&gt;
					&lt;/div&gt;
					&lt;div class=&quot;sf-item&quot;&gt;
						&lt;div class=&quot;sf-label&quot;&gt;
							Funding separation&lt;/div&gt;
						&lt;p class=&quot;sf-value&quot;&gt;
							Infrastructure support only; no agenda control, no veto rights, no influence over conclusions.&lt;/p&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;hr class=&quot;sf-hr&quot; /&gt;
		&lt;div class=&quot;sf-section-title&quot; id=&quot;zero-event&quot;&gt;
			Zero Event / Establishing Dialogue&lt;/div&gt;
		&lt;div class=&quot;sf-cards3&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Goal&lt;/h3&gt;
				&lt;p&gt;
					Not to reach agreement, but to confirm the possibility of shared analytical work and fix a methodological frame for continuation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Format&lt;/h3&gt;
				&lt;p&gt;
					Closed, invitation-only. 20-30 participants. Think tanks + a small number of practitioners. No media, no declarations.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Timing&lt;/h3&gt;
				&lt;p&gt;
					Abu Dhabi, May 2026. 2 days (plus arrival evening). Establishing format before any public or institutional scaling.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;sf-section-title&quot;&gt;
			Governance &amp;#38; Methodological Operator&lt;/div&gt;
		&lt;div class=&quot;sf-cards3&quot;&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					M BALANCE&lt;/h3&gt;
				&lt;p&gt;
					The methodological operator and strategic meaning center supporting SARAFAN with long-horizon design, facilitation, and knowledge architecture. &lt;a class=&quot;sf-link&quot; href=&quot;https://mb.id.page/page/adaptive/news/221915/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Learn more&lt;/a&gt;&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					RE:THINK DIALOGUE 2045&lt;/h3&gt;
				&lt;p&gt;
					A private global initiative for rethinking the future - the broader discursive and intellectual environment that SARAFAN can plug into when appropriate. &lt;a class=&quot;sf-link&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open page&lt;/a&gt;&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;sf-card&quot;&gt;
				&lt;h3&gt;
					Principle&lt;/h3&gt;
				&lt;p&gt;
					Methodology before ideology. Infrastructure before outcomes. Dialogue before alignment. SARAFAN is a safe container - a starting point, not a final model.&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
		&lt;div class=&quot;sf-footer&quot;&gt;
			&amp;#169; 2026 SARAFAN Project - Civilizational Balance Framework. Operator: M BALANCE - Strategic Meaning Center.&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222302</link><pubDate>Thu, 8 Jan 2026 16:01:00 +0300</pubDate><title>About</title></item><item><author>News</author><description>&lt;!-- M BALANCE - ABOUT (EN only) | Cascade: Meta Level -&gt; Framework -&gt; Process -&gt; Platform -&gt; Initiatives
     + M BALANCE organizational structure + key entities in the architecture
     Paste into: https://mb.id.page/page/adaptive/news/221915/
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --mb2-text:#111827;
    --mb2-muted:#6b7280;
    --mb2-border:#e5e7eb;
    --mb2-bg:#ffffff;
    --mb2-soft:#f9fafb;
    --mb2-pill:#f3f4f6;
    --mb2-link:#2563eb;
    --mb2-shadow:0 1px 2px rgba(0,0,0,.04);
    --mb2-radius:16px;
  }

  .mb2-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--mb2-text);
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 14px 28px;
  }

  .mb2-hero{
    background: var(--mb2-bg);
    border: 1px solid var(--mb2-border);
    border-radius: var(--mb2-radius);
    box-shadow: var(--mb2-shadow);
    padding: 18px;
  }

  .mb2-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .mb2-title{
    margin:0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }

  .mb2-subtitle{
    margin: 6px 0 0;
    color: var(--mb2-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 900px;
  }

  .mb2-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items:center;
  }

  .mb2-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-bg);
    color: var(--mb2-link);
    text-decoration:none;
    font-weight: 800;
    box-shadow: var(--mb2-shadow);
    white-space: nowrap;
  }
  .mb2-btn:hover{ filter: brightness(0.98); }

  .mb2-btn.mb2-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .mb2-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .mb2-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-pill);
    color:#111827;
    font-weight: 700;
  }
  .mb2-chip.mb2-quiet{
    color: var(--mb2-muted);
    background: var(--mb2-soft);
  }

  .mb2-tabs{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 6px;
  }

  .mb2-tab{
    appearance:none;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-pill);
    color: #111827;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .mb2-tab:hover{ filter: brightness(0.98); }
  .mb2-tab[aria-selected=&quot;true&quot;]{
    background: #111827;
    border-color: #111827;
    color: #fff;
  }

  .mb2-section{ display:none; padding-top: 10px; }
  .mb2-section.is-active{ display:block; }

  .mb2-grid2{
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 12px;
    margin-top: 10px;
  }
  .mb2-grid3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
  }
  @media (max-width: 980px){
    .mb2-grid2{ grid-template-columns: 1fr; }
    .mb2-grid3{ grid-template-columns: 1fr; }
    .mb2-btn{ flex: 1; }
  }

  .mb2-card{
    border: 1px solid var(--mb2-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .mb2-card h3{
    margin:0 0 8px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .mb2-card p{
    margin: 0;
    color: var(--mb2-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .mb2-lead{
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--mb2-text);
  }

  .mb2-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--mb2-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .mb2-list b{ color:#111827; }

  .mb2-kicker{
    margin: 12px 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .mb2-note{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--mb2-muted);
  }

  .mb2-strong{ font-weight: 900; }

  .mb2-a{
    color: var(--mb2-link);
    text-decoration:none;
    font-weight: 800;
  }
  .mb2-a:hover{ text-decoration: underline; }

  .mb2-cta{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .mb2-footer{
    margin-top: 14px;
    color: var(--mb2-muted);
    font-size: 12px;
  }

  .mb2-line{
    height:1px;
    background:var(--mb2-border);
    border:0;
    margin:14px 0;
  }

  .mb2-step{
    border: 1px solid var(--mb2-border);
    background: var(--mb2-soft);
    border-radius: 12px;
    padding: 12px;
  }
  .mb2-step .mb2-stepnum{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    color:#fff;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 10px;
  }&lt;/style&gt;
&lt;div class=&quot;mb2-wrap&quot;&gt;
	&lt;div class=&quot;mb2-hero&quot;&gt;
		&lt;div class=&quot;mb2-top&quot;&gt;
			&lt;div&gt;
				&lt;h1 class=&quot;mb2-title&quot;&gt;
					&amp;#160;&lt;/h1&gt;
				&lt;p class=&quot;mb2-subtitle&quot;&gt;
					An independent methodological operator and point of assembly for long-horizon frameworks, dialogue processes, and platform-based ecosystems.&lt;br /&gt;
					Founded and led by &lt;span class=&quot;mb2-strong&quot;&gt;Andrey Matuzov&lt;/span&gt;.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-actions&quot;&gt;
				&lt;a class=&quot;mb2-btn mb2-primary&quot; href=&quot;#mb2-architecture&quot; onclick=&quot;document.getElementById('mb2-architecture').scrollIntoView({behavior:'smooth'});return false;&quot; target=&quot;_blank&quot;&gt;Architecture&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;RE:THINK 2045&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;SARAFAN (Hub)&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Attributes&quot; class=&quot;mb2-meta&quot;&gt;
			&lt;span class=&quot;mb2-chip&quot;&gt;Methodological operator&lt;/span&gt; &lt;span class=&quot;mb2-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;mb2-chip&quot;&gt;Talent-centric logic&lt;/span&gt; &lt;span class=&quot;mb2-chip mb2-quiet&quot;&gt;Pre-policy formats&lt;/span&gt; &lt;span class=&quot;mb2-chip mb2-quiet&quot;&gt;Platform continuity&lt;/span&gt;&lt;/div&gt;
		&lt;div aria-label=&quot;M BALANCE About sections&quot; class=&quot;mb2-tabs&quot; role=&quot;tablist&quot;&gt;
			&lt;button aria-controls=&quot;mb2-about&quot; aria-selected=&quot;true&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-about&quot; role=&quot;tab&quot;&gt;About&lt;/button&gt;&lt;button aria-controls=&quot;mb2-architecture&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-architecture&quot; role=&quot;tab&quot;&gt;Cascade Architecture&lt;/button&gt;&lt;button aria-controls=&quot;mb2-structure&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-structure&quot; role=&quot;tab&quot;&gt;Organizational Structure&lt;/button&gt;&lt;button aria-controls=&quot;mb2-entities&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-entities&quot; role=&quot;tab&quot;&gt;Key Entities&lt;/button&gt;&lt;button aria-controls=&quot;mb2-contact&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-contact&quot; role=&quot;tab&quot;&gt;Contact&lt;/button&gt;&lt;/div&gt;
		&lt;!-- ABOUT --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-about&quot; class=&quot;mb2-section is-active&quot; id=&quot;mb2-about&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-grid2&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						What M BALANCE is&lt;/h3&gt;
					&lt;p class=&quot;mb2-lead&quot;&gt;
						M BALANCE is an independent center for strategic meaning-making and project intelligence. We develop and operate long-horizon frameworks where conventional consulting, policy language, and academic specialization do not provide enough explanatory or operational power.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Authorship&lt;/div&gt;
					&lt;p style=&quot;margin-top:6px;color:var(--mb2-muted);font-size:13px;line-height:1.6;&quot;&gt;
						The core frameworks, doctrines, and processes within the M BALANCE ecosystem were authored and initiated by &lt;span class=&quot;mb2-strong&quot;&gt;Andrey Matuzov&lt;/span&gt;. The author remains directly involved as an architect of the methodology and as a participant in the dialogue process.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						What we build&lt;/h3&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Frameworks&lt;/b&gt; - structured ways of thinking that hold complexity and long-horizon responsibility.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Dialogues&lt;/b&gt; - recurring formats where assumptions are tested before positions harden.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Platforms&lt;/b&gt; - continuous environments that connect talent, knowledge, cooperation, and implementation.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Initiatives&lt;/b&gt; - applied projects that emerge when the framework and process are ready.&lt;/li&gt;
					&lt;/ul&gt;
					&lt;div class=&quot;mb2-note&quot;&gt;
						Core axis: talent as primary capital of the 21st century, and human-centricity as access to the management and realization of talent.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CASCADE ARCHITECTURE --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-architecture&quot; class=&quot;mb2-section&quot; id=&quot;mb2-architecture&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Cascade Architecture (Meta -&amp;#62; Framework -&amp;#62; Process -&amp;#62; Platform -&amp;#62; Initiatives)&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					This cascade describes how meaning becomes method, method becomes process, and process becomes scalable cooperation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						0&lt;/div&gt;
					&lt;h3&gt;
						Meta horizon&lt;/h3&gt;
					&lt;p&gt;
						Long-horizon civilizational balance in a world where talent becomes primary capital and institutional forms lag behind complexity.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						1&lt;/div&gt;
					&lt;h3&gt;
						Doctrine layer&lt;/h3&gt;
					&lt;p&gt;
						SARAFAN Doctrine and Talent Doctrine: talent as a distributed civilizational asset, human-centricity as access to its realization.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						2&lt;/div&gt;
					&lt;h3&gt;
						Framework layer&lt;/h3&gt;
					&lt;p&gt;
						SARAFAN Framework: methodology-first, pre-policy, conditions-based project design, dialogue as infrastructure.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						3&lt;/div&gt;
					&lt;h3&gt;
						Process layer&lt;/h3&gt;
					&lt;p&gt;
						GLOBAL RE:THINK DIALOGUE 2045: recurring long-horizon dialogues (May and October) that shape trajectory and test assumptions.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						4&lt;/div&gt;
					&lt;h3&gt;
						Platform layer&lt;/h3&gt;
					&lt;p&gt;
						&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; + AI: a Web 2.0 environment turning dialogue into continuity, and continuity into global-scale collaboration.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						5&lt;/div&gt;
					&lt;h3&gt;
						Initiatives layer&lt;/h3&gt;
					&lt;p&gt;
						Applied projects and cooperation chains (agro, logistics, climate, education, culture) that emerge when the framework is mature.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;hr class=&quot;mb2-line&quot; /&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Why this cascade matters&lt;/h3&gt;
				&lt;ul class=&quot;mb2-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents drift&lt;/b&gt; - doctrine and framework keep coherence.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents premature politics&lt;/b&gt; - process comes before positioning.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents fragmentation&lt;/b&gt; - platform ensures continuity between events.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Enables scaling&lt;/b&gt; - initiatives emerge from a stable method and process.&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- ORGANIZATIONAL STRUCTURE --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-structure&quot; class=&quot;mb2-section&quot; id=&quot;mb2-structure&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-grid2&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						M BALANCE as an organizational structure&lt;/h3&gt;
					&lt;p class=&quot;mb2-lead&quot;&gt;
						M BALANCE is organized as a lightweight core with a distributed network of collaborators. The center protects methodology, maintains long-horizon logic, and enables execution through partners and platforms.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Core roles&lt;/div&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Author and Principal Architect&lt;/b&gt; - defines doctrine, framework, and method integrity.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Methodology and Editorial Core&lt;/b&gt; - standards, language, coherence, documentation.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Dialogue and Program Office&lt;/b&gt; - event rhythm, agendas, facilitation, synthesis.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Platform and Knowledge Office&lt;/b&gt; - &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; structure, content architecture, AI enablement.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Partnerships and Operations&lt;/b&gt; - institutional interfaces, logistics, compliance basics.&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Operating principles&lt;/h3&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Technology-first&lt;/b&gt;: brand as an operating system, not a label.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Pre-policy&lt;/b&gt;: dialogue before positions, methodology before ideology.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Talent axis&lt;/b&gt;: access to talent realization as the core development logic.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Continuity&lt;/b&gt;: platform-based work between events.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Modularity&lt;/b&gt;: projects live inside the framework, not above it.&lt;/li&gt;
					&lt;/ul&gt;
					&lt;div class=&quot;mb2-note&quot;&gt;
						This structure allows growth without losing coherence or becoming a political actor.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- KEY ENTITIES --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-entities&quot; class=&quot;mb2-section&quot; id=&quot;mb2-entities&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Key entities in the M BALANCE architecture&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					These are the primary components that M BALANCE authors, operates, or supports as part of one coherent ecosystem.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						SARAFAN Framework&lt;/h3&gt;
					&lt;p&gt;
						Methodological framework for long-horizon dialogue and conditions-based project design.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open SARAFAN hub&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						GLOBAL RE:THINK DIALOGUE 2045&lt;/h3&gt;
					&lt;p&gt;
						Long-horizon dialogue process with biannual rhythm (May and October), shaping a 2045 trajectory.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open RE:THINK 2045&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; Platform&lt;/h3&gt;
					&lt;p&gt;
						Web 2.0 environment enabling continuity, collaboration, knowledge architecture, and scaling with AI support.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://id.page&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open ID.PAGE&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Talent Doctrine&lt;/h3&gt;
					&lt;p&gt;
						Talent as primary capital; human-centricity as access to talent management and realization across borders.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Disruption Method (adapted)&lt;/h3&gt;
					&lt;p&gt;
						Working with conventions and assumptions to create conditions for new trajectories, not disruption for its own sake.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Initiatives and applied tracks&lt;/h3&gt;
					&lt;p&gt;
						Projects emerging from the framework and dialogue process: agro, logistics, climate, education, culture.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-note&quot;&gt;
				Note: specific alliances or project vehicles may emerge later as implementation forms, but the framework and process remain primary.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CONTACT --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-contact&quot; class=&quot;mb2-section&quot; id=&quot;mb2-contact&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Contact&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					Work with us to design frameworks, dialogues, and platform-based ecosystems that enable talent-centered cooperation on a long horizon.&lt;/p&gt;
				&lt;div class=&quot;mb2-cta&quot;&gt;
					&lt;a class=&quot;mb2-btn mb2-primary&quot; href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;Email&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;tel:+39638200050&quot; target=&quot;_blank&quot;&gt;Call / WhatsApp&lt;/a&gt;&lt;/div&gt;
				&lt;div class=&quot;mb2-kicker&quot;&gt;
					Details&lt;/div&gt;
				&lt;ul class=&quot;mb2-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Email:&lt;/b&gt; &lt;a class=&quot;mb2-a&quot; href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;ndeemtth@gmail.com&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Secure messaging (optional):&lt;/b&gt; Telegram / Signal / WhatsApp &lt;a class=&quot;mb2-a&quot; href=&quot;tel:+39638200050&quot; target=&quot;_blank&quot;&gt;+39 638 20 00 50&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;div class=&quot;mb2-footer&quot;&gt;
					&amp;#169; 2026 M BALANCE - Strategic Meaning Center&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  (function(){
    const tabs = Array.from(document.querySelectorAll('.mb2-tab'));
    const panels = Array.from(document.querySelectorAll('.mb2-section'));

    function activate(tab){
      tabs.forEach(t =&gt; t.setAttribute('aria-selected', t === tab ? 'true' : 'false'));
      panels.forEach(p =&gt; p.classList.toggle('is-active', p.id === tab.getAttribute('aria-controls')));
      tab.focus({preventScroll:true});
    }

    tabs.forEach(tab =&gt; tab.addEventListener('click', () =&gt; activate(tab)));
  })();
&lt;/script&gt;</description><yandex:full-text>&lt;!-- M BALANCE - ABOUT (EN only) | Cascade: Meta Level -&gt; Framework -&gt; Process -&gt; Platform -&gt; Initiatives
     + M BALANCE organizational structure + key entities in the architecture
     Paste into: https://mb.id.page/page/adaptive/news/221915/
--&gt;
&lt;style type=&quot;text/css&quot;&gt;
:root{
    --mb2-text:#111827;
    --mb2-muted:#6b7280;
    --mb2-border:#e5e7eb;
    --mb2-bg:#ffffff;
    --mb2-soft:#f9fafb;
    --mb2-pill:#f3f4f6;
    --mb2-link:#2563eb;
    --mb2-shadow:0 1px 2px rgba(0,0,0,.04);
    --mb2-radius:16px;
  }

  .mb2-wrap{
    font-family:-apple-system,BlinkMacSystemFont,&quot;Segoe UI&quot;,Inter,Roboto,Helvetica,Arial,sans-serif;
    color:var(--mb2-text);
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 14px 28px;
  }

  .mb2-hero{
    background: var(--mb2-bg);
    border: 1px solid var(--mb2-border);
    border-radius: var(--mb2-radius);
    box-shadow: var(--mb2-shadow);
    padding: 18px;
  }

  .mb2-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .mb2-title{
    margin:0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.12;
  }

  .mb2-subtitle{
    margin: 6px 0 0;
    color: var(--mb2-muted);
    font-size: 14px;
    line-height: 1.55;
    max-width: 900px;
  }

  .mb2-actions{
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items:center;
  }

  .mb2-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-bg);
    color: var(--mb2-link);
    text-decoration:none;
    font-weight: 800;
    box-shadow: var(--mb2-shadow);
    white-space: nowrap;
  }
  .mb2-btn:hover{ filter: brightness(0.98); }

  .mb2-btn.mb2-primary{
    background:#111827;
    border-color:#111827;
    color:#fff;
  }

  .mb2-meta{
    display:flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .mb2-chip{
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-pill);
    color:#111827;
    font-weight: 700;
  }
  .mb2-chip.mb2-quiet{
    color: var(--mb2-muted);
    background: var(--mb2-soft);
  }

  .mb2-tabs{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 14px 0 6px;
  }

  .mb2-tab{
    appearance:none;
    border: 1px solid var(--mb2-border);
    background: var(--mb2-pill);
    color: #111827;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
  }
  .mb2-tab:hover{ filter: brightness(0.98); }
  .mb2-tab[aria-selected=&quot;true&quot;]{
    background: #111827;
    border-color: #111827;
    color: #fff;
  }

  .mb2-section{ display:none; padding-top: 10px; }
  .mb2-section.is-active{ display:block; }

  .mb2-grid2{
    display:grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 12px;
    margin-top: 10px;
  }
  .mb2-grid3{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
  }
  @media (max-width: 980px){
    .mb2-grid2{ grid-template-columns: 1fr; }
    .mb2-grid3{ grid-template-columns: 1fr; }
    .mb2-btn{ flex: 1; }
  }

  .mb2-card{
    border: 1px solid var(--mb2-border);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
  }

  .mb2-card h3{
    margin:0 0 8px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .mb2-card p{
    margin: 0;
    color: var(--mb2-muted);
    font-size: 13px;
    line-height: 1.6;
  }

  .mb2-lead{
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--mb2-text);
  }

  .mb2-list{
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--mb2-muted);
    font-size: 13px;
    line-height: 1.65;
  }
  .mb2-list b{ color:#111827; }

  .mb2-kicker{
    margin: 12px 0 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#111827;
  }

  .mb2-note{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--mb2-muted);
  }

  .mb2-strong{ font-weight: 900; }

  .mb2-a{
    color: var(--mb2-link);
    text-decoration:none;
    font-weight: 800;
  }
  .mb2-a:hover{ text-decoration: underline; }

  .mb2-cta{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .mb2-footer{
    margin-top: 14px;
    color: var(--mb2-muted);
    font-size: 12px;
  }

  .mb2-line{
    height:1px;
    background:var(--mb2-border);
    border:0;
    margin:14px 0;
  }

  .mb2-step{
    border: 1px solid var(--mb2-border);
    background: var(--mb2-soft);
    border-radius: 12px;
    padding: 12px;
  }
  .mb2-step .mb2-stepnum{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    color:#fff;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 10px;
  }&lt;/style&gt;
&lt;div class=&quot;mb2-wrap&quot;&gt;
	&lt;div class=&quot;mb2-hero&quot;&gt;
		&lt;div class=&quot;mb2-top&quot;&gt;
			&lt;div&gt;
				&lt;h1 class=&quot;mb2-title&quot;&gt;
					&amp;#160;&lt;/h1&gt;
				&lt;p class=&quot;mb2-subtitle&quot;&gt;
					An independent methodological operator and point of assembly for long-horizon frameworks, dialogue processes, and platform-based ecosystems.&lt;br /&gt;
					Founded and led by &lt;span class=&quot;mb2-strong&quot;&gt;Andrey Matuzov&lt;/span&gt;.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-actions&quot;&gt;
				&lt;a class=&quot;mb2-btn mb2-primary&quot; href=&quot;#mb2-architecture&quot; onclick=&quot;document.getElementById('mb2-architecture').scrollIntoView({behavior:'smooth'});return false;&quot; target=&quot;_blank&quot;&gt;Architecture&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;RE:THINK 2045&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;SARAFAN (Hub)&lt;/a&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;div aria-label=&quot;Attributes&quot; class=&quot;mb2-meta&quot;&gt;
			&lt;span class=&quot;mb2-chip&quot;&gt;Methodological operator&lt;/span&gt; &lt;span class=&quot;mb2-chip&quot;&gt;Long-horizon&lt;/span&gt; &lt;span class=&quot;mb2-chip&quot;&gt;Talent-centric logic&lt;/span&gt; &lt;span class=&quot;mb2-chip mb2-quiet&quot;&gt;Pre-policy formats&lt;/span&gt; &lt;span class=&quot;mb2-chip mb2-quiet&quot;&gt;Platform continuity&lt;/span&gt;&lt;/div&gt;
		&lt;div aria-label=&quot;M BALANCE About sections&quot; class=&quot;mb2-tabs&quot; role=&quot;tablist&quot;&gt;
			&lt;button aria-controls=&quot;mb2-about&quot; aria-selected=&quot;true&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-about&quot; role=&quot;tab&quot;&gt;About&lt;/button&gt;&lt;button aria-controls=&quot;mb2-architecture&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-architecture&quot; role=&quot;tab&quot;&gt;Cascade Architecture&lt;/button&gt;&lt;button aria-controls=&quot;mb2-structure&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-structure&quot; role=&quot;tab&quot;&gt;Organizational Structure&lt;/button&gt;&lt;button aria-controls=&quot;mb2-entities&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-entities&quot; role=&quot;tab&quot;&gt;Key Entities&lt;/button&gt;&lt;button aria-controls=&quot;mb2-contact&quot; aria-selected=&quot;false&quot; class=&quot;mb2-tab&quot; id=&quot;mb2-tab-contact&quot; role=&quot;tab&quot;&gt;Contact&lt;/button&gt;&lt;/div&gt;
		&lt;!-- ABOUT --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-about&quot; class=&quot;mb2-section is-active&quot; id=&quot;mb2-about&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-grid2&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						What M BALANCE is&lt;/h3&gt;
					&lt;p class=&quot;mb2-lead&quot;&gt;
						M BALANCE is an independent center for strategic meaning-making and project intelligence. We develop and operate long-horizon frameworks where conventional consulting, policy language, and academic specialization do not provide enough explanatory or operational power.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Authorship&lt;/div&gt;
					&lt;p style=&quot;margin-top:6px;color:var(--mb2-muted);font-size:13px;line-height:1.6;&quot;&gt;
						The core frameworks, doctrines, and processes within the M BALANCE ecosystem were authored and initiated by &lt;span class=&quot;mb2-strong&quot;&gt;Andrey Matuzov&lt;/span&gt;. The author remains directly involved as an architect of the methodology and as a participant in the dialogue process.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						What we build&lt;/h3&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Frameworks&lt;/b&gt; - structured ways of thinking that hold complexity and long-horizon responsibility.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Dialogues&lt;/b&gt; - recurring formats where assumptions are tested before positions harden.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Platforms&lt;/b&gt; - continuous environments that connect talent, knowledge, cooperation, and implementation.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Initiatives&lt;/b&gt; - applied projects that emerge when the framework and process are ready.&lt;/li&gt;
					&lt;/ul&gt;
					&lt;div class=&quot;mb2-note&quot;&gt;
						Core axis: talent as primary capital of the 21st century, and human-centricity as access to the management and realization of talent.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CASCADE ARCHITECTURE --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-architecture&quot; class=&quot;mb2-section&quot; id=&quot;mb2-architecture&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Cascade Architecture (Meta -&amp;#62; Framework -&amp;#62; Process -&amp;#62; Platform -&amp;#62; Initiatives)&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					This cascade describes how meaning becomes method, method becomes process, and process becomes scalable cooperation.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						0&lt;/div&gt;
					&lt;h3&gt;
						Meta horizon&lt;/h3&gt;
					&lt;p&gt;
						Long-horizon civilizational balance in a world where talent becomes primary capital and institutional forms lag behind complexity.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						1&lt;/div&gt;
					&lt;h3&gt;
						Doctrine layer&lt;/h3&gt;
					&lt;p&gt;
						SARAFAN Doctrine and Talent Doctrine: talent as a distributed civilizational asset, human-centricity as access to its realization.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						2&lt;/div&gt;
					&lt;h3&gt;
						Framework layer&lt;/h3&gt;
					&lt;p&gt;
						SARAFAN Framework: methodology-first, pre-policy, conditions-based project design, dialogue as infrastructure.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						3&lt;/div&gt;
					&lt;h3&gt;
						Process layer&lt;/h3&gt;
					&lt;p&gt;
						GLOBAL RE:THINK DIALOGUE 2045: recurring long-horizon dialogues (May and October) that shape trajectory and test assumptions.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						4&lt;/div&gt;
					&lt;h3&gt;
						Platform layer&lt;/h3&gt;
					&lt;p&gt;
						&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; + AI: a Web 2.0 environment turning dialogue into continuity, and continuity into global-scale collaboration.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-step&quot;&gt;
					&lt;div class=&quot;mb2-stepnum&quot;&gt;
						5&lt;/div&gt;
					&lt;h3&gt;
						Initiatives layer&lt;/h3&gt;
					&lt;p&gt;
						Applied projects and cooperation chains (agro, logistics, climate, education, culture) that emerge when the framework is mature.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;hr class=&quot;mb2-line&quot; /&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Why this cascade matters&lt;/h3&gt;
				&lt;ul class=&quot;mb2-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents drift&lt;/b&gt; - doctrine and framework keep coherence.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents premature politics&lt;/b&gt; - process comes before positioning.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Prevents fragmentation&lt;/b&gt; - platform ensures continuity between events.&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Enables scaling&lt;/b&gt; - initiatives emerge from a stable method and process.&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- ORGANIZATIONAL STRUCTURE --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-structure&quot; class=&quot;mb2-section&quot; id=&quot;mb2-structure&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-grid2&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						M BALANCE as an organizational structure&lt;/h3&gt;
					&lt;p class=&quot;mb2-lead&quot;&gt;
						M BALANCE is organized as a lightweight core with a distributed network of collaborators. The center protects methodology, maintains long-horizon logic, and enables execution through partners and platforms.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Core roles&lt;/div&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Author and Principal Architect&lt;/b&gt; - defines doctrine, framework, and method integrity.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Methodology and Editorial Core&lt;/b&gt; - standards, language, coherence, documentation.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Dialogue and Program Office&lt;/b&gt; - event rhythm, agendas, facilitation, synthesis.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Platform and Knowledge Office&lt;/b&gt; - &lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; structure, content architecture, AI enablement.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Partnerships and Operations&lt;/b&gt; - institutional interfaces, logistics, compliance basics.&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Operating principles&lt;/h3&gt;
					&lt;ul class=&quot;mb2-list&quot;&gt;
						&lt;li&gt;
							&lt;b&gt;Technology-first&lt;/b&gt;: brand as an operating system, not a label.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Pre-policy&lt;/b&gt;: dialogue before positions, methodology before ideology.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Talent axis&lt;/b&gt;: access to talent realization as the core development logic.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Continuity&lt;/b&gt;: platform-based work between events.&lt;/li&gt;
						&lt;li&gt;
							&lt;b&gt;Modularity&lt;/b&gt;: projects live inside the framework, not above it.&lt;/li&gt;
					&lt;/ul&gt;
					&lt;div class=&quot;mb2-note&quot;&gt;
						This structure allows growth without losing coherence or becoming a political actor.&lt;/div&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- KEY ENTITIES --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-entities&quot; class=&quot;mb2-section&quot; id=&quot;mb2-entities&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Key entities in the M BALANCE architecture&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					These are the primary components that M BALANCE authors, operates, or supports as part of one coherent ecosystem.&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						SARAFAN Framework&lt;/h3&gt;
					&lt;p&gt;
						Methodological framework for long-horizon dialogue and conditions-based project design.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://sarafan.id.page/page/adaptive/news/222103/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open SARAFAN hub&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						GLOBAL RE:THINK DIALOGUE 2045&lt;/h3&gt;
					&lt;p&gt;
						Long-horizon dialogue process with biannual rhythm (May and October), shaping a 2045 trajectory.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://rethink2045.id.page/page/adaptive/news/221867/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open RE:THINK 2045&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						&lt;a href=&quot;http://ID.PAGE&quot; target=&quot;_blank&quot;&gt;ID.PAGE&lt;/a&gt; Platform&lt;/h3&gt;
					&lt;p&gt;
						Web 2.0 environment enabling continuity, collaboration, knowledge architecture, and scaling with AI support.&lt;/p&gt;
					&lt;div class=&quot;mb2-kicker&quot;&gt;
						Link&lt;/div&gt;
					&lt;p&gt;
						&lt;a class=&quot;mb2-a&quot; href=&quot;https://id.page&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Open ID.PAGE&lt;/a&gt;&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-grid3&quot; style=&quot;margin-top:12px;&quot;&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Talent Doctrine&lt;/h3&gt;
					&lt;p&gt;
						Talent as primary capital; human-centricity as access to talent management and realization across borders.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Disruption Method (adapted)&lt;/h3&gt;
					&lt;p&gt;
						Working with conventions and assumptions to create conditions for new trajectories, not disruption for its own sake.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb2-card&quot;&gt;
					&lt;h3&gt;
						Initiatives and applied tracks&lt;/h3&gt;
					&lt;p&gt;
						Projects emerging from the framework and dialogue process: agro, logistics, climate, education, culture.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;mb2-note&quot;&gt;
				Note: specific alliances or project vehicles may emerge later as implementation forms, but the framework and process remain primary.&lt;/div&gt;
		&lt;/section&gt;
		&lt;!-- CONTACT --&gt;
		&lt;section aria-labelledby=&quot;mb2-tab-contact&quot; class=&quot;mb2-section&quot; id=&quot;mb2-contact&quot; role=&quot;tabpanel&quot;&gt;
			&lt;div class=&quot;mb2-card&quot;&gt;
				&lt;h3&gt;
					Contact&lt;/h3&gt;
				&lt;p class=&quot;mb2-lead&quot;&gt;
					Work with us to design frameworks, dialogues, and platform-based ecosystems that enable talent-centered cooperation on a long horizon.&lt;/p&gt;
				&lt;div class=&quot;mb2-cta&quot;&gt;
					&lt;a class=&quot;mb2-btn mb2-primary&quot; href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;Email&lt;/a&gt; &lt;a class=&quot;mb2-btn&quot; href=&quot;tel:+39638200050&quot; target=&quot;_blank&quot;&gt;Call / WhatsApp&lt;/a&gt;&lt;/div&gt;
				&lt;div class=&quot;mb2-kicker&quot;&gt;
					Details&lt;/div&gt;
				&lt;ul class=&quot;mb2-list&quot;&gt;
					&lt;li&gt;
						&lt;b&gt;Email:&lt;/b&gt; &lt;a class=&quot;mb2-a&quot; href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;ndeemtth@gmail.com&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;
						&lt;b&gt;Secure messaging (optional):&lt;/b&gt; Telegram / Signal / WhatsApp &lt;a class=&quot;mb2-a&quot; href=&quot;tel:+39638200050&quot; target=&quot;_blank&quot;&gt;+39 638 20 00 50&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
				&lt;div class=&quot;mb2-footer&quot;&gt;
					&amp;#169; 2026 M BALANCE - Strategic Meaning Center&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  (function(){
    const tabs = Array.from(document.querySelectorAll('.mb2-tab'));
    const panels = Array.from(document.querySelectorAll('.mb2-section'));

    function activate(tab){
      tabs.forEach(t =&gt; t.setAttribute('aria-selected', t === tab ? 'true' : 'false'));
      panels.forEach(p =&gt; p.classList.toggle('is-active', p.id === tab.getAttribute('aria-controls')));
      tab.focus({preventScroll:true});
    }

    tabs.forEach(tab =&gt; tab.addEventListener('click', () =&gt; activate(tab)));
  })();
&lt;/script&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222301</link><pubDate>Thu, 8 Jan 2026 15:34:00 +0300</pubDate><title>M BALANCE - Strategic Meaning Center</title></item><item><author>News</author><description>&lt;a href=&quot;https://mb.id.page/page/publication/news/news.seam?newsId=222052&quot;&gt;&lt;img src=&quot;https://mb.id.page/resources/000/000/000/006/191/6191543_680x480.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
</description><yandex:full-text>&lt;a href=&quot;https://mb.id.page/page/publication/news/news.seam?newsId=222052&quot;&gt;&lt;img src=&quot;https://mb.id.page/resources/000/000/000/006/191/6191543_680x480.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=222052</link><pubDate>Thu, 23 Oct 2025 21:36:00 +0300</pubDate><title>MISSION</title></item><item><author>News</author><description>&lt;p data-reader-unique-id=&quot;2&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span data-reader-unique-id=&quot;3&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;b data-reader-unique-id=&quot;4&quot; style=&quot;max-width: 100%;&quot;&gt;M Balance /&amp;#160;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;&quot;&gt;Balance Communications Initiatives LLC Muscat Oman&lt;/span&gt;&lt;/p&gt;
&lt;p data-reader-unique-id=&quot;2&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;is a strategic platform of the future, focused on synthesizing science, philosophy, culture, and industrial leadership. Its executive team unites outstanding thinkers, visionaries, and architects of change from different disciplines and regions of the world.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201523.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6301&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201523_850xNone.jpg&quot; style=&quot;height: 201px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;11&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;a href=&quot;https://mb.id.page/page/adaptive/id395009/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;b data-reader-unique-id=&quot;12&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 204);&quot;&gt;Naila Qalqili&lt;br /&gt;
	General Director&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;General Director of M Balance. She oversees operational architecture, project integration, and cross-functional coordination across all strategic verticals. She ensures alignment between strategic vision and execution, manages key stakeholder engagement, and supervises program delivery in the Gulf region. She plays a central role in structuring institutional partnerships, accelerating decision-making processes, and enabling the implementation of complex, multi-regional initiatives.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201524.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6302&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201524_850xNone.jpg&quot; style=&quot;height: 195px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;11&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;a href=&quot;https://mb.id.page/page/adaptive/id394068/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 204);&quot;&gt;&lt;b data-reader-unique-id=&quot;12&quot; style=&quot;max-width: 100%;&quot;&gt;Nelson Wong&lt;br /&gt;
	Global Strategic Director&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-reader-unique-id=&quot;14&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Head of the Global Strategic Track of M Balance. He is responsible for building international partnerships and diplomatic infrastructure. He plays a key role in shaping transregional dialogue between East and West, South and North &amp;#8212; with a particular focus on Asia, the Gulf, Africa, and Latin America.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;16&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201525.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6303&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201525_850xNone.jpg&quot; style=&quot;height: 201px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;b data-reader-unique-id=&quot;17&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;span style=&quot;color:#0066cc;&quot;&gt;&lt;a href=&quot;https://mb.id.page/page/adaptive/id371869/&quot; target=&quot;_blank&quot;&gt;Andrew Matuzov&lt;br /&gt;
	Chief Executive Officer (CEO)&amp;#160;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-reader-unique-id=&quot;19&quot; style=&quot;max-width: 100%; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;Chief Executive Officer and Creative Architect of M Balance. He leads overall strategy, brand architecture, and international positioning. He supervises projects on talent capitalization, meaning-making, platform ecosystem development, and cultural diplomacy.&lt;/span&gt;&lt;/p&gt;
&lt;p data-reader-unique-id=&quot;24&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</description><yandex:full-text>&lt;p data-reader-unique-id=&quot;2&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span data-reader-unique-id=&quot;3&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;b data-reader-unique-id=&quot;4&quot; style=&quot;max-width: 100%;&quot;&gt;M Balance /&amp;#160;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px;&quot;&gt;Balance Communications Initiatives LLC Muscat Oman&lt;/span&gt;&lt;/p&gt;
&lt;p data-reader-unique-id=&quot;2&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;is a strategic platform of the future, focused on synthesizing science, philosophy, culture, and industrial leadership. Its executive team unites outstanding thinkers, visionaries, and architects of change from different disciplines and regions of the world.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201523.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6301&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201523_850xNone.jpg&quot; style=&quot;height: 201px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;11&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;a href=&quot;https://mb.id.page/page/adaptive/id395009/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;b data-reader-unique-id=&quot;12&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 204);&quot;&gt;Naila Qalqili&lt;br /&gt;
	General Director&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;General Director of M Balance. She oversees operational architecture, project integration, and cross-functional coordination across all strategic verticals. She ensures alignment between strategic vision and execution, manages key stakeholder engagement, and supervises program delivery in the Gulf region. She plays a central role in structuring institutional partnerships, accelerating decision-making processes, and enabling the implementation of complex, multi-regional initiatives.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201524.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6302&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201524_850xNone.jpg&quot; style=&quot;height: 195px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;11&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;a href=&quot;https://mb.id.page/page/adaptive/id394068/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: rgb(0, 102, 204);&quot;&gt;&lt;b data-reader-unique-id=&quot;12&quot; style=&quot;max-width: 100%;&quot;&gt;Nelson Wong&lt;br /&gt;
	Global Strategic Director&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-reader-unique-id=&quot;14&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family:tahoma,geneva,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Head of the Global Strategic Track of M Balance. He is responsible for building international partnerships and diplomatic infrastructure. He plays a key role in shaping transregional dialogue between East and West, South and North &amp;#8212; with a particular focus on Asia, the Gulf, Africa, and Latin America.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3 data-reader-unique-id=&quot;16&quot; style=&quot;font-size: 1.25em; max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font;&quot;&gt;
	&lt;a href=&quot;https://mb.id.page/resources/000/000/000/006/201/6201525.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;IMG_6303&quot; src=&quot;https://mb.id.page/resources/000/000/000/006/201/6201525_850xNone.jpg&quot; style=&quot;height: 201px; width: 200px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 18px;&quot;&gt;&lt;b data-reader-unique-id=&quot;17&quot; style=&quot;max-width: 100%;&quot;&gt;&lt;span style=&quot;color:#0066cc;&quot;&gt;&lt;a href=&quot;https://mb.id.page/page/adaptive/id371869/&quot; target=&quot;_blank&quot;&gt;Andrew Matuzov&lt;br /&gt;
	Chief Executive Officer (CEO)&amp;#160;&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p data-reader-unique-id=&quot;19&quot; style=&quot;max-width: 100%; font-size: 18px;&quot;&gt;
	&lt;span style=&quot;font-family: tahoma, geneva, sans-serif;&quot;&gt;Chief Executive Officer and Creative Architect of M Balance. He leads overall strategy, brand architecture, and international positioning. He supervises projects on talent capitalization, meaning-making, platform ecosystem development, and cultural diplomacy.&lt;/span&gt;&lt;/p&gt;
&lt;p data-reader-unique-id=&quot;24&quot; style=&quot;max-width: 100%; caret-color: rgb(27, 27, 27); color: rgb(27, 27, 27); font-family: -apple-system-font; font-size: 18px;&quot;&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221990</link><pubDate>Sat, 4 Oct 2025 20:44:00 +0300</pubDate><title>M Balance | STRATEGIC MEANING CENTER | Leadership</title></item><item><author>News</author><description>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M Balance&lt;/b&gt;&lt;/span&gt;&amp;#160;is a strategic platform of the future, focused on synthesizing science, philosophy, culture, and industrial leadership. Its executive team unites outstanding thinkers, visionaries, and architects of change from different disciplines and regions of the world.&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Sergey Karaganov &amp;#8212; Chief Geophilosophical Architect&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Chief Architect of Philosophical and Geopolitical Concepts. He defines the metastategic framework of the project, shapes the ideological foundation for a future world order, and ensures the alignment of M Balance ideas with global agendas and international theory.&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Nelson Wong &amp;#8212; Global Strategic Director&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Head of the Global Strategic Track of M Balance. He is responsible for building international partnerships and diplomatic infrastructure. He plays a key role in shaping transregional dialogue between East and West, South and North &amp;#8212; with a particular focus on Asia, the Gulf, Africa, and Latin America.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Andrey Matuzov &amp;#8212; Chief Executive Officer (CEO)&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Chief Executive Officer and Creative Architect of M Balance. He leads overall strategy, brand architecture, and international positioning. He supervises projects on talent capitalization, meaning-making, platform ecosystem development, and cultural diplomacy.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Oleg Shelyagov &amp;#8212; President&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	President and Chairman of the Board of M Balance. He ensures strategic governance and institutional continuity. He oversees the integration of the holding&amp;#8217;s initiatives with national and global priorities in sustainable development, industry, and science.&lt;/p&gt;
</description><yandex:full-text>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M Balance&lt;/b&gt;&lt;/span&gt;&amp;#160;is a strategic platform of the future, focused on synthesizing science, philosophy, culture, and industrial leadership. Its executive team unites outstanding thinkers, visionaries, and architects of change from different disciplines and regions of the world.&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Sergey Karaganov &amp;#8212; Chief Geophilosophical Architect&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Chief Architect of Philosophical and Geopolitical Concepts. He defines the metastategic framework of the project, shapes the ideological foundation for a future world order, and ensures the alignment of M Balance ideas with global agendas and international theory.&lt;/p&gt;
&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Nelson Wong &amp;#8212; Global Strategic Director&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Head of the Global Strategic Track of M Balance. He is responsible for building international partnerships and diplomatic infrastructure. He plays a key role in shaping transregional dialogue between East and West, South and North &amp;#8212; with a particular focus on Asia, the Gulf, Africa, and Latin America.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Andrey Matuzov &amp;#8212; Chief Executive Officer (CEO)&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Chief Executive Officer and Creative Architect of M Balance. He leads overall strategy, brand architecture, and international positioning. He supervises projects on talent capitalization, meaning-making, platform ecosystem development, and cultural diplomacy.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;h3 style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Oleg Shelyagov &amp;#8212; President&lt;/b&gt;&lt;/h3&gt;
&lt;p style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	President and Chairman of the Board of M Balance. He ensures strategic governance and institutional continuity. He oversees the integration of the holding&amp;#8217;s initiatives with national and global priorities in sustainable development, industry, and science.&lt;/p&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221989</link><pubDate>Sat, 4 Oct 2025 20:38:00 +0300</pubDate><title>M Balance STRATEGIC MEANING CENTER Leadership</title></item><item><author>News</author><description>&lt;!-- M BALANCE — Multilingual Page (EN/RU/ZH/AR) + Dual Registration CTA --&gt;
&lt;style type=&quot;text/css&quot;&gt;
.mb-wrap { max-width: 1080px; margin: 0 auto; padding: 24px 16px; font-family: system-ui, -apple-system, Segoe UI, Roboto, &quot;Noto Sans&quot;, Arial, sans-serif; line-height: 1.55; }
  .mb-topbar { display:flex; flex-wrap:wrap; align-items:center; gap:10px; justify-content:space-between; margin-bottom:14px; }
  .mb-brand { font-weight:700; font-size:18px; letter-spacing:.2px; }
  .mb-lang { display:flex; gap:8px; }
  .mb-lang button { border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:10px; cursor:pointer; font-size:13px; }
  .mb-lang button[aria-pressed=&quot;true&quot;]{ border-color:#111; background:#111; color:#fff; }
  .mb-menu { display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 22px; }
  .mb-menu a { font-size:13px; padding:6px 10px; border-radius:10px; border:1px solid #e5e5e5; text-decoration:none; color:#111; }
  .mb-menu a:hover { background:#f6f6f6; }
  .mb-hr { height:1px; background:linear-gradient(to right, #eee, #ddd, #eee); border:0; margin:18px 0; }

  .mb-section h2 { font-size:18px; margin:16px 0 8px; }
  .mb-section h3 { font-size:16px; margin:14px 0 6px; }
  .mb-dot::before { content:&quot;● &quot;; color:#111; }

  .mb-grid { display:grid; gap:10px; }
  @media (min-width: 760px) { .mb-grid { grid-template-columns: 1fr 1fr; } }
  .mb-card { border:1px solid #eee; border-radius:12px; padding:14px; background:#fff; }
  .mb-muted { color:#666; font-size:13px; }
  .mb-foot { font-size:12px; color:#666; margin-top:24px; }

  /* language blocks */
  .lang-block { display:none; }
  .lang-block.active { display:block; }

  /* RTL support only for Arabic block */
  .rtl { direction: rtl; text-align: start; }

  /* --- CTA minimal styles (в духе 221915) --- */
  .rtd-cta { text-align:center; padding:28px 16px; background:#f2f6fa; border-radius:10px; }
  .rtd-cta h2 { margin:0 0 8px; font-size:22px; font-weight:700; color:#123; }
  .rtd-cta p.sub { margin:0 0 18px; font-size:16px; font-weight:500; color:#234; }
  .rtd-buttons a,
  .rtd-buttons button { display:inline-block; margin:6px; padding:12px 20px; background:#0a56a0; color:#fff; font-size:15px; font-weight:600; border-radius:8px; text-decoration:none; border:0; cursor:pointer; }
  .rtd-gate { display:none; margin:8px auto 16px; max-width:480px; }
  .rtd-gate input { padding:10px 12px; border:1px solid #c9d4e2; border-radius:6px; font-size:15px; min-width:220px; outline:none; }
  .rtd-gate button { padding:10px 16px; border:0; border-radius:6px; background:#0a56a0; color:#fff; font-size:15px; font-weight:600; cursor:pointer; }
  .rtd-error { display:none; margin-top:8px; font-size:13px; color:#b00020; }
  .rtd-copy { font-size:13px; color:#555; margin-top:6px; }&lt;/style&gt;
&lt;div class=&quot;mb-wrap&quot;&gt;
	&lt;!-- CTA в карточке --&gt;
	&lt;div class=&quot;mb-card&quot;&gt;
		&lt;section aria-labelledby=&quot;rtd-cta-title&quot; class=&quot;rtd-cta&quot;&gt;
			&lt;h2 id=&quot;rtd-cta-title&quot;&gt;
				Take Action!&lt;/h2&gt;
			&lt;p class=&quot;sub&quot;&gt;
				Get involved today&lt;/p&gt;
			&lt;div class=&quot;rtd-buttons&quot;&gt;
				&lt;a class=&quot;cta-button&quot; href=&quot;https://mb.id.page/page/adaptive/registration&quot; style=&quot;box-sizing: border-box; background-color: rgb(0, 95, 163); margin: 10px 15px; padding: 14px 28px; border-radius: 6px; transition: background 0.3s ease 0s; font-family: Arial, sans-serif;&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(230, 242, 255);&quot;&gt;&amp;#160;&lt;/span&gt;&lt;a class=&quot;cta-button&quot; href=&quot;https://mb.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; background-color: rgb(0, 95, 163); margin: 10px 15px; padding: 14px 28px; border-radius: 6px; transition: background 0.3s ease 0s; font-family: Arial, sans-serif;&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/div&gt;
			&lt;!-- Password gate --&gt;
			&lt;div aria-label=&quot;Access code&quot; class=&quot;rtd-gate&quot; id=&quot;rtd-gate&quot; role=&quot;group&quot;&gt;
				&lt;div style=&quot;display:flex; gap:8px; justify-content:center; flex-wrap:wrap;&quot;&gt;
					&lt;input autocomplete=&quot;off&quot; id=&quot;rtd-pass&quot; inputmode=&quot;text&quot; placeholder=&quot;Access code&quot; type=&quot;password&quot; /&gt;&lt;button id=&quot;rtd-continue&quot; type=&quot;button&quot;&gt;Continue&lt;/button&gt;&lt;/div&gt;
				&lt;div class=&quot;rtd-error&quot; id=&quot;rtd-error&quot;&gt;
					Incorrect access code&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rtd-copy&quot;&gt;
				&amp;#169; 2025 M Balance STRATEGIC MEANING CENTER&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  // === Settings: замените на реальные ссылки форм ===
  const PROFILE_URL    = &quot;https://mb.id.page/page/adaptive/form/XXXXXX&quot;; // личный профиль
  const RESEARCHER_URL = &quot;https://mb.id.page/page/adaptive/form/YYYYYY&quot;; // исследователь / организация / wiki

  // === Access code (клиентская защита) ===
  const ACCESS_CODE = &quot;open1111&quot;;

  // Применяем URL одной точкой
  document.getElementById(&quot;rtd-personal&quot;).setAttribute(&quot;href&quot;, PROFILE_URL);

  // Элементы
  const gate = document.getElementById(&quot;rtd-gate&quot;);
  const btn  = document.getElementById(&quot;rtd-researcher-btn&quot;);
  const pass = document.getElementById(&quot;rtd-pass&quot;);
  const go   = document.getElementById(&quot;rtd-continue&quot;);
  const err  = document.getElementById(&quot;rtd-error&quot;);

  // Показать/скрыть форму пароля
  btn.addEventListener(&quot;click&quot;, function(e){
    e.preventDefault();
    gate.style.display = (gate.style.display === &quot;none&quot; || gate.style.display === &quot;&quot;) ? &quot;block&quot; : &quot;none&quot;;
    err.style.display = &quot;none&quot;;
    setTimeout(()=&gt;pass.focus(), 50);
  });

  // Проверка пароля
  function tryEnter(){
    const v = (pass.value || &quot;&quot;).trim();
    if (v === ACCESS_CODE) {
      window.open(RESEARCHER_URL, &quot;_blank&quot;);
      pass.value = &quot;&quot;;
      err.style.display = &quot;none&quot;;
    } else {
      err.style.display = &quot;block&quot;;
    }
  }

  go.addEventListener(&quot;click&quot;, tryEnter);
  pass.addEventListener(&quot;keydown&quot;, function(e){
    if (e.key === &quot;Enter&quot;) tryEnter();
  });
&lt;/script&gt;</description><yandex:full-text>&lt;!-- M BALANCE — Multilingual Page (EN/RU/ZH/AR) + Dual Registration CTA --&gt;
&lt;style type=&quot;text/css&quot;&gt;
.mb-wrap { max-width: 1080px; margin: 0 auto; padding: 24px 16px; font-family: system-ui, -apple-system, Segoe UI, Roboto, &quot;Noto Sans&quot;, Arial, sans-serif; line-height: 1.55; }
  .mb-topbar { display:flex; flex-wrap:wrap; align-items:center; gap:10px; justify-content:space-between; margin-bottom:14px; }
  .mb-brand { font-weight:700; font-size:18px; letter-spacing:.2px; }
  .mb-lang { display:flex; gap:8px; }
  .mb-lang button { border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:10px; cursor:pointer; font-size:13px; }
  .mb-lang button[aria-pressed=&quot;true&quot;]{ border-color:#111; background:#111; color:#fff; }
  .mb-menu { display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 22px; }
  .mb-menu a { font-size:13px; padding:6px 10px; border-radius:10px; border:1px solid #e5e5e5; text-decoration:none; color:#111; }
  .mb-menu a:hover { background:#f6f6f6; }
  .mb-hr { height:1px; background:linear-gradient(to right, #eee, #ddd, #eee); border:0; margin:18px 0; }

  .mb-section h2 { font-size:18px; margin:16px 0 8px; }
  .mb-section h3 { font-size:16px; margin:14px 0 6px; }
  .mb-dot::before { content:&quot;● &quot;; color:#111; }

  .mb-grid { display:grid; gap:10px; }
  @media (min-width: 760px) { .mb-grid { grid-template-columns: 1fr 1fr; } }
  .mb-card { border:1px solid #eee; border-radius:12px; padding:14px; background:#fff; }
  .mb-muted { color:#666; font-size:13px; }
  .mb-foot { font-size:12px; color:#666; margin-top:24px; }

  /* language blocks */
  .lang-block { display:none; }
  .lang-block.active { display:block; }

  /* RTL support only for Arabic block */
  .rtl { direction: rtl; text-align: start; }

  /* --- CTA minimal styles (в духе 221915) --- */
  .rtd-cta { text-align:center; padding:28px 16px; background:#f2f6fa; border-radius:10px; }
  .rtd-cta h2 { margin:0 0 8px; font-size:22px; font-weight:700; color:#123; }
  .rtd-cta p.sub { margin:0 0 18px; font-size:16px; font-weight:500; color:#234; }
  .rtd-buttons a,
  .rtd-buttons button { display:inline-block; margin:6px; padding:12px 20px; background:#0a56a0; color:#fff; font-size:15px; font-weight:600; border-radius:8px; text-decoration:none; border:0; cursor:pointer; }
  .rtd-gate { display:none; margin:8px auto 16px; max-width:480px; }
  .rtd-gate input { padding:10px 12px; border:1px solid #c9d4e2; border-radius:6px; font-size:15px; min-width:220px; outline:none; }
  .rtd-gate button { padding:10px 16px; border:0; border-radius:6px; background:#0a56a0; color:#fff; font-size:15px; font-weight:600; cursor:pointer; }
  .rtd-error { display:none; margin-top:8px; font-size:13px; color:#b00020; }
  .rtd-copy { font-size:13px; color:#555; margin-top:6px; }&lt;/style&gt;
&lt;div class=&quot;mb-wrap&quot;&gt;
	&lt;!-- CTA в карточке --&gt;
	&lt;div class=&quot;mb-card&quot;&gt;
		&lt;section aria-labelledby=&quot;rtd-cta-title&quot; class=&quot;rtd-cta&quot;&gt;
			&lt;h2 id=&quot;rtd-cta-title&quot;&gt;
				Take Action!&lt;/h2&gt;
			&lt;p class=&quot;sub&quot;&gt;
				Get involved today&lt;/p&gt;
			&lt;div class=&quot;rtd-buttons&quot;&gt;
				&lt;a class=&quot;cta-button&quot; href=&quot;https://mb.id.page/page/adaptive/registration&quot; style=&quot;box-sizing: border-box; background-color: rgb(0, 95, 163); margin: 10px 15px; padding: 14px 28px; border-radius: 6px; transition: background 0.3s ease 0s; font-family: Arial, sans-serif;&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 15px; background-color: rgb(230, 242, 255);&quot;&gt;&amp;#160;&lt;/span&gt;&lt;a class=&quot;cta-button&quot; href=&quot;https://mb.id.page/page/brand/registration.seam&quot; style=&quot;box-sizing: border-box; background-color: rgb(0, 95, 163); margin: 10px 15px; padding: 14px 28px; border-radius: 6px; transition: background 0.3s ease 0s; font-family: Arial, sans-serif;&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/div&gt;
			&lt;!-- Password gate --&gt;
			&lt;div aria-label=&quot;Access code&quot; class=&quot;rtd-gate&quot; id=&quot;rtd-gate&quot; role=&quot;group&quot;&gt;
				&lt;div style=&quot;display:flex; gap:8px; justify-content:center; flex-wrap:wrap;&quot;&gt;
					&lt;input autocomplete=&quot;off&quot; id=&quot;rtd-pass&quot; inputmode=&quot;text&quot; placeholder=&quot;Access code&quot; type=&quot;password&quot; /&gt;&lt;button id=&quot;rtd-continue&quot; type=&quot;button&quot;&gt;Continue&lt;/button&gt;&lt;/div&gt;
				&lt;div class=&quot;rtd-error&quot; id=&quot;rtd-error&quot;&gt;
					Incorrect access code&lt;/div&gt;
			&lt;/div&gt;
			&lt;div class=&quot;rtd-copy&quot;&gt;
				&amp;#169; 2025 M Balance STRATEGIC MEANING CENTER&lt;/div&gt;
		&lt;/section&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script&gt;
  // === Settings: замените на реальные ссылки форм ===
  const PROFILE_URL    = &quot;https://mb.id.page/page/adaptive/form/XXXXXX&quot;; // личный профиль
  const RESEARCHER_URL = &quot;https://mb.id.page/page/adaptive/form/YYYYYY&quot;; // исследователь / организация / wiki

  // === Access code (клиентская защита) ===
  const ACCESS_CODE = &quot;open1111&quot;;

  // Применяем URL одной точкой
  document.getElementById(&quot;rtd-personal&quot;).setAttribute(&quot;href&quot;, PROFILE_URL);

  // Элементы
  const gate = document.getElementById(&quot;rtd-gate&quot;);
  const btn  = document.getElementById(&quot;rtd-researcher-btn&quot;);
  const pass = document.getElementById(&quot;rtd-pass&quot;);
  const go   = document.getElementById(&quot;rtd-continue&quot;);
  const err  = document.getElementById(&quot;rtd-error&quot;);

  // Показать/скрыть форму пароля
  btn.addEventListener(&quot;click&quot;, function(e){
    e.preventDefault();
    gate.style.display = (gate.style.display === &quot;none&quot; || gate.style.display === &quot;&quot;) ? &quot;block&quot; : &quot;none&quot;;
    err.style.display = &quot;none&quot;;
    setTimeout(()=&gt;pass.focus(), 50);
  });

  // Проверка пароля
  function tryEnter(){
    const v = (pass.value || &quot;&quot;).trim();
    if (v === ACCESS_CODE) {
      window.open(RESEARCHER_URL, &quot;_blank&quot;);
      pass.value = &quot;&quot;;
      err.style.display = &quot;none&quot;;
    } else {
      err.style.display = &quot;block&quot;;
    }
  }

  go.addEventListener(&quot;click&quot;, tryEnter);
  pass.addEventListener(&quot;keydown&quot;, function(e){
    if (e.key === &quot;Enter&quot;) tryEnter();
  });
&lt;/script&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221984</link><pubDate>Sat, 4 Oct 2025 01:09:00 +0300</pubDate><title>Registration</title></item><item><author>News</author><description>&lt;!-- M BALANCE — Multilingual Page (EN/RU/ZH/AR) --&gt;
&lt;style type=&quot;text/css&quot;&gt;
.mb-wrap { max-width: 1080px; margin: 0 auto; padding: 24px 16px; font-family: system-ui, -apple-system, Segoe UI, Roboto, &quot;Noto Sans&quot;, Arial, sans-serif; line-height: 1.55; }
  .mb-topbar { display:flex; flex-wrap:wrap; align-items:center; gap:10px; justify-content:space-between; margin-bottom:14px; }
  .mb-brand { font-weight:700; font-size:18px; letter-spacing:.2px; }
  .mb-lang { display:flex; gap:8px; }
  .mb-lang button { border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:10px; cursor:pointer; font-size:13px; }
  .mb-lang button[aria-pressed=&quot;true&quot;]{ border-color:#111; background:#111; color:#fff; }
  .mb-menu { display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 22px; }
  .mb-menu a { font-size:13px; padding:6px 10px; border-radius:10px; border:1px solid #e5e5e5; text-decoration:none; color:#111; }
  .mb-menu a:hover { background:#f6f6f6; }
  .mb-hr { height:1px; background:linear-gradient(to right, #eee, #ddd, #eee); border:0; margin:18px 0; }

  .mb-section h2 { font-size:18px; margin:16px 0 8px; }
  .mb-section h3 { font-size:16px; margin:14px 0 6px; }
  .mb-dot::before { content:&quot;● &quot;; color:#111; }

  .mb-grid { display:grid; gap:10px; }
  @media (min-width: 760px) { .mb-grid { grid-template-columns: 1fr 1fr; } }
  .mb-card { border:1px solid #eee; border-radius:12px; padding:14px; background:#fff; }
  .mb-muted { color:#666; font-size:13px; }
  .mb-foot { font-size:12px; color:#666; margin-top:24px; }

  /* language blocks */
  .lang-block { display:none; }
  .lang-block.active { display:block; }

  /* RTL support only for Arabic block */
  .rtl { direction: rtl; text-align: start; }&lt;/style&gt;
&lt;div class=&quot;mb-wrap&quot; id=&quot;mb-root&quot;&gt;
	&lt;div class=&quot;mb-topbar&quot;&gt;
		&lt;div class=&quot;mb-brand&quot;&gt;
			M BALANCE &amp;#8212; Strategic Meaning Center&lt;/div&gt;
		&lt;div aria-label=&quot;Language switcher&quot; class=&quot;mb-lang&quot; role=&quot;group&quot;&gt;
			&lt;button aria-pressed=&quot;true&quot; data-set-lang=&quot;en&quot; type=&quot;button&quot;&gt;EN&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;ru&quot; type=&quot;button&quot;&gt;RU&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;zh&quot; type=&quot;button&quot;&gt;&amp;#20013;&amp;#25991;&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;ar&quot; type=&quot;button&quot;&gt;&amp;#1575;&amp;#1604;&amp;#1593;&amp;#1585;&amp;#1576;&amp;#1610;&amp;#1577;&lt;/button&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;!-- universal menu (targets the active language block) --&gt;
	&lt;nav aria-label=&quot;Sections&quot; class=&quot;mb-menu&quot;&gt;
		&lt;a data-section=&quot;about&quot; href=&quot;#about&quot; target=&quot;_blank&quot;&gt;About&lt;/a&gt; &lt;a data-section=&quot;sectors&quot; href=&quot;#sectors&quot; target=&quot;_blank&quot;&gt;Sectors&lt;/a&gt; &lt;a data-section=&quot;services&quot; href=&quot;#services&quot; target=&quot;_blank&quot;&gt;Services&lt;/a&gt; &lt;a data-section=&quot;methodology&quot; href=&quot;#methodology&quot; target=&quot;_blank&quot;&gt;Methodology&lt;/a&gt; &lt;a data-section=&quot;cases&quot; href=&quot;#cases&quot; target=&quot;_blank&quot;&gt;Cases&lt;/a&gt; &lt;a data-section=&quot;insights&quot; href=&quot;#insights&quot; target=&quot;_blank&quot;&gt;Insights / Publications&lt;/a&gt; &lt;a data-section=&quot;contact&quot; href=&quot;#contact&quot; target=&quot;_blank&quot;&gt;Contact&lt;/a&gt;&lt;/nav&gt;
	&lt;hr class=&quot;mb-hr&quot; /&gt;
	&lt;!-- ENGLISH --&gt;
	&lt;div class=&quot;lang-block active&quot; data-lang=&quot;en&quot; lang=&quot;en&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				ABOUT&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;We deliver long-term value and returns through the brand cycle.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; is an independent center for strategic meaning-making and project intelligence. At the crossroads of &lt;em&gt;creative strategy&lt;/em&gt;, &lt;em&gt;philosophical branding&lt;/em&gt;, and &lt;em&gt;cultural systems design&lt;/em&gt;, we build forward-looking models for project-based institutions, corporate ecosystems, and global civil society.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				SECTORS &amp;#8212; From Individuals to Planetary Scale&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Individuals &amp;#38; Founders&lt;/h3&gt;
					&lt;p&gt;
						We help visionary leaders articulate philosophies, build symbolic capital, and design projects that extend their influence beyond traditional domains.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Territories &amp;#38; Alliances&lt;/h3&gt;
					&lt;p&gt;
						We support cities, regions, and cross-border partnerships in shaping cultural identities, institutional logics, and cooperation frameworks &amp;#8212; from local agency to planetary relevance.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Corporate Ecosystems&lt;/h3&gt;
					&lt;p&gt;
						Strategic and cultural architectures for corporations and holdings to evolve from administrative efficiency into systems of identity, significance, and resilience.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Public Institutions &amp;#38; Policy Design&lt;/h3&gt;
					&lt;p&gt;
						Policy frameworks and institutional logics that transcend short-term politics and enable long-term coexistence.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Civil Society &amp;#38; NGOs&lt;/h3&gt;
					&lt;p&gt;
						Platforms of meaning for humanitarian, educational, and cultural initiatives that strengthen agency and intergenerational dialogue.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Creative Industries &amp;#38; Media&lt;/h3&gt;
					&lt;p&gt;
						Narrative and symbolic systems that turn content into durable cultural capital.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Sustainability &amp;#38; ESG&lt;/h3&gt;
					&lt;p&gt;
						ESG reframed as a humanitarian and cultural framework aligning planetary responsibility with cultural legitimacy.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Technology &amp;#38; Innovation Ecosystems&lt;/h3&gt;
					&lt;p&gt;
						Methodologies and symbolic maps that guide innovation toward relevance, responsibility, and adoption.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				SERVICES &amp;#8212; How We Work&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;Strategic Advisory&lt;/strong&gt; &amp;#8212; aligning vision, values, and system direction into a coherent strategic horizon.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Brand Architecture &amp;#38; Narrative Design&lt;/strong&gt; &amp;#8212; identity as worldview and symbolic structure, not just visuals.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Cultural Platform Building&lt;/strong&gt; &amp;#8212; practices, rituals, and shared meanings that create belonging.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Methodological Innovation&lt;/strong&gt; &amp;#8212; scenario frameworks, symbolic mapping, value system calibration.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Project Facilitation&lt;/strong&gt; &amp;#8212; from ideation to institutionalization with meaning, mission, and method integrated.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				METHODOLOGY &amp;#8212; Core Principles&lt;/h2&gt;
			&lt;h3&gt;
				Reverse Horizon Thinking&lt;/h3&gt;
			&lt;p&gt;
				Design from the ideal future backward so that near-term steps serve ultimate purpose.&lt;/p&gt;
			&lt;h3&gt;
				Strategic Meaning-Making&lt;/h3&gt;
			&lt;p&gt;
				Translate values into operational frameworks via symbolic mapping and cultural diagnostics.&lt;/p&gt;
			&lt;h3&gt;
				Post-Linear Planning&lt;/h3&gt;
			&lt;p&gt;
				Adaptive, parallel pathways and scenario design for volatility and uncertainty.&lt;/p&gt;
			&lt;h3&gt;
				Value System Calibration&lt;/h3&gt;
			&lt;p&gt;
				Coherent value architectures aligning behavior, culture, and identity.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				CASES &amp;#38; INITIATIVES&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; ideational originator and strategic architect; reverse horizon thinking methodology; discursive framework for the platform.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG as a Humanitarian Framework&lt;/strong&gt; &amp;#8212; beyond metrics toward ethics, agency, and intergenerational meaning.&lt;/li&gt;
				&lt;li&gt;
					&lt;a href=&quot;https://mb.id.page/page/adaptive/id394141/blog/13024517/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;The Talent Doctrine&lt;/strong&gt;&lt;/a&gt; &amp;#8212; recognition and structural valuation of human potential beyond traditional hierarchies.&lt;/li&gt;
				&lt;li&gt;
					&lt;a href=&quot;https://mb.id.page/page/adaptive/id394636/blog/13025754/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;Planetary think tank ecosystem (re:think2045)&lt;/strong&gt;&lt;/a&gt; &amp;#8212; philosophical blueprints, cultural alignment tools, intellectual-capital systems.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				INSIGHTS / PUBLICATIONS&lt;/h2&gt;
			&lt;p&gt;
				We publish &lt;em&gt;Essays &amp;#38; Manifestos&lt;/em&gt;, &lt;em&gt;Articles &amp;#38; Commentaries&lt;/em&gt;, &lt;em&gt;Case Reflections&lt;/em&gt;, &lt;em&gt;Dialogues&lt;/em&gt;, and &lt;em&gt;White Papers&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				Streams: Key Doctrines (Talent Doctrine, ESG Humanitarian, Climate Pragmatism) &amp;#8226; Research &amp;#38; Reports &amp;#8226; Commentaries &amp;#8226; Media &amp;#38; Events.&lt;br /&gt;
				&lt;br /&gt;
				&amp;#160;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				CONTACT&lt;/h2&gt;
			&lt;p&gt;
				Work with us to transform organizations from administrative machines into systems of cultural meaning and planetary relevance.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt;&amp;#160;&lt;a href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;ndeemtth@gmail.com&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;Secure messaging (optional): Telegram/Signal/WhatsApp &lt;a href=&quot;tel:+39&amp;nbsp;638 20 00 50&quot; target=&quot;_blank&quot;&gt;+39&amp;#160;638 20 00 50&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
				&lt;br /&gt;
				&lt;span style=&quot;color: rgb(102, 102, 102);&quot;&gt;&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
	&lt;/div&gt;
	&lt;!-- /ENGLISH --&gt;&lt;!-- RUSSIAN --&gt;
	&lt;div class=&quot;lang-block&quot; data-lang=&quot;ru&quot; lang=&quot;ru&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				О КОМПАНИИ&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;Мы создаём долгосрочную ценность на всём цикле.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#8212; независимый центр стратегического смыслообразования и проектной аналитики. На стыке &lt;em&gt;креативной стратегии&lt;/em&gt;, &lt;em&gt;философского брендинга&lt;/em&gt; и &lt;em&gt;проектирования культурных систем&lt;/em&gt; мы разрабатываем модели для проектных институтов, корпоративных экосистем и гражданского общества.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				СФЕРЫ &amp;#8212; От личности к планетарному масштабу&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Персоналии и основатели&lt;/h3&gt;
					&lt;p&gt;
						Помогаем визионерам сформулировать философию, накапливать символический капитал и превращать идеи в проекты с расширенным влиянием.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Территории и альянсы&lt;/h3&gt;
					&lt;p&gt;
						Поддерживаем города, регионы и трансграничные партнёрства в формировании идентичности, институциональной логики и рамок сотрудничества.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Корпоративные экосистемы&lt;/h3&gt;
					&lt;p&gt;
						Стратегические и культурные архитектуры для компаний и холдингов &amp;#8212; от административной эффективности к идентичности и устойчивости.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Публичные институты и политика&lt;/h3&gt;
					&lt;p&gt;
						Проектирование рамок политики и логик институтов за пределами краткосрочной конъюнктуры.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Гражданское общество и НКО&lt;/h3&gt;
					&lt;p&gt;
						Платформы смыслов для гуманитарных, образовательных и культурных инициатив.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Креативные индустрии и медиа&lt;/h3&gt;
					&lt;p&gt;
						Нарративные и символические системы, превращающие контент в долговременный культурный капитал.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Устойчивость и ESG&lt;/h3&gt;
					&lt;p&gt;
						ESG как гуманитарная и культурная рамка, соединяющая ответственность и легитимность.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Технологии и инновации&lt;/h3&gt;
					&lt;p&gt;
						Методологии и символические карты, направляющие инновации к значимости и ответственному внедрению.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				УСЛУГИ &amp;#8212; Как мы работаем&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;Стратегическое сопровождение&lt;/strong&gt; &amp;#8212; согласование видения, ценностей и направления системы.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Архитектура бренда и нарратив&lt;/strong&gt; &amp;#8212; идентичность как мировоззрение и символическая структура.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Культурные платформы&lt;/strong&gt; &amp;#8212; практики, ритуалы и общие смыслы, создающие принадлежность.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Методологические инструменты&lt;/strong&gt; &amp;#8212; сценарные рамки, символическое картирование, калибровка ценностей.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Фасилитация проектов&lt;/strong&gt; &amp;#8212; от идеи до институционализации при интеграции смысла, миссии и метода.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				МЕТОДОЛОГИЯ &amp;#8212; Базовые принципы&lt;/h2&gt;
			&lt;h3&gt;
				Обратный горизонт&lt;/h3&gt;
			&lt;p&gt;
				Проектирование от идеального будущего к настоящему, чтобы шаги служили высшей цели.&lt;/p&gt;
			&lt;h3&gt;
				Стратегическое смыслообразование&lt;/h3&gt;
			&lt;p&gt;
				Перевод ценностей в операционные рамки через символическое картирование и культурную диагностику.&lt;/p&gt;
			&lt;h3&gt;
				Постлинейное планирование&lt;/h3&gt;
			&lt;p&gt;
				Адаптивные параллельные траектории и сценарное проектирование для неопределённости.&lt;/p&gt;
			&lt;h3&gt;
				Калибровка системы ценностей&lt;/h3&gt;
			&lt;p&gt;
				Согласование поведения, культуры и идентичности в единую архитектуру.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				КЕЙСЫ И ИНИЦИАТИВЫ&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; идейный инициатор и стратегический архитектор; методология обратного горизонта; дискурсивный каркас платформы.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG как гуманитарная рамка&lt;/strong&gt; &amp;#8212; от метрик к этике, субъектности и межпоколенческим смыслам.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Доктрина таланта&lt;/strong&gt; &amp;#8212; признание и структурная капитализация человеческого потенциала вне традиционных иерархий.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Экосистема think tank (re:think2045)&lt;/strong&gt; &amp;#8212; философские чертежи, культурная настройка, системы интеллектуального капитала.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				ИНСАЙТЫ / ПУБЛИКАЦИИ&lt;/h2&gt;
			&lt;p&gt;
				Мы публикуем &lt;em&gt;эссе и манифесты&lt;/em&gt;, &lt;em&gt;аналитику и комментарии&lt;/em&gt;, &lt;em&gt;рефлексии по кейсам&lt;/em&gt;, &lt;em&gt;диалоги&lt;/em&gt; и &lt;em&gt;white papers&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				Потоки: Ключевые доктрины (Доктрина таланта, Гуманитарный ESG, Климатический прагматизм) &amp;#8226; Исследования и отчёты &amp;#8226; Комментарии &amp;#8226; Медиа и события.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				КОНТАКТЫ&lt;/h2&gt;
			&lt;p&gt;
				Работайте с нами, чтобы превратить организации из административных машин в системы культурного смысла и планетарной значимости.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;Мессенджеры (опционально): Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /RUSSIAN --&gt;&lt;!-- CHINESE (Simplified) --&gt;
	&lt;div class=&quot;lang-block&quot; data-lang=&quot;zh&quot; lang=&quot;zh-Hans&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#20851;&amp;#20110;&amp;#25105;&amp;#20204;&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#25105;&amp;#20204;&amp;#22312;&amp;#23436;&amp;#25972;&amp;#21608;&amp;#26399;&amp;#20013;&amp;#21019;&amp;#36896;&amp;#38271;&amp;#26399;&amp;#20215;&amp;#20540;&amp;#12290;&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#26159;&amp;#19968;&amp;#23478;&amp;#29420;&amp;#31435;&amp;#30340;&amp;#25112;&amp;#30053;&amp;#24847;&amp;#20041;&amp;#26500;&amp;#24314;&amp;#19982;&amp;#39033;&amp;#30446;&amp;#26234;&amp;#33021;&amp;#20013;&amp;#24515;&amp;#65292;&amp;#31435;&amp;#36275;&amp;#20110;&lt;em&gt;&amp;#21019;&amp;#24847;&amp;#25112;&amp;#30053;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#21746;&amp;#23398;&amp;#24335;&amp;#21697;&amp;#29260;&lt;/em&gt;&amp;#19982;&lt;em&gt;&amp;#25991;&amp;#21270;&amp;#31995;&amp;#32479;&amp;#35774;&amp;#35745;&lt;/em&gt;&amp;#30340;&amp;#20132;&amp;#27719;&amp;#22788;&amp;#65292;&amp;#20026;&amp;#39033;&amp;#30446;&amp;#22411;&amp;#26426;&amp;#26500;&amp;#12289;&amp;#20225;&amp;#19994;&amp;#29983;&amp;#24577;&amp;#19982;&amp;#20840;&amp;#29699;&amp;#20844;&amp;#27665;&amp;#31038;&amp;#20250;&amp;#26500;&amp;#24314;&amp;#21069;&amp;#30651;&amp;#24615;&amp;#27169;&amp;#22411;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#19994;&amp;#21153;&amp;#39046;&amp;#22495; &amp;#8212; &amp;#20174;&amp;#20010;&amp;#20307;&amp;#21040;&amp;#34892;&amp;#26143;&amp;#23610;&amp;#24230;&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20010;&amp;#20154;&amp;#19982;&amp;#21019;&amp;#22987;&amp;#20154;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#24110;&amp;#21161;&amp;#24895;&amp;#26223;&amp;#22411;&amp;#39046;&amp;#23548;&amp;#32773;&amp;#38416;&amp;#26126;&amp;#21746;&amp;#23398;&amp;#12289;&amp;#26500;&amp;#24314;&amp;#35937;&amp;#24449;&amp;#36164;&amp;#26412;&amp;#65292;&amp;#24182;&amp;#23558;&amp;#29702;&amp;#24565;&amp;#36716;&amp;#21270;&amp;#20026;&amp;#21487;&amp;#25193;&amp;#23637;&amp;#30340;&amp;#39033;&amp;#30446;&amp;#24433;&amp;#21709;&amp;#21147;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#22320;&amp;#22495;&amp;#19982;&amp;#32852;&amp;#30431;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25903;&amp;#25345;&amp;#22478;&amp;#24066;&amp;#12289;&amp;#21306;&amp;#22495;&amp;#19982;&amp;#36328;&amp;#22659;&amp;#21512;&amp;#20316;&amp;#65292;&amp;#22609;&amp;#36896;&amp;#25991;&amp;#21270;&amp;#36523;&amp;#20221;&amp;#12289;&amp;#21046;&amp;#24230;&amp;#36923;&amp;#36753;&amp;#19982;&amp;#21327;&amp;#20316;&amp;#26694;&amp;#26550;&amp;#65292;&amp;#20174;&amp;#22312;&amp;#22320;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#36208;&amp;#21521;&amp;#34892;&amp;#26143;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20225;&amp;#19994;&amp;#29983;&amp;#24577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#20026;&amp;#20225;&amp;#19994;&amp;#19982;&amp;#25511;&amp;#32929;&amp;#38598;&amp;#22242;&amp;#25171;&amp;#36896;&amp;#25112;&amp;#30053;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#26550;&amp;#26500;&amp;#65292;&amp;#20351;&amp;#20854;&amp;#20174;&amp;#34892;&amp;#25919;&amp;#25928;&amp;#29575;&amp;#36208;&amp;#21521;&amp;#36523;&amp;#20221;&amp;#12289;&amp;#24847;&amp;#20041;&amp;#19982;&amp;#38887;&amp;#24615;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20844;&amp;#20849;&amp;#26426;&amp;#26500;&amp;#19982;&amp;#25919;&amp;#31574;&amp;#35774;&amp;#35745;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#26500;&amp;#24314;&amp;#36229;&amp;#36234;&amp;#30701;&amp;#26399;&amp;#25919;&amp;#27835;&amp;#30340;&amp;#25919;&amp;#31574;&amp;#26694;&amp;#26550;&amp;#19982;&amp;#21046;&amp;#24230;&amp;#36923;&amp;#36753;&amp;#65292;&amp;#26381;&amp;#21153;&amp;#38271;&amp;#26399;&amp;#20849;&amp;#23384;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20844;&amp;#27665;&amp;#31038;&amp;#20250;&amp;#19982;&amp;#20844;&amp;#30410;&amp;#26426;&amp;#26500;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#20026;&amp;#20154;&amp;#36947;&amp;#12289;&amp;#25945;&amp;#32946;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#39033;&amp;#30446;&amp;#26500;&amp;#24314;&amp;#24847;&amp;#20041;&amp;#24179;&amp;#21488;&amp;#65292;&amp;#22686;&amp;#24378;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#19982;&amp;#20195;&amp;#38469;&amp;#23545;&amp;#35805;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#21019;&amp;#24847;&amp;#20135;&amp;#19994;&amp;#19982;&amp;#23186;&amp;#20307;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25171;&amp;#36896;&amp;#21465;&amp;#20107;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#31995;&amp;#32479;&amp;#65292;&amp;#20351;&amp;#20869;&amp;#23481;&amp;#27785;&amp;#28096;&amp;#20026;&amp;#25345;&amp;#20037;&amp;#30340;&amp;#25991;&amp;#21270;&amp;#36164;&amp;#26412;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#21487;&amp;#25345;&amp;#32493;&amp;#19982;ESG&lt;/h3&gt;
					&lt;p&gt;
						&amp;#23558;ESG&amp;#37325;&amp;#26500;&amp;#20026;&amp;#20154;&amp;#25991;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#26694;&amp;#26550;&amp;#65292;&amp;#20351;&amp;#34892;&amp;#26143;&amp;#36131;&amp;#20219;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#27491;&amp;#24403;&amp;#24615;&amp;#30456;&amp;#19968;&amp;#33268;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#31185;&amp;#25216;&amp;#19982;&amp;#21019;&amp;#26032;&amp;#29983;&amp;#24577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25552;&amp;#20379;&amp;#26041;&amp;#27861;&amp;#35770;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#22320;&amp;#22270;&amp;#65292;&amp;#24341;&amp;#23548;&amp;#21019;&amp;#26032;&amp;#36208;&amp;#21521;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#12289;&amp;#36131;&amp;#20219;&amp;#19982;&amp;#33853;&amp;#22320;&amp;#37319;&amp;#32435;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26381;&amp;#21153; &amp;#8212; &amp;#25105;&amp;#20204;&amp;#22914;&amp;#20309;&amp;#24037;&amp;#20316;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#25112;&amp;#30053;&amp;#39038;&amp;#38382;&lt;/strong&gt; &amp;#8212; &amp;#23558;&amp;#24895;&amp;#26223;&amp;#12289;&amp;#20215;&amp;#20540;&amp;#19982;&amp;#31995;&amp;#32479;&amp;#26041;&amp;#21521;&amp;#23545;&amp;#40784;&amp;#20026;&amp;#19968;&amp;#33268;&amp;#30340;&amp;#25112;&amp;#30053;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#21697;&amp;#29260;&amp;#26550;&amp;#26500;&amp;#19982;&amp;#21465;&amp;#20107;&amp;#35774;&amp;#35745;&lt;/strong&gt; &amp;#8212; &amp;#23558;&amp;#36523;&amp;#20221;&amp;#25171;&amp;#36896;&amp;#20026;&amp;#19990;&amp;#30028;&amp;#35266;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#32467;&amp;#26500;&amp;#65292;&amp;#32780;&amp;#19981;&amp;#20165;&amp;#26159;&amp;#35270;&amp;#35273;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#25991;&amp;#21270;&amp;#24179;&amp;#21488;&amp;#26500;&amp;#24314;&lt;/strong&gt; &amp;#8212; &amp;#20197;&amp;#23454;&amp;#36341;&amp;#12289;&amp;#20202;&amp;#24335;&amp;#19982;&amp;#20849;&amp;#20139;&amp;#24847;&amp;#20041;&amp;#65292;&amp;#22609;&amp;#36896;&amp;#32452;&amp;#32455;&amp;#24402;&amp;#23646;&amp;#24863;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#26041;&amp;#27861;&amp;#21019;&amp;#26032;&lt;/strong&gt; &amp;#8212; &amp;#22330;&amp;#26223;&amp;#26694;&amp;#26550;&amp;#12289;&amp;#35937;&amp;#24449;&amp;#26144;&amp;#23556;&amp;#12289;&amp;#20215;&amp;#20540;&amp;#20307;&amp;#31995;&amp;#26657;&amp;#20934;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#39033;&amp;#30446;&amp;#20419;&amp;#36827;&lt;/strong&gt; &amp;#8212; &amp;#20174;&amp;#26500;&amp;#24819;&amp;#21040;&amp;#21046;&amp;#24230;&amp;#21270;&amp;#65292;&amp;#20445;&amp;#25345;&amp;#24847;&amp;#20041;&amp;#12289;&amp;#20351;&amp;#21629;&amp;#19982;&amp;#26041;&amp;#27861;&amp;#30340;&amp;#25972;&amp;#21512;&amp;#12290;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26041;&amp;#27861;&amp;#35770; &amp;#8212; &amp;#26680;&amp;#24515;&amp;#21407;&amp;#21017;&lt;/h2&gt;
			&lt;h3&gt;
				&amp;#36870;&amp;#21521;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#24605;&amp;#32500;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#33258;&amp;#29702;&amp;#24819;&amp;#26410;&amp;#26469;&amp;#22238;&amp;#28335;&amp;#35774;&amp;#35745;&amp;#65292;&amp;#20351;&amp;#24403;&amp;#19979;&amp;#34892;&amp;#21160;&amp;#26381;&amp;#21153;&amp;#20110;&amp;#26368;&amp;#32456;&amp;#30446;&amp;#30340;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#25112;&amp;#30053;&amp;#24847;&amp;#20041;&amp;#26500;&amp;#24314;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#36890;&amp;#36807;&amp;#35937;&amp;#24449;&amp;#26144;&amp;#23556;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#35786;&amp;#26029;&amp;#65292;&amp;#23558;&amp;#20215;&amp;#20540;&amp;#36716;&amp;#21270;&amp;#20026;&amp;#21487;&amp;#25805;&amp;#20316;&amp;#26694;&amp;#26550;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#38750;&amp;#32447;&amp;#24615;&amp;#35268;&amp;#21010;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#20026;&amp;#19981;&amp;#30830;&amp;#23450;&amp;#24615;&amp;#25552;&amp;#20379;&amp;#33258;&amp;#36866;&amp;#24212;&amp;#12289;&amp;#24182;&amp;#34892;&amp;#36335;&amp;#24452;&amp;#19982;&amp;#22330;&amp;#26223;&amp;#35774;&amp;#35745;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#20215;&amp;#20540;&amp;#20307;&amp;#31995;&amp;#26657;&amp;#20934;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#20197;&amp;#19968;&amp;#33268;&amp;#30340;&amp;#20215;&amp;#20540;&amp;#26550;&amp;#26500;&amp;#23545;&amp;#40784;&amp;#34892;&amp;#20026;&amp;#12289;&amp;#25991;&amp;#21270;&amp;#19982;&amp;#36523;&amp;#20221;&amp;#12290;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26696;&amp;#20363;&amp;#19982;&amp;#20513;&amp;#35758;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; &amp;#24605;&amp;#24819;&amp;#21457;&amp;#36215;&amp;#19982;&amp;#25112;&amp;#30053;&amp;#26550;&amp;#26500;&amp;#65307;&amp;#36870;&amp;#21521;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#26041;&amp;#27861;&amp;#65307;&amp;#24179;&amp;#21488;&amp;#30340;&amp;#35770;&amp;#36848;&amp;#26694;&amp;#26550;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20154;&amp;#25991;ESG&amp;#26694;&amp;#26550;&lt;/strong&gt; &amp;#8212; &amp;#36229;&amp;#36234;&amp;#25351;&amp;#26631;&amp;#65292;&amp;#36208;&amp;#21521;&amp;#20262;&amp;#29702;&amp;#12289;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#19982;&amp;#20195;&amp;#38469;&amp;#24847;&amp;#20041;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20154;&amp;#25165;&amp;#23398;&amp;#35828;&lt;/strong&gt; &amp;#8212; &amp;#22312;&amp;#20256;&amp;#32479;&amp;#31561;&amp;#32423;&amp;#20043;&amp;#22806;&amp;#35782;&amp;#21035;&amp;#24182;&amp;#32467;&amp;#26500;&amp;#24615;&amp;#35780;&amp;#20272;&amp;#20154;&amp;#31867;&amp;#28508;&amp;#33021;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20840;&amp;#29699;&amp;#26234;&amp;#24211;&amp;#29983;&amp;#24577;&amp;#65288;re:think2045&amp;#65289;&lt;/strong&gt; &amp;#8212; &amp;#21746;&amp;#23398;&amp;#34013;&amp;#22270;&amp;#12289;&amp;#25991;&amp;#21270;&amp;#23545;&amp;#40784;&amp;#24037;&amp;#20855;&amp;#19982;&amp;#26234;&amp;#35782;&amp;#36164;&amp;#26412;&amp;#31995;&amp;#32479;&amp;#12290;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#35265;&amp;#35299; / &amp;#20986;&amp;#29256;&amp;#29289;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#21457;&amp;#24067; &lt;em&gt;&amp;#38543;&amp;#31508;&amp;#19982;&amp;#23459;&amp;#35328;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#25991;&amp;#31456;&amp;#19982;&amp;#35780;&amp;#35770;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#26696;&amp;#20363;&amp;#21453;&amp;#24605;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#23545;&amp;#35805;&lt;/em&gt; &amp;#19982; &lt;em&gt;&amp;#30333;&amp;#30382;&amp;#20070;&lt;/em&gt;&amp;#12290;&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				&amp;#26495;&amp;#22359;&amp;#65306;&amp;#20851;&amp;#38190;&amp;#23398;&amp;#35828;&amp;#65288;&amp;#20154;&amp;#25165;&amp;#23398;&amp;#35828;&amp;#12289;&amp;#20154;&amp;#25991;ESG&amp;#12289;&amp;#27668;&amp;#20505;&amp;#23454;&amp;#29992;&amp;#20027;&amp;#20041;&amp;#65289; &amp;#8226; &amp;#30740;&amp;#31350;&amp;#19982;&amp;#25253;&amp;#21578; &amp;#8226; &amp;#35780;&amp;#35770; &amp;#8226; &amp;#23186;&amp;#20307;&amp;#19982;&amp;#27963;&amp;#21160;&amp;#12290;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#32852;&amp;#31995;&amp;#26041;&amp;#24335;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#19982;&amp;#25105;&amp;#20204;&amp;#21512;&amp;#20316;&amp;#65292;&amp;#23558;&amp;#32452;&amp;#32455;&amp;#20174;&amp;#8220;&amp;#34892;&amp;#25919;&amp;#26426;&amp;#22120;&amp;#8221;&amp;#36716;&amp;#21464;&amp;#20026;&amp;#8220;&amp;#25991;&amp;#21270;&amp;#24847;&amp;#20041;&amp;#19982;&amp;#34892;&amp;#26143;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#30340;&amp;#31995;&amp;#32479;&amp;#8221;&amp;#12290;&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;&amp;#23433;&amp;#20840;&amp;#36890;&amp;#35759;&amp;#65288;&amp;#21487;&amp;#36873;&amp;#65289;&amp;#65306;Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /CHINESE --&gt;&lt;!-- ARABIC --&gt;
	&lt;div class=&quot;lang-block rtl&quot; data-lang=&quot;ar&quot; lang=&quot;ar&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1605;&amp;#1606; &amp;#1606;&amp;#1581;&amp;#1606;&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#1606;&amp;#1589;&amp;#1606;&amp;#1593; &amp;#1602;&amp;#1610;&amp;#1605;&amp;#1577; &amp;#1591;&amp;#1608;&amp;#1610;&amp;#1604;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1604; &amp;#1593;&amp;#1576;&amp;#1585; &amp;#1583;&amp;#1608;&amp;#1585;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1610;&amp;#1575;&amp;#1577;.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#1605;&amp;#1585;&amp;#1603;&amp;#1586; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1604; &amp;#1604;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610; &amp;#1608;&amp;#1584;&amp;#1603;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593;. &amp;#1593;&amp;#1606;&amp;#1583; &amp;#1578;&amp;#1602;&amp;#1575;&amp;#1591;&amp;#1593; &lt;em&gt;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593;&amp;#1610;&amp;#1577;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1575;&amp;#1604;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1592;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/em&gt;&amp;#1548; &amp;#1606;&amp;#1576;&amp;#1606;&amp;#1610; &amp;#1606;&amp;#1605;&amp;#1575;&amp;#1584;&amp;#1580; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1575;&amp;#1574;&amp;#1605;&amp;#1577; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1578;&amp;#1605;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1610;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1591;&amp;#1575;&amp;#1593;&amp;#1575;&amp;#1578; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1585;&amp;#1575;&amp;#1583; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1605;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1587; &amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1585;&amp;#1575;&amp;#1583; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1608;&amp;#1606;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1593;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1575;&amp;#1583;&amp;#1577; &amp;#1571;&amp;#1589;&amp;#1581;&amp;#1575;&amp;#1576; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1609; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1589;&amp;#1610;&amp;#1575;&amp;#1594;&amp;#1577; &amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1575;&amp;#1578;&amp;#1607;&amp;#1605; &amp;#1608;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593; &amp;#1578;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1608;&amp;#1586; &amp;#1581;&amp;#1583;&amp;#1608;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1610;&amp;#1583;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1571;&amp;#1602;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1606;&amp;#1583;&amp;#1593;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1591;&amp;#1602; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1575;&amp;#1603;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1576;&amp;#1585;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1581;&amp;#1583;&amp;#1608;&amp;#1583; &amp;#1601;&amp;#1610; &amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1591;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1610; &amp;#1608;&amp;#1571;&amp;#1591;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1608;&amp;#1606; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1581;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1605;&amp;#1603;&amp;#1617;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1606;&amp;#1578;&amp;#1602;&amp;#1575;&amp;#1604; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1601;&amp;#1575;&amp;#1569;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1585;&amp;#1608;&amp;#1606;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1571;&amp;#1591;&amp;#1585; &amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1605;&amp;#1606;&amp;#1591;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1608;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1577; &amp;#1602;&amp;#1589;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1604; &amp;#1608;&amp;#1578;&amp;#1615;&amp;#1605;&amp;#1603;&amp;#1617;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1588; &amp;#1591;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1605;&amp;#1583;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1578;&amp;#1605;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606;&amp;#1610; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1594;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1576;&amp;#1581;&amp;#1610;&amp;#1577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1605;&amp;#1606;&amp;#1589;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1605;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1593;&amp;#1586;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1581;&amp;#1608;&amp;#1575;&amp;#1585; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1610;&amp;#1575;&amp;#1604;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1589;&amp;#1606;&amp;#1575;&amp;#1593;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1573;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1587;&amp;#1585;&amp;#1583;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1581;&amp;#1608;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1581;&amp;#1578;&amp;#1608;&amp;#1609; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1583;&amp;#1575;&amp;#1605;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1583;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1610;&amp;#1575;&amp;#1585; ESG&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1573;&amp;#1593;&amp;#1575;&amp;#1583;&amp;#1577; &amp;#1578;&amp;#1571;&amp;#1591;&amp;#1610;&amp;#1585; ESG &amp;#1603;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610; &amp;#1608;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1610;&amp;#1608;&amp;#1601;&amp;#1602; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1572;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1593;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1607;&amp;#1580; &amp;#1608;&amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1602;&amp;#1608;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585; &amp;#1606;&amp;#1581;&amp;#1608; &amp;#1575;&amp;#1604;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1572;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1593;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1583;.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1582;&amp;#1583;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#8212; &amp;#1603;&amp;#1610;&amp;#1601; &amp;#1606;&amp;#1593;&amp;#1605;&amp;#1604;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1608;&amp;#1575;&amp;#1569;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1607; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1592;&amp;#1575;&amp;#1605; &amp;#1590;&amp;#1605;&amp;#1606; &amp;#1571;&amp;#1601;&amp;#1602; &amp;#1573;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610; &amp;#1605;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1587;&amp;#1603;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1587;&amp;#1585;&amp;#1583;&lt;/strong&gt; &amp;#8212; &amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1585;&amp;#1572;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605; &amp;#1608;&amp;#1576;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1604;&amp;#1610;&amp;#1587; &amp;#1605;&amp;#1580;&amp;#1585;&amp;#1583; &amp;#1605;&amp;#1585;&amp;#1574;&amp;#1610;&amp;#1575;&amp;#1578;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1605;&amp;#1606;&amp;#1589;&amp;#1575;&amp;#1578; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1605;&amp;#1575;&amp;#1585;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1591;&amp;#1602;&amp;#1608;&amp;#1587; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1606;&amp;#1613; &amp;#1605;&amp;#1588;&amp;#1578;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1578;&amp;#1589;&amp;#1606;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1606;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1569;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585; &amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&lt;/strong&gt; &amp;#8212; &amp;#1571;&amp;#1591;&amp;#1585; &amp;#1587;&amp;#1610;&amp;#1606;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1608;&amp;#1548; &amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1578;&amp;#1610;&amp;#1587;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1583; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1581;Institutionalization &amp;#1605;&amp;#1593; &amp;#1578;&amp;#1603;&amp;#1575;&amp;#1605;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1585;&amp;#1587;&amp;#1575;&amp;#1604;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#8212; &amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1574; &amp;#1571;&amp;#1587;&amp;#1575;&amp;#1587;&amp;#1610;&amp;#1577;&lt;/h2&gt;
			&lt;h3&gt;
				&amp;#1578;&amp;#1601;&amp;#1603;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1603;&amp;#1608;&amp;#1587;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1579;&amp;#1575;&amp;#1604;&amp;#1610; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1590;&amp;#1585; &amp;#1576;&amp;#1581;&amp;#1610;&amp;#1579; &amp;#1578;&amp;#1582;&amp;#1583;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1591;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1570;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1594;&amp;#1575;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1589;&amp;#1608;&amp;#1609;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1589;&amp;#1606;&amp;#1575;&amp;#1593;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1591;&amp;#1585; &amp;#1578;&amp;#1588;&amp;#1594;&amp;#1610;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1593;&amp;#1576;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1588;&amp;#1582;&amp;#1610;&amp;#1589; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1582;&amp;#1591;&amp;#1610;&amp;#1591; &amp;#1575;&amp;#1604;&amp;#1604;&amp;#1575;&amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1610;&amp;#1605;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1605;&amp;#1587;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1578;&amp;#1608;&amp;#1575;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1605;&amp;#1578;&amp;#1603;&amp;#1610;&amp;#1601;&amp;#1577; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1587;&amp;#1610;&amp;#1606;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1608;&amp;#1607;&amp;#1575;&amp;#1578; &amp;#1604;&amp;#1576;&amp;#1610;&amp;#1574;&amp;#1575;&amp;#1578; &amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1576;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1593;&amp;#1605;&amp;#1575;&amp;#1585;&amp;#1577; &amp;#1602;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1578;&amp;#1587;&amp;#1602;&amp;#1577; &amp;#1578;&amp;#1608;&amp;#1575;&amp;#1574;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1604;&amp;#1608;&amp;#1603; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1606;&amp;#1588;&amp;#1571; &amp;#1601;&amp;#1603;&amp;#1585;&amp;#1610; &amp;#1608;&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1577; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&amp;#1563; &amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1603;&amp;#1608;&amp;#1587;&amp;#1563; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1591;&amp;#1575;&amp;#1576;&amp;#1610; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1589;&amp;#1577;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG &amp;#1603;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&lt;/strong&gt; &amp;#8212; &amp;#1571;&amp;#1576;&amp;#1593;&amp;#1583; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1602;&amp;#1575;&amp;#1610;&amp;#1610;&amp;#1587; &amp;#1606;&amp;#1581;&amp;#1608; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1582;&amp;#1604;&amp;#1575;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1610;&amp;#1575;&amp;#1604;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1593;&amp;#1602;&amp;#1610;&amp;#1583;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1608;&amp;#1607;&amp;#1576;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1593;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1601; &amp;#1576;&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1606;&amp;#1610;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1602;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1588;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1582;&amp;#1575;&amp;#1585;&amp;#1580; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1610;&amp;#1575;&amp;#1603;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1610;&amp;#1583;&amp;#1610;&amp;#1577;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1577; &amp;#1605;&amp;#1585;&amp;#1575;&amp;#1603;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1601;&amp;#1603;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577; (re:think2045)&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1582;&amp;#1591;&amp;#1591;&amp;#1575;&amp;#1578; &amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1571;&amp;#1583;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1608;&amp;#1575;&amp;#1569;&amp;#1605;&amp;#1577; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1601;&amp;#1603;&amp;#1585;&amp;#1610;.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1609; / &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1588;&amp;#1608;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#1606;&amp;#1606;&amp;#1588;&amp;#1585; &lt;em&gt;&amp;#1605;&amp;#1602;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1576;&amp;#1610;&amp;#1575;&amp;#1606;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1578;&amp;#1581;&amp;#1604;&amp;#1610;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1602;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1578;&amp;#1571;&amp;#1605;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1601;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1581;&amp;#1608;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1571;&amp;#1608;&amp;#1585;&amp;#1575;&amp;#1602;&amp;#1611;&amp;#1575; &amp;#1576;&amp;#1610;&amp;#1590;&amp;#1575;&amp;#1569;&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				&amp;#1605;&amp;#1587;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578;: &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1602;&amp;#1575;&amp;#1574;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1587;&amp;#1575;&amp;#1587;&amp;#1610;&amp;#1577; (&amp;#1593;&amp;#1602;&amp;#1610;&amp;#1583;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1608;&amp;#1607;&amp;#1576;&amp;#1577;&amp;#1548; ESG &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&amp;#1548; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1575;&amp;#1594;&amp;#1605;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1582;&amp;#1610;&amp;#1577;) &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1581;&amp;#1608;&amp;#1579; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1585; &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1602;&amp;#1575;&amp;#1578; &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1575;&amp;#1578;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1578;&amp;#1608;&amp;#1575;&amp;#1589;&amp;#1604; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1575;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1608;&amp;#1606;&amp;#1608;&amp;#1575; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1575; &amp;#1604;&amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1606; &amp;#34;&amp;#1570;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577;&amp;#34; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#34;&amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1608;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577;&amp;#34;.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1610;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1604;&amp;#1603;&amp;#1578;&amp;#1585;&amp;#1608;&amp;#1606;&amp;#1610;:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;&amp;#1602;&amp;#1606;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1570;&amp;#1605;&amp;#1606;&amp;#1577; (&amp;#1575;&amp;#1582;&amp;#1578;&amp;#1610;&amp;#1575;&amp;#1585;&amp;#1610;): Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /ARABIC --&gt;&lt;/div&gt;
&lt;script&gt;
(function(){
  const root = document.getElementById('mb-root');
  const buttons = root.querySelectorAll('.mb-lang button');
  const blocks  = root.querySelectorAll('.lang-block');
  const menu    = root.querySelector('.mb-menu');

  function setLang(lang){
    // toggle buttons
    buttons.forEach(b =&gt; b.setAttribute('aria-pressed', String(b.dataset.setLang === lang)));
    // toggle blocks
    blocks.forEach(bl =&gt; {
      if (bl.dataset.lang === lang) { bl.classList.add('active'); }
      else { bl.classList.remove('active'); }
    });
    // set dir for Arabic only
    document.documentElement.setAttribute('dir', lang === 'ar' ? 'rtl' : 'ltr');
    document.documentElement.setAttribute('lang', lang === 'zh' ? 'zh-Hans' : lang);
    // update menu labels (optional: keep English labels for consistency)
  }

  // language switch handler
  buttons.forEach(btn =&gt; {
    btn.addEventListener('click', () =&gt; setLang(btn.dataset.setLang));
  });

  // menu scroll handler: find the target inside the active block
  menu.addEventListener('click', (e) =&gt; {
    const link = e.target.closest('a[data-section]');
    if(!link) return;
    e.preventDefault();
    const lang = [...buttons].find(b =&gt; b.getAttribute('aria-pressed') === 'true').dataset.setLang;
    const section = link.dataset.section;
    const idMap = {
      en: {about:'en-about', sectors:'en-sectors', services:'en-services', methodology:'en-methodology', cases:'en-cases', insights:'en-insights', contact:'en-contact'},
      ru: {about:'ru-about', sectors:'ru-sectors', services:'ru-services', methodology:'ru-methodology', cases:'ru-cases', insights:'ru-insights', contact:'ru-contact'},
      zh: {about:'zh-about', sectors:'zh-sectors', services:'zh-services', methodology:'zh-methodology', cases:'zh-cases', insights:'zh-insights', contact:'zh-contact'},
      ar: {about:'ar-about', sectors:'ar-sectors', services:'ar-services', methodology:'ar-methodology', cases:'ar-cases', insights:'ar-insights', contact:'ar-contact'},
    };
    const targetId = idMap[lang][section];
    const target = document.getElementById(targetId);
    if(target){
      target.scrollIntoView({ behavior:'smooth', block:'start' });
    }
  });

  // init default
  setLang('en');
})();
&lt;/script&gt;</description><yandex:full-text>&lt;!-- M BALANCE — Multilingual Page (EN/RU/ZH/AR) --&gt;
&lt;style type=&quot;text/css&quot;&gt;
.mb-wrap { max-width: 1080px; margin: 0 auto; padding: 24px 16px; font-family: system-ui, -apple-system, Segoe UI, Roboto, &quot;Noto Sans&quot;, Arial, sans-serif; line-height: 1.55; }
  .mb-topbar { display:flex; flex-wrap:wrap; align-items:center; gap:10px; justify-content:space-between; margin-bottom:14px; }
  .mb-brand { font-weight:700; font-size:18px; letter-spacing:.2px; }
  .mb-lang { display:flex; gap:8px; }
  .mb-lang button { border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:10px; cursor:pointer; font-size:13px; }
  .mb-lang button[aria-pressed=&quot;true&quot;]{ border-color:#111; background:#111; color:#fff; }
  .mb-menu { display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 22px; }
  .mb-menu a { font-size:13px; padding:6px 10px; border-radius:10px; border:1px solid #e5e5e5; text-decoration:none; color:#111; }
  .mb-menu a:hover { background:#f6f6f6; }
  .mb-hr { height:1px; background:linear-gradient(to right, #eee, #ddd, #eee); border:0; margin:18px 0; }

  .mb-section h2 { font-size:18px; margin:16px 0 8px; }
  .mb-section h3 { font-size:16px; margin:14px 0 6px; }
  .mb-dot::before { content:&quot;● &quot;; color:#111; }

  .mb-grid { display:grid; gap:10px; }
  @media (min-width: 760px) { .mb-grid { grid-template-columns: 1fr 1fr; } }
  .mb-card { border:1px solid #eee; border-radius:12px; padding:14px; background:#fff; }
  .mb-muted { color:#666; font-size:13px; }
  .mb-foot { font-size:12px; color:#666; margin-top:24px; }

  /* language blocks */
  .lang-block { display:none; }
  .lang-block.active { display:block; }

  /* RTL support only for Arabic block */
  .rtl { direction: rtl; text-align: start; }&lt;/style&gt;
&lt;div class=&quot;mb-wrap&quot; id=&quot;mb-root&quot;&gt;
	&lt;div class=&quot;mb-topbar&quot;&gt;
		&lt;div class=&quot;mb-brand&quot;&gt;
			M BALANCE &amp;#8212; Strategic Meaning Center&lt;/div&gt;
		&lt;div aria-label=&quot;Language switcher&quot; class=&quot;mb-lang&quot; role=&quot;group&quot;&gt;
			&lt;button aria-pressed=&quot;true&quot; data-set-lang=&quot;en&quot; type=&quot;button&quot;&gt;EN&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;ru&quot; type=&quot;button&quot;&gt;RU&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;zh&quot; type=&quot;button&quot;&gt;&amp;#20013;&amp;#25991;&lt;/button&gt;&lt;button aria-pressed=&quot;false&quot; data-set-lang=&quot;ar&quot; type=&quot;button&quot;&gt;&amp;#1575;&amp;#1604;&amp;#1593;&amp;#1585;&amp;#1576;&amp;#1610;&amp;#1577;&lt;/button&gt;&lt;/div&gt;
	&lt;/div&gt;
	&lt;!-- universal menu (targets the active language block) --&gt;
	&lt;nav aria-label=&quot;Sections&quot; class=&quot;mb-menu&quot;&gt;
		&lt;a data-section=&quot;about&quot; href=&quot;#about&quot; target=&quot;_blank&quot;&gt;About&lt;/a&gt; &lt;a data-section=&quot;sectors&quot; href=&quot;#sectors&quot; target=&quot;_blank&quot;&gt;Sectors&lt;/a&gt; &lt;a data-section=&quot;services&quot; href=&quot;#services&quot; target=&quot;_blank&quot;&gt;Services&lt;/a&gt; &lt;a data-section=&quot;methodology&quot; href=&quot;#methodology&quot; target=&quot;_blank&quot;&gt;Methodology&lt;/a&gt; &lt;a data-section=&quot;cases&quot; href=&quot;#cases&quot; target=&quot;_blank&quot;&gt;Cases&lt;/a&gt; &lt;a data-section=&quot;insights&quot; href=&quot;#insights&quot; target=&quot;_blank&quot;&gt;Insights / Publications&lt;/a&gt; &lt;a data-section=&quot;contact&quot; href=&quot;#contact&quot; target=&quot;_blank&quot;&gt;Contact&lt;/a&gt;&lt;/nav&gt;
	&lt;hr class=&quot;mb-hr&quot; /&gt;
	&lt;!-- ENGLISH --&gt;
	&lt;div class=&quot;lang-block active&quot; data-lang=&quot;en&quot; lang=&quot;en&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				ABOUT&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;We deliver long-term value and returns through the brand cycle.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; is an independent center for strategic meaning-making and project intelligence. At the crossroads of &lt;em&gt;creative strategy&lt;/em&gt;, &lt;em&gt;philosophical branding&lt;/em&gt;, and &lt;em&gt;cultural systems design&lt;/em&gt;, we build forward-looking models for project-based institutions, corporate ecosystems, and global civil society.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				SECTORS &amp;#8212; From Individuals to Planetary Scale&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Individuals &amp;#38; Founders&lt;/h3&gt;
					&lt;p&gt;
						We help visionary leaders articulate philosophies, build symbolic capital, and design projects that extend their influence beyond traditional domains.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Territories &amp;#38; Alliances&lt;/h3&gt;
					&lt;p&gt;
						We support cities, regions, and cross-border partnerships in shaping cultural identities, institutional logics, and cooperation frameworks &amp;#8212; from local agency to planetary relevance.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Corporate Ecosystems&lt;/h3&gt;
					&lt;p&gt;
						Strategic and cultural architectures for corporations and holdings to evolve from administrative efficiency into systems of identity, significance, and resilience.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Public Institutions &amp;#38; Policy Design&lt;/h3&gt;
					&lt;p&gt;
						Policy frameworks and institutional logics that transcend short-term politics and enable long-term coexistence.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Civil Society &amp;#38; NGOs&lt;/h3&gt;
					&lt;p&gt;
						Platforms of meaning for humanitarian, educational, and cultural initiatives that strengthen agency and intergenerational dialogue.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Creative Industries &amp;#38; Media&lt;/h3&gt;
					&lt;p&gt;
						Narrative and symbolic systems that turn content into durable cultural capital.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Sustainability &amp;#38; ESG&lt;/h3&gt;
					&lt;p&gt;
						ESG reframed as a humanitarian and cultural framework aligning planetary responsibility with cultural legitimacy.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Technology &amp;#38; Innovation Ecosystems&lt;/h3&gt;
					&lt;p&gt;
						Methodologies and symbolic maps that guide innovation toward relevance, responsibility, and adoption.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				SERVICES &amp;#8212; How We Work&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;Strategic Advisory&lt;/strong&gt; &amp;#8212; aligning vision, values, and system direction into a coherent strategic horizon.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Brand Architecture &amp;#38; Narrative Design&lt;/strong&gt; &amp;#8212; identity as worldview and symbolic structure, not just visuals.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Cultural Platform Building&lt;/strong&gt; &amp;#8212; practices, rituals, and shared meanings that create belonging.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Methodological Innovation&lt;/strong&gt; &amp;#8212; scenario frameworks, symbolic mapping, value system calibration.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Project Facilitation&lt;/strong&gt; &amp;#8212; from ideation to institutionalization with meaning, mission, and method integrated.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				METHODOLOGY &amp;#8212; Core Principles&lt;/h2&gt;
			&lt;h3&gt;
				Reverse Horizon Thinking&lt;/h3&gt;
			&lt;p&gt;
				Design from the ideal future backward so that near-term steps serve ultimate purpose.&lt;/p&gt;
			&lt;h3&gt;
				Strategic Meaning-Making&lt;/h3&gt;
			&lt;p&gt;
				Translate values into operational frameworks via symbolic mapping and cultural diagnostics.&lt;/p&gt;
			&lt;h3&gt;
				Post-Linear Planning&lt;/h3&gt;
			&lt;p&gt;
				Adaptive, parallel pathways and scenario design for volatility and uncertainty.&lt;/p&gt;
			&lt;h3&gt;
				Value System Calibration&lt;/h3&gt;
			&lt;p&gt;
				Coherent value architectures aligning behavior, culture, and identity.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				CASES &amp;#38; INITIATIVES&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; ideational originator and strategic architect; reverse horizon thinking methodology; discursive framework for the platform.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG as a Humanitarian Framework&lt;/strong&gt; &amp;#8212; beyond metrics toward ethics, agency, and intergenerational meaning.&lt;/li&gt;
				&lt;li&gt;
					&lt;a href=&quot;https://mb.id.page/page/adaptive/id394141/blog/13024517/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;The Talent Doctrine&lt;/strong&gt;&lt;/a&gt; &amp;#8212; recognition and structural valuation of human potential beyond traditional hierarchies.&lt;/li&gt;
				&lt;li&gt;
					&lt;a href=&quot;https://mb.id.page/page/adaptive/id394636/blog/13025754/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;Planetary think tank ecosystem (re:think2045)&lt;/strong&gt;&lt;/a&gt; &amp;#8212; philosophical blueprints, cultural alignment tools, intellectual-capital systems.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				INSIGHTS / PUBLICATIONS&lt;/h2&gt;
			&lt;p&gt;
				We publish &lt;em&gt;Essays &amp;#38; Manifestos&lt;/em&gt;, &lt;em&gt;Articles &amp;#38; Commentaries&lt;/em&gt;, &lt;em&gt;Case Reflections&lt;/em&gt;, &lt;em&gt;Dialogues&lt;/em&gt;, and &lt;em&gt;White Papers&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				Streams: Key Doctrines (Talent Doctrine, ESG Humanitarian, Climate Pragmatism) &amp;#8226; Research &amp;#38; Reports &amp;#8226; Commentaries &amp;#8226; Media &amp;#38; Events.&lt;br /&gt;
				&lt;br /&gt;
				&amp;#160;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;en-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				CONTACT&lt;/h2&gt;
			&lt;p&gt;
				Work with us to transform organizations from administrative machines into systems of cultural meaning and planetary relevance.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt;&amp;#160;&lt;a href=&quot;mailto:ndeemtth@gmail.com&quot; target=&quot;_blank&quot;&gt;ndeemtth@gmail.com&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;Secure messaging (optional): Telegram/Signal/WhatsApp &lt;a href=&quot;tel:+39&amp;nbsp;638 20 00 50&quot; target=&quot;_blank&quot;&gt;+39&amp;#160;638 20 00 50&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
				&lt;br /&gt;
				&lt;span style=&quot;color: rgb(102, 102, 102);&quot;&gt;&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
	&lt;/div&gt;
	&lt;!-- /ENGLISH --&gt;&lt;!-- RUSSIAN --&gt;
	&lt;div class=&quot;lang-block&quot; data-lang=&quot;ru&quot; lang=&quot;ru&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				О КОМПАНИИ&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;Мы создаём долгосрочную ценность на всём цикле.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#8212; независимый центр стратегического смыслообразования и проектной аналитики. На стыке &lt;em&gt;креативной стратегии&lt;/em&gt;, &lt;em&gt;философского брендинга&lt;/em&gt; и &lt;em&gt;проектирования культурных систем&lt;/em&gt; мы разрабатываем модели для проектных институтов, корпоративных экосистем и гражданского общества.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				СФЕРЫ &amp;#8212; От личности к планетарному масштабу&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Персоналии и основатели&lt;/h3&gt;
					&lt;p&gt;
						Помогаем визионерам сформулировать философию, накапливать символический капитал и превращать идеи в проекты с расширенным влиянием.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Территории и альянсы&lt;/h3&gt;
					&lt;p&gt;
						Поддерживаем города, регионы и трансграничные партнёрства в формировании идентичности, институциональной логики и рамок сотрудничества.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Корпоративные экосистемы&lt;/h3&gt;
					&lt;p&gt;
						Стратегические и культурные архитектуры для компаний и холдингов &amp;#8212; от административной эффективности к идентичности и устойчивости.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Публичные институты и политика&lt;/h3&gt;
					&lt;p&gt;
						Проектирование рамок политики и логик институтов за пределами краткосрочной конъюнктуры.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Гражданское общество и НКО&lt;/h3&gt;
					&lt;p&gt;
						Платформы смыслов для гуманитарных, образовательных и культурных инициатив.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Креативные индустрии и медиа&lt;/h3&gt;
					&lt;p&gt;
						Нарративные и символические системы, превращающие контент в долговременный культурный капитал.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Устойчивость и ESG&lt;/h3&gt;
					&lt;p&gt;
						ESG как гуманитарная и культурная рамка, соединяющая ответственность и легитимность.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						Технологии и инновации&lt;/h3&gt;
					&lt;p&gt;
						Методологии и символические карты, направляющие инновации к значимости и ответственному внедрению.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				УСЛУГИ &amp;#8212; Как мы работаем&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;Стратегическое сопровождение&lt;/strong&gt; &amp;#8212; согласование видения, ценностей и направления системы.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Архитектура бренда и нарратив&lt;/strong&gt; &amp;#8212; идентичность как мировоззрение и символическая структура.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Культурные платформы&lt;/strong&gt; &amp;#8212; практики, ритуалы и общие смыслы, создающие принадлежность.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Методологические инструменты&lt;/strong&gt; &amp;#8212; сценарные рамки, символическое картирование, калибровка ценностей.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Фасилитация проектов&lt;/strong&gt; &amp;#8212; от идеи до институционализации при интеграции смысла, миссии и метода.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				МЕТОДОЛОГИЯ &amp;#8212; Базовые принципы&lt;/h2&gt;
			&lt;h3&gt;
				Обратный горизонт&lt;/h3&gt;
			&lt;p&gt;
				Проектирование от идеального будущего к настоящему, чтобы шаги служили высшей цели.&lt;/p&gt;
			&lt;h3&gt;
				Стратегическое смыслообразование&lt;/h3&gt;
			&lt;p&gt;
				Перевод ценностей в операционные рамки через символическое картирование и культурную диагностику.&lt;/p&gt;
			&lt;h3&gt;
				Постлинейное планирование&lt;/h3&gt;
			&lt;p&gt;
				Адаптивные параллельные траектории и сценарное проектирование для неопределённости.&lt;/p&gt;
			&lt;h3&gt;
				Калибровка системы ценностей&lt;/h3&gt;
			&lt;p&gt;
				Согласование поведения, культуры и идентичности в единую архитектуру.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				КЕЙСЫ И ИНИЦИАТИВЫ&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; идейный инициатор и стратегический архитектор; методология обратного горизонта; дискурсивный каркас платформы.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG как гуманитарная рамка&lt;/strong&gt; &amp;#8212; от метрик к этике, субъектности и межпоколенческим смыслам.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Доктрина таланта&lt;/strong&gt; &amp;#8212; признание и структурная капитализация человеческого потенциала вне традиционных иерархий.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;Экосистема think tank (re:think2045)&lt;/strong&gt; &amp;#8212; философские чертежи, культурная настройка, системы интеллектуального капитала.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				ИНСАЙТЫ / ПУБЛИКАЦИИ&lt;/h2&gt;
			&lt;p&gt;
				Мы публикуем &lt;em&gt;эссе и манифесты&lt;/em&gt;, &lt;em&gt;аналитику и комментарии&lt;/em&gt;, &lt;em&gt;рефлексии по кейсам&lt;/em&gt;, &lt;em&gt;диалоги&lt;/em&gt; и &lt;em&gt;white papers&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				Потоки: Ключевые доктрины (Доктрина таланта, Гуманитарный ESG, Климатический прагматизм) &amp;#8226; Исследования и отчёты &amp;#8226; Комментарии &amp;#8226; Медиа и события.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ru-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				КОНТАКТЫ&lt;/h2&gt;
			&lt;p&gt;
				Работайте с нами, чтобы превратить организации из административных машин в системы культурного смысла и планетарной значимости.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;Мессенджеры (опционально): Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /RUSSIAN --&gt;&lt;!-- CHINESE (Simplified) --&gt;
	&lt;div class=&quot;lang-block&quot; data-lang=&quot;zh&quot; lang=&quot;zh-Hans&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#20851;&amp;#20110;&amp;#25105;&amp;#20204;&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#25105;&amp;#20204;&amp;#22312;&amp;#23436;&amp;#25972;&amp;#21608;&amp;#26399;&amp;#20013;&amp;#21019;&amp;#36896;&amp;#38271;&amp;#26399;&amp;#20215;&amp;#20540;&amp;#12290;&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#26159;&amp;#19968;&amp;#23478;&amp;#29420;&amp;#31435;&amp;#30340;&amp;#25112;&amp;#30053;&amp;#24847;&amp;#20041;&amp;#26500;&amp;#24314;&amp;#19982;&amp;#39033;&amp;#30446;&amp;#26234;&amp;#33021;&amp;#20013;&amp;#24515;&amp;#65292;&amp;#31435;&amp;#36275;&amp;#20110;&lt;em&gt;&amp;#21019;&amp;#24847;&amp;#25112;&amp;#30053;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#21746;&amp;#23398;&amp;#24335;&amp;#21697;&amp;#29260;&lt;/em&gt;&amp;#19982;&lt;em&gt;&amp;#25991;&amp;#21270;&amp;#31995;&amp;#32479;&amp;#35774;&amp;#35745;&lt;/em&gt;&amp;#30340;&amp;#20132;&amp;#27719;&amp;#22788;&amp;#65292;&amp;#20026;&amp;#39033;&amp;#30446;&amp;#22411;&amp;#26426;&amp;#26500;&amp;#12289;&amp;#20225;&amp;#19994;&amp;#29983;&amp;#24577;&amp;#19982;&amp;#20840;&amp;#29699;&amp;#20844;&amp;#27665;&amp;#31038;&amp;#20250;&amp;#26500;&amp;#24314;&amp;#21069;&amp;#30651;&amp;#24615;&amp;#27169;&amp;#22411;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#19994;&amp;#21153;&amp;#39046;&amp;#22495; &amp;#8212; &amp;#20174;&amp;#20010;&amp;#20307;&amp;#21040;&amp;#34892;&amp;#26143;&amp;#23610;&amp;#24230;&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20010;&amp;#20154;&amp;#19982;&amp;#21019;&amp;#22987;&amp;#20154;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#24110;&amp;#21161;&amp;#24895;&amp;#26223;&amp;#22411;&amp;#39046;&amp;#23548;&amp;#32773;&amp;#38416;&amp;#26126;&amp;#21746;&amp;#23398;&amp;#12289;&amp;#26500;&amp;#24314;&amp;#35937;&amp;#24449;&amp;#36164;&amp;#26412;&amp;#65292;&amp;#24182;&amp;#23558;&amp;#29702;&amp;#24565;&amp;#36716;&amp;#21270;&amp;#20026;&amp;#21487;&amp;#25193;&amp;#23637;&amp;#30340;&amp;#39033;&amp;#30446;&amp;#24433;&amp;#21709;&amp;#21147;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#22320;&amp;#22495;&amp;#19982;&amp;#32852;&amp;#30431;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25903;&amp;#25345;&amp;#22478;&amp;#24066;&amp;#12289;&amp;#21306;&amp;#22495;&amp;#19982;&amp;#36328;&amp;#22659;&amp;#21512;&amp;#20316;&amp;#65292;&amp;#22609;&amp;#36896;&amp;#25991;&amp;#21270;&amp;#36523;&amp;#20221;&amp;#12289;&amp;#21046;&amp;#24230;&amp;#36923;&amp;#36753;&amp;#19982;&amp;#21327;&amp;#20316;&amp;#26694;&amp;#26550;&amp;#65292;&amp;#20174;&amp;#22312;&amp;#22320;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#36208;&amp;#21521;&amp;#34892;&amp;#26143;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20225;&amp;#19994;&amp;#29983;&amp;#24577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#20026;&amp;#20225;&amp;#19994;&amp;#19982;&amp;#25511;&amp;#32929;&amp;#38598;&amp;#22242;&amp;#25171;&amp;#36896;&amp;#25112;&amp;#30053;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#26550;&amp;#26500;&amp;#65292;&amp;#20351;&amp;#20854;&amp;#20174;&amp;#34892;&amp;#25919;&amp;#25928;&amp;#29575;&amp;#36208;&amp;#21521;&amp;#36523;&amp;#20221;&amp;#12289;&amp;#24847;&amp;#20041;&amp;#19982;&amp;#38887;&amp;#24615;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20844;&amp;#20849;&amp;#26426;&amp;#26500;&amp;#19982;&amp;#25919;&amp;#31574;&amp;#35774;&amp;#35745;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#26500;&amp;#24314;&amp;#36229;&amp;#36234;&amp;#30701;&amp;#26399;&amp;#25919;&amp;#27835;&amp;#30340;&amp;#25919;&amp;#31574;&amp;#26694;&amp;#26550;&amp;#19982;&amp;#21046;&amp;#24230;&amp;#36923;&amp;#36753;&amp;#65292;&amp;#26381;&amp;#21153;&amp;#38271;&amp;#26399;&amp;#20849;&amp;#23384;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#20844;&amp;#27665;&amp;#31038;&amp;#20250;&amp;#19982;&amp;#20844;&amp;#30410;&amp;#26426;&amp;#26500;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#20026;&amp;#20154;&amp;#36947;&amp;#12289;&amp;#25945;&amp;#32946;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#39033;&amp;#30446;&amp;#26500;&amp;#24314;&amp;#24847;&amp;#20041;&amp;#24179;&amp;#21488;&amp;#65292;&amp;#22686;&amp;#24378;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#19982;&amp;#20195;&amp;#38469;&amp;#23545;&amp;#35805;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#21019;&amp;#24847;&amp;#20135;&amp;#19994;&amp;#19982;&amp;#23186;&amp;#20307;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25171;&amp;#36896;&amp;#21465;&amp;#20107;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#31995;&amp;#32479;&amp;#65292;&amp;#20351;&amp;#20869;&amp;#23481;&amp;#27785;&amp;#28096;&amp;#20026;&amp;#25345;&amp;#20037;&amp;#30340;&amp;#25991;&amp;#21270;&amp;#36164;&amp;#26412;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#21487;&amp;#25345;&amp;#32493;&amp;#19982;ESG&lt;/h3&gt;
					&lt;p&gt;
						&amp;#23558;ESG&amp;#37325;&amp;#26500;&amp;#20026;&amp;#20154;&amp;#25991;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#26694;&amp;#26550;&amp;#65292;&amp;#20351;&amp;#34892;&amp;#26143;&amp;#36131;&amp;#20219;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#27491;&amp;#24403;&amp;#24615;&amp;#30456;&amp;#19968;&amp;#33268;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#31185;&amp;#25216;&amp;#19982;&amp;#21019;&amp;#26032;&amp;#29983;&amp;#24577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#25552;&amp;#20379;&amp;#26041;&amp;#27861;&amp;#35770;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#22320;&amp;#22270;&amp;#65292;&amp;#24341;&amp;#23548;&amp;#21019;&amp;#26032;&amp;#36208;&amp;#21521;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#12289;&amp;#36131;&amp;#20219;&amp;#19982;&amp;#33853;&amp;#22320;&amp;#37319;&amp;#32435;&amp;#12290;&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26381;&amp;#21153; &amp;#8212; &amp;#25105;&amp;#20204;&amp;#22914;&amp;#20309;&amp;#24037;&amp;#20316;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#25112;&amp;#30053;&amp;#39038;&amp;#38382;&lt;/strong&gt; &amp;#8212; &amp;#23558;&amp;#24895;&amp;#26223;&amp;#12289;&amp;#20215;&amp;#20540;&amp;#19982;&amp;#31995;&amp;#32479;&amp;#26041;&amp;#21521;&amp;#23545;&amp;#40784;&amp;#20026;&amp;#19968;&amp;#33268;&amp;#30340;&amp;#25112;&amp;#30053;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#21697;&amp;#29260;&amp;#26550;&amp;#26500;&amp;#19982;&amp;#21465;&amp;#20107;&amp;#35774;&amp;#35745;&lt;/strong&gt; &amp;#8212; &amp;#23558;&amp;#36523;&amp;#20221;&amp;#25171;&amp;#36896;&amp;#20026;&amp;#19990;&amp;#30028;&amp;#35266;&amp;#19982;&amp;#35937;&amp;#24449;&amp;#32467;&amp;#26500;&amp;#65292;&amp;#32780;&amp;#19981;&amp;#20165;&amp;#26159;&amp;#35270;&amp;#35273;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#25991;&amp;#21270;&amp;#24179;&amp;#21488;&amp;#26500;&amp;#24314;&lt;/strong&gt; &amp;#8212; &amp;#20197;&amp;#23454;&amp;#36341;&amp;#12289;&amp;#20202;&amp;#24335;&amp;#19982;&amp;#20849;&amp;#20139;&amp;#24847;&amp;#20041;&amp;#65292;&amp;#22609;&amp;#36896;&amp;#32452;&amp;#32455;&amp;#24402;&amp;#23646;&amp;#24863;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#26041;&amp;#27861;&amp;#21019;&amp;#26032;&lt;/strong&gt; &amp;#8212; &amp;#22330;&amp;#26223;&amp;#26694;&amp;#26550;&amp;#12289;&amp;#35937;&amp;#24449;&amp;#26144;&amp;#23556;&amp;#12289;&amp;#20215;&amp;#20540;&amp;#20307;&amp;#31995;&amp;#26657;&amp;#20934;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#39033;&amp;#30446;&amp;#20419;&amp;#36827;&lt;/strong&gt; &amp;#8212; &amp;#20174;&amp;#26500;&amp;#24819;&amp;#21040;&amp;#21046;&amp;#24230;&amp;#21270;&amp;#65292;&amp;#20445;&amp;#25345;&amp;#24847;&amp;#20041;&amp;#12289;&amp;#20351;&amp;#21629;&amp;#19982;&amp;#26041;&amp;#27861;&amp;#30340;&amp;#25972;&amp;#21512;&amp;#12290;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26041;&amp;#27861;&amp;#35770; &amp;#8212; &amp;#26680;&amp;#24515;&amp;#21407;&amp;#21017;&lt;/h2&gt;
			&lt;h3&gt;
				&amp;#36870;&amp;#21521;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#24605;&amp;#32500;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#33258;&amp;#29702;&amp;#24819;&amp;#26410;&amp;#26469;&amp;#22238;&amp;#28335;&amp;#35774;&amp;#35745;&amp;#65292;&amp;#20351;&amp;#24403;&amp;#19979;&amp;#34892;&amp;#21160;&amp;#26381;&amp;#21153;&amp;#20110;&amp;#26368;&amp;#32456;&amp;#30446;&amp;#30340;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#25112;&amp;#30053;&amp;#24847;&amp;#20041;&amp;#26500;&amp;#24314;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#36890;&amp;#36807;&amp;#35937;&amp;#24449;&amp;#26144;&amp;#23556;&amp;#19982;&amp;#25991;&amp;#21270;&amp;#35786;&amp;#26029;&amp;#65292;&amp;#23558;&amp;#20215;&amp;#20540;&amp;#36716;&amp;#21270;&amp;#20026;&amp;#21487;&amp;#25805;&amp;#20316;&amp;#26694;&amp;#26550;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#38750;&amp;#32447;&amp;#24615;&amp;#35268;&amp;#21010;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#20026;&amp;#19981;&amp;#30830;&amp;#23450;&amp;#24615;&amp;#25552;&amp;#20379;&amp;#33258;&amp;#36866;&amp;#24212;&amp;#12289;&amp;#24182;&amp;#34892;&amp;#36335;&amp;#24452;&amp;#19982;&amp;#22330;&amp;#26223;&amp;#35774;&amp;#35745;&amp;#12290;&lt;/p&gt;
			&lt;h3&gt;
				&amp;#20215;&amp;#20540;&amp;#20307;&amp;#31995;&amp;#26657;&amp;#20934;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#20197;&amp;#19968;&amp;#33268;&amp;#30340;&amp;#20215;&amp;#20540;&amp;#26550;&amp;#26500;&amp;#23545;&amp;#40784;&amp;#34892;&amp;#20026;&amp;#12289;&amp;#25991;&amp;#21270;&amp;#19982;&amp;#36523;&amp;#20221;&amp;#12290;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#26696;&amp;#20363;&amp;#19982;&amp;#20513;&amp;#35758;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; &amp;#24605;&amp;#24819;&amp;#21457;&amp;#36215;&amp;#19982;&amp;#25112;&amp;#30053;&amp;#26550;&amp;#26500;&amp;#65307;&amp;#36870;&amp;#21521;&amp;#22320;&amp;#24179;&amp;#32447;&amp;#26041;&amp;#27861;&amp;#65307;&amp;#24179;&amp;#21488;&amp;#30340;&amp;#35770;&amp;#36848;&amp;#26694;&amp;#26550;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20154;&amp;#25991;ESG&amp;#26694;&amp;#26550;&lt;/strong&gt; &amp;#8212; &amp;#36229;&amp;#36234;&amp;#25351;&amp;#26631;&amp;#65292;&amp;#36208;&amp;#21521;&amp;#20262;&amp;#29702;&amp;#12289;&amp;#33021;&amp;#21160;&amp;#24615;&amp;#19982;&amp;#20195;&amp;#38469;&amp;#24847;&amp;#20041;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20154;&amp;#25165;&amp;#23398;&amp;#35828;&lt;/strong&gt; &amp;#8212; &amp;#22312;&amp;#20256;&amp;#32479;&amp;#31561;&amp;#32423;&amp;#20043;&amp;#22806;&amp;#35782;&amp;#21035;&amp;#24182;&amp;#32467;&amp;#26500;&amp;#24615;&amp;#35780;&amp;#20272;&amp;#20154;&amp;#31867;&amp;#28508;&amp;#33021;&amp;#12290;&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#20840;&amp;#29699;&amp;#26234;&amp;#24211;&amp;#29983;&amp;#24577;&amp;#65288;re:think2045&amp;#65289;&lt;/strong&gt; &amp;#8212; &amp;#21746;&amp;#23398;&amp;#34013;&amp;#22270;&amp;#12289;&amp;#25991;&amp;#21270;&amp;#23545;&amp;#40784;&amp;#24037;&amp;#20855;&amp;#19982;&amp;#26234;&amp;#35782;&amp;#36164;&amp;#26412;&amp;#31995;&amp;#32479;&amp;#12290;&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#35265;&amp;#35299; / &amp;#20986;&amp;#29256;&amp;#29289;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#21457;&amp;#24067; &lt;em&gt;&amp;#38543;&amp;#31508;&amp;#19982;&amp;#23459;&amp;#35328;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#25991;&amp;#31456;&amp;#19982;&amp;#35780;&amp;#35770;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#26696;&amp;#20363;&amp;#21453;&amp;#24605;&lt;/em&gt;&amp;#12289;&lt;em&gt;&amp;#23545;&amp;#35805;&lt;/em&gt; &amp;#19982; &lt;em&gt;&amp;#30333;&amp;#30382;&amp;#20070;&lt;/em&gt;&amp;#12290;&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				&amp;#26495;&amp;#22359;&amp;#65306;&amp;#20851;&amp;#38190;&amp;#23398;&amp;#35828;&amp;#65288;&amp;#20154;&amp;#25165;&amp;#23398;&amp;#35828;&amp;#12289;&amp;#20154;&amp;#25991;ESG&amp;#12289;&amp;#27668;&amp;#20505;&amp;#23454;&amp;#29992;&amp;#20027;&amp;#20041;&amp;#65289; &amp;#8226; &amp;#30740;&amp;#31350;&amp;#19982;&amp;#25253;&amp;#21578; &amp;#8226; &amp;#35780;&amp;#35770; &amp;#8226; &amp;#23186;&amp;#20307;&amp;#19982;&amp;#27963;&amp;#21160;&amp;#12290;&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;zh-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#32852;&amp;#31995;&amp;#26041;&amp;#24335;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#19982;&amp;#25105;&amp;#20204;&amp;#21512;&amp;#20316;&amp;#65292;&amp;#23558;&amp;#32452;&amp;#32455;&amp;#20174;&amp;#8220;&amp;#34892;&amp;#25919;&amp;#26426;&amp;#22120;&amp;#8221;&amp;#36716;&amp;#21464;&amp;#20026;&amp;#8220;&amp;#25991;&amp;#21270;&amp;#24847;&amp;#20041;&amp;#19982;&amp;#34892;&amp;#26143;&amp;#30456;&amp;#20851;&amp;#24615;&amp;#30340;&amp;#31995;&amp;#32479;&amp;#8221;&amp;#12290;&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;&amp;#23433;&amp;#20840;&amp;#36890;&amp;#35759;&amp;#65288;&amp;#21487;&amp;#36873;&amp;#65289;&amp;#65306;Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /CHINESE --&gt;&lt;!-- ARABIC --&gt;
	&lt;div class=&quot;lang-block rtl&quot; data-lang=&quot;ar&quot; lang=&quot;ar&quot;&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-about&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1605;&amp;#1606; &amp;#1606;&amp;#1581;&amp;#1606;&lt;/h2&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#1606;&amp;#1589;&amp;#1606;&amp;#1593; &amp;#1602;&amp;#1610;&amp;#1605;&amp;#1577; &amp;#1591;&amp;#1608;&amp;#1610;&amp;#1604;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1604; &amp;#1593;&amp;#1576;&amp;#1585; &amp;#1583;&amp;#1608;&amp;#1585;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1610;&amp;#1575;&amp;#1577;.&lt;/strong&gt; &lt;strong&gt;M BALANCE&lt;/strong&gt; &amp;#1605;&amp;#1585;&amp;#1603;&amp;#1586; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1604; &amp;#1604;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610; &amp;#1608;&amp;#1584;&amp;#1603;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593;. &amp;#1593;&amp;#1606;&amp;#1583; &amp;#1578;&amp;#1602;&amp;#1575;&amp;#1591;&amp;#1593; &lt;em&gt;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593;&amp;#1610;&amp;#1577;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1575;&amp;#1604;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1592;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/em&gt;&amp;#1548; &amp;#1606;&amp;#1576;&amp;#1606;&amp;#1610; &amp;#1606;&amp;#1605;&amp;#1575;&amp;#1584;&amp;#1580; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1575;&amp;#1574;&amp;#1605;&amp;#1577; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1578;&amp;#1605;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1610;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-sectors&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1591;&amp;#1575;&amp;#1593;&amp;#1575;&amp;#1578; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1585;&amp;#1575;&amp;#1583; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1605;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1587; &amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&lt;/h2&gt;
			&lt;div class=&quot;mb-grid&quot;&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1585;&amp;#1575;&amp;#1583; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1608;&amp;#1606;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1593;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1575;&amp;#1583;&amp;#1577; &amp;#1571;&amp;#1589;&amp;#1581;&amp;#1575;&amp;#1576; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1609; &amp;#1593;&amp;#1604;&amp;#1609; &amp;#1589;&amp;#1610;&amp;#1575;&amp;#1594;&amp;#1577; &amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1575;&amp;#1578;&amp;#1607;&amp;#1605; &amp;#1608;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593; &amp;#1578;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1608;&amp;#1586; &amp;#1581;&amp;#1583;&amp;#1608;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1610;&amp;#1583;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1571;&amp;#1602;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1606;&amp;#1583;&amp;#1593;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1591;&amp;#1602; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1575;&amp;#1603;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1576;&amp;#1585;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1581;&amp;#1583;&amp;#1608;&amp;#1583; &amp;#1601;&amp;#1610; &amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1591;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1610; &amp;#1608;&amp;#1571;&amp;#1591;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1608;&amp;#1606; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1581;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1603;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1605;&amp;#1603;&amp;#1617;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1606;&amp;#1578;&amp;#1602;&amp;#1575;&amp;#1604; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1601;&amp;#1575;&amp;#1569;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1585;&amp;#1608;&amp;#1606;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1575;&amp;#1578;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1571;&amp;#1591;&amp;#1585; &amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1605;&amp;#1606;&amp;#1591;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1608;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1610;&amp;#1575;&amp;#1587;&amp;#1577; &amp;#1602;&amp;#1589;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1604; &amp;#1608;&amp;#1578;&amp;#1615;&amp;#1605;&amp;#1603;&amp;#1617;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1588; &amp;#1591;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1605;&amp;#1583;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1580;&amp;#1578;&amp;#1605;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1583;&amp;#1606;&amp;#1610; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1594;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1576;&amp;#1581;&amp;#1610;&amp;#1577;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1605;&amp;#1606;&amp;#1589;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1605;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1593;&amp;#1586;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1581;&amp;#1608;&amp;#1575;&amp;#1585; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1610;&amp;#1575;&amp;#1604;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1589;&amp;#1606;&amp;#1575;&amp;#1593;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1576;&amp;#1583;&amp;#1575;&amp;#1593;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1573;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1587;&amp;#1585;&amp;#1583;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1581;&amp;#1608;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1581;&amp;#1578;&amp;#1608;&amp;#1609; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1605;&amp;#1587;&amp;#1578;&amp;#1583;&amp;#1575;&amp;#1605;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1583;&amp;#1575;&amp;#1605;&amp;#1577; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1610;&amp;#1575;&amp;#1585; ESG&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1573;&amp;#1593;&amp;#1575;&amp;#1583;&amp;#1577; &amp;#1578;&amp;#1571;&amp;#1591;&amp;#1610;&amp;#1585; ESG &amp;#1603;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610; &amp;#1608;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1610;&amp;#1608;&amp;#1601;&amp;#1602; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1572;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1588;&amp;#1585;&amp;#1593;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;.&lt;/p&gt;
				&lt;/div&gt;
				&lt;div class=&quot;mb-card&quot;&gt;
					&lt;h3&gt;
						&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585;&lt;/h3&gt;
					&lt;p&gt;
						&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1607;&amp;#1580; &amp;#1608;&amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1578;&amp;#1602;&amp;#1608;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585; &amp;#1606;&amp;#1581;&amp;#1608; &amp;#1575;&amp;#1604;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1572;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1593;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1583;.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-services&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1582;&amp;#1583;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#8212; &amp;#1603;&amp;#1610;&amp;#1601; &amp;#1606;&amp;#1593;&amp;#1605;&amp;#1604;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1608;&amp;#1575;&amp;#1569;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1578;&amp;#1580;&amp;#1575;&amp;#1607; &amp;#1575;&amp;#1604;&amp;#1606;&amp;#1592;&amp;#1575;&amp;#1605; &amp;#1590;&amp;#1605;&amp;#1606; &amp;#1571;&amp;#1601;&amp;#1602; &amp;#1573;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610; &amp;#1605;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1587;&amp;#1603;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1587;&amp;#1585;&amp;#1583;&lt;/strong&gt; &amp;#8212; &amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1585;&amp;#1572;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1605; &amp;#1608;&amp;#1576;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1604;&amp;#1610;&amp;#1587; &amp;#1605;&amp;#1580;&amp;#1585;&amp;#1583; &amp;#1605;&amp;#1585;&amp;#1574;&amp;#1610;&amp;#1575;&amp;#1578;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1576;&amp;#1606;&amp;#1575;&amp;#1569; &amp;#1605;&amp;#1606;&amp;#1589;&amp;#1575;&amp;#1578; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1605;&amp;#1575;&amp;#1585;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1591;&amp;#1602;&amp;#1608;&amp;#1587; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1606;&amp;#1613; &amp;#1605;&amp;#1588;&amp;#1578;&amp;#1585;&amp;#1603;&amp;#1577; &amp;#1578;&amp;#1589;&amp;#1606;&amp;#1593; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1606;&amp;#1578;&amp;#1605;&amp;#1575;&amp;#1569;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1575;&amp;#1576;&amp;#1578;&amp;#1603;&amp;#1575;&amp;#1585; &amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&lt;/strong&gt; &amp;#8212; &amp;#1571;&amp;#1591;&amp;#1585; &amp;#1587;&amp;#1610;&amp;#1606;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1608;&amp;#1548; &amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1608;&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1578;&amp;#1610;&amp;#1587;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1588;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1593;&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1608;&amp;#1604;&amp;#1610;&amp;#1583; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1581;Institutionalization &amp;#1605;&amp;#1593; &amp;#1578;&amp;#1603;&amp;#1575;&amp;#1605;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1585;&amp;#1587;&amp;#1575;&amp;#1604;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-methodology&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#8212; &amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1574; &amp;#1571;&amp;#1587;&amp;#1575;&amp;#1587;&amp;#1610;&amp;#1577;&lt;/h2&gt;
			&lt;h3&gt;
				&amp;#1578;&amp;#1601;&amp;#1603;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1603;&amp;#1608;&amp;#1587;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1576;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1579;&amp;#1575;&amp;#1604;&amp;#1610; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1590;&amp;#1585; &amp;#1576;&amp;#1581;&amp;#1610;&amp;#1579; &amp;#1578;&amp;#1582;&amp;#1583;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1591;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1570;&amp;#1606;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1594;&amp;#1575;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1589;&amp;#1608;&amp;#1609;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1589;&amp;#1606;&amp;#1575;&amp;#1593;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#1571;&amp;#1591;&amp;#1585; &amp;#1578;&amp;#1588;&amp;#1594;&amp;#1610;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1593;&amp;#1576;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1585;&amp;#1575;&amp;#1574;&amp;#1591; &amp;#1575;&amp;#1604;&amp;#1585;&amp;#1605;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1588;&amp;#1582;&amp;#1610;&amp;#1589; &amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1582;&amp;#1591;&amp;#1610;&amp;#1591; &amp;#1575;&amp;#1604;&amp;#1604;&amp;#1575;&amp;#1605;&amp;#1587;&amp;#1578;&amp;#1602;&amp;#1610;&amp;#1605;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1605;&amp;#1587;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1578;&amp;#1608;&amp;#1575;&amp;#1586;&amp;#1610;&amp;#1577; &amp;#1605;&amp;#1578;&amp;#1603;&amp;#1610;&amp;#1601;&amp;#1577; &amp;#1608;&amp;#1578;&amp;#1589;&amp;#1605;&amp;#1610;&amp;#1605; &amp;#1587;&amp;#1610;&amp;#1606;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1608;&amp;#1607;&amp;#1575;&amp;#1578; &amp;#1604;&amp;#1576;&amp;#1610;&amp;#1574;&amp;#1575;&amp;#1578; &amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1576;.&lt;/p&gt;
			&lt;h3&gt;
				&amp;#1605;&amp;#1593;&amp;#1575;&amp;#1610;&amp;#1585;&amp;#1577; &amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;&lt;/h3&gt;
			&lt;p&gt;
				&amp;#1593;&amp;#1605;&amp;#1575;&amp;#1585;&amp;#1577; &amp;#1602;&amp;#1610;&amp;#1605; &amp;#1605;&amp;#1578;&amp;#1587;&amp;#1602;&amp;#1577; &amp;#1578;&amp;#1608;&amp;#1575;&amp;#1574;&amp;#1605; &amp;#1575;&amp;#1604;&amp;#1587;&amp;#1604;&amp;#1608;&amp;#1603; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1607;&amp;#1608;&amp;#1610;&amp;#1577;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-cases&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1576;&amp;#1575;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/h2&gt;
			&lt;ul&gt;
				&lt;li&gt;
					&lt;strong&gt;RE:THINK DIALOGUE 2045&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1606;&amp;#1588;&amp;#1571; &amp;#1601;&amp;#1603;&amp;#1585;&amp;#1610; &amp;#1608;&amp;#1607;&amp;#1606;&amp;#1583;&amp;#1587;&amp;#1577; &amp;#1575;&amp;#1587;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1580;&amp;#1610;&amp;#1577;&amp;#1563; &amp;#1605;&amp;#1606;&amp;#1607;&amp;#1580;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1601;&amp;#1602; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1603;&amp;#1608;&amp;#1587;&amp;#1563; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1582;&amp;#1591;&amp;#1575;&amp;#1576;&amp;#1610; &amp;#1604;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1589;&amp;#1577;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;ESG &amp;#1603;&amp;#1573;&amp;#1591;&amp;#1575;&amp;#1585; &amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&lt;/strong&gt; &amp;#8212; &amp;#1571;&amp;#1576;&amp;#1593;&amp;#1583; &amp;#1605;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1602;&amp;#1575;&amp;#1610;&amp;#1610;&amp;#1587; &amp;#1606;&amp;#1581;&amp;#1608; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1582;&amp;#1604;&amp;#1575;&amp;#1602;&amp;#1610;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1575;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1577; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1576;&amp;#1610;&amp;#1606; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1580;&amp;#1610;&amp;#1575;&amp;#1604;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1593;&amp;#1602;&amp;#1610;&amp;#1583;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1608;&amp;#1607;&amp;#1576;&amp;#1577;&lt;/strong&gt; &amp;#8212; &amp;#1575;&amp;#1604;&amp;#1575;&amp;#1593;&amp;#1578;&amp;#1585;&amp;#1575;&amp;#1601; &amp;#1576;&amp;#1575;&amp;#1604;&amp;#1602;&amp;#1610;&amp;#1605;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1606;&amp;#1610;&amp;#1608;&amp;#1610;&amp;#1577; &amp;#1604;&amp;#1604;&amp;#1602;&amp;#1583;&amp;#1585;&amp;#1575;&amp;#1578; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1588;&amp;#1585;&amp;#1610;&amp;#1577; &amp;#1582;&amp;#1575;&amp;#1585;&amp;#1580; &amp;#1575;&amp;#1604;&amp;#1607;&amp;#1610;&amp;#1575;&amp;#1603;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1604;&amp;#1610;&amp;#1583;&amp;#1610;&amp;#1577;.&lt;/li&gt;
				&lt;li&gt;
					&lt;strong&gt;&amp;#1605;&amp;#1606;&amp;#1592;&amp;#1608;&amp;#1605;&amp;#1577; &amp;#1605;&amp;#1585;&amp;#1575;&amp;#1603;&amp;#1586; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1601;&amp;#1603;&amp;#1610;&amp;#1585; &amp;#1575;&amp;#1604;&amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577; (re:think2045)&lt;/strong&gt; &amp;#8212; &amp;#1605;&amp;#1582;&amp;#1591;&amp;#1591;&amp;#1575;&amp;#1578; &amp;#1601;&amp;#1604;&amp;#1587;&amp;#1601;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1571;&amp;#1583;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1608;&amp;#1575;&amp;#1569;&amp;#1605;&amp;#1577; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610;&amp;#1577;&amp;#1548; &amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1585;&amp;#1571;&amp;#1587; &amp;#1605;&amp;#1575;&amp;#1604; &amp;#1601;&amp;#1603;&amp;#1585;&amp;#1610;.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-insights&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1575;&amp;#1604;&amp;#1585;&amp;#1572;&amp;#1609; / &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1588;&amp;#1608;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#1606;&amp;#1606;&amp;#1588;&amp;#1585; &lt;em&gt;&amp;#1605;&amp;#1602;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1576;&amp;#1610;&amp;#1575;&amp;#1606;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1578;&amp;#1581;&amp;#1604;&amp;#1610;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1608;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1602;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1578;&amp;#1571;&amp;#1605;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1601;&amp;#1610; &amp;#1575;&amp;#1604;&amp;#1581;&amp;#1575;&amp;#1604;&amp;#1575;&amp;#1578;&lt;/em&gt;&amp;#1548; &lt;em&gt;&amp;#1581;&amp;#1608;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578;&lt;/em&gt; &amp;#1608;&lt;em&gt;&amp;#1571;&amp;#1608;&amp;#1585;&amp;#1575;&amp;#1602;&amp;#1611;&amp;#1575; &amp;#1576;&amp;#1610;&amp;#1590;&amp;#1575;&amp;#1569;&lt;/em&gt;.&lt;/p&gt;
			&lt;p class=&quot;mb-muted&quot;&gt;
				&amp;#1605;&amp;#1587;&amp;#1575;&amp;#1585;&amp;#1575;&amp;#1578;: &amp;#1575;&amp;#1604;&amp;#1593;&amp;#1602;&amp;#1575;&amp;#1574;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1571;&amp;#1587;&amp;#1575;&amp;#1587;&amp;#1610;&amp;#1577; (&amp;#1593;&amp;#1602;&amp;#1610;&amp;#1583;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1608;&amp;#1607;&amp;#1576;&amp;#1577;&amp;#1548; ESG &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1606;&amp;#1587;&amp;#1575;&amp;#1606;&amp;#1610;&amp;#1548; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1575;&amp;#1594;&amp;#1605;&amp;#1575;&amp;#1578;&amp;#1610;&amp;#1577; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1606;&amp;#1575;&amp;#1582;&amp;#1610;&amp;#1577;) &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1576;&amp;#1581;&amp;#1608;&amp;#1579; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1578;&amp;#1602;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1585; &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1578;&amp;#1593;&amp;#1604;&amp;#1610;&amp;#1602;&amp;#1575;&amp;#1578; &amp;#8226; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1593;&amp;#1604;&amp;#1575;&amp;#1605; &amp;#1608;&amp;#1575;&amp;#1604;&amp;#1601;&amp;#1593;&amp;#1575;&amp;#1604;&amp;#1610;&amp;#1575;&amp;#1578;.&lt;/p&gt;
		&lt;/section&gt;
		&lt;hr class=&quot;mb-hr&quot; /&gt;
		&lt;section class=&quot;mb-section&quot; id=&quot;ar-contact&quot;&gt;
			&lt;h2 class=&quot;mb-dot&quot;&gt;
				&amp;#1578;&amp;#1608;&amp;#1575;&amp;#1589;&amp;#1604; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1575;&lt;/h2&gt;
			&lt;p&gt;
				&amp;#1578;&amp;#1593;&amp;#1575;&amp;#1608;&amp;#1606;&amp;#1608;&amp;#1575; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1575; &amp;#1604;&amp;#1578;&amp;#1581;&amp;#1608;&amp;#1610;&amp;#1604; &amp;#1575;&amp;#1604;&amp;#1605;&amp;#1572;&amp;#1587;&amp;#1587;&amp;#1575;&amp;#1578; &amp;#1605;&amp;#1606; &amp;#34;&amp;#1570;&amp;#1604;&amp;#1575;&amp;#1578; &amp;#1573;&amp;#1583;&amp;#1575;&amp;#1585;&amp;#1610;&amp;#1577;&amp;#34; &amp;#1573;&amp;#1604;&amp;#1609; &amp;#34;&amp;#1571;&amp;#1606;&amp;#1592;&amp;#1605;&amp;#1577; &amp;#1605;&amp;#1593;&amp;#1606;&amp;#1609; &amp;#1579;&amp;#1602;&amp;#1575;&amp;#1601;&amp;#1610; &amp;#1608;&amp;#1589;&amp;#1604;&amp;#1577; &amp;#1603;&amp;#1608;&amp;#1603;&amp;#1576;&amp;#1610;&amp;#1577;&amp;#34;.&lt;/p&gt;
			&lt;p&gt;
				&lt;strong&gt;&amp;#1575;&amp;#1604;&amp;#1576;&amp;#1585;&amp;#1610;&amp;#1583; &amp;#1575;&amp;#1604;&amp;#1573;&amp;#1604;&amp;#1603;&amp;#1578;&amp;#1585;&amp;#1608;&amp;#1606;&amp;#1610;:&lt;/strong&gt; &lt;a href=&quot;mailto:info@m-balance.center&quot; target=&quot;_blank&quot;&gt;info@m-balance.center&lt;/a&gt;&lt;br /&gt;
				&lt;span class=&quot;mb-muted&quot;&gt;&amp;#1602;&amp;#1606;&amp;#1608;&amp;#1575;&amp;#1578; &amp;#1570;&amp;#1605;&amp;#1606;&amp;#1577; (&amp;#1575;&amp;#1582;&amp;#1578;&amp;#1610;&amp;#1575;&amp;#1585;&amp;#1610;): Telegram/Signal/WhatsApp +XXX XXX XXX&lt;/span&gt;&lt;/p&gt;
		&lt;/section&gt;
		&lt;p class=&quot;mb-foot&quot;&gt;
			&amp;#169; 2025 M BALANCE &amp;#8212; Strategic Meaning Center&lt;/p&gt;
	&lt;/div&gt;
	&lt;!-- /ARABIC --&gt;&lt;/div&gt;
&lt;script&gt;
(function(){
  const root = document.getElementById('mb-root');
  const buttons = root.querySelectorAll('.mb-lang button');
  const blocks  = root.querySelectorAll('.lang-block');
  const menu    = root.querySelector('.mb-menu');

  function setLang(lang){
    // toggle buttons
    buttons.forEach(b =&gt; b.setAttribute('aria-pressed', String(b.dataset.setLang === lang)));
    // toggle blocks
    blocks.forEach(bl =&gt; {
      if (bl.dataset.lang === lang) { bl.classList.add('active'); }
      else { bl.classList.remove('active'); }
    });
    // set dir for Arabic only
    document.documentElement.setAttribute('dir', lang === 'ar' ? 'rtl' : 'ltr');
    document.documentElement.setAttribute('lang', lang === 'zh' ? 'zh-Hans' : lang);
    // update menu labels (optional: keep English labels for consistency)
  }

  // language switch handler
  buttons.forEach(btn =&gt; {
    btn.addEventListener('click', () =&gt; setLang(btn.dataset.setLang));
  });

  // menu scroll handler: find the target inside the active block
  menu.addEventListener('click', (e) =&gt; {
    const link = e.target.closest('a[data-section]');
    if(!link) return;
    e.preventDefault();
    const lang = [...buttons].find(b =&gt; b.getAttribute('aria-pressed') === 'true').dataset.setLang;
    const section = link.dataset.section;
    const idMap = {
      en: {about:'en-about', sectors:'en-sectors', services:'en-services', methodology:'en-methodology', cases:'en-cases', insights:'en-insights', contact:'en-contact'},
      ru: {about:'ru-about', sectors:'ru-sectors', services:'ru-services', methodology:'ru-methodology', cases:'ru-cases', insights:'ru-insights', contact:'ru-contact'},
      zh: {about:'zh-about', sectors:'zh-sectors', services:'zh-services', methodology:'zh-methodology', cases:'zh-cases', insights:'zh-insights', contact:'zh-contact'},
      ar: {about:'ar-about', sectors:'ar-sectors', services:'ar-services', methodology:'ar-methodology', cases:'ar-cases', insights:'ar-insights', contact:'ar-contact'},
    };
    const targetId = idMap[lang][section];
    const target = document.getElementById(targetId);
    if(target){
      target.scrollIntoView({ behavior:'smooth', block:'start' });
    }
  });

  // init default
  setLang('en');
})();
&lt;/script&gt;</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221915</link><pubDate>Mon, 18 Aug 2025 18:04:00 +0300</pubDate><title>About</title></item><item><author>News</author><description>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	M BALANCE works through methodologies that transform strategy from a mechanical exercise into a system of meaning-making. Our approach is rooted in philosophy, cultural analysis, and project intelligence &amp;#8212; allowing institutions and leaders to navigate uncertainty not by prediction alone, but by cultivating symbolic depth and long-term coherence.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Reverse Horizon Thinking&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We begin not with present limitations but with envisioned futures. By designing from the ideal horizon backward, we align immediate steps with ultimate purpose &amp;#8212; ensuring that short-term action and long-term meaning remain inseparable.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Strategic Meaning-Making&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We translate abstract values into operational frameworks. Through symbolic mapping and cultural diagnostics, we integrate vision, mission, and method into systems that endure beyond market cycles.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Post-Linear Planning&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We design for complexity through non-linear models: scenario frameworks, parallel pathways, and adaptive strategies that allow projects to thrive in uncertain and shifting environments.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Value System Calibration&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We work with leaders to align organizational behaviors, cultural practices, and symbolic identity into coherent value architectures &amp;#8212; transforming institutions from efficiency-driven structures into meaning-driven systems.&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</description><yandex:full-text>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	M BALANCE works through methodologies that transform strategy from a mechanical exercise into a system of meaning-making. Our approach is rooted in philosophy, cultural analysis, and project intelligence &amp;#8212; allowing institutions and leaders to navigate uncertainty not by prediction alone, but by cultivating symbolic depth and long-term coherence.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Reverse Horizon Thinking&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We begin not with present limitations but with envisioned futures. By designing from the ideal horizon backward, we align immediate steps with ultimate purpose &amp;#8212; ensuring that short-term action and long-term meaning remain inseparable.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Strategic Meaning-Making&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We translate abstract values into operational frameworks. Through symbolic mapping and cultural diagnostics, we integrate vision, mission, and method into systems that endure beyond market cycles.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Post-Linear Planning&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We design for complexity through non-linear models: scenario frameworks, parallel pathways, and adaptive strategies that allow projects to thrive in uncertain and shifting environments.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Value System Calibration&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	We work with leaders to align organizational behaviors, cultural practices, and symbolic identity into coherent value architectures &amp;#8212; transforming institutions from efficiency-driven structures into meaning-driven systems.&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221914</link><pubDate>Mon, 18 Aug 2025 16:04:00 +0300</pubDate><title>Methodology</title></item><item><author>News</author><description>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	M BALANCE provides frameworks and facilitation for organizations and initiatives that seek more than operational success &amp;#8212; those aiming to build cultural capital, symbolic resilience, and long-term meaning.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Strategic Advisory&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Guiding founders, leaders, and institutions through cycles of uncertainty by aligning vision, values, and systemic direction into a coherent strategic horizon.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Brand Architecture &amp;#38; Narrative Design&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Developing identity systems that go beyond logos or campaigns &amp;#8212; constructing worldviews, stories, and symbolic architectures that endure as long-term cultural assets.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Cultural Platform Building&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Transforming organizations and alliances into cultural systems &amp;#8212; designing practices, rituals, and shared meanings that sustain communities and create belonging.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Methodological Innovation&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Engineering advanced tools for post-linear planning, including scenario frameworks, symbolic mapping, and value system calibration, tailored to projects that operate at the edge of complexity.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Project Facilitation&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Supporting initiatives from ideation to institutionalization &amp;#8212; ensuring that meaning, mission, and method remain integrated throughout execution and long-term evolution.&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</description><yandex:full-text>&lt;p class=&quot;p1&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	M BALANCE provides frameworks and facilitation for organizations and initiatives that seek more than operational success &amp;#8212; those aiming to build cultural capital, symbolic resilience, and long-term meaning.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Strategic Advisory&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Guiding founders, leaders, and institutions through cycles of uncertainty by aligning vision, values, and systemic direction into a coherent strategic horizon.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Brand Architecture &amp;#38; Narrative Design&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Developing identity systems that go beyond logos or campaigns &amp;#8212; constructing worldviews, stories, and symbolic architectures that endure as long-term cultural assets.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Cultural Platform Building&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Transforming organizations and alliances into cultural systems &amp;#8212; designing practices, rituals, and shared meanings that sustain communities and create belonging.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Methodological Innovation&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Engineering advanced tools for post-linear planning, including scenario frameworks, symbolic mapping, and value system calibration, tailored to projects that operate at the edge of complexity.&lt;/p&gt;
&lt;p class=&quot;p2&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&amp;#160;&lt;/p&gt;
&lt;p class=&quot;p4&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	&lt;b&gt;Project Facilitation&lt;/b&gt;&lt;/p&gt;
&lt;p class=&quot;p3&quot; style=&quot;caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);&quot;&gt;
	Supporting initiatives from ideation to institutionalization &amp;#8212; ensuring that meaning, mission, and method remain integrated throughout execution and long-term evolution.&lt;br /&gt;
	&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
</yandex:full-text><link>https://mb.id.page/page/publication/news/news.seam?newsId=221913</link><pubDate>Mon, 18 Aug 2025 16:00:00 +0300</pubDate><title>Services</title></item><item><author>News</author><description>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }&lt;/style&gt;
&lt;header class=&quot;hero&quot;&gt;
	&lt;h1&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/a&gt;&lt;/h1&gt;
	&lt;p&gt;
		A Private Global Initiative for Rethinking the Future&lt;/p&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;&lt;/header&gt;
&lt;section&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;Our Mission&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt;&lt;/span&gt; is a private, long-horizon intellectual initiative that brings together independent thinkers, scholars, cultural strategists, and practitioners from different regions and disciplines.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Its mission is to create a shared intellectual infrastructure for cooperation in a world where traditional frameworks of globalization, ideology, and governance are increasingly fragmented. Rather than reacting to short-term crises, RE:THINK 2045 focuses on future-oriented thinking: imagining the year 2045 and working backward to identify the cultural, institutional, and philosophical foundations required to reach it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The initiative uses reverse horizon thinking as its core method &amp;#8212; starting from a desired future condition and tracing the pathways, assumptions, and structures needed in the present. RE:THINK 2045 is not a political platform and does not promote predefined solutions. It functions as a space for reflection, dialogue, and intellectual experimentation before ideas are translated into policy or projects.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;What We Explore&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;RE:THINK 2045&lt;/strong&gt; addresses questions that cannot be resolved within a single discipline or ideology, including:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Planetarity beyond classical globalization&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Human agency and responsibility in the age of artificial intelligence&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Ethics and governance in a plural, non-universal world&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Culture as a source of social and political renewal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Climate, memory, and long-term continuity&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;New forms of participation and collective decision-making&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Rethinking knowledge, institutions, and solidarity for the 21st century&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;These themes are explored not as abstract debates, but as interconnected layers shaping future societies.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#006699;&quot;&gt;Key Contributors and Partners&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is supported by a distributed network of collaborators, including:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;p&gt;
			&lt;u&gt;&lt;b style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;Strategic &amp;#38; Methodological Partners&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M BALANCE Strategic Meaning Center&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			independent methodological operator; long-horizon strategy, systemic meaning-making, cultural and institutional architecture;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
			&lt;br /&gt;
			&lt;span style=&quot;font-family: arial, helvetica, sans-serif; font-size: 18px;&quot;&gt;represented by&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Andrey Matuzov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and international studies, long-horizon security analysis, cross-regional dialogue;&lt;br /&gt;
			&lt;br /&gt;
			represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Think Tanks &amp;#38; Analytical Institutions&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Observer Research Foundation (India)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; public policy, geopolitics, economy, and civilizational studies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;South African Institute of International Affairs (SAIIA)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; international relations, African and global governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Centro Brasileiro de Rela&amp;#231;&amp;#245;es Internacionais (CEBRI, Brazil)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; international relations, economy, and global development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;ISEAS &amp;#8211; Yusof Ishak Institute (Singapore)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; Southeast Asian studies, regional and global policy analysis.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Individual Contributors (Non-representational)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;P. L. O. Lumumba&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			legal scholar and public intellectual; ethics of institutions, governance, and leadership.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Clive E. Chirwa&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineer and industry leader; infrastructure, production systems, and applied innovation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Celso Amorim&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and diplomatic experience; long-horizon international cooperation and multipolar governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Sergey Popov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineering and climate-related infrastructure solutions; practical implementation of long-term sustainability projects.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Cooperative &amp;#38; Practitioner Observers&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p4&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s3&quot;&gt;&amp;#8226;&amp;#160;&lt;/span&gt;&lt;b&gt;African Confederation of Cooperative Savings and Credit Associations (ACCOSCA)&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			pan-African cooperative networks; financial and food security practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;National Cooperative Development Corporation (NCDC, India)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; cooperative development, agrarian economy, and regional resilience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Organiza&amp;#231;&amp;#227;o das Cooperativas Brasileiras (OCB)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			national cooperative confederation; agro-industry, logistics, and regional development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;All-China Federation of Supply and Marketing Cooperatives&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;cooperative systems supporting regional production and distribution.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Cooperative Practice&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			cooperative development and regional economic coordination; represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Oleg Shelyagov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Global Community of Contributors&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Independent Global Contributors&lt;/b&gt;&lt;/span&gt;&amp;#160;&amp;#8212; a distributed network of scholars, futurists, artists, climate researchers, cultural strategists, and practitioners from Asia, Europe, the Americas, Africa, and the Global South.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation across all categories is based on&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;intellectual contribution and methodological engagement&lt;/b&gt;&lt;/span&gt;, not on political alignment, formal mandates, or bloc affiliation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;How Participation Works&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;br /&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;takes place through the interactive platform&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This is not project enrollment and not institutional mem&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&amp;#160;. It is a&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&lt;b&gt;gradual process of intellectual participation&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, where ideas evolve into dialogue and, in some cases, into structured initiatives.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;The platform is designed to support different levels of engagement&amp;#160;&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;bership&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, without obligations or formal commitments.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 1: Join the Platform (USER)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Create a personal profile on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;and enter the shared intellectual space.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;As a USER, you can:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;publish essays, articles, manifestos, videos, and analytical notes;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;comment on and discuss contributions by others;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participate in open thematic discussions;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;build an intellectual presence within the RE:THINK 2045 environment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This level is open and exploratory. No prior approval is required.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 2: Contribute to Ongoing Work (PROJECT PARTICIPANT)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Users whose work aligns with the themes and methodological standards of RE:THINK 2045 may apply to become&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT PARTICIPANTS&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;At this level:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;contributions are reviewed by moderators and peers;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;selected materials receive enhanced visibility;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participants may contribute to curated topics, dossiers, or working streams;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;dialogue becomes more structured and collaborative.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This stage is focused on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;quality, coherence, and continuity of thought&lt;/b&gt;&lt;/span&gt;, not hierarchy or status.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 3: Develop a Structured Initiative (PROJECT SPACE)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;In some cases, sustained contributions may evolve into a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT SPACE&lt;/b&gt;&lt;/span&gt;&amp;#160;within the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This allows contributors to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;create or manage a dedicated wiki page for an idea, initiative, or institution;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;organize materials, invite collaborators, and curate content;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;develop a concept over time in a transparent, open format;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;connect intellectual work with potential practical applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;A PROJECT SPACE is not a formal organization or political initiative. It is a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;living knowledge environment&lt;/b&gt;&lt;/span&gt;&amp;#160;that may later inform research programs, dialogues, or applied projects outside the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Important Note&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;does not imply political alignment, institutional representation, or endorsement of specific outcomes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The platform exists to support&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;thinking before positioning&lt;/b&gt;&lt;/span&gt;, dialogue before action, and collaboration before formalization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Why It Matters&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;In a time of crisis fatigue, institutional breakdowns, and identity fragmentation, RE:THINK 2045 offers a space for slow, deep, and responsible thinking across borders and disciplines.&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It does not promise solutions or quick consensus.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It creates conditions in which new ways of thinking, cooperating, and imagining the future can emerge organically.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is for those who seek to move beyond zero-sum logic and short-term reactions &amp;#8212; and to contribute to a plural, ethical, and resilient planetary future, step by step, toward 2045.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;take-action&quot; id=&quot;take-action&quot;&gt;
	&lt;h2&gt;
		&lt;span style=&quot;color:#1b69af;&quot;&gt;&amp;#9679;&lt;/span&gt; Take Action!&lt;/h2&gt;
	&lt;h3&gt;
		GET INVOLVED TODAY!&lt;/h3&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt; &lt;a class=&quot;cta-button&quot; href=&quot;#&quot; onclick=&quot;openModal(event)&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/section&gt;
&lt;div class=&quot;modal&quot; id=&quot;passwordModal&quot;&gt;
	&lt;div class=&quot;modal-content&quot;&gt;
		&lt;h3&gt;
			Enter Access Password&lt;/h3&gt;
		&lt;input id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; type=&quot;password&quot; /&gt;&lt;br /&gt;
		&lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
		&lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;
			Incorrect password. Please try again.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
	&lt;p&gt;
		Ready to help shape the world of 2045?&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page/&quot; target=&quot;_blank&quot;&gt;https://rethink2045.id.page/&lt;/a&gt;&lt;/p&gt;
	&lt;a href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;
	&lt;p&gt;
		&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);
    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;
      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }
    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);
    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;</description><yandex:full-text>&lt;meta charset=&quot;UTF-8&quot; /&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1&quot; name=&quot;viewport&quot; /&gt;
&lt;title&gt;&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
body { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; }
    header, section, footer { padding: 40px 20px; max-width: 960px; margin: auto; }
    h1, h2, h3 { color: #003366; }
    .hero { background: #f0f4f8; text-align: center; padding: 60px 20px; }
    .cta-button {
      display: inline-block; margin: 10px 15px; padding: 14px 28px;
      background: #005fa3; color: #fff; text-decoration: none;
      font-weight: bold; border-radius: 6px; transition: background 0.3s ease;
    }
    .cta-button:hover { background: #003f6b; }
    .steps { background: #f9f9f9; padding: 20px; border-left: 5px solid #005fa3; margin: 20px 0; }
    ul { padding-left: 20px; }
    .highlight { background: #eef7ff; padding: 20px; border-left: 5px solid #3399cc; margin: 20px 0; }
    footer { background: #003366; color: #fff; text-align: center; padding: 30px 20px; }
    footer a { color: #ffcc00; text-decoration: none; }
    .take-action {
      background: #e6f2ff; text-align: center; padding: 60px 20px; margin-top: 40px;
      opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out;
    }
    .take-action.visible { opacity: 1; transform: translateY(0); }
    .modal {
      display: none; position: fixed; z-index: 1000; left: 0; top: 0;
      width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    }
    .modal-content {
      background-color: #fff; margin: 15% auto; padding: 30px;
      border-radius: 10px; width: 90%; max-width: 400px; text-align: center;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .modal input {
      width: 80%; padding: 10px; margin: 15px 0; border-radius: 5px; border: 1px solid #ccc;
    }
    .modal button {
      padding: 10px 20px; background-color: #005fa3; color: #fff;
      border: none; border-radius: 5px; cursor: pointer;
    }
    .modal button:hover { background-color: #003f6b; }&lt;/style&gt;
&lt;header class=&quot;hero&quot;&gt;
	&lt;h1&gt;
		&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page&quot; target=&quot;_blank&quot;&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/a&gt;&lt;/h1&gt;
	&lt;p&gt;
		A Private Global Initiative for Rethinking the Future&lt;/p&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;&lt;/header&gt;
&lt;section&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;Our Mission&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;strong&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/strong&gt;&lt;/span&gt; is a private, long-horizon intellectual initiative that brings together independent thinkers, scholars, cultural strategists, and practitioners from different regions and disciplines.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Its mission is to create a shared intellectual infrastructure for cooperation in a world where traditional frameworks of globalization, ideology, and governance are increasingly fragmented. Rather than reacting to short-term crises, RE:THINK 2045 focuses on future-oriented thinking: imagining the year 2045 and working backward to identify the cultural, institutional, and philosophical foundations required to reach it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The initiative uses reverse horizon thinking as its core method &amp;#8212; starting from a desired future condition and tracing the pathways, assumptions, and structures needed in the present. RE:THINK 2045 is not a political platform and does not promote predefined solutions. It functions as a space for reflection, dialogue, and intellectual experimentation before ideas are translated into policy or projects.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;What We Explore&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;RE:THINK 2045&lt;/strong&gt; addresses questions that cannot be resolved within a single discipline or ideology, including:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Planetarity beyond classical globalization&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Human agency and responsibility in the age of artificial intelligence&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Ethics and governance in a plural, non-universal world&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Culture as a source of social and political renewal&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Climate, memory, and long-term continuity&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;New forms of participation and collective decision-making&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Rethinking knowledge, institutions, and solidarity for the 21st century&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;These themes are explored not as abstract debates, but as interconnected layers shaping future societies.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:#006699;&quot;&gt;Key Contributors and Partners&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is supported by a distributed network of collaborators, including:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;p&gt;
			&lt;u&gt;&lt;b style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;Strategic &amp;#38; Methodological Partners&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;M BALANCE Strategic Meaning Center&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			independent methodological operator; long-horizon strategy, systemic meaning-making, cultural and institutional architecture;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
			&lt;br /&gt;
			&lt;span style=&quot;font-family: arial, helvetica, sans-serif; font-size: 18px;&quot;&gt;represented by&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Andrey Matuzov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Shanghai Centre for RimPac Strategic and International Studies &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and international studies, long-horizon security analysis, cross-regional dialogue;&lt;br /&gt;
			&lt;br /&gt;
			represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Nelson Wong&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Think Tanks &amp;#38; Analytical Institutions&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Observer Research Foundation (India)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; public policy, geopolitics, economy, and civilizational studies.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;South African Institute of International Affairs (SAIIA)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; international relations, African and global governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Centro Brasileiro de Rela&amp;#231;&amp;#245;es Internacionais (CEBRI, Brazil)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; international relations, economy, and global development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;ISEAS &amp;#8211; Yusof Ishak Institute (Singapore)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160; Southeast Asian studies, regional and global policy analysis.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Individual Contributors (Non-representational)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;P. L. O. Lumumba&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			legal scholar and public intellectual; ethics of institutions, governance, and leadership.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Clive E. Chirwa&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineer and industry leader; infrastructure, production systems, and applied innovation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Celso Amorim&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			strategic and diplomatic experience; long-horizon international cooperation and multipolar governance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Sergey Popov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			engineering and climate-related infrastructure solutions; practical implementation of long-term sustainability projects.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Cooperative &amp;#38; Practitioner Observers&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p4&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span class=&quot;s3&quot;&gt;&amp;#8226;&amp;#160;&lt;/span&gt;&lt;b&gt;African Confederation of Cooperative Savings and Credit Associations (ACCOSCA)&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;s3&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			pan-African cooperative networks; financial and food security practices.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;National Cooperative Development Corporation (NCDC, India)&lt;/b&gt;&lt;/span&gt;&amp;#160;&lt;/span&gt; cooperative development, agrarian economy, and regional resilience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Organiza&amp;#231;&amp;#227;o das Cooperativas Brasileiras (OCB)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&amp;#160;&lt;br /&gt;
			national cooperative confederation; agro-industry, logistics, and regional development.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;All-China Federation of Supply and Marketing Cooperatives&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;cooperative systems supporting regional production and distribution.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;span style=&quot;color:#006699;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Cooperative Practice&lt;/b&gt;&lt;/span&gt;&amp;#160; &lt;/span&gt;&lt;br /&gt;
			cooperative development and regional economic coordination; represented by&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Oleg Shelyagov&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;u&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Global Community of Contributors&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&amp;#8226;&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;Independent Global Contributors&lt;/b&gt;&lt;/span&gt;&amp;#160;&amp;#8212; a distributed network of scholars, futurists, artists, climate researchers, cultural strategists, and practitioners from Asia, Europe, the Americas, Africa, and the Global South.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p3&quot; style=&quot;margin-left: 40px;&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation across all categories is based on&amp;#160;&lt;span class=&quot;s2&quot;&gt;&lt;b&gt;intellectual contribution and methodological engagement&lt;/b&gt;&lt;/span&gt;, not on political alignment, formal mandates, or bloc affiliation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;How Participation Works&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;br /&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation in&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;GLOBAL RE:THINK DIALOGUE 2045&lt;/b&gt;&lt;/span&gt;&amp;#160;takes place through the interactive platform&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This is not project enrollment and not institutional mem&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&amp;#160;. It is a&amp;#160;&lt;/span&gt;&lt;span class=&quot;s1&quot; style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;&lt;b&gt;gradual process of intellectual participation&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, where ideas evolve into dialogue and, in some cases, into structured initiatives.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;The platform is designed to support different levels of engagement&amp;#160;&lt;/span&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;bership&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;, without obligations or formal commitments.&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 1: Join the Platform (USER)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Create a personal profile on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;and enter the shared intellectual space.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;As a USER, you can:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;publish essays, articles, manifestos, videos, and analytical notes;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;comment on and discuss contributions by others;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participate in open thematic discussions;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;build an intellectual presence within the RE:THINK 2045 environment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This level is open and exploratory. No prior approval is required.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 2: Contribute to Ongoing Work (PROJECT PARTICIPANT)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Users whose work aligns with the themes and methodological standards of RE:THINK 2045 may apply to become&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT PARTICIPANTS&lt;/b&gt;&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;At this level:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;contributions are reviewed by moderators and peers;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;selected materials receive enhanced visibility;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;participants may contribute to curated topics, dossiers, or working streams;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;dialogue becomes more structured and collaborative.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This stage is focused on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;quality, coherence, and continuity of thought&lt;/b&gt;&lt;/span&gt;, not hierarchy or status.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Step 3: Develop a Structured Initiative (PROJECT SPACE)&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;In some cases, sustained contributions may evolve into a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;PROJECT SPACE&lt;/b&gt;&lt;/span&gt;&amp;#160;within the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;This allows contributors to:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;ul&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;create or manage a dedicated wiki page for an idea, initiative, or institution;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;organize materials, invite collaborators, and curate content;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;develop a concept over time in a transparent, open format;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
			&lt;li&gt;
				&lt;p class=&quot;p1&quot;&gt;
					&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;connect intellectual work with potential practical applications.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;A PROJECT SPACE is not a formal organization or political initiative. It is a&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;living knowledge environment&lt;/b&gt;&lt;/span&gt;&amp;#160;that may later inform research programs, dialogues, or applied projects outside the platform.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p3&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;h3 style=&quot;color: rgb(0, 0, 0);&quot;&gt;
			&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;&lt;b&gt;Important Note&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
		&lt;p class=&quot;p2&quot;&gt;
			&amp;#160;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Participation on&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;rethink2045.id.page&lt;/b&gt;&lt;/span&gt;&amp;#160;does not imply political alignment, institutional representation, or endorsement of specific outcomes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p class=&quot;p1&quot;&gt;
			&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;The platform exists to support&amp;#160;&lt;span class=&quot;s1&quot;&gt;&lt;b&gt;thinking before positioning&lt;/b&gt;&lt;/span&gt;, dialogue before action, and collaboration before formalization.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
		&lt;p&gt;
			&amp;#160;&lt;/p&gt;
	&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;color:#006699;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;Why It Matters&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
		&lt;br /&gt;
		&lt;span style=&quot;font-size: 18px; font-family: arial, helvetica, sans-serif;&quot;&gt;In a time of crisis fatigue, institutional breakdowns, and identity fragmentation, RE:THINK 2045 offers a space for slow, deep, and responsible thinking across borders and disciplines.&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It does not promise solutions or quick consensus.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px 0px 0px 40px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;It creates conditions in which new ways of thinking, cooperating, and imagining the future can emerge organically.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p2&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 15px;&quot;&gt;
		&amp;#160;&lt;/div&gt;
	&lt;div class=&quot;p1&quot; style=&quot;margin: 0px; font-stretch: normal; line-height: normal; font-family: &amp;quot;Helvetica Neue&amp;quot;; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);&quot;&gt;
		&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;&lt;span style=&quot;font-size:18px;&quot;&gt;RE:THINK 2045 is for those who seek to move beyond zero-sum logic and short-term reactions &amp;#8212; and to contribute to a plural, ethical, and resilient planetary future, step by step, toward 2045.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;take-action&quot; id=&quot;take-action&quot;&gt;
	&lt;h2&gt;
		&lt;span style=&quot;color:#1b69af;&quot;&gt;&amp;#9679;&lt;/span&gt; Take Action!&lt;/h2&gt;
	&lt;h3&gt;
		GET INVOLVED TODAY!&lt;/h3&gt;
	&lt;a class=&quot;cta-button&quot; href=&quot;https://rethink2045.id.page/page/adaptive/registration&quot; target=&quot;_blank&quot;&gt;Register Personal Profile&lt;/a&gt; &lt;a class=&quot;cta-button&quot; href=&quot;#&quot; onclick=&quot;openModal(event)&quot; target=&quot;_blank&quot;&gt;Register as Researcher / Organization / Wiki Page&lt;/a&gt;&lt;/section&gt;
&lt;div class=&quot;modal&quot; id=&quot;passwordModal&quot;&gt;
	&lt;div class=&quot;modal-content&quot;&gt;
		&lt;h3&gt;
			Enter Access Password&lt;/h3&gt;
		&lt;input id=&quot;accessPassword&quot; placeholder=&quot;Enter password&quot; type=&quot;password&quot; /&gt;&lt;br /&gt;
		&lt;button onclick=&quot;checkPassword()&quot;&gt;Submit&lt;/button&gt;
		&lt;p id=&quot;error&quot; style=&quot;color:red; display:none; margin-top:10px;&quot;&gt;
			Incorrect password. Please try again.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;footer&gt;
	&lt;p&gt;
		Ready to help shape the world of 2045?&lt;br /&gt;
		&lt;a href=&quot;https://rethink2045.id.page/&quot; target=&quot;_blank&quot;&gt;https://rethink2045.id.page/&lt;/a&gt;&lt;/p&gt;
	&lt;a href=&quot;#join&quot; target=&quot;_blank&quot;&gt;Join the Platform&lt;/a&gt;
	&lt;p&gt;
		&amp;#169; 2025 GLOBAL RE:THINK DIALOGUE 2045&lt;/p&gt;
&lt;/footer&gt;
&lt;script&gt;
  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {
    const section = document.getElementById(&quot;take-action&quot;);
    function revealOnScroll() {
      const sectionTop = section.getBoundingClientRect().top;
      const windowHeight = window.innerHeight;
      if (sectionTop &lt; windowHeight - 100) {
        section.classList.add(&quot;visible&quot;);
        window.removeEventListener(&quot;scroll&quot;, revealOnScroll);
      }
    }
    window.addEventListener(&quot;scroll&quot;, revealOnScroll);
    revealOnScroll();
  });

  function openModal(e) {
    e.preventDefault();
    document.getElementById(&quot;passwordModal&quot;).style.display = &quot;block&quot;;
    document.getElementById(&quot;accessPassword&quot;).focus();
  }

  function checkPassword() {
    const input = document.getElementById(&quot;accessPassword&quot;).value;
    const error = document.getElementById(&quot;error&quot;);
    if (input === &quot;open1111&quot;) {
      window.location.href = &quot;https://rethink2045.id.page/page/brand/registration.seam&quot;;
    } else {
      error.style.display = &quot;block&quot;;
    }
  }

  window.onclick = function (event) {
    const modal = document.getElementById(&quot;passwordModal&quot;);
    if (event.target === modal) {
      modal.style.display = &quot;none&quot;;
      document.getElementById(&quot;error&quot;).style.display = &quot;none&quot;;
      document.getElementById(&quot;accessPassword&quot;).value = &quot;&quot;;
    }
  };
&lt;/script&gt;</yandex:full-text><link>https://rethink2045.id.page/page/publication/news/news.seam?newsId=221867</link><pubDate>Sat, 5 Jul 2025 22:44:00 +0300</pubDate><title>ABOUT</title></item><link>https://mb.id.page</link><title>M BALANCE / News</title></channel></rss>