<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Services &#8211; Xagrose</title>
	<atom:link href="https://www.xagrose.com/cherry-services/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.xagrose.com</link>
	<description>Integration Specialists</description>
	<lastBuildDate>Sun, 19 Apr 2026 16:18:12 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>

<image>
	<url>https://www.xagrose.com/wp-content/uploads/2018/04/magnolia-logo-78x78.png</url>
	<title>Services &#8211; Xagrose</title>
	<link>https://www.xagrose.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">220323208</site>	<item>
		<title>MuleSoft Migration</title>
		<link>https://www.xagrose.com/cherry-services/mulesoft-migration/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 19 Apr 2026 15:24:13 +0000</pubDate>
				<guid isPermaLink="false">https://www.xagrose.com/?post_type=cherry-services&#038;p=6815</guid>

					<description><![CDATA[Here is the fully mobile-friendly WordPress service snippet with responsive design that adapts gracefully to all screen sizes. &#8220;`html Integration Migration Specialists Stop overpayingfor integration.Start owning it. Many organisations that adopted MuleSoft are now facing a difficult question: is the ROI still there? Xagrose helps you answer that — and act on it. Calculate My &#8230;]]></description>
										<content:encoded><![CDATA[<p>Here is the fully mobile-friendly WordPress service snippet with responsive design that adapts gracefully to all screen sizes.<br />
&#8220;`html<br />
<!-- XAGROSE SERVICE SNIPPET – FULLY ISOLATED + MOBILE-FRIENDLY (WordPress) --></p>
<div class="xagrose-isolated">
<style>
        /* ---------------------------------------------------------------
        COMPLETE ISOLATION + RESPONSIVE ENHANCEMENTS
        Optimised for mobile: fluid grids, touch-friendly buttons, readable fonts.
        --------------------------------------------------------------- */
        .xagrose-isolated {
            all: initial;
            display: block;
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
            --ink: #0e1117;
            --ink-soft: #2a3040;
            --surface: #ffffff;
            --ground: #f4f6f0;
            --border: #e2e6dc;
            --accent: #0a6e5c;
            --accent-2: #c8e87a;
            --accent-dim: rgba(10,110,92,0.08);
            --muted: #7a8592;
            --danger: #b83232;
            --serif: 'Fraunces', Georgia, serif;
            --sans: 'DM Sans', sans-serif;
            --mono: 'DM Mono', monospace;
            --max-width: 1160px;
            font-family: var(--sans);
            background: var(--surface);
            color: var(--ink);
            line-height: 1.6;
        }</p>
<p>        .xagrose-isolated *,
        .xagrose-isolated *::before,
        .xagrose-isolated *::after {
            all: unset;
            display: revert;
            box-sizing: border-box;
        }</p>
<p>        .xagrose-isolated,
        .xagrose-isolated div,
        .xagrose-isolated section,
        .xagrose-isolated h1,
        .xagrose-isolated h2,
        .xagrose-isolated p,
        .xagrose-isolated a,
        .xagrose-isolated span,
        .xagrose-isolated ul,
        .xagrose-isolated li,
        .xagrose-isolated button {
            font-family: var(--sans);
            color: var(--ink);
        }</p>
<p>        .xagrose-isolated a {
            text-decoration: none;
            transition: color 0.2s, background 0.2s;
            cursor: pointer;
        }</p>
<p>        .xagrose-isolated img {
            max-width: 100%;
            display: block;
        }</p>
<p>        /* headings */
        .xagrose-isolated h1, .xagrose-isolated h2, .xagrose-isolated h3,
        .xagrose-isolated .hero-headline, .xagrose-isolated .section-headline,
        .xagrose-isolated .stat-value, .xagrose-isolated .feature-title,
        .xagrose-isolated .approach-title, .xagrose-isolated .cta-headline {
            font-family: var(--serif);
            font-weight: 900;
            letter-spacing: -0.02em;
        }</p>
<p>        .xagrose-isolated section[id] {
            scroll-margin-top: 20px;
        }</p>
<p>        /* reveal animation */
        .xagrose-isolated .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }
        .xagrose-isolated .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .reveal-delay-1 { transition-delay: 0.1s; }
        .reveal-delay-2 { transition-delay: 0.2s; }
        .reveal-delay-3 { transition-delay: 0.3s; }
        .reveal-delay-4 { transition-delay: 0.4s; }</p>
<p>        /* buttons */
        .xagrose-isolated .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: var(--sans);
            font-size: 14px;
            font-weight: 600;
            padding: 12px 20px;
            border-radius: 6px;
            border: none;
            cursor: pointer;
            transition: all 0.2s;
            white-space: nowrap;
            background: transparent;
        }
        .xagrose-isolated .btn-ghost {
            background: transparent;
            color: var(--muted);
            border: 1px solid var(--border);
        }
        .xagrose-isolated .btn-ghost:hover {
            border-color: var(--accent);
            color: var(--accent);
        }
        .xagrose-isolated .btn-primary {
            background: var(--accent);
            color: white;
            box-shadow: 0 2px 10px rgba(10,110,92,0.25);
        }
        .xagrose-isolated .btn-primary:hover {
            background: #085c4d;
            transform: translateY(-1px);
        }
        .xagrose-isolated .btn-large {
            font-size: 16px;
            padding: 14px 24px;
            border-radius: 8px;
        }
        .xagrose-isolated .btn svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }
        .xagrose-isolated .btn-white {
            background: white;
            color: var(--accent);
            font-weight: 700;
        }
        .xagrose-isolated .btn-white:hover {
            background: var(--ground);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        }
        .xagrose-isolated .btn-outline-white {
            background: transparent;
            color: white;
            border: 2px solid rgba(255,255,255,0.4);
        }
        .xagrose-isolated .btn-outline-white:hover {
            border-color: white;
            background: rgba(255,255,255,0.08);
        }</p>
<p>        /* hero */
        .xagrose-isolated .hero {
            padding-top: 40px;
            min-height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: var(--ground);
            position: relative;
            overflow: hidden;
        }
        .xagrose-isolated .hero-bg {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
        }
        .xagrose-isolated .hero-blob {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.18;
        }
        .xagrose-isolated .hero-blob-1 {
            width: 600px;
            height: 600px;
            background: var(--accent);
            top: -200px;
            right: -100px;
        }
        .xagrose-isolated .hero-blob-2 {
            width: 400px;
            height: 400px;
            background: var(--accent-2);
            bottom: -100px;
            left: -80px;
        }
        .xagrose-isolated .hero-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle, rgba(10,110,92,0.12) 1px, transparent 1px);
            background-size: 32px 32px;
        }
        .xagrose-isolated .hero-inner {
            max-width: var(--max-width);
            width: 100%;
            margin: 0 auto;
            padding: 40px 24px 60px;
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr;
            gap: 48px;
            align-items: center;
        }
        .xagrose-isolated .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: var(--mono);
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--accent);
            background: var(--accent-dim);
            border: 1px solid rgba(10,110,92,0.2);
            padding: 5px 12px;
            border-radius: 20px;
            margin-bottom: 24px;
        }
        .xagrose-isolated .hero-eyebrow::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--accent);
            animation: blink 2s infinite;
        }
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.3; }
        }
        .xagrose-isolated .hero-headline {
            font-family: var(--serif);
            font-size: clamp(38px, 8vw, 72px);
            font-weight: 900;
            line-height: 1.05;
            letter-spacing: -0.03em;
            color: var(--ink);
            margin-bottom: 20px;
        }
        .xagrose-isolated .hero-headline em {
            font-style: italic;
            font-weight: 300;
            color: var(--accent);
        }
        .xagrose-isolated .hero-sub {
            font-size: 18px;
            font-weight: 300;
            color: var(--ink-soft);
            line-height: 1.6;
            max-width: 100%;
            margin-bottom: 32px;
        }
        .xagrose-isolated .hero-actions {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 12px;
        }
        .xagrose-isolated .hero-actions .btn {
            justify-content: center;
            white-space: normal;
            text-align: center;
        }
        .xagrose-isolated .hero-trust {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 28px;
            font-size: 12px;
            color: var(--muted);
            font-family: var(--mono);
            flex-wrap: wrap;
        }
        .xagrose-isolated .trust-dots {
            display: flex;
            gap: 3px;
        }
        .xagrose-isolated .trust-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
            opacity: 0.3;
        }
        .xagrose-isolated .trust-dot:nth-child(1) { opacity: 0.9; }
        .xagrose-isolated .trust-dot:nth-child(2) { opacity: 0.6; }
        .xagrose-isolated .trust-dot:nth-child(3) { opacity: 0.3; }
        .xagrose-isolated .hero-aside {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .xagrose-isolated .stat-card {
            background: white;
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 4px 24px rgba(0,0,0,0.06);
            position: relative;
            overflow: hidden;
        }
        .xagrose-isolated .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
        }
        .xagrose-isolated .stat-card.green::before { background: var(--accent); }
        .xagrose-isolated .stat-card.lime::before { background: var(--accent-2); }
        .xagrose-isolated .stat-card.red::before { background: var(--danger); }
        .xagrose-isolated .stat-label {
            font-family: var(--mono);
            font-size: 10px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--muted);
            margin-bottom: 8px;
        }
        .xagrose-isolated .stat-value {
            font-family: var(--serif);
            font-size: 34px;
            font-weight: 900;
            letter-spacing: -0.03em;
            line-height: 1;
            margin-bottom: 4px;
        }
        .xagrose-isolated .stat-card.green .stat-value { color: var(--accent); }
        .xagrose-isolated .stat-card.red .stat-value { color: var(--danger); }
        .xagrose-isolated .stat-card.lime .stat-value { color: #5a8a0a; }
        .xagrose-isolated .stat-desc {
            font-size: 13px;
            color: var(--muted);
            line-height: 1.4;
        }
        .xagrose-isolated .stat-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }</p>
