<!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;
    }

    li {
      margin: 10px 0;
    }

    /* 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;
      margin: 10px 0;
    }

    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">

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

                    <!-- BULLETED LIST -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding-top:5px; padding-bottom:2px;">
                      <tr>
                        <td align="left">
                          <span class="fallback-font">
                            I am reaching out to efficiency-minded people to introduce Calendar,
                            the next evolution in efficient scheduling and calendars unification.
                            Calendar has several revolutionary features that allow you to be as productive and
                            efficient as possible.
                          </span>

                          <ul class="fallback-font">
                            <li>Calendar unifies all of your calendars, whether it is your work, personal,
                              or your side hustle calendars, they all are put into one easy to manage dashboard to
                              maximize your productivity and efficiency.
                            </li>
                            <li>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.
                            </li>
                            <li>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.
                            </li>
                            <li>
                              With Calendar's customizable scheduling links, anyone can schedule a meeting with you or
                              your team at a time that works for everyone, making scheduling with external
                              people a breeze.
                            </li>
                          </ul>

                          <span class="fallback-font">
                            All this at the best price because a world where everyone is efficient
                            and organized is a better world for everyone!
                          </span>
                        </td>
                      </tr>
                    </table>

                    <!-- VISIT -->
                    <p class="body-action fallback-font" style="padding-top:10px;">
                      <strong>Visit
                        <a class="blue-text"
                           href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3DAgG2_-2BeCd-2F3F6Gil7Vz0WgwdSsUtJ9-2Bw4Lccgdh2-2BasJaW6YrwlTUeYu6m1lFIrM2MkC4EamZM-2FobJRpyN3f8RieTSgh-2B2mOWbr3CBox2DPLarR-2FcK2DbJyC1BYXvJ6DKZi3RdDJO46UsH5bPa8-2BvASgnsbxdkP68fzuh4YhBHz3Bj1hyoniLyA2E9OISmzzyMUo8YRKqFLkcIWvlv3Ig5bOHWyDNhWI5CGqlSlUBvqJXXe-2FsZjHroVdCyaDdo3uJAfP9i5uUa7RuzwenY5Hj3Me7we-2FhJUHnfx8JutIr6ehTHMZUk5pctbDEBhtuYwEweC9K57Y24NX-2FaZWfRIjQGJfUA6OFECL56J604YgzTeTEwoqA6zflqkYxOuQwbtENaplvZX9kgBLCGBIvdrxyJJ9dNN8CoDn-2BzEyq7CkIIahMOpAsnLDww4mxMMeUJTR4W6kocWXJYHb-2FxQU6TYT0IpIgFFL6c7gos9ZFsY-2FsRhdQ557tgrFyEKaFswAwZs23bNg-2BOHFnhs4NRP6KDZeAArTEQ3r2qftyuPbuKS7SButPl1Lt0D6f22jF5Qb8jjzFWUeZsocFr5tln3f5LeJISffVHpWHAMLsUIQQ1eL0waQhOiZGBV0LeuM0zVLGHrW-2FP6RfwI1ZWV88DLIOY4vu1KB2ReAUcJWP8zYwKGF-2FJRJyj7Bh6zv1ArkzkuGDNvW1sACr0InCOIV-2BL8Vn4gEguDUpgvoVc4SjZQCQhI9yps870dLMsBvD6KwW6K6-2BW7l5nSpPRQCPrbX6NjFkeOT69CdwYKscXy0eyDvyQWBhUNovvT0DjyBRvuEdEsj0dSMHkuMNcuMNQaP-2FHr4PnbsCR-2BPXQ17xk03t7HFbxsei9frkJmb67HdUhlP8Fc1PAdk5apCbK7NZXrWeZsA0le-2FIIHA-2FI57lDG4WQgwJR4yaDWBJzlI-3D" target="_blank">
                          Calendar.com
                        </a>
                        to start your 30-day free trial</strong>
                    </p>

                    <!-- SALUTATION -->
                    <p class="body-action fallback-font" style="padding-top:10px;">
                      Thanks!
                      <br>
                      Nik Fowler from the Calendar Team
                    </p>

                    <!-- NIK -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td width="100%">
                          <table width="100%" cellpadding="0" cellspacing="0" role="presentation">
                            <tr>
                              <td align="left" width="20%"
                                  style="padding:20px 0 10px 0; vertical-align:top; white-space:nowrap;">
                                <img alt="Scheduling"
                                     style="vertical-align:top; padding-top:5px;"
                                     src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/622e1c87-06b5-4bab-81c3-dff072653946/72x72.png">
                              </td>
                              <td class="event-item-val" width="80%"
                                  style="padding:20px 0 10px 5px; text-decoration:none;">
                                <span class="fallback-font">
                                  <strong>Nik Fowler</strong>
                                  <br>Customer Success Team
                                  <br>nik@calendar.com
                                </span>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>

                    <!-- HORIZONTAL LINE-->
                    <table width="100%" cellpadding="0" cellspacing="0" role="presentation"
                           style="display:block; padding-top:10px; height:1px; font-size:1px; border-top:1px solid #ADB0B9;">
                      <tr>
                        <td width="100%" style="display:block;"> </td>
                      </tr>
                    </table>

                    <!-- CTA -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:5px 0;">
                      <tr>
                        <td width="100%">
                          <table width="100%" cellpadding="0" cellspacing="0" role="presentation">
                            <tr>
                              <td align="left" style="text-decoration:none;">
                                <span class="fallback-font">
                                  <strong>Want to get Calendar Pro free for 30 days?</strong>
                                </span>
                              </td>
                              <td align="right"
                                  style="vertical-align:center; white-space:nowrap;">
                                <a href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3DICSa_-2BeCd-2F3F6Gil7Vz0WgwdSsUtJ9-2Bw4Lccgdh2-2BasJaW6YrwlTUeYu6m1lFIrM2MkC4EamZM-2FobJRpyN3f8RieTSgh-2B2mOWbr3CBox2DPLarR-2FcK2DbJyC1BYXvJ6DKZi3RdDJO46UsH5bPa8-2BvASgnsbxdkP68fzuh4YhBHz3Bj1hyoniLyA2E9OISmzzyMUo8YRKqFLkcIWvlv3Ig5bOHWyDNhWI5CGqlSlUBvqJXXe-2FsZjHroVdCyaDdo3uJAfP9i5uUa7RuzwenY5Hj3Me7we-2FhJUHnfx8JutIr6ehTHMZUk5pctbDEBhtuYwEweC9K57Y24NX-2FaZWfRIjQGJfUA6OFECL56J604YgzTeTEwoqA6zflqkYxOuQwbtENaplvZX9kgBLCGBIvdrxyJJ9dNN8CoDn-2BzEyq7CkIIahMOpAsnLDww4mxMMeUJTR4W6kocWXJYHb-2FxQU6TYT0IpIgFFL6c7gos9ZFsY-2FsRhdQ557tgrFyEKaFswAwZs23bNg-2BOHFnhs4NRP6KDZeAArTEQ3r2qftyuPbuKS7SButPl1Lt0D6f22jF5Qb8jjzFWUeZsocFr5tln3f5LeJISffVHpWHAMLsUIQQ1eL0waQhOiZGBV0LeuM0zVLGHrW-2FP6RfwI1ZWV88DLIOY4vu1KB2ReAUcJWP8zYwKGF-2FJRJyj7Bh6zv1ArkzkuGDNvW1sACr0InCOIV-2BL8Vn4gEguDUpgvoVc4SjZQCQhI9yps870dLMsBvD6KwW6K6-2BW7l5nSpPzUVf4nsdZeSXOkf8pT7XeNCODnjlaLK5nIm-2Fejap0xdCPHiwv9FVZ-2BYnu51Nltlj5-2BwjzV-2FirUI1CDTLSooMNnZTCXzjKXwWFKCcHcqGsyM2S-2FyjBC2xPtW8yLfvrri2tSJSVfs1EIR8J4U1b-2B0bJl43hw2-2BN2eApCJ167ZfRUE-3D" target="_blank">
                                  <img alt="click"
                                       style="vertical-align:center; padding-top:5px;"
                                       src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/6c9ee71c-47f1-453d-9e51-e9a48c5c4d6f/40x40.png">
                                </a>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>

                    <!-- MAIN LOGO -->
                    <a href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsD3woqUXRbKEZE-2BsoN0isCA-3Dh8WV_-2BeCd-2F3F6Gil7Vz0WgwdSsUtJ9-2Bw4Lccgdh2-2BasJaW6YrwlTUeYu6m1lFIrM2MkC4EamZM-2FobJRpyN3f8RieTSgh-2B2mOWbr3CBox2DPLarR-2FcK2DbJyC1BYXvJ6DKZi3RdDJO46UsH5bPa8-2BvASgnsbxdkP68fzuh4YhBHz3Bj1hyoniLyA2E9OISmzzyMUo8YRKqFLkcIWvlv3Ig5bOHWyDNhWI5CGqlSlUBvqJXXe-2FsZjHroVdCyaDdo3uJAfP9i5uUa7RuzwenY5Hj3Me7we-2FhJUHnfx8JutIr6ehTHMZUk5pctbDEBhtuYwEweC9K57Y24NX-2FaZWfRIjQGJfUA6OFECL56J604YgzTeTEwoqA6zflqkYxOuQwbtENaplvZX9kgBLCGBIvdrxyJJ9dNN8CoDn-2BzEyq7CkIIahMOpAsnLDww4mxMMeUJTR4W6kocWXJYHb-2FxQU6TYT0IpIgFFL6c7gos9ZFsY-2FsRhdQ557tgrFyEKaFswAwZs23bNg-2BOHFnhs4NRP6KDZeAArTEQ3r2qftyuPbuKS7SButPl1Lt0D6f22jF5Qb8jjzFWUeZsocFr5tln3f5LeJISffVHpWHAMLsUIQQ1eL0waQhOiZGBV0LeuM0zVLGHrW-2FP6RfwI1ZWV88DLIOY4vu1KB2ReAUcJWP8zYwKGF-2FJRJyj7Bh6zv1ArkzkuGDNvW1sACr0InCOIV-2BL8Vn4gEguDUpgvoVc4SjZQCQhI9yps870dLMsBvD6KwW6K6-2BW7l5nSpPqABLLQaLcrUg-2F9cDgA5hdBRLm45aRN8-2BQjFhxAMAC-2Fv-2BC1RzfMITBlzzFjvSyK8-2FO0GuFB8DdtBV5DW1UXQNrpWcDnBDQRIt-2FhOG-2FKc4sSDmsVBqUnIDUVd8RGAbfoooZYf7NML6iIc7GHvumIF4GBug-2F0DPpKnj1hWRO2BBKcU-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>

                  </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;">
                  </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=GA3tWWLb1-2FLi-2BYT1t27j3EfpNqWUtm2NqV7qVfZzmpnqp9GiB91tt3e3Hah0ibgmcaCI3a4VkQdwbgFq-2BkZFtYiGHedYVDD3mI7PLP-2FmLbII-2F4GM5v7Qo7N2wo5jsv4T6-2F9mgyRZ5hmjuSD5GsV3xeqkdBXBrtqECXqgRpahFbjgu6TmPL9NbV1WX212CaEnMTpeumxaFyrUOQNLtz-2FR3efEnBdnY5ROADAsQGEpJv-2B3YAVFRmgJl343RIRScMNNOK1e-2Fcd1NfcXx42WOXMtC0haFNAynpT2yOUXQQkgJZSaHxMwVJRZ5RmgEX-2FRYHi55zmaK2ghsjSqOWQamum-2FlKDy11-2FPwzG82kj5w6wHtw6x2P9FtzjdD4vPSueMOZviJ2bAsx7jQyxLsPt07u08KBavONKuQ4cWSo-2BWtsF7ppI4jD30QDImAXKEYrb3dixt4Z09Q9bjropnF6juthgAlo4qgOL13X-2FBXAgD-2FnzGqynWuP9R5t7r-2BqVwhrKYJ2FToZE-2BTed1-2BHpKHx43zTBOVIVdybmB-2BRfjWpxI62-2BAiLpBnxjWvcF81bUvhRsatU6F9SpGDJR2CEkvR0YgMqlLqr3BIrZfS1FRXyi2ydnUPXFbXR1BjYxA8APx1sLUNgbB0oG7y-2BUDIkYhukvG0v3ACRY8-2BuwOtThsddT4OHGiQEVdKEREbynN4-2FE-2FPBmzKnlCB7vfDqdoRk0UQquQJyNFPOI1Dwa4GPTaNAHbVzZKe3N9p5y6g3ipJEKEh5OKn1KORK3CyKltKPXjmpJo-2FEXThqWcBbuinzzYFP3-2F0EhrVmumyuUEQNx6wIoqZDOpaSBiGAevKXs0NvwMcR4ASLudrtRDoSlJs5oJGLjLnNVPpH22WtwVvw5rZENbQKWDcHn60i4qenz6aY1wan4uWl-2F2lZyKnjlXFEJc174PasZmhZQ-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=GA3tWWLb1-2FLi-2BYT1t27j3EfpNqWUtm2NqV7qVfZzmpnqp9GiB91tt3e3Hah0ibgmcaCI3a4VkQdwbgFq-2BkZFtYiGHedYVDD3mI7PLP-2FmLbII-2F4GM5v7Qo7N2wo5jsv4T6-2F9mgyRZ5hmjuSD5GsV3xeqkdBXBrtqECXqgRpahFbjgu6TmPL9NbV1WX212CaEnMTpeumxaFyrUOQNLtz-2FR3efEnBdnY5ROADAsQGEpJv-2B3YAVFRmgJl343RIRScMNNOK1e-2Fcd1NfcXx42WOXMtC0haFNAynpT2yOUXQQkgJZSaHxMwVJRZ5RmgEX-2FRYHi55zmaK2ghsjSqOWQamum-2FlKDy11-2FPwzG82kj5w6wHtw6x2P9FtzjdD4vPSueMOZviJ2bAsx7jQyxLsPt07u08KBavONKuQ4cWSo-2BWtsF7ppI4jD30QDImAXKEYrb3dixt4Z09Q9bjropnF6juthgAlo4qgOL13X-2FBXAgD-2FnzGqynWuP9R5t7r-2BqVwhrKYJ2FToZE-2BTed1-2BHpKHx43zTBOVIVdybmB-2BRfjWpxI62-2BAiLpBnxjWvcF81bUvhRsatU6F9SpGDJR2CEkvR0YgMqlLqr3BIrZfS1FRXyi2ydnUPXFbXR1BjYxA8APx1sLUNgbB0oG7y-2BUDIkYhukvG0v3ACRY8-2BuwOtThsddT4OHGiQEVdKEREbynN4-2FE-2FPBmzKnlCB7vfDqdoRk0UQquQJyNFPOI1Dwa4GPTaNAHbVzZKe3Pv0N6JhBrHUfadq8-2BPEuYWLIdyS00NVSTaCZ7kDBJpjTiFW0IykLKTAFQUf5cndu0tCG4Y2reXSiH-2FIxqhypkLl4gqxmhvjdTnlAWXDm10u8j0G9Jxxlq91lsDD7W6lmofFBgr5-2Fp3qnnG2XavjJUIDJGTqGM2bd-2FyRC6Qpy3yTrhVa4k70hjm23QlpN5konY-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>