{"id":1750,"date":"2026-09-22T13:21:50","date_gmt":"2026-09-22T13:21:50","guid":{"rendered":"https:\/\/mitanz.com\/?p=1750"},"modified":"2026-09-22T13:27:40","modified_gmt":"2026-09-22T13:27:40","slug":"1750","status":"publish","type":"post","link":"https:\/\/mitanz.com\/?p=1750","title":{"rendered":"EDUCATION | OPPORTUNITY | IMPACT"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>MITANZ \u00d7 Australian Guild \u2014 Strategic Partnership<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&#038;family=IBM+Plex+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#132A42;\n    --ink-soft:#2C4260;\n    --ember:#DE6E24;\n    --ember-deep:#B8541A;\n    --gold:#B08B2E;\n    --paper:#F7F3EA;\n    --paper-dim:#EFE8D9;\n    --slate:#4B5361;\n    --line:#DCD2BA;\n    --white:#FFFDF9;\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'IBM Plex Sans', sans-serif;\n    font-size:16px;\n    line-height:1.6;\n  }\n  h1,h2,h3{\n    font-family:'Fraunces', serif;\n    margin:0;\n    font-weight:600;\n    letter-spacing:-0.01em;\n  }\n  .wrap{max-width:1080px; margin:0 auto; padding:0 32px;}\n  a{color:inherit;}\n\n  \/* ---------- MASTHEAD ---------- *\/\n  .masthead{\n    background:var(--ink);\n    color:var(--paper);\n    padding:22px 0;\n    border-bottom:3px solid var(--ember);\n  }\n  .masthead .wrap{\n    display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap;\n  }\n  .masthead .tag{\n    font-size:13px; letter-spacing:.04em; color:#C9B98A;\n  }\n  .masthead .doc-id{\n    font-size:13px; color:#8FA3BC; font-family:'IBM Plex Sans',sans-serif;\n  }\n\n  \/* ---------- HERO \/ SIGNATORY BAND ---------- *\/\n  .hero{\n    background:var(--ink);\n    color:var(--white);\n    position:relative;\n    overflow:hidden;\n  }\n  .hero .wrap{padding:72px 32px 0;}\n  .hero p.kicker{\n    font-size:15px;\n    color:#D9C68B;\n    margin:0 0 18px;\n    max-width:640px;\n  }\n  .hero h1{\n    font-size:clamp(34px, 5vw, 54px);\n    line-height:1.08;\n    max-width:820px;\n  }\n  .hero .lede{\n    margin-top:22px;\n    font-size:18px;\n    color:#CBD6E4;\n    max-width:600px;\n  }\n\n  .signatories{\n    display:grid;\n    grid-template-columns:1fr auto 1fr;\n    align-items:stretch;\n    margin-top:56px;\n    border-top:1px solid rgba(255,255,255,.14);\n  }\n  .sig-panel{\n    padding:34px 32px 40px;\n  }\n  .sig-panel.mitanz{\n    border-right:1px solid rgba(255,255,255,.14);\n  }\n  .sig-panel .role{\n    font-size:12.5px;\n    color:#9FB2C8;\n    margin-bottom:8px;\n  }\n  .sig-panel .name{\n    font-family:'Fraunces', serif;\n    font-size:24px;\n    font-weight:600;\n  }\n  .sig-panel .desc{\n    margin-top:10px;\n    font-size:14.5px;\n    color:#B9C6D6;\n    max-width:280px;\n  }\n  .sig-panel.guild .role{color:#E3CE97;}\n  .sig-panel.guild .desc{color:#D8C99A; opacity:.85;}\n\n  .seal{\n    width:1px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    position:relative;\n  }\n  .seal .medal{\n    width:64px; height:64px;\n    border-radius:50%;\n    background:radial-gradient(circle at 35% 30%, var(--ember) 0%, var(--ember-deep) 70%);\n    display:flex; align-items:center; justify-content:center;\n    color:var(--white);\n    font-family:'Fraunces', serif;\n    font-size:22px;\n    box-shadow:0 0 0 5px var(--ink), 0 0 0 6px rgba(255,255,255,.18);\n    position:absolute; top:-32px; left:50%; transform:translateX(-50%) rotate(0deg);\n    animation:seal-in .7s cubic-bezier(.2,.8,.2,1) both;\n  }\n  @keyframes seal-in{\n    from{transform:translateX(-50%) rotate(-16deg) scale(.7); opacity:0;}\n    to{transform:translateX(-50%) rotate(0deg) scale(1); opacity:1;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    .medal{animation:none !important;}\n  }\n\n  .facts{\n    background:var(--ember);\n    color:var(--white);\n  }\n  .facts .wrap{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    padding:0;\n  }\n  .fact{\n    padding:22px 32px;\n    border-right:1px solid rgba(255,255,255,.25);\n  }\n  .fact:last-child{border-right:none;}\n  .fact .label{\n    font-size:12.5px;\n    letter-spacing:.03em;\n    color:#FCE3CE;\n  }\n  .fact .value{\n    font-family:'Fraunces', serif;\n    font-size:20px;\n    font-weight:600;\n    margin-top:4px;\n  }\n\n  \/* ---------- SECTIONS ---------- *\/\n  section{padding:76px 0;}\n  .section-head{\n    display:grid;\n    grid-template-columns:220px 1fr;\n    gap:40px;\n    margin-bottom:36px;\n  }\n  .section-head .num{\n    font-family:'Fraunces', serif;\n    font-size:15px;\n    color:var(--gold);\n    border-bottom:1px solid var(--line);\n    padding-bottom:10px;\n  }\n  .section-head h2{\n    font-size:30px;\n    max-width:600px;\n  }\n  .section-body{\n    display:grid;\n    grid-template-columns:220px 1fr;\n    gap:40px;\n  }\n  .section-body .filler{}\n  .section-body .content{max-width:700px;}\n  .content p{color:var(--slate); font-size:16px;}\n\n  .scope-grid{\n    display:grid;\n    grid-template-columns:repeat(2, 1fr);\n    gap:1px;\n    background:var(--line);\n    border:1px solid var(--line);\n    margin-top:8px;\n  }\n  .scope-item{\n    background:var(--white);\n    padding:20px 22px;\n    font-size:15px;\n    color:var(--ink-soft);\n  }\n  .scope-item b{\n    display:block;\n    font-family:'Fraunces', serif;\n    font-size:16px;\n    color:var(--ink);\n    margin-bottom:4px;\n    font-weight:600;\n  }\n\n  .pillars{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:28px;\n    margin-top:8px;\n  }\n  .pillar{\n    border-left:3px solid var(--ember);\n    padding-left:20px;\n  }\n  .pillar.gold-border{border-left-color:var(--gold);}\n  .pillar h3{font-size:17px; margin-bottom:6px;}\n  .pillar p{margin:0; font-size:14.5px; color:var(--slate);}\n\n  .territory-strip{\n    display:flex;\n    gap:14px;\n    margin-top:22px;\n    flex-wrap:wrap;\n  }\n  .territory-strip span{\n    border:1px solid var(--line);\n    background:var(--white);\n    padding:8px 16px;\n    font-size:14px;\n    border-radius:2px;\n    color:var(--ink-soft);\n  }\n\n  .band-dark{\n    background:var(--ink);\n    color:var(--paper);\n  }\n  .band-dark .content p{color:#C6D1DE;}\n  .band-dark .section-head .num{color:var(--gold); border-bottom-color:rgba(255,255,255,.15);}\n  .band-dark .section-head h2{color:var(--white);}\n\n  .quote-block{\n    font-family:'Fraunces', serif;\n    font-size:22px;\n    line-height:1.5;\n    color:var(--white);\n    max-width:640px;\n    font-weight:500;\n  }\n  .quote-block cite{\n    display:block;\n    font-family:'IBM Plex Sans', sans-serif;\n    font-size:13.5px;\n    color:#9FB2C8;\n    margin-top:16px;\n    font-style:normal;\n  }\n\n  .governance-list{\n    list-style:none;\n    margin:8px 0 0;\n    padding:0;\n  }\n  .governance-list li{\n    padding:14px 0;\n    border-bottom:1px solid var(--line);\n    display:grid;\n    grid-template-columns:180px 1fr;\n    gap:16px;\n    font-size:15px;\n  }\n  .governance-list li span.k{color:var(--gold); font-size:13.5px;}\n  .governance-list li span.v{color:var(--ink-soft);}\n\n  footer{\n    background:var(--ink);\n    color:#9FB2C8;\n    padding:44px 0 34px;\n    font-size:13.5px;\n  }\n  footer .wrap{\n    display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap;\n    border-top:1px solid rgba(255,255,255,.14);\n    padding-top:24px;\n  }\n  footer .reps{display:flex; gap:48px; flex-wrap:wrap;}\n  footer .reps div b{display:block; color:var(--paper); font-family:'Fraunces',serif; font-weight:600; font-size:14.5px; margin-bottom:2px;}\n\n  @media (max-width: 720px){\n    .signatories{grid-template-columns:1fr;}\n    .sig-panel.mitanz{border-right:none; border-bottom:1px solid rgba(255,255,255,.14);}\n    .seal{display:none;}\n    .facts .wrap{grid-template-columns:1fr;}\n    .fact{border-right:none; border-bottom:1px solid rgba(255,255,255,.25);}\n    .section-head, .section-body{grid-template-columns:1fr;}\n    .scope-grid, .pillars{grid-template-columns:1fr;}\n    footer .wrap{flex-direction:column;}\n  }\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"masthead\">\n    <div class=\"wrap\">\n      <div class=\"tag\">STRATEGIC PARTNERSHIP<\/div>\n      <div class=\"doc-id\">Effective 20 September 2026 \u00b7 Sri Lanka<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero\">\n    <div class=\"wrap\">\n      <p class=\"kicker\">MITANZ NZ Ltd \u00d7 Australian Guild Pvt Ltd<\/p>\n      <h1>A new pathway for Sri Lankan students into international education.<\/h1>\n      <p class=\"lede\">MITANZ and Australian Guild have entered a long-term strategic partnership to open a trusted, locally-supported route into international education, technology training, and higher-education pathways for students in Sri Lanka.<\/p>\n    <\/div>\n\n    <div class=\"signatories\">\n      <div class=\"sig-panel mitanz\">\n        <div class=\"role\">New Zealand<\/div>\n        <div class=\"name\">MITANZ NZ Ltd<\/div>\n        <div class=\"desc\">International education, student recruitment, education technology, and digital learning services, including MITANZ360Edu.<\/div>\n      <\/div>\n      <div class=\"seal\"><div class=\"medal\">\u00d7<\/div><\/div>\n      <div class=\"sig-panel guild\">\n        <div class=\"role\">Sri Lanka<\/div>\n        <div class=\"name\">Australian Guild Pvt Ltd<\/div>\n        <div class=\"desc\">Local market presence, networks, and commercial relationships across international education and student support.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"facts\">\n    <div class=\"wrap\">\n      <div class=\"fact\">\n        <div class=\"label\">Effective Date<\/div>\n        <div class=\"value\">20 September 2026<\/div>\n      <\/div>\n      <div class=\"fact\">\n        <div class=\"label\">Appointment<\/div>\n        <div class=\"value\">Sole Strategic Representing Partner<\/div>\n      <\/div>\n      <div class=\"fact\">\n        <div class=\"label\">Territory<\/div>\n        <div class=\"value\">Sri Lanka<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <section id=\"purpose\">\n    <div class=\"wrap\">\n      <div class=\"section-head\">\n        <div class=\"num\">Why this partnership<\/div>\n        <h2>Building a structured, trusted route between Sri Lanka and international education.<\/h2>\n      <\/div>\n      <div class=\"section-body\">\n        <div class=\"filler\"><\/div>\n        <div class=\"content\">\n          <p>MITANZ has spent years developing relationships with education providers, higher-education institutions, and technology partners across New Zealand and beyond. Australian Guild brings established local reach, networks, and commercial relationships within Sri Lanka.<\/p>\n          <p>Together, the partnership is designed to give students and institutions in Sri Lanka a clear, accountable, and professionally represented path into international education \u2014 anchored by mutual respect, transparency, and shared responsibility for student outcomes.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"scope\" style=\"background:var(--paper-dim);\">\n    <div class=\"wrap\">\n      <div class=\"section-head\">\n        <div class=\"num\">Scope of collaboration<\/div>\n        <h2>What the partnership covers.<\/h2>\n      <\/div>\n      <div class=\"section-body\">\n        <div class=\"filler\"><\/div>\n        <div class=\"content\">\n          <p>Within Sri Lanka, Australian Guild acts as MITANZ&#8217;s authorised strategic representing partner, working under the MITANZ name across the following areas:<\/p>\n          <div class=\"scope-grid\">\n            <div class=\"scope-item\"><b>Student recruitment &amp; placement<\/b>International student recruitment and placement support.<\/div>\n            <div class=\"scope-item\"><b>Student support<\/b>Coordination and support directly connected to recruitment and placement.<\/div>\n            <div class=\"scope-item\"><b>Institutional development<\/b>Building and coordinating relationships with local institutions and partners.<\/div>\n            <div class=\"scope-item\"><b>Pathway development<\/b>Approved higher-education pathway and programme promotion.<\/div>\n            <div class=\"scope-item\"><b>MITANZ360Edu<\/b>Local expansion of MITANZ&#8217;s digital education services.<\/div>\n            <div class=\"scope-item\"><b>Training &amp; market development<\/b>Approved training initiatives and market-development activity.<\/div>\n          <\/div>\n          <div class=\"territory-strip\">\n            <span>Sri Lanka<\/span><span>New Zealand<\/span><span>Australia<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"band-dark\">\n    <div class=\"wrap\">\n      <div class=\"section-head\">\n        <div class=\"num\">How we work together<\/div>\n        <h2>Two independent partners, one shared standard.<\/h2>\n      <\/div>\n      <div class=\"section-body\">\n        <div class=\"filler\"><\/div>\n        <div class=\"content\">\n          <div class=\"pillars\">\n            <div class=\"pillar\">\n              <h3>Represented professionally<\/h3>\n              <p>Australian Guild represents MITANZ under the MITANZ name and approved branding for all activity within the agreed scope.<\/p>\n            <\/div>\n            <div class=\"pillar gold-border\">\n              <h3>Students come first<\/h3>\n              <p>Student information and interests are protected and used only for authorised, lawful purposes throughout the partnership.<\/p>\n            <\/div>\n            <div class=\"pillar\">\n              <h3>Independent businesses<\/h3>\n              <p>MITANZ and Australian Guild remain independent organisations, each retaining ownership and control of its own business.<\/p>\n            <\/div>\n            <div class=\"pillar gold-border\">\n              <h3>Built on transparency<\/h3>\n              <p>The relationship is governed by regular strategic review, open communication, and shared accountability for outcomes.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"quote-block\" style=\"margin-top:44px;\">\n            \u201cBoth parties intend to work together to create sustainable international education opportunities while protecting students, institutions, and the legitimate interests of each partner.\u201d\n            <cite>\u2014 Memorandum of Understanding, Partnership Statement<\/cite>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"governance\">\n    <div class=\"wrap\">\n      <div class=\"section-head\">\n        <div class=\"num\">Governance<\/div>\n        <h2>Keeping the partnership on track.<\/h2>\n      <\/div>\n      <div class=\"section-body\">\n        <div class=\"filler\"><\/div>\n        <div class=\"content\">\n          <ul class=\"governance-list\">\n            <li><span class=\"k\">Strategic review<\/span><span class=\"v\">Quarterly, or as mutually agreed by both partners<\/span><\/li>\n            <li><span class=\"k\">MITANZ representative<\/span><span class=\"v\">Dissanayaka \u2014 Director, Academic &amp; Digital Solutions (Asia Pacific)<\/span><\/li>\n            <li><span class=\"k\">Australian Guild representative<\/span><span class=\"v\">Vitharanage Dimuthu Nuwan Rodrigo \u2014 Managing Director<\/span><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer>\n    <div class=\"wrap\">\n      <div>\n        <b style=\"font-family:'Fraunces',serif; color:var(--paper); font-size:15px;\">MITANZ NZ Ltd \u00d7 Australian Guild Pvt Ltd<\/b><br>\n        Strategic Partnership \u00b7 Effective 20 September 2026 \u00b7 Territory: Sri Lanka\n      <\/div>\n      <div class=\"reps\">\n        <div><b>MITANZ NZ Ltd<\/b>New Zealand<\/div>\n        <div><b>Australian Guild Pvt Ltd<\/b>Sri Lanka<\/div>\n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>MITANZ \u00d7 Australian Guild \u2014 Strategic Partnership STRATEGIC PARTNERSHIP Effective 20 September 2026 \u00b7 Sri Lanka MITANZ NZ Ltd \u00d7 Australian Guild Pvt Ltd A new pathway for Sri Lankan students into international education. MITANZ and Australian Guild have entered a long-term strategic partnership to open a trusted, locally-supported route into international education, technology training, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1751,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,1],"tags":[],"class_list":["post-1750","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","category-recruitment"],"_links":{"self":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/posts\/1750","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1750"}],"version-history":[{"count":2,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/posts\/1750\/revisions"}],"predecessor-version":[{"id":1753,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/posts\/1750\/revisions\/1753"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=\/wp\/v2\/media\/1751"}],"wp:attachment":[{"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mitanz.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}