<p>        /* sections */
        .xagrose-isolated .section {
            padding: 60px 24px;
        }
        .xagrose-isolated .section-inner {
            max-width: var(--max-width);
            margin: 0 auto;
        }
        .xagrose-isolated .section-label {
            font-family: var(--mono);
            font-size: 11px;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .xagrose-isolated .section-label::before {
            content: '';
            display: inline-block;
            width: 24px;
            height: 2px;
            background: var(--accent);
        }
        .xagrose-isolated .section-headline {
            font-family: var(--serif);
            font-size: clamp(32px, 6vw, 52px);
            font-weight: 900;
            line-height: 1.15;
            letter-spacing: -0.025em;
            color: var(--ink);
            margin-bottom: 20px;
        }
        .xagrose-isolated .section-headline em {
            font-style: italic;
            font-weight: 300;
            color: var(--accent);
        }
        .xagrose-isolated .section-body {
            font-size: 17px;
            font-weight: 300;
            color: var(--ink-soft);
            line-height: 1.65;
            max-width: 100%;
        }</p>
<p>        /* problem section */
        .xagrose-isolated .problem-section {
            background: var(--ink);
            color: white;
            padding: 60px 24px;
            position: relative;
            overflow: hidden;
        }
        .xagrose-isolated .problem-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
            background-size: 28px 28px;
        }
        .xagrose-isolated .problem-inner {
            max-width: var(--max-width);
            margin: 0 auto;
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr;
            gap: 48px;
            align-items: center;
        }
        .xagrose-isolated .problem-section .section-label { color: var(--accent-2); }
        .xagrose-isolated .problem-section .section-label::before { background: var(--accent-2); }
        .xagrose-isolated .problem-section .section-headline { color: white; }
        .xagrose-isolated .problem-section .section-headline em { color: rgba(255,255,255,0.4); }
        .xagrose-isolated .problem-section .section-body { color: rgba(255,255,255,0.65); max-width: 100%; }
        .xagrose-isolated .problem-quote {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.1);
            border-left: 3px solid var(--accent-2);
            border-radius: 0 8px 8px 0;
            padding: 24px;
            margin-top: 32px;
            font-family: var(--serif);
            font-size: 20px;
            font-style: italic;
            font-weight: 300;
            color: rgba(255,255,255,0.85);
            line-height: 1.5;
        }
        .xagrose-isolated .problem-quote cite {
            display: block;
            font-family: var(--mono);
            font-size: 11px;
            font-style: normal;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--accent-2);
            margin-top: 12px;
        }
        .xagrose-isolated .problem-costs {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .xagrose-isolated .cost-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 16px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 8px;
        }
        .xagrose-isolated .cost-icon {
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: rgba(200,232,122,0.1);
            border: 1px solid rgba(200,232,122,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 16px;
        }
        .xagrose-isolated .cost-title {
            font-size: 14px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
        }
        .xagrose-isolated .cost-desc {
            font-size: 13px;
            color: rgba(255,255,255,0.5);
            line-height: 1.5;
        }</p>
<p>        /* features grid */
        .xagrose-isolated .features-section { background: var(--surface); }
        .xagrose-isolated .features-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1px;
            background: var(--border);
            border: 1px solid var(--border);
            border-radius: 12px;
            overflow: hidden;
            margin-top: 48px;
        }
        .xagrose-isolated .feature-card {
            background: var(--surface);
            padding: 28px 24px;
            transition: background 0.2s;
        }
        .xagrose-isolated .feature-number {
            font-family: var(--serif);
            font-size: 42px;
            font-weight: 900;
            color: var(--border);
            line-height: 1;
            margin-bottom: 12px;
        }
        .xagrose-isolated .feature-icon {
            width: 44px;
            height: 44px;
            background: var(--accent-dim);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            font-size: 20px;
        }
        .xagrose-isolated .feature-title {
            font-family: var(--serif);
            font-size: 20px;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 8px;
        }
        .xagrose-isolated .feature-desc {
            font-size: 14px;
            font-weight: 300;
            color: var(--muted);
            line-height: 1.6;
        }
        .xagrose-isolated .feature-tag {
            display: inline-block;
            margin-top: 16px;
            font-family: var(--mono);
            font-size: 10px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: var(--accent);
            background: var(--accent-dim);
            padding: 3px 8px;
            border-radius: 3px;
        }</p>
