<!DOCTYPE html>
<html>

<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <meta name="x-apple-disable-message-reformatting"/>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <meta name="color-scheme" content="light dark"/>
  <meta name="supported-color-schemes" content="light dark"/>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap"
        rel="stylesheet" type="text/css">
  <title>Be more productive</title>

  <style type="text/css" rel="stylesheet" media="all">

    /* calendar colors for reference only -- note css variables are not supported by IE. */
    /* https://developer.mozilla.org/en-US/docs/Web/CSS/var */
    :root {
      --color-calendar: #587CCB;
      --color-black: #2E2E2E; /* main font */
      --color-red: #FC5959;
      --color-green: #AEE54F;
      --color-yellow: #FED675;
      --color-gray: #ADB0B9; /* secondary light gray */
      --color-anchor: #3869D4;

      /* light dark variables */
      color-scheme: light dark;
      supported-color-schemes: light dark;
    }

    /* Base ------------------------------ */
    body {
      width: 100% !important;
      height: 100%;
      margin: 0;
      -webkit-text-size-adjust: none;
    }

    a {
      color: #3869D4;
    }

    a img {
      border: none;
    }

    td {
      word-break: break-word;
    }

    .preheader {
      display: none !important;
      visibility: hidden;
      mso-hide: all;
      font-size: 1px;
      line-height: 1px;
      max-height: 0;
      max-width: 0;
      opacity: 0;
      overflow: hidden;
    }

    /* Type and font sizes ------------------- */
    /* roboto is the fallback for gmail */
    body,
    td,
    th {
      font-family: "Open Sans", "Roboto", Verdana, Tahoma, Arial, sans-serif;
    }

    h1 {
      margin-top: 0;
      color: #2E2E2E;
      font-size: 32px;
      font-weight: normal;
      line-height: 1.4;
    }

    h2 {
      margin-top: 0;
      color: #2E2E2E;
      font-size: 22px;
      font-weight: normal;
      line-height: 1.4;
    }

    h3 {
      margin-top: 0;
      color: #2E2E2E;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.5;
    }

    td,
    th {
      font-size: 18px;
      line-height: 1.6;
    }

    p,
    ul,
    ol,
    blockquote {
      margin: .4em 0 1.2em;
      font-size: 18px;
      line-height: 1.6;
    }

    /* sub */
    .small-gray {
      color: #AFB5C4 !important;
      font-size: 13px !important;
      text-decoration: none !important;
    }

    /* reduce font size on smaller screens */
    @media only screen and (max-width: 500px) {
      h1 {
        font-size: 20px !important;
      }

      h2 {
        font-size: 17px !important;
      }

      h3 {
        font-size: 15px !important;
      }

      td,
      th {
        font-size: 14px !important;
      }

      p,
      ul,
      ol,
      blockquote {
        font-size: 15px !important;
      }
    }

    /* core ------------------------------ */
    body {
      background-color: #F2F4F6;
      color: #51545E;
    }

    p {
      color: #51545E;
    }

    .email-wrapper {
      width: 100%;
      margin: 0;
      padding: 0;
      -premailer-width: 100%;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
      background-color: #F5F5F5; /* window background light mode */
    }

    .email-content {
      width: 100%;
      margin: 0;
      padding: 0;
      -premailer-width: 100%;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
    }

    /* Masthead ----------------------- */
    .email-masthead {
      margin: 0 auto;
      padding: 25px 0;
      text-align: center;
    }

    /* Body ------------------------------ */
    .email-body {
      width: 100%;
      margin: 0;
      padding: 0;
      -premailer-width: 100%;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
    }

    .email-body-inner {
      width: 600px;
      margin: 0 auto;
      padding: 0;
      -premailer-width: 600px;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
      background-color: #FFF;
    }

    /* main padding */
    .body-action {
      width: 100%;
      margin: 10px auto;
      padding: 0;
      -premailer-width: 100%;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
    }

    @media only screen and (max-width: 640px) {
      .email-body-inner,
      .email-footer {
        width: 100% !important;
      }
    }

    /* Footer ----------------------- */
    .email-footer {
      width: 600px;
      margin: 0 auto;
      padding: 25px;
      -premailer-width: 600px;
      -premailer-cellpadding: 0;
      -premailer-cellspacing: 0;
      text-align: center;
    }

    .email-footer p {
      color: #ADB0B9;
    }

    /* Buttons ------------------------------ */
    .button {
      color: #FEFEFE;
      -webkit-text-size-adjust: none;
    }

    @media only screen and (max-width: 500px) {
      .button {
        width: 100% !important;
        text-align: center !important;
        font-size: 12px !important;
      }
    }

    /* Event table ------------------------------ */
    .event-item-val {
      font-weight: normal;
    }

    /* Light Mode Image ------------------------------ */
    .light-img {
      display: block;
      text-align: left !important;
      width: auto;
      overflow: visible;
      float: none;
      visibility: inherit;
      max-height: inherit;
      max-width: inherit;
    }

    /* DARK MODE ------------------------------ */
    @media (prefers-color-scheme: dark) {

      /* show dark mode logo */
      .dark-img {
        display: block !important;
        text-align: left !important;
        width: auto !important;
        overflow: visible !important;
        float: none !important;
        visibility: inherit !important;
        max-height: inherit !important;
        max-width: inherit !important;
      }

      /* Hides light mode logo */
      .light-img {
        display: none !important;
      }

      .email-body,
      .email-masthead,
      .email-footer,
      .email-content,
      .email-wrapper {
        background-color: #0A0C0E !important; /* window background light mode */
      }

      .email-body-inner,
      body {
        color: #DFDFDF !important;
        background-color: #15191c !important;
      }

      p,
      ul,
      ol,
      blockquote,
      h1,
      h2,
      h3 {
        color: #c8c8c8 !important;
      }
    }
  </style>

  <!-- font stack for outlook -->
  <!--[if mso]>
  <style type="text/css">
    .fallback-font {
      font-family: Verdana, Tahoma, Arial, sans-serif !important;
    }
  </style>
  <![endif]-->

  <!-- bullet list fix for outlook -->
  <!--[if lte mso 16]>
  <style type="text/css">
    li {
      text-align: -webkit-match-parent;
      display: list-item;
      text-indent: -1em;
    }

    ul, ol {
      margin-left: 30px !important;
    }
  </style>
  <![endif]-->
