<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marjorie Aviso-Baynosa &#8211; Telework PH: We build your team</title>
	<atom:link href="https://teleworkph.com/author/dm1n-mrg3/feed/" rel="self" type="application/rss+xml" />
	<link>https://teleworkph.com</link>
	<description>Outsourcing Services &#124; We Build Your Team</description>
	<lastBuildDate>Mon, 06 Apr 2026 11:17:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://teleworkph.com/wp-content/uploads/2024/10/cropped-favicontwph-32x32.png</url>
	<title>Marjorie Aviso-Baynosa &#8211; Telework PH: We build your team</title>
	<link>https://teleworkph.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Business Continuity Advisory for Our Clients and Partners</title>
		<link>https://teleworkph.com/business-continuity-advisory-for-our-clients-and-partners/</link>
		
		<dc:creator><![CDATA[Marjorie Aviso-Baynosa]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 12:11:44 +0000</pubDate>
				<category><![CDATA[Telework PH]]></category>
		<guid isPermaLink="false">https://teleworkph.com/?p=12735</guid>

					<description><![CDATA[<p>Q2 2026 — In Response to the Philippine National Energy Emergency Issued ToClients, Suppliers &#038; Partners DateApril 1, 2026 Effective PeriodQ2 2026 (April – June) Issued ByTelework PH Leadership We write to you directly as partners who rely on Telework PH to deliver consistent, high-quality service on your behalf. We want to be fully transparent&#8230;</p>
<p>The post <a rel="nofollow" href="https://teleworkph.com/business-continuity-advisory-for-our-clients-and-partners/">Business Continuity Advisory for Our Clients and Partners</a> appeared first on <a rel="nofollow" href="https://teleworkph.com">Telework PH: We build your team</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --orange: #E85D26;
    --dark: #1A1A1A;
    --mid: #3D3D3D;
    --light: #F7F4EF;
    --warm-white: #FDFAF6;
    --rule: #D9CFC4;
    --accent-green: #2D6A4F;
    --accent-light: #FFF3ED;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'IBM Plex Sans', sans-serif;
    background: var(--light);
    color: var(--dark);
    font-size: 15px;
    line-height: 1.7;
  }

  .page-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px 80px;
  }

  /* MASTHEAD */
  .masthead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 3px solid var(--orange);
    margin-bottom: 40px;
  }

  .brand {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: -0.5px;
  }

  .brand span {
    color: var(--dark);
  }

  .meta-block {
    text-align: right;
    font-size: 12px;
    color: #777;
    font-family: 'IBM Plex Mono', monospace;
    line-height: 1.6;
  }

  .meta-block strong {
    color: var(--dark);
    font-size: 13px;
  }

  /* ADVISORY BADGE */
  .advisory-label {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    margin-bottom: 12px;
  }

  /* SECTION WRAPPER */
  .advisory-section {
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-left: 5px solid var(--orange);
    padding: 40px 44px;
    margin-bottom: 48px;
  }

  .advisory-section.internal {
    border-left-color: var(--accent-green);
  }

  .section-eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 6px;
  }

  .advisory-section.internal .section-eyebrow {
    color: var(--accent-green);
  }

  h1.advisory-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .advisory-subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--rule);
  }

  /* HEADER META ROW */
  .header-meta {
    display: flex;
    gap: 32px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .header-meta div {
    font-size: 12px;
  }

  .header-meta div label {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 2px;
  }

  .header-meta div span {
    font-weight: 600;
    color: var(--dark);
  }

  /* INTRO */
  .intro-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--mid);
    margin-bottom: 28px;
  }

  /* EO CALLOUT */
  .eo-callout {
    background: var(--accent-light);
    border-left: 3px solid var(--orange);
    padding: 16px 20px;
    margin: 24px 0 28px;
    font-size: 13.5px;
    color: var(--mid);
    line-height: 1.7;
  }

  .eo-callout strong {
    color: var(--orange);
  }

  /* BLOCK HEADING */
  h2.block-heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--dark);
    margin: 28px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--rule);
  }

  /* MEASURE LIST */
  .measure-list {
    list-style: none;
    margin: 0 0 20px;
  }

  .measure-list li {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--rule);
    font-size: 14px;
    color: var(--mid);
    line-height: 1.6;
  }

  .measure-list li:last-child {
    border-bottom: none;
  }

  .measure-list li .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 2px;
  }

  .advisory-section.internal .measure-list li .icon {
    background: var(--accent-green);
  }

  .measure-list li .content strong {
    display: block;
    color: var(--dark);
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 2px;
  }

  /* ASSURANCE BOX */
  .assurance-box {
    background: #fff;
    border: 1px solid var(--rule);
    padding: 20px 24px;
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.75;
    color: var(--mid);
  }

  .assurance-box p + p { margin-top: 12px; }

  /* CLOSING */
  .closing {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--rule);
    font-size: 14px;
    color: var(--mid);
    line-height: 1.8;
  }

  .sig-block {
    margin-top: 28px;
  }

  .sig-block .name {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--dark);
  }

  .sig-block .title {
    font-size: 12px;
    color: #888;
    letter-spacing: 0.5px;
  }

  /* DIVIDER */
  .page-break-hint {
    text-align: center;
    color: #ccc;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'IBM Plex Mono', monospace;
    margin: 48px 0;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .page-break-hint::before,
  .page-break-hint::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--rule);
  }

  /* FOOTER */
  .doc-footer {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    font-family: 'IBM Plex Mono', monospace;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid var(--rule);
  }

  /* Internal-specific emphasis */
  .green-bold {
    color: var(--accent-green);
    font-weight: 600;
  }

  .callout-stat {
    background: var(--accent-light);
    border-left: 3px solid var(--orange);
    padding: 14px 18px;
    margin: 16px 0;
    font-size: 14px;
    color: var(--mid);
  }

  .advisory-section.internal .callout-stat {
    border-left-color: var(--accent-green);
  }

  @media print {
    body { background: #fff; }
    .page-wrapper { padding: 20px; }
    .advisory-section { break-inside: avoid; }
    .page-break-hint { page-break-after: always; }
  }
</style>
<div class="advisory-section">

    <div class="advisory-subtitle">Q2 2026 — In Response to the Philippine National Energy Emergency</div>

    <div class="header-meta">
      <div><label>Issued To</label><span>Clients, Suppliers &#038; Partners</span></div>
      <div><label>Date</label><span>April 1, 2026</span></div>
      <div><label>Effective Period</label><span>Q2 2026 (April – June)</span></div>
      <div><label>Issued By</label><span>Telework PH Leadership</span></div>
    </div>

    <p class="intro-text">
      We write to you directly as partners who rely on Telework PH to deliver consistent, high-quality service on your behalf. We want to be fully transparent about the current situation in the Philippines and — more importantly — about what we are doing to make sure your operations are not interrupted.
    </p>

    <div class="eo-callout">
      <strong>Context: Philippine National Energy Emergency (EO 110)</strong><br>
      On March 24, 2026, President Ferdinand R. Marcos Jr. signed <strong>Executive Order No. 110</strong>, declaring a state of national energy emergency in the Philippines. The declaration responds to the disruption of global oil supply routes — particularly the Strait of Hormuz — caused by the ongoing conflict in the Middle East. The Philippines, as a net importer of petroleum, faces potential fuel price volatility and supply constraints. The government has activated the <strong>UPLIFT framework</strong> (Unified Package for Livelihoods, Industry, Food, and Transport) as its whole-of-government response. The declaration is effective for one year unless lifted sooner. The President has clarified this is a targeted, precautionary measure — not a general state of emergency — specifically to enable faster government action on fuel procurement and energy management.
    </div>

    <h2 class="block-heading">Our Commitment to Service Continuity</h2>
    <p style="font-size:14px; color:var(--mid); margin-bottom:16px;">
      We have assessed the direct impact on our operations and have put specific, tested measures in place across every department. Here is what we are doing:
    </p>

    <ul class="measure-list">
      <li>
        <div class="icon">1</div>
        <div class="content">
          <strong>Power Backup &amp; Infrastructure Resilience</strong>
          Our facilities maintain an emergency generator with immediate fuel reserves, providing a minimum of 36 continuous hours of onsite power backup. We are actively pursuing a solar power transition to reduce dependence on grid electricity and fuel supply chains — ensuring longer-term infrastructure stability for your accounts.
        </div>
      </li>
      <li>
        <div class="icon">2</div>
        <div class="content">
          <strong>Remote Work Capability — Already Active</strong>
          The majority of our workforce is fully equipped and currently operating in work-from-home or hybrid setups. Account managers, virtual assistants, and corporate support teams continue delivering at full capacity remotely. Onsite skeletal operations remain in place for functions that require physical presence, with no degradation in service levels.
        </div>
      </li>
      <li>
        <div class="icon">3</div>
        <div class="content">
          <strong>Cybersecurity &amp; Data Protection</strong>
          We have deployed ThinScale across corporate support functions to maintain the highest cybersecurity standards as teams work remotely. Client data security remains a non-negotiable priority. For clients with specific cybersecurity requirements — including government or regulated industries — we are in active coordination to ensure full protocol compliance.
        </div>
      </li>
      <li>
        <div class="icon">4</div>
        <div class="content">
          <strong>Workforce Stability &amp; Talent Availability</strong>
          Our talent is stable. We have completed an internal assessment across 1,200+ employees and confirmed that operations across all active client accounts remain fully staffed. Our Talent Acquisition pipeline continues to run so we meet any scaling requirements you may have in Q2 and beyond.
        </div>
      </li>
      <li>
        <div class="icon">5</div>
        <div class="content">
          <strong>Financial Stability — Your Billing Is Protected</strong>
          We maintain a strong cash position with enforced financial thresholds and a payroll buffer. Your service contracts and billing arrangements are fully secured. We will communicate proactively if any commercial changes arise.
        </div>
      </li>
      <li>
        <div class="icon">6</div>
        <div class="content">
          <strong>Account Monitoring &amp; Escalation Protocols</strong>
          Your dedicated account team and our Client Solutions department remain your first point of contact for any concerns. We will proactively communicate any service impacting developments — you will not be left guessing. We ask for your partnership in flagging any concerns early so we can respond quickly.
        </div>
      </li>
    </ul>

    <div class="assurance-box">
      <p>We have been operating since 2018. In that time, we have navigated typhoons, a global pandemic, and economic headwinds — and we have never missed delivering for our clients. This situation is no different. Our team is prepared, our systems are active, and our commitment to you is unchanged.</p>
      <p>If you have any account-specific questions or would like a direct briefing from our team, please reach out to your Client Solutions contact or email us at <strong>sales@teleworkph.com</strong>. We will respond within 24 hours.</p>
    </div>

    <div class="closing">
      <p>Thank you for the trust you place in us. We do not take it lightly.</p>
    </div>

    <div class="sig-block" style="margin-top:24px;">
      <div class="name">Marjorie Aviso-Baynosa</div>
      <div class="title">Founder &#038; CEO, Telework PH</div>
      <div style="font-size:12px; color:#aaa; margin-top:4px;">On behalf of the Telework PH Leadership Team</div>
    </div>
  </div>



<p></p>
<p>The post <a rel="nofollow" href="https://teleworkph.com/business-continuity-advisory-for-our-clients-and-partners/">Business Continuity Advisory for Our Clients and Partners</a> appeared first on <a rel="nofollow" href="https://teleworkph.com">Telework PH: We build your team</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