<p>        /* moment section */
        .xagrose-isolated .moment-section {
            background: var(--ground);
            padding: 60px 24px;
        }
        .xagrose-isolated .moment-inner {
            max-width: var(--max-width);
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 48px;
            align-items: center;
        }
        .xagrose-isolated .moment-timeline {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .xagrose-isolated .timeline-item {
            display: flex;
            gap: 16px;
            padding-bottom: 28px;
            position: relative;
        }
        .xagrose-isolated .timeline-item:last-child { padding-bottom: 0; }
        .xagrose-isolated .timeline-item::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 32px;
            bottom: 0;
            width: 1px;
            background: var(--border);
        }
        .xagrose-isolated .timeline-item:last-child::before { display: none; }
        .xagrose-isolated .timeline-dot {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: white;
            border: 2px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 13px;
            font-weight: 700;
            color: var(--muted);
            font-family: var(--mono);
            z-index: 1;
        }
        .xagrose-isolated .timeline-item.active .timeline-dot {
            background: var(--accent);
            border-color: var(--accent);
            color: white;
        }
        .xagrose-isolated .timeline-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 4px;
            padding-top: 4px;
        }
        .xagrose-isolated .timeline-desc {
            font-size: 14px;
            font-weight: 300;
            color: var(--muted);
            line-height: 1.5;
        }
        .xagrose-isolated .moment-card {
            background: var(--ink);
            border-radius: 16px;
            padding: 32px 28px;
            color: white;
            position: relative;
            overflow: hidden;
        }
        .xagrose-isolated .moment-card::before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 24px;
            font-family: var(--serif);
            font-size: 140px;
            font-weight: 900;
            color: rgba(255,255,255,0.04);
            line-height: 1;
            pointer-events: none;
        }
        .xagrose-isolated .moment-quote {
            font-family: var(--serif);
            font-size: 22px;
            font-style: italic;
            font-weight: 300;
            line-height: 1.4;
            color: white;
            margin-bottom: 24px;
            position: relative;
            z-index: 1;
        }
        .xagrose-isolated .moment-quote strong {
            font-style: normal;
            font-weight: 700;
            color: var(--accent-2);
        }
        .xagrose-isolated .moment-context {
            font-family: var(--mono);
            font-size: 11px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.4);
        }</p>
<p>        /* pricing approach */
        .xagrose-isolated .approach-section { background: var(--surface); }
        .xagrose-isolated .approach-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
            margin-top: 48px;
        }
        .xagrose-isolated .approach-card {
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 28px 24px;
            position: relative;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .xagrose-isolated .approach-card.featured {
            background: var(--accent);
            border-color: var(--accent);
            color: white;
        }
        .xagrose-isolated .approach-badge {
            position: absolute;
            top: -12px;
            right: 20px;
            background: var(--accent-2);
            color: var(--ink);
            font-family: var(--mono);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            padding: 4px 10px;
            border-radius: 20px;
        }
        .xagrose-isolated .approach-title {
            font-family: var(--serif);
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 6px;
            color: var(--ink);
        }
        .xagrose-isolated .approach-card.featured .approach-title { color: white; }
        .xagrose-isolated .approach-price {
            font-family: var(--mono);
            font-size: 13px;
            color: var(--muted);
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }
        .xagrose-isolated .approach-card.featured .approach-price {
            color: rgba(255,255,255,0.6);
            border-bottom-color: rgba(255,255,255,0.15);
        }
        .xagrose-isolated .approach-desc {
            font-size: 14px;
            font-weight: 300;
            color: var(--muted);
            line-height: 1.6;
            margin-bottom: 24px;
        }
        .xagrose-isolated .approach-card.featured .approach-desc { color: rgba(255,255,255,0.75); }
        .xagrose-isolated .approach-features {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .xagrose-isolated .approach-features li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 13px;
            color: var(--ink-soft);
        }
        .xagrose-isolated .approach-card.featured .approach-features li { color: rgba(255,255,255,0.85); }
        .xagrose-isolated .approach-features li::before {
            content: '→';
            color: var(--accent);
            font-family: var(--mono);
            font-size: 12px;
            flex-shrink: 0;
        }</p>
<p>        /* cta section */
        .xagrose-isolated .cta-section {
            background: var(--accent);
            padding: 60px 24px;
            position: relative;
            overflow: hidden;
        }
        .xagrose-isolated .cta-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
            background-size: 32px 32px;
        }
        .xagrose-isolated .cta-inner {
            max-width: 720px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        .xagrose-isolated .cta-label {
            font-family: var(--mono);
            font-size: 11px;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.55);
            margin-bottom: 20px;
        }
        .xagrose-isolated .cta-headline {
            font-family: var(--serif);
            font-size: clamp(32px, 7vw, 60px);
            font-weight: 900;
            line-height: 1.1;
            letter-spacing: -0.03em;
            color: white;
            margin-bottom: 20px;
        }
        .xagrose-isolated .cta-headline em {
            font-style: italic;
            font-weight: 300;
            color: var(--accent-2);
        }
        .xagrose-isolated .cta-sub {
            font-size: 17px;
            font-weight: 300;
            color: rgba(255,255,255,0.7);
            margin-bottom: 32px;
        }
        .xagrose-isolated .cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 12px;
            margin-bottom: 28px;
        }
        .xagrose-isolated .cta-buttons .btn {
            justify-content: center;
            white-space: normal;
        }
        .xagrose-isolated .cta-meta {
            font-family: var(--mono);
            font-size: 12px;
            color: rgba(255,255,255,0.45);
        }</p>
<p>        /* tablet and desktop overrides */
        @media (min-width: 640px) {
            .xagrose-isolated .hero-actions {
                flex-direction: row;
                align-items: center;
            }
            .xagrose-isolated .hero-actions .btn {
                white-space: nowrap;
            }
            .xagrose-isolated .cta-buttons {
                flex-direction: row;
                justify-content: center;
            }
            .xagrose-isolated .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .xagrose-isolated .approach-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }</p>
<p>        @media (min-width: 1024px) {
            .xagrose-isolated .hero-inner {
                grid-template-columns: 1fr 420px;
                gap: 64px;
                padding: 60px 40px 80px;
            }
            .xagrose-isolated .problem-inner {
                grid-template-columns: 1fr 1fr;
                gap: 80px;
            }
            .xagrose-isolated .moment-inner {
                grid-template-columns: 1fr 480px;
                gap: 80px;
            }
            .xagrose-isolated .features-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .xagrose-isolated .approach-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .xagrose-isolated .section,
            .xagrose-isolated .problem-section,
            .xagrose-isolated .moment-section,
            .xagrose-isolated .cta-section {
                padding: 100px 40px;
            }
        }
    </style>
<p>    <!-- HERO SECTION (mobile-first) --></p>
<section class="hero">
<div class="hero-bg">
<div class="hero-blob hero-blob-1"></div>
<div class="hero-blob hero-blob-2"></div>
</p></div>
<div class="hero-inner">
<div class="hero-content">
<div class="hero-eyebrow reveal">Integration Migration Specialists</div>
<h1 class="hero-headline reveal reveal-delay-1">Stop <em>overpaying</em><br />for integration.<br />Start owning it.</h1>
<p class="hero-sub reveal reveal-delay-2">Many organisations that adopted MuleSoft are now facing a difficult question: is the ROI still there? Xagrose helps you answer that — and act on it.</p>
<div class="hero-actions reveal reveal-delay-3">
                    <a href="#calculator" class="btn btn-primary btn-large"><br />
                        <svg viewBox="0 0 24 24"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9"/></svg><br />
                        Calculate My Savings<br />
                    </a><br />
                    <a href="#solution" class="btn btn-ghost btn-large">How It Works</a>
                </div>
<div class="hero-trust reveal reveal-delay-4">
<div class="trust-dots">
<div class="trust-dot"></div>
<div class="trust-dot"></div>
<div class="trust-dot"></div>
</div>
<p>                    London, UK · Integration Specialists · Enterprise Grade
                </p></div>