</head>

<body>
<span class="preheader">Be more productive</span>
<table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
    <td align="center">
      <table class="email-content" width="100%" cellpadding="0" cellspacing="0" role="presentation">

        <!-- Masthead/Logo -->
        <tr>
          <td class="email-masthead">
          </td>
        </tr>

        <!-- Body -->
        <tr>
          <td class="email-body" width="600" cellpadding="0" cellspacing="0">
            <table class="email-body-inner" width="600" align="center" cellpadding="0" cellspacing="0"
                   role="presentation">
              <!-- Body content -->
              <tr>
                <td style="padding-left:45px; padding-right:45px; padding-top:45px; padding-bottom:25px;">
                  <div class="fallback-font">

                    <!-- MAIN LOGO -->
                    <a href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3DLx3G_BIkreKabYcywRfIHVqRXbYv-2FYIwJFbRAww1MN-2ByYHHIvt3aOCV-2F-2BlLy2V19O88r-2Bp1zhyA3jyHhFFw3ks2JR8kAqG-2FsqF-2FbTzARThipHhNvIn8hEeymmIKwvbcRBlNoNMIYYWAp0cz0Zz9Us3gJxMERwx5gDDGoeojE-2BVrhQ8MK3PrCfqYfYQL1OMsozKnZWNm4-2Ft02-2FjVRRMOjHC6amyG-2BZEMU60HZFUewXhvS93e-2B8zcp8Z-2BFc8KdFsnpAAWjIYluZW5PTX2yTutYr6UYgAOO3wB4Ldd5VTZZdDEx-2BMDxFv2jzWXClK5C6O1WeHF16-2BfUObFr2dANGKjV5I-2FlA38HWawdxKbnwaDzE-2FEgHTtZcKwmUxUSr5801Qiv5cXtlNd3oNJO9H3ayGGEHsWM7azaNdVrtilH9X45aeufGj0BWHxRa8hLn1s6kcZGnwZyJT-2B1NszdkmgFxFc1mTtaQ3SITeAjeYez4y1TRd6DbvLmJq6JRV8BYMAVpPhfmle71obgWXtrFvvdNbPi1TjJr1pXCTY7HfbYDSGBUEfVbCeCFtVC9EphUDKwfH1EHcmxyqwTllN5-2B-2BmsCTkXjTiQ3vCT9tIH5YOOoOQRDEViF5K-2B5JSpUEXXFgX3pbw1YHWYNSmh3ZpZY95vK8gCR43GvdgmbypHTBEqRoFK0Hp-2BXrO0im1Tfe5-2FBa9qHukk50Ih4VZaw4bTPrsz6RvVket-2BAv-2F-2BCdkTFeOkCR8ba-2BzkAoBWx-2FR1kNnY-2Fy949wGcC2Jpe2Lp2NJBVZPVDP1Rf9tq31RcMJR-2FByl-2Begewr-2FnpUxJrRJkYMi81hHXDRyPyX696TyZ6J6BtAvsyymE-2B33es2slc-2FaP2Ta86S8YY2BBr8vpEyDwgZ6m0eb2bo4j0SmOthNo8m9NQZ1rYoFnwLJiAefe5GfjONI3HMRUmm-2Fw0I5Fo-3D" target="_blank">
                      <div class="light-img">
                        <img alt="Calendar.com"
                             src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/95d30ad6-0a8b-4e97-aac4-1db581663459/234x64.png"
                             style="color: #33373E; text-align:left; font-weight:bold; font-size:32px; line-height:1.4;
                             text-decoration: none; margin: 0 auto; padding: 0;"
                             border="0"/>
                      </div>

                      <!-- The following Dark Mode logo image is hidden with MSO conditional
                      code and inline CSS, but will be revealed once Dark Mode is triggered -->
                      <!--[if !mso]><! -->
                      <div class="dark-img"
                           style="display:none; overflow:hidden; float:left; width:0px; max-height:0px; max-width:0px;
                           line-height:0px; visibility:hidden;">
                        <img alt="Calendar.com"
                             src=" http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/74106581-e00a-46f6-a2b6-e82a483a8a91/234x64.png"
                             style="color: #ffffff; text-align:left; font-weight:bold; font-size:32px; line-height:1.4;
                             text-decoration: none; margin: 0 auto; padding: 0;"
                             border="0"/>
                      </div>
                      <!--<![endif]-->
                    </a>

                    <!-- ALL BODY CONTENT STARTS HERE -->

                    <!-- hello -->
                    <p class="fallback-font"
                       style="padding-top:10px; text-decoration:none;">
                      Hey this is Nik Fowler, hope all is well! I am reaching out to efficiency-minded people to
                      introduce the next evolution in efficient scheduling and calendar management.
                    </p>

                    <!-- UNIFIED CALENDAR -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td align="center">
                          <img alt="Unified Calendar" align="center" width="auto" height="auto"
                               src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/6fbb38c0-06c0-42f4-ac4d-57f6285a00e3/309x241.png"
                               style="display: block; text-decoration: none; margin: 0 auto;">
                        </td>
                      </tr>
                    </table>

                    <h1 class="fallback-font" style="padding-top:10px;">Unified Calendar</h1>
                    <p class="fallback-font"
                       style="padding-top: 1px; text-decoration:none;">
                      No matter where your calendars may have originated from, Calendar brings them all into one place
                      making it easy to see what is coming up in your busy life and allowing you to be as productive
                      and efficient as possible.
                    </p>

                    <!-- CALENDAR ANALYTICS -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td align="center">
                          <img alt="Calendar Analytics" align="center" width="auto" height="auto"
                               src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/0a01fbb1-a176-49b2-8bc2-76a96dbd4409/356x241.png"
                               style="display: block; text-decoration: none; margin: 0 auto;">
                        </td>
                      </tr>
                    </table>

                    <h1 class="fallback-font" style="padding-top:10px;">Calendar Analytics</h1>
                    <p class="fallback-font"
                       style="padding-top: 1px; text-decoration:none;">
                      The analytic features will allow you to see where you are spending your time so you can adjust
                      to become more efficient and time-aware than ever before.
                    </p>

                    <!-- FIND A TIME -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td align="center">
                          <img alt="Find a Time" align="center" width="auto" height="auto"
                               src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/5a27b3d8-9a67-48a1-902e-8a3ce9f02c6a/355x290.png"
                               style="display: block; text-decoration: none; margin: 0 auto;">
                        </td>
                      </tr>
                    </table>

                    <h1 class="fallback-font" style="padding-top:10px;">Find a Time to Meet</h1>
                    <p class="fallback-font"
                       style="padding-top: 1px; text-decoration:none;">
                      Calendar's find a time feature allows you to compare your team's schedules to find a time that
                      works for everyone and eliminates the time-wasting back and forth emails trying to find a time
                      that works for everyone.
                    </p>

                    <!-- SCHEDULING -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td align="center">
                          <img alt="Scheduling" align="center" width="auto" height="auto"
                               src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/84a6f378-997a-4a34-b275-f068ac375636/302x224.png"
                               style="display: block; text-decoration: none; margin: 0 auto;">
                        </td>
                      </tr>
                    </table>

                    <h1 class="fallback-font" style="padding-top:10px;">Scheduling Time Slots</h1>
                    <p class="fallback-font"
                       style="padding-top: 1px; text-decoration:none;">
                      With Calendar's customizable scheduling links, anyone can sign up on your or your team’s calendar
                      and choose a time that works for everyone, making scheduling with external people a breeze.
                    </p>

                    <p class="fallback-font"
                       style="padding-top: 12px; text-decoration:none;">
                      Calendar is the answer to all your time-wasting scheduling headaches and is available at the best
                      price because a world where everyone is efficient and organized is a better world
                      for everyone!
                    </p>

                    <!-- VISIT -->
                    <p class="fallback-font" style="padding-top:10px;">
                      <strong>Visit
                        <a class="blue-text"
                           href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3Dsn_L_BIkreKabYcywRfIHVqRXbYv-2FYIwJFbRAww1MN-2ByYHHIvt3aOCV-2F-2BlLy2V19O88r-2Bp1zhyA3jyHhFFw3ks2JR8kAqG-2FsqF-2FbTzARThipHhNvIn8hEeymmIKwvbcRBlNoNMIYYWAp0cz0Zz9Us3gJxMERwx5gDDGoeojE-2BVrhQ8MK3PrCfqYfYQL1OMsozKnZWNm4-2Ft02-2FjVRRMOjHC6amyG-2BZEMU60HZFUewXhvS93e-2B8zcp8Z-2BFc8KdFsnpAAWjIYluZW5PTX2yTutYr6UYgAOO3wB4Ldd5VTZZdDEx-2BMDxFv2jzWXClK5C6O1WeHF16-2BfUObFr2dANGKjV5I-2FlA38HWawdxKbnwaDzE-2FEgHTtZcKwmUxUSr5801Qiv5cXtlNd3oNJO9H3ayGGEHsWM7azaNdVrtilH9X45aeufGj0BWHxRa8hLn1s6kcZGnwZyJT-2B1NszdkmgFxFc1mTtaQ3SITeAjeYez4y1TRd6DbvLmJq6JRV8BYMAVpPhfmle71obgWXtrFvvdNbPi1TjJr1pXCTY7HfbYDSGBUEfVbCeCFtVC9EphUDKwfH1EHcmxyqwTllN5-2B-2BmsCTkXjTiQ3vCT9tIH5YOOoOQRDEViF5K-2B5JSpUEXXFgX3pbw1YHWYNSmh3ZpZY95vK8gCR43GvdgmbypHTBEqRoFK0Hp-2BXrO0im1Tfe5-2FBa9qHukk50Ih4VZaw4bTPrsz6RvVket-2BAv-2F-2BCdkTFeOkCR8ba-2BzkAoBWcKLsH4Xk61SajqNH3Ft9IM5bRw7R3jdkDbeVEipymdYUr-2FQJtJ-2BgZyZOcMvZUIdmRI1ribYJEbsxA-2FTwRl54PMVLLSoh-2FKw2xmlpppwmcHYk3DncsJFQNKUxLcwuJaoQnorrSAkjBk-2B321C0PRykof0NCoWr60T6zx58g3OHqQch1w5LgW0muQsm1ChGgPiw-3D" target="_blank">
                          Calendar.com
                        </a>
                        to start your 30-day free trial</strong>
                    </p>

                    <!-- JOIN -->
                    <table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0"
                           role="presentation"
                           style="padding-top:20px;">
                      <tr>
                        <td style="display:block;">
                          <table width="100%" cellpadding="0" cellspacing="0" role="presentation">
                            <tr>
                              <td align="right">
                                <img alt="Join Calendar!"
                                     src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/6dc3167f-069f-4fd1-a449-a3f7175c7977/65x74.png"
                                     style="max-width:60px; padding-left:8px; padding-right:3px;
                                       padding-bottom:3px;
                                       vertical-align:middle; margin:0 auto; border:0;"
                                     border="0" align="center"/>
                              </td>
                              <td align="center">
                                <span class="fallback-font">Be More Productive. Save Time. Focus.</span>
                                <br>
                                <a class="blue-text"
                                   href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3DIfU-_BIkreKabYcywRfIHVqRXbYv-2FYIwJFbRAww1MN-2ByYHHIvt3aOCV-2F-2BlLy2V19O88r-2Bp1zhyA3jyHhFFw3ks2JR8kAqG-2FsqF-2FbTzARThipHhNvIn8hEeymmIKwvbcRBlNoNMIYYWAp0cz0Zz9Us3gJxMERwx5gDDGoeojE-2BVrhQ8MK3PrCfqYfYQL1OMsozKnZWNm4-2Ft02-2FjVRRMOjHC6amyG-2BZEMU60HZFUewXhvS93e-2B8zcp8Z-2BFc8KdFsnpAAWjIYluZW5PTX2yTutYr6UYgAOO3wB4Ldd5VTZZdDEx-2BMDxFv2jzWXClK5C6O1WeHF16-2BfUObFr2dANGKjV5I-2FlA38HWawdxKbnwaDzE-2FEgHTtZcKwmUxUSr5801Qiv5cXtlNd3oNJO9H3ayGGEHsWM7azaNdVrtilH9X45aeufGj0BWHxRa8hLn1s6kcZGnwZyJT-2B1NszdkmgFxFc1mTtaQ3SITeAjeYez4y1TRd6DbvLmJq6JRV8BYMAVpPhfmle71obgWXtrFvvdNbPi1TjJr1pXCTY7HfbYDSGBUEfVbCeCFtVC9EphUDKwfH1EHcmxyqwTllN5-2B-2BmsCTkXjTiQ3vCT9tIH5YOOoOQRDEViF5K-2B5JSpUEXXFgX3pbw1YHWYNSmh3ZpZY95vK8gCR43GvdgmbypHTBEqRoFK0Hp-2BXrO0im1Tfe5-2FBa9qHukk50Ih4VZaw4bTPrsz6RvVket-2BAv-2F-2BCdkTFeOkCR8ba-2BzkAoBX3Ifg-2FoQstgvasJ3DPWl5q8c7h4nBTKFzARjcSQByWwOltCw7aVupdA-2FnUnPVEVwHDjWdwOoaNmHduC5AxQIQsngWeb6z87PgcicoRhbNnCLk8gITsw2jwhLI-2BUJ1CdlgJlDAH1qZtkigSN9-2FlvlEpqskYkiBmUs8y29iZtzWISxRRk7y0TbWnBb5C4gcVsE8-3D" target="_blank">
                                  Join Calendar for free today.
                                </a>
                              </td>
                          </table>
                        </td>
                      </tr>
                    </table>

                  </div>
                </td>
              </tr>
            </table>
          </td>
        </tr>

        <!-- FOOTER -->
        <tr>
          <td>
            <table class="email-footer" align="center" cellpadding="0" cellspacing="0" role="presentation">
              <tr>
                <td align="center">
                  <p class="fallback-font small-gray" style="text-decoration:none;">
                    © 2021 Calendar.­com
                    <br>
                    <span style="text-decoration: none;">support@calendar.com</span>
                  </p>
                </td>
              </tr>

              <!-- UNSUBSCRIBE -->
              <tr>
                <td align="center">
                  <div style="font-family:inherit; text-align:center; font-size:12px; line-height:1.4; text-decoration:none;">
                    <a style="text-decoration:none;"
                       href="http://url9539.calendar.com/wf/unsubscribe?upn=7-2FJQgPlatqhEq8YA5ke4Bkf2BaaCSL2WYVWpY0W1qCKgZBdz1vLtdR-2Fs3q2JcwQJxr8PaBwco6XV2X8kVSLad2ignYaslYzq6A27T4bWU9xmXXS95wM4759JFAsAHNwWkstfjarNnDo5UKyTUgK1Ha8xyBbRO46S7hgFFaUJeeCxu4-2Bz4d0ooTctGWrDWa6qobs5wUWdu7J4gyiKOQ9D-2Bd-2F55uwI95xwVnifPowkYbfW03W6efgOTogStnJG21uijUA8bjDQwzNskomens4d-2BFX72nV6UMKKDxUUqPUq47lsuevKAx3JSUQeAMSLenOLmWlA-2B6IKQi-2FyEGLXLPLxLXyudLzhlbPfT-2BZgI6JN57DXULCGlfzOvmCBx134Q1AzsD7sDpHHr-2BwVWJFu6ZbRs8cZRhq6gkujYpr-2BCLY55UVNouVqNlQOuAJimfwZgsl-2Fo1PaZm88-2FK3chNNPGklcXookyWs-2BuahDMakS84uNtd0a8NZIdNZdYO0EHPop-2B9JEzLVDckpkwlDvsOLTGNe7naPoPMY4Bv0obY2IDm8DxfcOxQV3FjZXQfBn-2B0oomyHqPQPwHJZO-2B6D8-2BUe-2BsoxbXmpLgc594WaOqZ6JfGXPKEYwfeQfpVLbdJgtzkg-2Bgfeh-2FF-2FTyBMtrm0rK-2FZPw-2Bvu417LH8G8czHuMw60DOmFZ5ZPCT0-2FmxdQxVHnXwNYW3Wku0zAhc0uE9o-2FZZSRb009shvaKMlPnOaopJSJEP4NIcs6KbgvqRDEjL5zjm-2B4ib00FxOpJIMigiBEOP934TtSL3BZsS3gfDOtqsjzTBAELs6DJ09Ao0pt4eloDJObgxGUwPw7ZjLlr5ZOUFK42XYoUOep2iKEtwN0Ww6JInBbkOXsAh9LdLkCS4-2BL4sHMruh5PuSzFlEnZtZTDE6txwKxyPEoVCExhwfwUeGjZFoSgPE-3D" target="_blank">
                    <span class="fallback-font"
                          style="color: #ADB0B9; font-size:10px; line-height:1.4; text-decoration:none;">
                      Unsubscribe
                    </span>
                    </a>
                  </div>
                </td>
              </tr>

            </table>
          </td>
        </tr>

      </table>
    </td>
  </tr>
