Inboxes List

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
 <head>
  <meta charset="utf-8"/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!--Use the latest (edge) version of IE rendering engine -->
  <title>
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!--[if mso]>
<style>
* {
font-family: 'Lato', Helvetica, Verdana, sans-serif; !important;
}
</style>
<![endif]-->
  <!--[if !mso]><!-->
  <link href="https://fonts.googleapis.com/css?family=Lato:300,400,900" rel="stylesheet"/>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <style>
   /*@import url('https://inboxflows.com/_/image/https%253A%252F%252Ffonts.googleapis.com%252Fcss%253Ffamily%253DLato%253A300%252C400%252C700%252C900/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZmb250cy5nb29nbCJ9:1kXMAi:jcFhJsyRAGAZo1GID5mTX3XebOqVgRqMuJdxA9V7Zyw');*/

/* What it does: Remove spaces around the email design added by some email clients. */
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
font-family: 'Lato', Helvetica, Verdana, sans-serif !important;
/*-webkit-font-smoothing: antialiased;*/
}

/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}

/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;

/*outline: 1px solid black;*/
}

/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode:bicubic;
}

/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],  /* iOS */
.x-gmail-data-detectors,    /* Gmail */
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}

/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}

/* What it does: Prevents underlining the button text in Windows 10 */
.button-link {
text-decoration: none !important;
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */

.footer1 {
float: left;
}

.footer2 {
float: right;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}

/* What it does: Forces Gmail app to display email full width */
/*u ~ div .email-container {
min-width: 100vw;
}*/

p {
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
  </style>
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style>
   /* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #595963 !important;
border-color: #595963 !important;
}



/* Media Queries */
@media screen and (max-width: 480px) {

.hide-on-mobile {
display: none !important;
}

.email-container .banner h2 {
padding: 0 !important;
text-align: center !important;
}


            .fullMobile {
                width: 100% !important; min-width: 100% !important;
            }


.banner h2 a {
text-align: center !important;
}

.banner img {
margin-left: auto !important;
margin-right: auto !important;
}

.banner .center-on-narrow {
padding-top: 25px !important;
padding-bottom: 25px !important;
}

.noPaddingSidesMobile {
padding-left: 0 !important;
padding-right: 0 !important;
}

.show-on-mobile {
display: block !important;
width:334px!important;
}

body, center, table.main  { 
background-color: #ffffff !important; 
}

.top {
padding-top: 10px !important;
}

.bottom {
margin-bottom: 30px !important;
}

.statRow p {
padding-bottom: 20px !important;
}

.statRow img { width: 100px !important; }

.mobile-head {
padding: 25px 0 20px 0 !important;
border-radius: 0 !important;
/*margin-bottom: 0 !important;*/
}

.divider td, .divider img {
/*max-width: */
min-height: 21px !important;
}

.divider .pin {
min-width: 48px !important;
}

.statHolder {
max-width: 100% !important;
}

.email-container h3.stat {
font-size: 60px !important;
/*text-align: left !important;*/
}

/*.mobile-head h1 { font-size: 25px !important; text-align: center;  }*/

.footer {
border-radius: 0 !important;
}

.footer1, .footer2 {
float: none !important;
}

.footer1 {
margin-bottom: 30px !important;
}

h1, h2, h3 { 
margin-block-start: 0em;
margin-block-end: 0em;
}

h1 {
font-size: 40px !important;
    line-height:50px!important;
    text-align:center!important;
}

/* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */
.fluid {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}

/* What it does: Forces table cells into full-width rows. */
.stack-column,
.stack-column-center {
display: block !important;
width: 100% !important;
max-width: 100% !important;
direction: ltr !important;
}
/* And center justify these ones. */
.stack-column-center {
text-align: center !important;
}

/* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
.center-on-narrow {
/*text-align: center !important;*/
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
padding-right: 20px !important;
padding-left: 20px !important;
}

.shadow {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}

table.center-on-narrow {
display: inline-block !important;
}


.articleHalf {
max-width: 100% !important;
width: 100% !important;
float: none !important;
/*padding-bottom: 50px;*/
}
/* What it does: Adjust typography on small screens to improve readability */

    
.mobileicon{
text-align: center!important;
}

.icondescription {
padding:0px!important;
}
.email-container p {
font-size: 20px !important;
line-height: 28px !important;
text-align: center !important;
}

.devicewidth {
width: 100% !important;
}

.email-container h2 {
font-size: 22px !important;
line-height: 27px !important;
/*padding: 23px 0 15px 0 !important;*/
/*text-align: center !important;*/
}

.email-container h3 {
font-size: 30px !important;
line-height:30px!important;
/*font-weight: 300 !important;*/
/*text-align: center !important;*/
}

.mob-header {
font-size: 34px !important;
text-align: center !important;
}

.mob-header h1 {
font-size: 34px !important;
/*padding-bottom: 20px !important;*/
}

.center {
/*text-align: center !important;*/
   /* max-width:100%!important;*/
    max-height:100%!important;
}

.footer .center {
padding: 0 20px;
}

.tcs {
background-color: #fff !important;
}

td.center {
padding-left: 0 !important;
padding-right: 0 !important; 
}

.mobp {
font-size: 11px !important;
}

.mobp p  {
font-size: 11px !important;
}

.nopad  {
padding: 0px 0px 20px 0px !important;
}
.wr {
display: block!important;
}
.w100pc {
width: 100%!important;
}
    .cta-width {
        width:0px!important;
    }
    
    .image-padding {
        padding-top:0px!important;
    }
    
    .icon_image {
        width:100%!important;
    }
    
    .dyk-image {
        width:100%!important;
    }
    
    .col { width:100%!important;}
    
    .block-grid, .col {
        min-width: 320px!important;
        max-width: 100%!important;
        display:block!important;
    }
    
    .button-container {
        text-align: center!important;
    }
}
  </style>
  <style>
   /* 3 equal-width columns Layout Pattern CSS */
@media only screen and (max-width: 599px) {

td .pattern table { 
max-width:100%!important;
}
td .pattern .col{
width: 1%;
}



}

@media only screen and (max-width: 500px) {

td .pattern .col {
width: 100%;
display: block;
}
td .pattern .col-left,
td .pattern .col-mid {
margin-bottom: 20px;
}

.col1 {
padding:0px 0px!important;

}

.image1 {
max-width:100%!important;
height:auto!important;
}

.recent-topics-padding {
padding:0px!important;
}
    
    .br-hide {
        display:none!important;
    }    
    
    .td-background {
        background-color: #ffffff!important;    }
    
}
  </style>
  <!-- Progressive Enhancements : END -->
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
 </head>
 <body bgcolor="#f4f4f4" style="margin: 0; mso-line-height-rule: exactly;" width="100%">
  <table cellpadding="0" cellspacing="0" style="border: 0px; padding: 0px; margin: 0px; position: absolute; display: none; float: left">
   <tr>
    <td height="1" style="font-size: 1px; line-height: 1px; padding: 0px;">
     <img src="https://inboxflows.com/_/image/https%253A%252F%252Fedm.zpg.co.uk%252Fpub%252Fas%253F_ri_%253DX0Gzc2X%253DAQpglLjHJlTQGkSFzbN2elSnaYzczdjnnRdouzbaqBPzcpyGrfqpsk2zbpAdUKnXR2jNp9aEzfIAc2DoWF9bzg5VXHkMX%253Dw%2526_ei_%253DEolaGGF4SNMvxFF7KucKuWOibdCLVl8C82xBdE_QKnFe8xYj8WBEUTclio9YiGc50DKZTqpWavEWnVOfNvIcG9CUBf3xkUgMdBhIzZTJW76TnEDjkfQ./?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZlZG0uenBnLmNvLiJ9:1kXMAi:-511wIGo6t98vUPwDiLNugF0wDlnBbF5gATNUW-h5mw"/>
     <!--Start BK pixel-->
     <img height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Ftags.bluekai.com%252Fsite%252F26103%253Fe_id_s26103%253D024300cf2478cb34ce47611e314990024ea805b1da0f707e1b120b9117b3d11f%2526e_id_m26103%253D6038ca2dc13a992bd5c0f7afdf89918e/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ0YWdzLmJsdWVrYSJ9:1kXMAi:cEVY0oFho-VtQ_B_TQkMT29rcZESqA4zCRNBzuOmO-s" width="1"/>
     <!--End BK pixel-->
    </td>
   </tr>
  </table>
  <center style="width: 100%; background: #f4f4f4; text-align: left;">
   <div class="email-container" style="max-width: 600px; margin: auto;">
    <!--[if mso]>
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" align="center">
<tr>
<td width="600">
<![endif]-->
    <!---------------------- Unsubscribe : BEGIN ---------------------->
    <span style="display:none !important">
     How to spot the tell-tale signs it's time to move to a bigger property
    </span>
    <table bgcolor="#f6f6f6" border="0" cellpadding="0" cellspacing="0" class="hide-on-mobile" role="presentation" width="100%">
     <tbody>
      <tr>
       <td style="padding-top: 10px; padding-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; color: #333333;">
       </td>
       <td style="padding-top: 10px; padding-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: right; color: #333333;">
        <a style="padding-top: 10px; padding-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: right; color: #333333;">
         Web version
        </a>
        |
        <a style="text-decoration: underline; color: #333333;" target="_blank">
         Unsubscribe
        </a>
       </td>
      </tr>
     </tbody>
    </table>
    <!---------------------- Unsubscribe : END ---------------------->
    <!---------------------- Email Header : BEGIN ---------------------->
    <!-- Background Image with Text : BEGIN -->
    <table border="0" cellpadding="0" cellspacing="0" class="main" role="presentation" style="margin: 0 !important;width:100%;max-width: 600px; min-width: 100%; border-bottom: 5px solid #964DEB;" width="600">
     <tr>
      <!-- Bulletproof Background Images c/o https://backgrounds.cm -->
      <td background="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FZooploma_Banner_Pattern.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" bgcolor="#f6f6f6" style="text-align: center; background-position: bottom!important; background-size: cover !important;" valign="middle">
       <!--[if gte mso 9]>
<v:image xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; width: 600px;" src="//static.cdn.responsys.net/i2/responsysimages/content/zoopla/Zooploma_Banner_Pattern.jpg" />
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="border: 0; display: inline-block; position: absolute; width: 600px; height:70px;">
<v:fill opacity="0%" color="#6a148e" />
<![endif]-->
       <div>
        <!--[if mso]>
<table width="600" role="presentation" cellspacing="0" cellpadding="0" border="0" class="main" style="margin: 0 !important;width:100%;max-width: 600px;border-bottom: 5px solid #964DEB;">
<tr>
<td align="center" valign="top" width="600">
<![endif]-->
        <table align="left" border="0" cellpadding="0" cellspacing="0" class="main" style="max-width:600px; min-width: 100%; max-height: 70px; margin: auto;" width="100%">
         <tr>
          <td>
           <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td align="left" class="center mobile-head hide-on-mobile" style="padding: 22px 0px 13px 34px;display: block;text-align: left; line-height: 140%;" width="100">
               <a target="_blank">
                <img alt="Zoopla" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FZooploma_FTB_Icon_Purple.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="width: 30px;" valign="middle" width="50"/>
               </a>
              </td>
              <td align="center" class="center mobile-head" style="padding: 22px 0px 13px 0px;/* display: block; */text-align: center; line-height: 140%;" width="200">
               <a target="_blank">
                <img alt="Zoopla" border="0" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FZooploma_Logo.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="width: 170px;" valign="middle" width="150"/>
               </a>
              </td>
              <td align="right" class="center mobile-head br-hide hide-on-mobile" style="padding: 22px 20px 13px 0px;/* display: block; */text-align: right;font-size: 16px;font-family: 'Lato', Helvetica, Verdana, sans-serif;color: #964DEB; line-height: 140%;" valign="middle" width="200">
               Master your move
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
        </table>
        <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
       </div>
       <!--[if gte mso 9]>
</v:fill>
</v:rect>
</v:image>
<![endif]-->
      </td>
     </tr>
    </table>
    <!-- Background Image with Text : END -->
    <!---------------------- Email Header : END ---------------------->
    <table align="center" border="0" cellpadding="0" cellspacing="0" class="shadow" role="presentation" style="width:100%;max-width: 600px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2); border-radius: 5px;">
     <tr>
      <td>
       <!---------------------- Email Hero : BEGIN ---------------------->
       <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; background-color: #ffffff;">
        <tr>
         <td align="center" class="image-padding" height="100" style="padding-top: 20px; " width="194">
          <a target="_blank">
           <img class="img-hero" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FMYM_Email2_Hero_Image.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="width: 100%; display: table; max-width: 540px;" width="540"/>
          </a>
         </td>
        </tr>
       </table>
       <!---------------------- Email Hero : END ---------------------->
       <!---------------------- Email Body : BEGIN ---------------------->
       <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;max-width: 600px;">
        <tr>
         <td class="center-on-narrow top" style="text-align: left;">
          <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:100%; max-width:540px; background-color: #ffffff;">
           <tr>
            <td align="left" class="center" style="padding:0; mso-padding-left-alt:30px; mso-padding-right-alt:30px;">
             <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;background-color: #ffffff;">
              <tr>
               <td align="left" class="center" style="padding:0;">
                <!-- PADDING IMPORTANT FOR ICON SPACING -->
                <h1 style="margin: 0; font-family: 'Lato', Helvetica, Verdana, sans-serif; font-size: 40px; line-height: 50px; color: #262630; font-weight:700; -webkit-font-smoothing: antialiased; margin: 0.5em 0 0 0;">
                 11 signs it's time to move home
                </h1>
                <br/>
                <p class="center" style="margin: 0;font-size: 15px; font-family: 'Lato', Helvetica, Verdana, sans-serif;line-height: 24px; color: #4f4f4f; font-weight:400; letter-spacing: 0.2px;">
                 Fed up with queueing for the loo? Thinking about knocking a wall down? Here's when you know it’s time to upgrade to a bigger place.
                </p>
                <br/>
               </td>
              </tr>
              <!------------------------- Button : BEGIN -------------------------->
              <tr>
               <td style="padding: 10px 0 0 0;">
                <table align="left" border="0" cellpadding="0" cellspacing="0" class="devicewidth">
                 <tr>
                  <td style="border-radius:25px;background:#6A148E;font-family: 'Lato', Helvetica, Verdana, sans-serif;font-size:16px;text-align:center;display:block;padding:14px 34px; color:#ffffff;min-width: 120px;">
                   <a data-saferedirecturl="" style="color:#ffffff;text-decoration:none;font-family: 'Lato', Helvetica, Verdana, sans-serif;" target="_blank">
                    Read more
                   </a>
                  </td>
                 </tr>
                </table>
               </td>
              </tr>
              <!------------------------- Button : END -------------------------->
              <!---------------------- Divider line FULL : BEGIN ---------------------->
              <tr>
               <td style="padding: 20px 0 10px 0;">
                <img src="https://inboxflows.com/_/image/http%253A%252F%252Ftem.zpg.co.uk%252Fl%252F143391%252F2019-07-11%252F2p75jq%252F143391%252F97643%252FZoopla_divider_line_full_thin.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnRlbS56cGcuY28udSJ9:1kXMAi:fgxjz6xmmi4udfv8xRuZEz2nja4LXxvlxswKEt84OsU" style="width: 100%;" width="540"/>
               </td>
              </tr>
              <!---------------------- Divider line FULL : END ---------------------->
              <tr>
               <td>
                <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Ftrack.adform.net%252Fadfserve%252F%253Fbn%253D39553477%253B1x1inv%253D1%253Bsrctype%253D3%253Bord%253D%255Btimestamp%255D/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ0cmFjay5hZGZvciJ9:1kXMAi:sx67z_jv0TJpfkjll7P_pgx6g1EnaCfVP_K24iTQdsk" width="1"/>
                <img alt="" height="0" src="https://inboxflows.com/_/image/https%253A%252F%252Ftps.doubleverify.com%252Fvisit.jpg%253Fctx%253D17520240%2526cmp%253D2151503%2526sid%253D1735212%2526plc%253D39553477%2526adsrv%253D178%2526btreg%253D%2526btadsrv%253D%2526crt%253D%2526tagtype%253D%2526dvtagver%253D6.1.img%2526/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ0cHMuZG91YmxldiJ9:1kXMAi:Q_TlFXx4x-S43qx2SC-2iTbKJ3rhkud9GYZIeLt41Bc" width="0"/>
                <div style="background-color:transparent;">
                 <div class="block-grid mixed-two-up" style="Margin: 0 auto;min-width: 320px;max-width: 640px;overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;background-color: #f2f2f2;">
                  <div style="border-collapse: collapse;display: table;width: 100%;background-color:#f2f2f2;">
                   <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:transparent;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:640px"><tr class="layout-full-width" style="background-color:#f8f8f8"><![endif]-->
                   <!--[if (mso)|(IE)]><td align="center" width="426" style="background-color:#f2f2f2;width:426px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
                   <div class="col num8" style="display: table-cell; vertical-align: top; min-width: 320px; max-width: 424px; width: 426px;">
                    <div style="width:100% !important;">
                     <!--[if (!mso)&(!IE)]><!-->
                     <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
                      <!--<![endif]-->
                      <div align="left" class="button-container" style="padding-top:18px;padding-right:10px;padding-bottom:10px;padding-left:0px;">
                       <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;"><tr><td style="padding-top: 18px; padding-right: 10px; padding-bottom: 10px; padding-left: 0px" align="left"><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="" style="height:26.25pt; width:114pt; v-text-anchor:middle;" arcsize="0%" stroke="false" fillcolor="#ffffff"><w:anchorlock/><v:textbox inset="0,0,0,0"><center style="color:#000000; font-family: 'Lato', Helvetica, Verdana, sans-serif; font-size:12px"><![endif]-->
                       <div style="text-decoration:none;display:inline-block;color: #4f4f4f;background-color: #ffffff;-webkit-border-radius: 30px; border-radius: 30px; -moz-border-radius:0px;width:auto;width:auto;/* border-top:1px solid #1D7B8A; *//* border-right:1px solid #1D7B8A; *//* border-bottom:1px solid #1D7B8A; *//* border-left:1px solid #1D7B8A; */padding-top:1px;padding-bottom:2px;font-family:'Lato', Helvetica, Verdana, sans-serif;text-align:center;mso-border-alt:none;word-break:keep-all;margin: 0px 10px 0px 15px;">
                        <span style="padding-left:10px;padding-right:10px;font-size: 6px;display:inline-block;">
                         <span style="font-size: 0px;margin: 0;line-height: 2;word-break: break-word;mso-line-height-alt: 32px;">
                          <span data-mce-style="font-size: 12px; line-height: 24px;" style="font-size: 12px;line-height: 24px;">
                           Sponsored
                          </span>
                         </span>
                        </span>
                       </div>
                       <!--[if mso]></center></v:textbox></v:roundrect></td></tr></table><![endif]-->
                      </div>
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 20px; padding-top: 10px; padding-bottom: 5px; font-family: 'Lato', Helvetica, Verdana, sans-serif;"><![endif]-->
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; font-family: 'Lato', Helvetica, Verdana, sans-serif;"><![endif]-->
                      <div style="color:#555555;font-family:'Lato', Helvetica, Verdana, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:20px;">
                       <div style="line-height: 1.2; font-size: 12px; color: #4f4f4f; font-family: 'Lato', Helvetica, Verdana, sans-serif; mso-line-height-alt: 14px;">
                        <p style="font-size: 15px; line-height: 1.2; word-break: break-word; text-align: left; mso-line-height-alt: 26px; margin: 0; line-height: 24px; color: #4f4f4f; font-weight:400; letter-spacing: 0.2px;">
                         Choose any of our Extra plans, and you can keep the whole family entertained with Apple TV 4K on us.
                        </p>
                       </div>
                      </div>
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 20px; padding-top: 5px; padding-bottom: 30px; font-family: 'Lato', Helvetica, Verdana, sans-serif;"><![endif]-->
                      <div style="color:#262630;font-family:'Lato', Helvetica, Verdana, sans-serif;line-height:1.2;padding-top:5px;padding-right:10px;padding-bottom:30px;padding-left:20px;">
                       <div style="line-height: 20; font-size: 15px; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #262630; mso-line-height-alt: 14px;">
                        <a style="color:#262630; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;">
                         <p style="font-size: 18px; line-height: 20px; word-break: break-word; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;">
                          <strong>
                           <span style="font-size: 20px;">
                           </span>
                           <u>
                            Find out more
                           </u>
                          </strong>
                         </p>
                        </a>
                       </div>
                      </div>
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if (!mso)&(!IE)]><!-->
                     </div>
                     <!--<![endif]-->
                    </div>
                   </div>
                   <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
                   <!--[if (mso)|(IE)]></td><td align="center" width="213" style="background-color:#f8f8f8;width:213px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
                   <div class="col num4" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 212px; width: 213px;">
                    <div style="width:100% !important;">
                     <!--[if (!mso)&(!IE)]><!-->
                     <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
                      <!--<![endif]-->
                      <div align="center" class="img-container center fixedwidth fullwidthOnMobile" style="padding-right: 0px;padding-left: 0px;">
                       <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 0px;padding-left: 0px;" align="center"><![endif]-->
                       <a style="color:#262630; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;">
                        <img align="center" alt="Alternate text" border="0" class="center fixedwidth fullwidthOnMobile" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FVodafone_CBU_HBB_AppleTV_Static_213x240_v2%255B2%255D.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="text-decoration: none; -ms-interpolation-mode: bicubic; height: auto; border: 0; width: 100%; max-width: 213px; display: block; max-height: 240px;" title="Alternate text" width="213"/>
                       </a>
                       <!--[if mso]></td></tr></table><![endif]-->
                      </div>
                      <!--[if (!mso)&(!IE)]><!-->
                     </div>
                     <!--<![endif]-->
                    </div>
                   </div>
                   <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
                   <!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
                  </div>
                 </div>
                </div>
                <div style="background-color:transparent;">
                 <div class="block-grid" style="Margin: 0 auto; min-width: 320px; max-width: 640px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: transparent;">
                  <div style="border-collapse: collapse;display: table;width: 100%;background-color:transparent;">
                   <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:transparent;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:640px"><tr class="layout-full-width" style="background-color:transparent"><![endif]-->
                   <!--[if (mso)|(IE)]><td align="center" width="640" style="background-color:transparent;width:640px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:5px; padding-bottom:5px;"><![endif]-->
                   <div class="col num12" style="min-width: 320px; max-width: 640px; display: table-cell; vertical-align: top; width: 640px;">
                    <div style="width:100% !important;">
                     <!--[if (!mso)&(!IE)]><!-->
                     <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:5px; padding-bottom:5px; padding-right: 0px; padding-left: 0px;">
                      <!--<![endif]-->
                      <table border="0" cellpadding="0" cellspacing="0" class="divider" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" valign="top" width="100%">
                       <tbody>
                        <tr style="vertical-align: top;" valign="top">
                         <td class="divider_inner" style="word-break: break-word; vertical-align: top; min-width: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;" valign="top">
                          <table align="center" border="0" cellpadding="0" cellspacing="0" class="divider_content" height="0" role="presentation" style="table-layout: fixed; vertical-align: top; border-spacing: 0; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; border-top: 0px solid transparent; height: 0px; width: 100%;" valign="top" width="100%">
                           <tbody>
                            <tr style="vertical-align: top;" valign="top">
                             <td height="0" style="word-break: break-word; vertical-align: top; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;" valign="top">
                             </td>
                            </tr>
                           </tbody>
                          </table>
                         </td>
                        </tr>
                       </tbody>
                      </table>
                      <!--[if (!mso)&(!IE)]><!-->
                     </div>
                     <!--<![endif]-->
                    </div>
                   </div>
                   <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
                   <!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
                  </div>
                 </div>
                </div>
                <div style="background-color:transparent;">
                 <div class="block-grid mixed-two-up" style="Margin: 0 auto; min-width: 320px; max-width: 640px; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; background-color: #f2f2f2;">
                  <div style="border-collapse: collapse;display: table;width: 100%;background-color:#f2f2f2;">
                   <!--[if (mso)|(IE)]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:transparent;"><tr><td align="center"><table cellpadding="0" cellspacing="0" border="0" style="width:640px"><tr class="layout-full-width" style="background-color:#f2f2f2"><![endif]-->
                   <!--[if (mso)|(IE)]><td align="center" width="426" style="background-color:#f2f2f2;width:426px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
                   <div class="col num8" style="display: table-cell; vertical-align: top; min-width: 320px; max-width: 424px; width: 426px;">
                    <div style="width:100% !important;">
                     <!--[if (!mso)&(!IE)]><!-->
                     <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
                      <!--<![endif]-->
                      <div align="left" class="button-container" style="/* padding-top:18px; *//* padding-right:10px; */padding-bottom:0px;padding-left: 20px; text-align: left;">
                       <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-spacing: 0; border-collapse: collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;"><tr><td style="padding-top: 18px; padding-right: 10px; padding-bottom: 10px; padding-left: 0px" align="left"><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="" style="height:26.25pt; width:114pt; v-text-anchor:middle;" arcsize="0%" stroke="false" fillcolor="#ffffff"><w:anchorlock/><v:textbox inset="0,0,0,0"><center style="color:#000000; font-family:Georgia, serif; font-size:12px"><![endif]-->
                       <div style="text-decoration:none;display:inline-block;color:#ffffff; border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;width:auto;width:auto;padding-top:1px;padding-bottom:2px;font-family:'Lato', Helvetica, Verdana, sans-serif;text-align:center;mso-border-alt:none;word-break:keep-all;">
                        <img src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FMYM_Twitter_Icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="width: 49px;" width="49"/>
                       </div>
                       <!--[if mso]></center></v:textbox></v:roundrect></td></tr></table><![endif]-->
                      </div>
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 20px; padding-top: 10px; padding-bottom: 5px; font-family: 'Lato', Helvetica, Verdana, sans-serif;><![endif]-->
                      <div style="color:#555555;font-family:'Lato', Helvetica, Verdana, sans-serif;line-height:1.2;padding-top:10px;padding-right:0px;padding-bottom:5px;padding-left:20px;">
                       <div style="line-height: 1.2; font-size: 12px; color: #555555; font-family: 'Lato', Helvetica, Verdana, sans-serif; mso-line-height-alt: 14px;">
                        <p style="font-size: 20px; line-height: 1.2; text-align: left; word-break: break-word; mso-line-height-alt: 24px; margin: 0;">
                         <span style="font-size: 20px; color: #2b3940;">
                          <strong>
                           Home office or en-suite bathroom?
                          </strong>
                         </span>
                        </p>
                       </div>
                      </div>
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; font-family: 'Lato', Helvetica, Verdana, sans-serif;"><![endif]-->
                      <div style="color:#555555;font-family:'Lato', Helvetica, Verdana, sans-serif;line-height:1.2;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:20px;">
                       <div style="line-height: 1.2; font-size: 12px; color: #555555; font-family: 'Lato', Helvetica, Verdana, sans-serif; mso-line-height-alt: 14px;">
                        <p style="font-size: 15px; line-height: 1.2; word-break: break-word; text-align: left; mso-line-height-alt: 26px; margin: 0; line-height: 24px; color: #4f4f4f; font-weight:400; letter-spacing: 0.2px;">
                         Take a look at which property features are most popular with our Twitter followers.
                        </p>
                       </div>
                      </div>
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 10px; padding-left: 20px; padding-top: 5px; padding-bottom: 30px; font-family: 'Lato', Helvetica, Verdana, sans-serif;"><![endif]-->
                      <div style="color:#262630;font-family:'Lato', Helvetica, Verdana, sans-serif;line-height:1.2;padding-top:5px;padding-right:10px;padding-bottom:30px;padding-left:20px;">
                       <div style="line-height: 1.2; font-size: 12px; font-family: 'Lato', Tahoma, Verdana, Segoe, sans-serif; color: #262630; mso-line-height-alt: 14px;">
                        <a style="color:#262630; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;">
                         <p style="font-size: 18px; line-height: 1.2; word-break: break-word; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif; mso-line-height-alt: 22px; margin: 0;">
                          <strong>
                           <u>
                            See the results
                           </u>
                          </strong>
                         </p>
                        </a>
                       </div>
                      </div>
                      <!--[if mso]></td></tr></table><![endif]-->
                      <!--[if (!mso)&(!IE)]><!-->
                     </div>
                     <!--<![endif]-->
                    </div>
                   </div>
                   <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
                   <!--[if (mso)|(IE)]></td><td align="center" width="213" style="background-color:#f2f2f2;width:213px; border-top: 0px solid transparent; border-left: 0px solid transparent; border-bottom: 0px solid transparent; border-right: 0px solid transparent;" valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-right: 0px; padding-left: 0px; padding-top:0px; padding-bottom:0px;"><![endif]-->
                   <div class="col num4" style="display: table-cell; vertical-align: top; max-width: 320px; min-width: 212px; width: 213px;">
                    <div style="width:100% !important;">
                     <!--[if (!mso)&(!IE)]><!-->
                     <div style="border-top:0px solid transparent; border-left:0px solid transparent; border-bottom:0px solid transparent; border-right:0px solid transparent; padding-top:0px; padding-bottom:0px; padding-right: 0px; padding-left: 0px;">
                      <!--<![endif]-->
                      <div align="center" class="img-container center fixedwidth fullwidthOnMobile" style="padding-right: 0px;padding-left: 0px;">
                       <!--[if mso]><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr style="line-height:0px"><td style="padding-right: 0px;padding-left: 0px;" align="center"><![endif]-->
                       <a style="color:#262630; font-family: Lato, Tahoma, Verdana, Segoe, sans-serif;">
                        <img align="center" alt="Alternate text" border="0" class="center fixedwidth fullwidthOnMobile" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FTwitter_email2.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="text-decoration: none;-ms-interpolation-mode: bicubic;height: auto;border: 0;width: 100%;max-width: 213px;display: block; max-height: 240px;" title="Alternate text" width="213"/>
                       </a>
                       <!--[if mso]></td></tr></table><![endif]-->
                      </div>
                      <!--[if (.!mso)&(!IE)]><!-->
                     </div>
                     <!--<![endif]-->
                    </div>
                   </div>
                   <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
                   <!--[if (mso)|(IE)]></td></tr></table></td></tr></table><![endif]-->
                  </div>
                 </div>
                </div>
               </td>
              </tr>
              <!-- SOCIAL ENDS -->
              <tr>
               <td align="left" class="center" style="padding:0;">
                <!-- PADDING IMPORTANT FOR ICON SPACING -->
                <h1 style="margin: 0; font-family: 'Lato', Helvetica, Verdana, sans-serif; font-size: 20px; line-height: 50px; color: #262630; font-weight:700; -webkit-font-smoothing: antialiased; margin: 0.5em 0 0 0;">
                 Music for every step of your move
                </h1>
                <p class="center" style="margin: 0;font-size: 15px; font-family: 'Lato', Helvetica, Verdana, sans-serif;line-height: 24px; color: #4f4f4f; font-weight:400; letter-spacing: 0.2px;">
                 Don't search for your next home in silence. Whatever type of property you're looking for, we've created this playlist to be the ideal audio accompanyment for your home hunt.
                </p>
                <br/>
               </td>
              </tr>
              <!-- QUOTE STARTS -->
              <tr>
               <td align="left" class="center" style="padding:10 10 10 10;">
                <!--[if mso]>
<table role="presentation" border="0" cellspacing="0" cellpadding="0" align="left" width="100%">
<tr>
<td valign="top" width="250">
<![endif]-->
               </td>
              </tr>
             </table>
            </td>
           </tr>
          </table>
          <!---------------------- Email Body : END ---------------------->
         </td>
        </tr>
       </table>
      </td>
     </tr>
    </table>
    <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
     <tr>
      <td align="center" class="" height="100" style="padding-top:10px;" width="194">
       <a target="_blank">
        <img src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252Fspotify_banners1_NEW.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="width: 100%; max-width:600px; display: table;" width="560"/>
       </a>
      </td>
     </tr>
    </table>
    <!---------------------- Email TCs : BEGIN ---------------------->
    <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="max-width: 680px;" width="100%">
     <tr bgcolor="#ffffff">
     </tr>
     <tr>
      <td>
       <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
        <tbody>
         <tr>
          <td style="text-align: center; font-size:14px; line-height: 20px; font-family: 'Lato', Helvetica, Verdana, sans-serif; padding: 20px 0 20px 0; text-align: center; color: #91919B;">
           Download the app
          </td>
         </tr>
         <tr>
          <td>
           <table align="center" border="0" cellpadding="0" cellspacing="0" style="width:265px; padding-top:20px;">
            <tbody>
             <tr>
              <td align="center">
               <a target="_blank">
                <img alt="IOS" border="0" height="36" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FApplestore-app.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="display:block; width:auto;" width="auto"/>
               </a>
              </td>
              <td align="center">
               <a target="_blank">
                <img alt="Android" border="0" height="36" src="https://inboxflows.com/_/image/http%253A%252F%252Fstatic.cdn.responsys.net%252Fi2%252Fresponsysimages%252Fcontent%252Fzoopla%252FAndroid-app.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRnN0YXRpYy5jZG4uciJ9:1kXMAi:UkXUV-hjtAV4hBvuc8-F6G_eesAbSEZN5AZ-AykdHrk" style="display:block; width:auto;" width="auto"/>
               </a>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
        </tbody>
       </table>
      </td>
     </tr>
     <td class="center-on-narrow bottom" style="font-size:11px; line-height: 20px; font-family: 'Lato', Helvetica, Verdana, sans-serif; padding: 20px 0 20px 0; text-align: center; color: #91919B;">
      <em>
       Source: Zoopla Research. The information and data in this email was correct at the time of publishing and every attempt is made to ensure its accuracy. However, it may now be out of date or superseded. Zoopla Ltd and its group companies make no representation or warranty of any kind regarding the content of this email and accept no responsibility or liability for any decisions made by the reader based on the information and/or data shown here.
      </em>
      <br/>
      <br/>
      © 2020 Zoopla Limited. All rights reserved.
      <br/>
      Zoopla Limited, The Cooperage, 5 Copper Row, London SE1 2LH
      <br/>
      Registered in England and Wales with company number 06074771
      <br/>
      <br/>
      This email was sent to a438513d@uifeed.com. If you do not wish to receive emails from Zoopla, please
      <a style="color: #666666; text-decoration: underline;" target="_blank">
       unsubscribe here
      </a>
      . It might take us a few days to process your request.
     </td>
    </table>
    <!---------------------- Email TCs : END ---------------------->
    <!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
   </div>
  </center>
 </body>
</html>