</p></div>
<div class="hero-aside reveal reveal-delay-2">
<div class="stat-card green">
<div class="stat-label">Avg. Annual Saving</div>
<div class="stat-value">64%</div>
<div class="stat-desc">reduction in annual integration platform costs after migration</div>
</div>
<div class="stat-row">
<div class="stat-card red">
<div class="stat-label">MuleSoft vCore</div>
<div class="stat-value">$25k</div>
<div class="stat-desc">per core, per year — before negotiation</div>
</div>
<div class="stat-card lime">
<div class="stat-label">Typical 3Y ROI</div>
<div class="stat-value">2.4×</div>
<div class="stat-desc">return on migration investment</div>
</div></div>
</p></div>
</p></div>
</section>
<p>    <!-- PROBLEM SECTION --></p>
<section class="problem-section" id="problem">
<div class="problem-inner">
<div class="reveal">
<div class="section-label">The Problem</div>
<h2 class="section-headline">MuleSoft made sense.<br />Then <em>the bill arrived.</em></h2>
<p class="section-body">After two or three years, the licensing costs that once seemed justified start to feel like a ceiling on your integration strategy. vCore costs compound. Renewal negotiations get harder. And the business is left asking why seamless integration has to cost this much.</p>
<div class="problem-quote">&#8220;Can we do this better, for less, without starting over?&#8221;<cite>— The question every integration team eventually asks</cite></div>
</div>
<div class="problem-costs reveal reveal-delay-2">
<div class="cost-item">
<div class="cost-icon">📈</div>
<div>
<div class="cost-title">Compounding licence costs</div>
<div class="cost-desc">vCore pricing scales against you as your integration footprint grows. Every new connection increases the burden.</div>
</div>
</div>
<div class="cost-item">
<div class="cost-icon">🔒</div>
<div>
<div class="cost-title">Vendor lock-in</div>
<div class="cost-desc">Proprietary runtimes mean you&#8217;re negotiating from a weak position. Renewal leverage is firmly with MuleSoft.</div>
</div>
</div>
<div class="cost-item">
<div class="cost-icon">⚙️</div>
<div>
<div class="cost-title">Inflexible deployment</div>
<div class="cost-desc">vCore-licensed models don&#8217;t align with modern container and Kubernetes infrastructure. You&#8217;re paying for yesterday&#8217;s architecture.</div>
</div>
</div>
<div class="cost-item">
<div class="cost-icon">❓</div>
<div>
<div class="cost-title">Eroding ROI justification</div>
<div class="cost-desc">The original business case for MuleSoft rarely anticipated today&#8217;s cost levels. The numbers no longer add up.</div>
</div>
</div></div>
</p></div>
</section>
<p>    <!-- SOLUTION / FEATURES --></p>
<section class="section features-section" id="solution">
<div class="section-inner">
<div class="reveal">
<div class="section-label">Our Approach</div>
<h2 class="section-headline">The <em>de facto</em> partner<br />for integration migration.</h2>
</div>
<p class="section-body reveal reveal-delay-1">We&#8217;ve made integration migration a repeatable, proven process — not a risky one-off project. We don&#8217;t just migrate your integrations. We modernise them. And we run them for you on a cost model that finally makes sense.</p>
<div class="features-grid">
<div class="feature-card reveal">
<div class="feature-number">01</div>
<div class="feature-icon">🏭</div>
<div class="feature-title">Migration Factory</div>
<div class="feature-desc">Automated route conversion that dramatically reduces the time and cost of moving from MuleSoft to Apache Camel. Repeatable. Reliable. Fast.</div>
<p><span class="feature-tag">Automated</span></div>
<div class="feature-card reveal">
<div class="feature-number">02</div>
<div class="feature-icon">🖥️</div>
<div class="feature-title">Managed Runtime</div>
<div class="feature-desc">We run and monitor your integration layer so your team doesn&#8217;t have to. SLA-backed, always on, with full observability and alerting.</div>
<p><span class="feature-tag">SLA-backed</span></div>
<div class="feature-card reveal">
<div class="feature-number">03</div>
<div class="feature-icon">💰</div>
<div class="feature-title">Cost Transparency</div>
<div class="feature-desc">Fixed annual pricing, per-route models, or shared savings — structured around your budget, not ours. No surprises at renewal.</div>
<p><span class="feature-tag">Predictable</span></div>
<div class="feature-card reveal">
<div class="feature-number">04</div>
<div class="feature-icon">🤖</div>
<div class="feature-title">AI-Assisted Optimisation</div>
<div class="feature-desc">Routes don&#8217;t just move. They improve. Our tooling identifies performance and efficiency gains as part of the migration process.</div>
<p><span class="feature-tag">AI-powered</span></div>
<div class="feature-card reveal">
<div class="feature-number">05</div>
<div class="feature-icon">📊</div>
<div class="feature-title">Cost Dashboard</div>
<div class="feature-desc">Real-time visibility into your integration costs, performance and SLA adherence. Designed for CIOs who need answers, not spreadsheets.</div>
<p><span class="feature-tag">Real-time</span></div>
<div class="feature-card reveal">
<div class="feature-number">06</div>
<div class="feature-icon">🔓</div>
<div class="feature-title">No Lock-In</div>
<div class="feature-desc">Apache Camel is open. Your integrations stay yours. You&#8217;re never captive to a vendor again — that&#8217;s the point.</div>
<p><span class="feature-tag">Open source</span></div>
</p></div>
</p></div>
</section>
<p>    <!-- MOMENT SECTION --></p>
<section class="moment-section">
<div class="moment-inner">
<div class="reveal">
<div class="section-label" style="color:var(--accent)"><span style="background:var(--accent);display:inline-block;width:24px;height:2px;"></span>The Moment Teams Call Us</div>
<h2 class="section-headline" style="margin-top:16px;">Organisations choose Xagrose when the MuleSoft question gets <em>uncomfortable.</em></h2>
<p class="section-body" style="margin-top:16px;">The conversation usually starts the same way. A renewal is coming up, someone runs the numbers, and the room goes quiet. That&#8217;s when teams call us.</p>
<div class="moment-timeline" style="margin-top:40px;">
<div class="timeline-item">
<div class="timeline-dot">1</div>
<div>
<div class="timeline-title">The renewal lands on the desk</div>
<div class="timeline-desc">Another year of vCore costs, another negotiation, another justification to the board.</div>
</div>
</div>
<div class="timeline-item active">
<div class="timeline-dot">2</div>
<div>
<div class="timeline-title">Someone runs the numbers</div>
<div class="timeline-desc">$25k per vCore, multiplied by your estate, multiplied by three years. The room goes quiet.</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot">3</div>
<div>
<div class="timeline-title">Xagrose builds the business case</div>
<div class="timeline-desc">We quantify the savings, design the migration plan, and give leadership a clear picture.</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot">4</div>
<div>
<div class="timeline-title">Migration. Modernisation. Savings.</div>
<div class="timeline-desc">A platform that costs less, performs better, and belongs to you.</div>
</div>
</div>
</div>
</div>
<div class="reveal reveal-delay-2">
<div class="moment-card">
<div class="moment-quote">&#8220;We help you build the business case, run the migration, and hand back a platform that <strong>costs less and delivers more.</strong>&#8220;</div>
<div class="moment-context">Xagrose · Integration Modernisation</div>
</div>
</div>
</div>
</section>
<p>    <!-- PRICING MODELS --></p>
<section class="section approach-section" id="pricing">
<div class="section-inner">
<div class="reveal">
<div class="section-label">Pricing</div>
<h2 class="section-headline">A model built around<br /><em>your</em> budget.</h2>
</div>
<p class="section-body reveal reveal-delay-1">Three commercial structures, designed for different organisations at different stages. All include migration, managed runtime, monitoring and SLA support.</p>
<div class="approach-grid">
<div class="approach-card reveal">
<div class="approach-title">Fixed Annual</div>
<div class="approach-price">£40k – £80k / year · Best for mid-market</div>
<div class="approach-desc">Predictable annual fee covering your full managed integration service. No surprises, no usage-based billing. Ideal for organisations that need budget certainty.</div>
<ul class="approach-features">
<li>Managed runtime + monitoring</li>
<li>Upgrades &#038; maintenance included</li>
<li>SLA-backed support</li>
<li>Fixed cost regardless of volume</li>
</ul>
</div>
<div class="approach-card featured reveal">
<div class="approach-badge">Most Popular</div>
<div class="approach-title">Per Integration Route</div>
<div class="approach-price">From £500 / route / month · Scales with you</div>
<div class="approach-desc">Pay for what you use. Starts at £3k/month minimum, scales proportionally as your integration estate grows. Transparent, auditable, and fair.</div>
<ul class="approach-features">
<li>Route-level cost visibility</li>
<li>Scales with your business</li>
<li>Minimum commitment applies</li>
<li>Full managed service included</li>
</ul>
</div>
<div class="approach-card reveal">
<div class="approach-title">Shared Savings</div>
<div class="approach-price">30% of year-1 savings · Fully ROI-aligned</div>
<div class="approach-desc">We take a share of what you save in year one. Zero upfront risk. Our incentives are completely aligned with yours — we only earn when you save.</div>
<ul class="approach-features">
<li>No upfront fee</li>
<li>ROI-led commercial model</li>
<li>Full savings transparency</li>
<li>Strongest alignment of interests</li>
</ul>
</div></div>
</p></div>
</section>
<p>    <!-- FINAL CTA SECTION --></p>
<section class="cta-section" id="calculator">
<div class="cta-inner">
<div class="cta-label reveal">Free · Takes 2 minutes · No commitment</div>
<h2 class="cta-headline reveal reveal-delay-1">Find out what you<br />could <em>save.</em></h2>
<p class="cta-sub reveal reveal-delay-2">Use our free ROI calculator to see your three-year savings — then speak to one of our integration specialists about making it a reality.</p>
<div class="cta-buttons reveal reveal-delay-3"><a href="mulesoft-camel-roi-calculator.html" class="btn btn-white btn-large"><svg viewBox="0 0 24 24" style="width:18px;height:18px;fill:var(--accent)"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9"/></svg>Calculate My Savings →</a><a href="https://www.xagrose.com/contacts/" class="btn btn-outline-white btn-large" target="_blank" rel="noopener">Talk to an Expert</a></div>
<p class="cta-meta reveal reveal-delay-4">Based in London · Trusted by integration teams across the UK and beyond</p>
</div>
</section>
<p>    <script>
        (function() {
            const container = document.querySelector('.xagrose-isolated');
            if (container) {
                const observer = new IntersectionObserver((entries) => {
                    entries.forEach(entry => {
                        if (entry.isIntersecting) {
                            entry.target.classList.add('visible');
                        }
                    });
                }, { threshold: 0.12 });
                const reveals = container.querySelectorAll('.reveal');
                reveals.forEach(el => observer.observe(el));
                const cards = container.querySelectorAll('.features-grid .feature-card');
                cards.forEach((card, idx) => {
                    card.style.transitionDelay = (idx * 0.08) + 's';
                    observer.observe(card);
                });
            }
        })();
    </script>