</table>

<img src="http://url9539.calendar.com/wf/open?upn=7-2FJQgPlatqhEq8YA5ke4Bkf2BaaCSL2WYVWpY0W1qCKgZBdz1vLtdR-2Fs3q2JcwQJxr8PaBwco6XV2X8kVSLad2ignYaslYzq6A27T4bWU9xmXXS95wM4759JFAsAHNwWkstfjarNnDo5UKyTUgK1Ha8xyBbRO46S7hgFFaUJeeCxu4-2Bz4d0ooTctGWrDWa6qobs5wUWdu7J4gyiKOQ9D-2Bd-2F55uwI95xwVnifPowkYbfW03W6efgOTogStnJG21uijUA8bjDQwzNskomens4d-2BFX72nV6UMKKDxUUqPUq47lsuevKAx3JSUQeAMSLenOLmWlA-2B6IKQi-2FyEGLXLPLxLXyudLzhlbPfT-2BZgI6JN57DXULCGlfzOvmCBx134Q1AzsD7sDpHHr-2BwVWJFu6ZbRs8cZRhq6gkujYpr-2BCLY55UVNouVqNlQOuAJimfwZgsl-2Fo1PaZm88-2FK3chNNPGklcXookyWs-2BuahDMakS84uNtd0a8NZIdNZdYO0EHPop-2B9JEzLVDckpkwlDvsOLTGNe7naPoPMY4Bv0obY2IDm8DxfcOxQV3FjZXQfBn-2B0oomyHqPQPwHJZO-2B6D8-2BUe-2BsoxbXmpLgc594WaOqZ6JfGXPKEYwfeQfpVLbdJgtzkg-2Bgfeh-2FF-2FTyBMtrm0rK-2FZPw-2Bvu417LH8G8czHuMw60DOmFZ5ZPCT0-2FmxdQxVHnXwNYW3Wku0zAhc0uE9o-2FZZSRb009shvaKMlPnOaopJSJEP4NIcu7ihiUGiOf0t8SpnQksnVzrQGw9cGwHz-2BYzMREbCByF6at1-2BPKAEt5mSvmF2wflh6OwseD6f4V5X1BmK-2F4Ah8-2F-2BHyn4RXAh8hQzhGZFDBvZBJEwKB-2B1glf8lphSZyiwpnhhe9Nm31DNydY-2FjLsR5vv9z5YChb7HQlqiK-2Fvb5BUTMHGnCRXMXobCwH9re9oHaQ-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body>
</html>