</div>
<p>&#8220;`</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6815</post-id>	</item>
		<item>
		<title>Chatbot Development</title>
		<link>https://www.xagrose.com/cherry-services/chatbot-development/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 02 Dec 2021 13:12:55 +0000</pubDate>
				<guid isPermaLink="false">https://www.xagrose.com/?post_type=cherry-services&#038;p=6678</guid>

					<description><![CDATA[Chatbots are becoming more and more popular for businesses. Many businesses have realised the benefit of utilising Chatbots to reduce the load on frontline service people. Using chatbots, customers could access the basic information quicker without requiring to wait long for the next customer service agent become available. Implementing a chatbot can be challenging within &#8230;]]></description>
										<content:encoded><![CDATA[<p>Chatbots are becoming more and more popular for businesses. Many businesses have realised the benefit of utilising Chatbots to reduce the load on frontline service people. Using chatbots, customers could access the basic information quicker without requiring to wait long for the next customer service agent become available. </p>
<p>Implementing a chatbot can be challenging within Xagrose, we have extensive experience of working with Call centres and Operational team to identify their customer service requirements and taking steps with Chatbots dialogue flows to address the business requirements. We have worked with Retail, Public Sector along with Healthcare services to implement best of bread chatbots. </p>
<p>What makes our approach different from ready-made framework, we work with you to understand your requirements, so that&#8217;s the reason we have successfully delivered 20% to 43% enhanced operational efficiency to our customers.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6678</post-id>	</item>
		<item>
		<title>On-Demand Services</title>
		<link>https://www.xagrose.com/cherry-services/on-demand-professional-services/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 17:12:05 +0000</pubDate>
				<guid isPermaLink="false">https://www.xagrose.com/?post_type=cherry-services&#038;p=6562</guid>

					<description><![CDATA[There comes a time when resources are no doubt stretched, there may be a capability gap, perhaps a need to turn around work quickly, research may be required on a particular technology or platform,  a project needs planning, resources allocated, communications created,, budget reconciled, or even a business case needs developing; we all feel pressure &#8230;]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="6562" class="elementor elementor-6562">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-bb81a6b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bb81a6b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-503a5ee" data-id="503a5ee" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-df25d4c elementor-widget elementor-widget-image" data-id="df25d4c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img decoding="async" width="750" height="300" src="https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB.png" class="attachment-large size-large wp-image-6626" alt="On Demand Professional Services" loading="lazy" srcset="https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB.png 750w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB-600x240.png 600w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB-300x120.png 300w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB-560x224.png 560w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-On-Demand-LB-400x160.png 400w" sizes="(max-width: 750px) 100vw, 750px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-8f5475e elementor-widget elementor-widget-text-editor" data-id="8f5475e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 11pt 0pt 0pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">There comes a time when resources are no doubt stretched, there may be a capability gap, perhaps a need to turn around work quickly, research may be required on a particular technology or platform,  a project needs planning, resources allocated, communications created,, budget reconciled, or even a business case needs developing; we all feel pressure at some time.</span></p>

<h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 14pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">OVERVIEW</span></h3>
<p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">When you have a small gap that needs to be filled where there’s little appetite for a 3 month engagement. The Xagrose team can relieve some of that pressure by offering world class bite-sized Professional Services on a day-by-day basis, when it’s complete, our engagement is complete. No onerous notice periods, no mis-match of personnel, access to subject matter experts, available with one phone call.</span></p>

<h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">THE XAGROSE APPROACH</span></h3>
<p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 14pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The Xagrose team has many years delivering complex projects and running PMO’s large and small, across a range of industries. We have a deep vein of technical expertise, and the team has led large </span><span style="font-size: 12pt; font-family: Roboto, sans-serif; color: #4c4c4d; background-color: transparent; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"><b>business transformation projects</b></span><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> and programmes, across Banking, Government, Education , Insurance, Finance and Media, to name but a few sectors.</span></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1a2e67f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1a2e67f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1954319" data-id="1954319" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-f18dfa1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f18dfa1" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
					<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-372601c elementor-widget elementor-widget-spacer" data-id="372601c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a0698a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a0698a5" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d0c84c" data-id="4d0c84c" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-2d2b5bd elementor-widget elementor-widget-text-editor" data-id="2d2b5bd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<h3><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">PROJECT SERVICES</span></h3><ul><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Build your Business Case</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Develop an Request for Proposal (RFP)</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Review a Proposal</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Mobilise your Project</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Provide a PM cover</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Recover your Project</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Co-ordinate, categorise and prioritise your Project or Portfolios</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Develop you Communication Plan</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Develop a system of comparison score-cards</li></ul><h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 14pt; margin-bottom: 14pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Technical Services</span></h3><ul style="margin-top: 0; margin-bottom: 0;"><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Advise on Integration Technologies including microservices strategies and ESB Platforms which best suits your business</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Design <span style="white-space: pre-wrap;">an Integration Blueprint bringing legacy and cloud-based solutions together</span></li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;"><span style="white-space: pre-wrap;">Develop </span>Integration API’s across<ul style="margin-top: 0; margin-bottom: 0;"><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Mulesoft ,</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">JBoss Fuse</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">SpringBoot</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Dell Boomi</li></ul></li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Strategic Integration Partner for your MuleSoft implementation and deployment</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Devise and enhance the security of your Integration implementation based on PCI and EHR</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Provide guidance on Content Systems. E-commerce, Sales systems</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;"><span style="background-color: transparent; font-size: 12pt; white-space: pre-wrap; letter-spacing: 0em;">Advise on Pivotal Cloud Foundary adoption and deployment across you business</span></li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;"><span style="background-color: transparent; font-size: 12pt; white-space: pre-wrap; letter-spacing: 0em;">EDI advice and guidance</span></li></ul><h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 14pt; margin-bottom: 14pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Cloud Services and DevOps</span></h3><ul style="margin-top: 0; margin-bottom: 0;"><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">On-premise to the Cloud Discovery to best suit your needs</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Azure/AWS Capacity Planning to ensure scalability</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Azure/AWS Migration smoothly, removing on-premise services</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">DevOps Support and Training to optimise your support operation</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto, sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;"><span style="white-space: pre-wrap;">Security </span>review and hardening, ensuring a safe environment<span style="white-space: pre;"><br /></span></li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto, sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;"><span style="white-space: pre-wrap;">G-Suite Migration, reducing </span>internal licensing costs</li></ul><h3><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">SUPPORT SERVICES</span></h3><ul style="margin-top: 0; margin-bottom: 0;"><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Deliver <span style="white-space: pre-wrap;">cut-over processes, when your ready to go-live</span></li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;"><span style="white-space: pre-wrap;">Delivery of training </span>programmes to ensure optimal take-up on new systems</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Provide Go-Live Blue Prints &amp; Bring your new systems into BAU</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Develop BCP that are effective and simple to follow</li><li dir="ltr" style="list-style-type: disc; font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre;">Develop and Design Remote Working strategies including WFH protocols and services, ensuring the well-being of staff</li></ul>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-df760e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="df760e1" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b7ef96f" data-id="b7ef96f" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-f30b44a elementor-widget elementor-widget-text-editor" data-id="f30b44a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Xagrose, helps you build on top of our experience, and provides you with on-demand expertise to deliver value for money services effectively and efficiently.</span></p><p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">THE XAGROSE PROMISE</span></p><p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">The Xagrose team thrives on collaboration, builds on extensive experience across a range of industries, providing you with the confidence that we can deliver the service requested at a price that can’t be beaten.</span></p><p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 14pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Why not contact us today, and set up a call for access to our expert team, to see how we can help.</span></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-187357a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="187357a" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ababc13" data-id="ababc13" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-45f4378 elementor-widget elementor-widget-spacer" data-id="45f4378" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a98afc2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a98afc2" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f928291" data-id="f928291" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-3f1ae03 elementor-align-center elementor-widget elementor-widget-button" data-id="3f1ae03" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="http://./contacts" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Contact US</span>
		</span>
					</a>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
		]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6562</post-id>	</item>
		<item>
		<title>PMO Managed Service</title>
		<link>https://www.xagrose.com/cherry-services/pmo-managed-service/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 24 Apr 2020 14:21:56 +0000</pubDate>
				<guid isPermaLink="false">https://www.xagrose.com/?post_type=cherry-services&#038;p=6395</guid>

					<description><![CDATA[An effective PMO service is the key to the success of your business. When the business grows there will be a growing demand for project management services. At Xagrose we will align this for you at the peak of your workload all the way to meet your growth. We like to grow with your business! &#8230;]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="6395" class="elementor elementor-6395">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-75c42477 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="75c42477" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16475b4a" data-id="16475b4a" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-abe1bc7 elementor-widget elementor-widget-image" data-id="abe1bc7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img decoding="async" width="750" height="300" src="https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB.png" class="attachment-large size-large wp-image-6627" alt="PMO Managed Services" loading="lazy" srcset="https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB.png 750w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB-600x240.png 600w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB-300x120.png 300w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB-560x224.png 560w, https://www.xagrose.com/wp-content/uploads/2020/06/Xagrose-PMO-Manged-Service-LB-400x160.png 400w" sizes="(max-width: 750px) 100vw, 750px" />														</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1ea151a9 elementor-widget elementor-widget-text-editor" data-id="1ea151a9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 11pt 0pt 0pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;"> <span style="font-size: 12pt; letter-spacing: 0em;">An effective PMO service is the key to the success of your business. When the business grows there will be a growing demand for project management services. At Xagrose we will align this for you at the peak of your workload all the way to meet your growth. We like to grow with your business!</span></span></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a480c90 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a480c90" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-efae776" data-id="efae776" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
								</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6155671 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6155671" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6397fbd" data-id="6397fbd" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-405f199 elementor-widget elementor-widget-text-editor" data-id="405f199" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Subscription Options</span></h3>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-e9644b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e9644b0" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f5aee39" data-id="f5aee39" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-da089df elementor-widget elementor-widget-text-editor" data-id="da089df" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-dc05428 elementor-widget elementor-widget-image" data-id="dc05428" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
								<div class="elementor-image">
												<img decoding="async" width="708" height="562" src="https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price.png" class="attachment-large size-large wp-image-6418" alt="Xagrose PMO Managed Services Packages" loading="lazy" srcset="https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price.png 708w, https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price-600x476.png 600w, https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price-300x238.png 300w, https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price-560x445.png 560w, https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price-400x318.png 400w, https://www.xagrose.com/wp-content/uploads/2020/04/xagrose-PMO-no-price-378x300.png 378w" sizes="(max-width: 708px) 100vw, 708px" />														</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f249651 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f249651" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11c7e91" data-id="11c7e91" data-element_type="column">
			<div class="elementor-column-wrap">
							<div class="elementor-widget-wrap">
								</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-f328991 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f328991" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8842413" data-id="8842413" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-f3278b3 elementor-widget elementor-widget-text-editor" data-id="f3278b3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<h3 dir="ltr" style="line-height: 1.7999999999999998; background-color: #ffffff; margin-top: 0pt; margin-bottom: 0pt; padding: 0pt 0pt 14pt 0pt;"><span style="font-size: 12pt; font-family: Roboto,sans-serif; color: #4c4c4d; background-color: transparent; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline; white-space: pre-wrap;">Methodologies</span></h3>



Whether you are a Prince 2, Waterfall, Scrum, Agile, Kanban, PMBok, Lean or a blended organisation going through a Digital Transformation, Product Development, Organisational Change, there is a demand for visibility in clear and concise terms. The Xagrose team has over 30 years delivering world class results, across industries, time-zones and cultures, and we want you to build upon this talent in a cost-effective manner, allowing you to redeploy existing PMO resources to more productive, value-led tasks.

Our PMO Managed Service delivers this out of the box, allowing you to focus on what you do best, while we do what we do best, in providing value for money, with expert resources.					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-1ad08c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1ad08c6" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a70b7f6" data-id="a70b7f6" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-185898c elementor-widget elementor-widget-spacer" data-id="185898c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b81abe6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b81abe6" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e95919" data-id="2e95919" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-db166ee elementor-widget elementor-widget-spacer" data-id="db166ee" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-eaac693 elementor-widget elementor-widget-heading" data-id="eaac693" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><span style="font-weight:normal;"><span style="font-size: 11pt; font-family: Arial; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; vertical-align: baseline;">PMO SUPPORT SERVICES</span></span></h2>		</div>
				</div>
				<div class="elementor-element elementor-element-1faa38c elementor-widget elementor-widget-spacer" data-id="1faa38c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-12fc15d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="12fc15d" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a951a48" data-id="a951a48" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-9ccfc53 elementor-align-center elementor-widget elementor-widget-button" data-id="9ccfc53" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://www.xagrose.com/pmo-setup/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">PMo Setup</span>
		</span>
					</a>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a874d3f" data-id="a874d3f" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-3c750c1 elementor-align-center elementor-widget elementor-widget-button" data-id="3c750c1" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="https://www.xagrose.com/pmo-health-check/" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">PMO Health Check</span>
		</span>
					</a>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-79c3496 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="79c3496" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8c85377" data-id="8c85377" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-768e696 elementor-widget elementor-widget-spacer" data-id="768e696" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7352f51 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7352f51" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7f976ce" data-id="7f976ce" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-723e54e elementor-align-center elementor-widget elementor-widget-button" data-id="723e54e" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a href="http://./contacts" class="elementor-button-link elementor-button elementor-size-sm" role="button">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Contact us</span>
		</span>
					</a>
		</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
		]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6395</post-id>	</item>
		<item>
		<title>Integration</title>
		<link>https://www.xagrose.com/cherry-services/integration/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 12 Apr 2017 12:27:18 +0000</pubDate>
				<guid isPermaLink="false">http://ld-wp.template-help.com/wordpress_prod-13290-sample/?post_type=cherry-services&#038;p=1365</guid>

					<description><![CDATA[These days, most of projects involved with the Digital Transformation projects has an element of Integration. We have identified these projects requiring integration work: ERP implementation : regardless it is a new greenfield project or migration from existing ERP system to a cloud-based project. You need integration in place to ensure business continuity and a &#8230;]]></description>
										<content:encoded><![CDATA[<p>These days, most of projects involved with the Digital Transformation projects has an element of Integration. We have identified these projects requiring integration work:</p>
<ul>
<li><a href="https://www.xagrose.com/how-to-plan-your-end-to-end-integration-for-your-erp-implementation/">ERP implementation</a> : regardless it is a new greenfield project or migration from existing ERP system to a cloud-based project. You need integration in place to ensure business continuity and a smooth transition to your target architecture.</li>
<li>CRM Implementation: CRM implementation whether it is Dynamic CRM or Salesforce, require integration. So if you have one of those project planned, Let us give you an idea how it&#8217;s done.</li>
<li>Data Migration: When modernising and architecture, you will be asked how to move data across different systems and keeping it consistent.  We have experience of delivering data migration projects based on Talend.</li>
</ul>
<p>At Xagrose, the integration is our bread and butter. We are proud to be the delivery partner in some ambitious projects such as Bank of Ireland, Home Office, Unilever to name a few. We understand the integration challenges, so we are equipped with the right artillery to enable your business.</p>
<p>Our engagement could be in any of the following levels:</p>
<ul>
<li><strong>Inception Phase:</strong> we can work with internal business units and your architects to<br />
define the project scope including the High-Level design of integration<br />
requirements and get it signed off by your design authority team.</li>
<li><strong>Foundation Phase:</strong> after finalising the High-Level plan, we can help you to work out the<br />
Low-Level Design and align it with the development team.</li>
<li><strong>Delivery &amp; Hand-over Phase:</strong> through this phase, we work with your delivery team<br />
and development team to make sure project delivery is done up to the<br />
specifications defined in HLD and LDD. Our consultants are hands-on and<br />
they will help and lead your project delivery.</li>
<li><strong>Support Phase:</strong> this is the happy phase, the project is delivered but the business<br />
continuity is the most crucial aspect of the business</li>
</ul>
<p><!-- [if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG></o:AllowPNG>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif]--></p>
<p><!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves></w:TrackMoves>
<w:TrackFormatting></w:TrackFormatting>
<w:PunctuationKerning></w:PunctuationKerning>
<w:ValidateAgainstSchemas></w:ValidateAgainstSchemas>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF></w:DoNotPromoteQF>
<w:LidThemeOther>EN-GB</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:BreakWrappedTables></w:BreakWrappedTables>
<w:SnapToGridInCell></w:SnapToGridInCell>
<w:WrapTextWithPunct></w:WrapTextWithPunct>
<w:UseAsianBreakRules></w:UseAsianBreakRules>
<w:DontGrowAutofit></w:DontGrowAutofit>
<w:SplitPgBreakAndParaMark></w:SplitPgBreakAndParaMark>
<w:EnableOpenTypeKerning></w:EnableOpenTypeKerning>
<w:DontFlipMirrorIndents></w:DontFlipMirrorIndents>
<w:OverrideTableStyleHps></w:OverrideTableStyleHps>
</w:Compatibility>
<m:mathPr>
<m:mathFont m:val="Cambria Math"></m:mathFont>
<m:brkBin m:val="before"></m:brkBin>
<m:brkBinSub m:val="--"></m:brkBinSub>
<m:smallFrac m:val="off"></m:smallFrac>
<m:dispDef></m:dispDef>
<m:lMargin m:val="0"></m:lMargin>
<m:rMargin m:val="0"></m:rMargin>
<m:defJc m:val="centerGroup"></m:defJc>
<m:wrapIndent m:val="1440"></m:wrapIndent>
<m:intLim m:val="subSup"></m:intLim>
<m:naryLim m:val="undOvr"></m:naryLim>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!-- [if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false" DefSemiHidden="false" DefQFormat="false" DefPriority="99" LatentStyleCount="380">
<w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"></w:LsdException>
<w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 2"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 3"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 4"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 5"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 6"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 7"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 8"></w:LsdException>
<w:LsdException Locked="false" Priority="9" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="heading 9"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 6"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 7"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 8"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index 9"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 1"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 2"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 3"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 4"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 5"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 6"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 7"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 8"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" Name="toc 9"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Indent"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="header"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footer"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="index heading"></w:LsdException>
<w:LsdException Locked="false" Priority="35" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="caption"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of figures"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope address"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="envelope return"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="footnote reference"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation reference"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="line number"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="page number"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote reference"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="endnote text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="table of authorities"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="macro"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="toa heading"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Bullet 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Number 5"></w:LsdException>
<w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Closing"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Signature"></w:LsdException>
<w:LsdException Locked="false" Priority="1" SemiHidden="true" UnhideWhenUsed="true" Name="Default Paragraph Font"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="List Continue 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Message Header"></w:LsdException>
<w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Salutation"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Date"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text First Indent 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Heading"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Body Text Indent 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Block Text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Hyperlink"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="FollowedHyperlink"></w:LsdException>
<w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"></w:LsdException>
<w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Document Map"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Plain Text"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="E-mail Signature"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Top of Form"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Bottom of Form"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal (Web)"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Acronym"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Address"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Cite"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Code"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Definition"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Keyboard"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Preformatted"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Sample"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Typewriter"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="HTML Variable"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Normal Table"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="annotation subject"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="No List"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Outline List 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Simple 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Classic 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Colorful 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Columns 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 6"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 7"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Grid 8"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 6"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 7"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table List 8"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table 3D effects 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Contemporary"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Elegant"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Professional"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Subtle 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Web 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Balloon Text"></w:LsdException>
<w:LsdException Locked="false" Priority="39" Name="Table Grid"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Table Theme"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 2"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 3"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 4"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 5"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 6"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 7"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 8"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true" Name="Note Level 9"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"></w:LsdException>
<w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"></w:LsdException>
<w:LsdException Locked="false" SemiHidden="true" Name="Revision"></w:LsdException>
<w:LsdException Locked="false" Priority="34" QFormat="true" Name="List Paragraph"></w:LsdException>
<w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"></w:LsdException>
<w:LsdException Locked="false" Priority="30" QFormat="true" Name="Intense Quote"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="19" QFormat="true" Name="Subtle Emphasis"></w:LsdException>
<w:LsdException Locked="false" Priority="21" QFormat="true" Name="Intense Emphasis"></w:LsdException>
<w:LsdException Locked="false" Priority="31" QFormat="true" Name="Subtle Reference"></w:LsdException>
<w:LsdException Locked="false" Priority="32" QFormat="true" Name="Intense Reference"></w:LsdException>
<w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"></w:LsdException>
<w:LsdException Locked="false" Priority="37" SemiHidden="true" UnhideWhenUsed="true" Name="Bibliography"></w:LsdException>
<w:LsdException Locked="false" Priority="39" SemiHidden="true" UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"></w:LsdException>
<w:LsdException Locked="false" Priority="41" Name="Plain Table 1"></w:LsdException>
<w:LsdException Locked="false" Priority="42" Name="Plain Table 2"></w:LsdException>
<w:LsdException Locked="false" Priority="43" Name="Plain Table 3"></w:LsdException>
<w:LsdException Locked="false" Priority="44" Name="Plain Table 4"></w:LsdException>
<w:LsdException Locked="false" Priority="45" Name="Plain Table 5"></w:LsdException>
<w:LsdException Locked="false" Priority="40" Name="Grid Table Light"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 1"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 2"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 3"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 4"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 5"></w:LsdException>
<w:LsdException Locked="false" Priority="46" Name="List Table 1 Light Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful Accent 6"></w:LsdException>
<w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful Accent 6"></w:LsdException>
</w:LatentStyles>
</xml><![endif]--></p>
<p><!-- [if gte mso 10]>



<style>
 /* Style Definitions */<br />table.MsoNormalTable<br />	{mso-style-name:"Table Normal";<br />	mso-tstyle-rowband-size:0;<br />	mso-tstyle-colband-size:0;<br />	mso-style-noshow:yes;<br />	mso-style-priority:99;<br />	mso-style-parent:"";<br />	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;<br />	mso-para-margin:0cm;<br />	mso-para-margin-bottom:.0001pt;<br />	mso-pagination:widow-orphan;<br />	font-size:12.0pt;<br />	font-family:Calibri;<br />	mso-ascii-font-family:Calibri;<br />	mso-ascii-theme-font:minor-latin;<br />	mso-hansi-font-family:Calibri;<br />	mso-hansi-theme-font:minor-latin;<br />	mso-fareast-language:EN-US;}<br /></style>

<![endif]--></p>
<p><!--StartFragment--></p>
<p><!--EndFragment--></p>
<p><a role="button" href="./contacts"><br />
Contact Us<br />
</a></p>
<p>We are a technology agnostic company and a true believer in Open Source technologies. More<br />
importantly, we have the first-hand experience of delivering Micro Services for various organisations using <a href="https://www.xagrose.com/moving-into-aws/">Amazon AWS</a>, CloudHub, RedShift and <a href="https://www.xagrose.com/api-platform-architecture-using-spring-boot/">Spring-boot</a> in different shapes and forms including Hybrid and On-Premises models.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1365</post-id>	</item>
		<item>
		<title>Big Data</title>
		<link>https://www.xagrose.com/cherry-services/big-data/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 12 Apr 2017 12:27:12 +0000</pubDate>
				<guid isPermaLink="false">http://ld-wp.template-help.com/wordpress_prod-13290-sample/?post_type=cherry-services&#038;p=1360</guid>

					<description><![CDATA[PLAN AND DETAILS Accessing Big Data Requirements   Setting Up Data Pipes   Setting Up Data Lake   Adding New Data Pipe for your project   POPULAR QUESTIONS Why do you need Big Data? What is the timeline for the project? Depending on the scale your project, it takes from a week to a 2-3 &#8230;]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="1360" class="elementor elementor-1360">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-wdybwxt elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="wdybwxt" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-zyqtdof" data-id="zyqtdof" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-fmozesh elementor-widget elementor-widget-text-editor" data-id="fmozesh" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-gkmxdou elementor-widget elementor-widget-spacer" data-id="gkmxdou" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-oskygrn elementor-widget elementor-widget-heading" data-id="oskygrn" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h4 class="elementor-heading-title elementor-size-default">PLAN AND DETAILS</h4>		</div>
				</div>
				<div class="elementor-element elementor-element-pvibuif elementor-widget elementor-widget-spacer" data-id="pvibuif" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-bzuxafg elementor-widget elementor-widget-text-editor" data-id="bzuxafg" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<table><tbody><tr><th>Accessing Big Data Requirements</th><td> </td></tr><tr><th>Setting Up Data Pipes</th><td><p> </p></td></tr><tr><th>Setting Up Data Lake</th><td><p> </p></td></tr><tr><th>Adding New Data Pipe for your project</th><td><p> </p></td></tr></tbody></table>					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-xtguqwb elementor-widget elementor-widget-heading" data-id="xtguqwb" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h4 class="elementor-heading-title elementor-size-default">POPULAR QUESTIONS</h4>		</div>
				</div>
				<div class="elementor-element elementor-element-aejuadq elementor-widget elementor-widget-spacer" data-id="aejuadq" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-cjotymx elementor-widget elementor-widget-toggle" data-id="cjotymx" data-element_type="widget" data-widget_type="toggle.default">
				<div class="elementor-widget-container">
					<div class="elementor-toggle" role="tablist">
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-121" class="elementor-tab-title" data-tab="1" role="tab" aria-controls="elementor-tab-content-121" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">Why do you need Big Data?</a>
					</div>

					<div id="elementor-tab-content-121" class="elementor-tab-content elementor-clearfix" data-tab="1" role="tabpanel" aria-labelledby="elementor-tab-title-121"></div>
				</div>
							<div class="elementor-toggle-item">
					<div id="elementor-tab-title-122" class="elementor-tab-title" data-tab="2" role="tab" aria-controls="elementor-tab-content-122" aria-expanded="false">
												<span class="elementor-toggle-icon elementor-toggle-icon-left" aria-hidden="true">
															<span class="elementor-toggle-icon-closed"><i class="fas fa-caret-right"></i></span>
								<span class="elementor-toggle-icon-opened"><i class="elementor-toggle-icon-opened fas fa-caret-up"></i></span>
													</span>
												<a href="" class="elementor-toggle-title">What is the timeline for the project?</a>
					</div>

					<div id="elementor-tab-content-122" class="elementor-tab-content elementor-clearfix" data-tab="2" role="tabpanel" aria-labelledby="elementor-tab-title-122"><p>Depending on the scale your project, it takes from a week to a 2-3 month to complete the Big Data project.</p></div>
				</div>
								</div>
				</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
		]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1360</post-id>	</item>
	</channel>
</rss>
