<!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-3D_Tmt_8CboLEvYaUqDTDzWbCcxtkJkzK0xbfyJGJKw-2FhcSj5qcaAtO5mz001BalmDrh5MFmAOTE5o5v5rX-2FqhEExiSV8vB4mDynjJfJjqX0cwtYCvFX1RIm0dJUMe-2BcMXO22BRH7wPEB6O4v9DW6oI3xHcQa3tF2V48-2Bocl4jmOXnFZuLbtxH-2FshvqGoUvxCgmS9J5KpJn6NEVvSzL86XNaiP2h6BeeJ7z-2BrdImN5CeOriWPW0cJtQtjvtd-2FamsGrFuQ1TiPUMsW96OtdgvdKFkzZVFYDlhGjv9iCHp5wZtoZnl9JShesBw9kBab0cU30i2D5gY40KhSlks-2BiYkUPBmtIZLdb4N-2FxX57kfnwjoJsCvO9K-2BMLZU1EpQm0zSOd6AnhjBwy-2Btt6tkO1vudPTbghwAwEbhWDErskuwfXSbF8sY7qvgm0zaEdxX0fXC6Pszg6pqyNyYd7vmmR0N-2BfuHrl090Uqvd1mOv7HOZBlBfoZ9cw79yIgmlesJHaSlTV3ClXwsz2NctnYxAV451DFGte1d1PaMYBkRCMM4AskicBJK-2FjeEjS4EI-2BFLzr22gRCzNgrN0XGMVNd124YX2LlUomFqaaTTTC-2BKYgr6zXVdz5gEAD1oF-2Bmar52-2BiC0HX83WbpZ8ca35TNzbi-2FYpiKEXIi7fYBKir84vmjx92dFXcSSWPMSxUESi6xG-2FmYyzulQBFettiRQDoXcZdC6CxM7IL0CED6gJ1uI6AObw4flNySzituMA4nFU8QS5pYouWSyRoZMk7To4hqLmLs-2BfzhHGSscj90JykD2jWLx1ixxmD3VWa7Cm2Hq6RZseiZawKsJqH6ZYbYRct3Q-2BxLi0owjIjzWe1VLx49mTl3LdEcs-2FxUYp-2FKl8xOcwIHpcOQEd2EEicV-2BVKjfUFCe-2Fa5eKh1mUd2cnoA2LSjqY9Sz-2FADRFx67EmtI-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;">
                      In the past nine months we’ve seen a massive shift towards a digital and remote work
                      environment. As things head back to normal, we can assume these remote processes we put in
                      place are around to stay. In fact, it will be the new way many businesses operate going forward.
                      <br><br>
                      That’s why we built Calendar--an all-in-one calendar management, scheduling, and productivity
                      solution to help you and your team stay maximize their time and potential. Calendar separates
                      itself from the other tools by providing:
                    </p>

                    <!-- FEATURES TABLE -->
                    <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/f4fce25d-1436-4ff7-9291-9b5f45b234a9/72x72.png">
                              </td>
                              <td class="event-item-val" width="80%"
                                  style="padding:20px 0 10px 5px; text-decoration:none;">
                                <span class="fallback-font">
                                  <strong>Team Scheduling:</strong>
                                  Use our Find-A-Time feature to book meetings with up to 50 team
                                  members, no more back and forth emails or syncing internal schedules.
                                </span>
                              </td>
                            </tr>

                            <tr>
                              <td align="left" width="20%"
                                  style="padding:20px 0 10px 0; vertical-align:top; white-space:nowrap;">
                                <img alt="Analytics"
                                     style="vertical-align:top; padding-top:5px;"
                                     src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/6a117533-5a6b-4abf-a066-a37b5908a4c9/72x72.png">
                              </td>
                              <td class="event-item-val" width="80%"
                                  style="padding:20px 0 10px 5px; text-decoration:none;">
                                <span class="fallback-font">
                                  <strong>Calendar Analytics:</strong>
                                  See where you and your team’s time is being spent,
                                  use this data to optimize your team’s performance.
                                </span>
                              </td>
                            </tr>

                            <tr>
                              <td align="left" width="20%"
                                  style="padding:20px 0 10px 0; vertical-align:top; white-space:nowrap;">
                                <img alt="AI"
                                     style="vertical-align:top; padding-top:5px;"
                                     src="http://cdn.mcauto-images-production.sendgrid.net/453850d1ef435f28/18410d05-479a-48af-8913-dd83d35e8764/72x72.png">
                              </td>
                              <td class="event-item-val" width="80%"
                                  style="padding:20px 0 10px 5px; text-decoration:none;">
                                <span class="fallback-font">
                                  <strong>Artificial Intelligence:</strong>
                                  We are building a Smart Calendar
                                  that will give you suggestions and insights on how to make the most of your time.
                                </span>
                              </td>
                            </tr>

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

                    <p class="fallback-font"
                       style="padding-top:10px; text-decoration:none;">
                      Still not convinced? On average we save our customers 4.3 hours per week, so give
                      us a shot and enjoy a 30-day free Pro trial, no credit card required.
                      <br><br>
                      Looking forward to seeing you join the Calendar family.
                    </p>

                    <!-- BUTTON -->
                    <table class="body-action" width="100%" border="0" cellspacing="0" cellpadding="0"
                           role="presentation"
                           style="padding:10px 0;">
                      <tr>
                        <td align="center">
                          <table border="0" cellspacing="0" cellpadding="0" role="presentation">
                            <tr>
                              <td align="center" valign="middle" bgcolor="#587CCB"
                                  style="display:block; border-radius:6px;">
                                <a class="fallback-font button"
                                   style="display:block; padding:14px 25px; border-radius:6px;
                                   font-size:14px; line-height:1.4; font-weight:bold;
                                   text-decoration:none; letter-spacing: 2px;
                                   color: #FEFEFE; background:#587CCB; border:1px solid #587CCB;"
                                   href="http://url9539.calendar.com/ls/click?upn=aa4TH9t09kvpm62FQweLsCwcVAwU5betsA3WgZ7t5GifelGpefjJFYwKwFtzPfOmUtll_8CboLEvYaUqDTDzWbCcxtkJkzK0xbfyJGJKw-2FhcSj5qcaAtO5mz001BalmDrh5MFmAOTE5o5v5rX-2FqhEExiSV8vB4mDynjJfJjqX0cwtYCvFX1RIm0dJUMe-2BcMXO22BRH7wPEB6O4v9DW6oI3xHcQa3tF2V48-2Bocl4jmOXnFZuLbtxH-2FshvqGoUvxCgmS9J5KpJn6NEVvSzL86XNaiP2h6BeeJ7z-2BrdImN5CeOriWPW0cJtQtjvtd-2FamsGrFuQ1TiPUMsW96OtdgvdKFkzZVFYDlhGjv9iCHp5wZtoZnl9JShesBw9kBab0cU30i2D5gY40KhSlks-2BiYkUPBmtIZLdb4N-2FxX57kfnwjoJsCvO9K-2BMLZU1EpQm0zSOd6AnhjBwy-2Btt6tkO1vudPTbghwAwEbhWDErskuwfXSbF8sY7qvgm0zaEdxX0fXC6Pszg6pqyNyYd7vmmR0N-2BfuHrl090Uqvd1mOv7HOZBlBfoZ9cw79yIgmlesJHaSlTV3ClXwsz2NctnYxAV451DFGte1d1PaMYBkRCMM4AskicBJK-2FjeEjS4EI-2BFLzr22gRCzNgrN0XGMVNd124YX2LlUomFqaaTTTC-2BKYgr6zXVdz5gEAD1oF-2Bmar52-2BiC0HX83WbpZ8ca35TNzbi-2FYpiKEXIi7fYBKir84vmjx92dFXcSSWPMSxUESi6xG-2FmYyzulQBFettiRQDoXcZdC6CxM7IL0CED6RZZPh-2BKGJt7g0R11HjVGtiPi8XqcVUCZ3h3Q-2B62mys8EtmUyNFt7IcjrAhyOk0MxJ3dOj-2Bi640KlWbVf-2BFDv12w1dhEPIfyBV5iDfHalXN1zD527Q-2BCYFqSd5X4CFMOpp9JfKQzlTR6FBmDy31pYdfhqL1vzHqgnwQTpyqHqlLV53iWjFoDvPTVSeqBDBExXjWtgvCk47QiIn-2BNvRgOQ4-3D" target="_blank">
                                  TRY CALENDAR PRO FOR FREE
                                </a>
                              </td>
                            </tr>
                          </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=qvH0bslBZhUSFsbq-2F3JWKbK9uqeAUF-2BsoGy6haeBukIW82pYQD1W-2BJDts1-2BUezCxgHQrBoSz2G8XiKoZgA6Y5gSx0YaZwUa9CGKL4K14y7RjBjOU58fOVGgo-2F0s6HfDpZqL5vHVYq5k3D3loyK2hGlvFC2WeSoHQKylsDIi7BBq382ZWfMFdZxHJJsBEX54ydQlAG-2B1sAcF7hjca-2Bbcbjk-2FgxBabDELGL80YaNE9FvdHQxWo5-2BGIpUImho6Fj-2BXtcHYCWXnPLZG5cP9GAfbQMl5SIs8-2FkX9gZZr0a7-2Flnohr2ckwyuKvPJggG-2B9MjEZyxPXwwFfj0N26jwhBmQYzS1r-2FbCs8jTq-2FLEJmSVbIS0EWVppSG9vhQHwSxBPS7oZ1lMD4vpzF4G05gPK88LYEAugw4-2BsN6-2FyNl-2Fs0MB-2FYNfcRjR4QwbF5BJAQC7WbxeG7QOP6gZaFupf4WQRyIUJf32EhfdUihuuTdJ8ncgQ3z8pI88Y-2FCURzlBfsZAlkkTKYTvzk62toNaP5b0L85i3C-2FRRsZ7Uzw3BYZtnRm83IE57jDD0J8-2FfnwNtsZkoT-2FAWpj-2BIwEBeH2Tz-2BZSzfsAllE9e0knfvMJO67YTaksPXPUiHFcP0VEXgDmKRbbxoCZExdG6YkEnjum5iqjJo9MbwUmY-2BfXWiV7O-2BYlrzgG3N-2FW7IgKjkcfNyrTmUZ0fnf9pa2x9pjYP1Zeiexv70jtoMJH4Lb1pICuDLmKHljVaVq9VuGPG-2BO8qRrnEUh2pu6OmKqx-2ByurBYwi94Wwey3h8jkHXVVdX7y2fVS2-2FyDVlQijSiHHCSqPjGQkPzCNz4sROv5jcYfGJDeIEbBWYknVVISE7e-2BAk4fJdvNwwFY7xSjTQHiwAkPKooKkwkNg8kYx9NPqH2Qqu-2BPWveqnwZEEBPP6U-2BqN1TUtH778q8dkpYge8-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=qvH0bslBZhUSFsbq-2F3JWKbK9uqeAUF-2BsoGy6haeBukIW82pYQD1W-2BJDts1-2BUezCxgHQrBoSz2G8XiKoZgA6Y5gSx0YaZwUa9CGKL4K14y7RjBjOU58fOVGgo-2F0s6HfDpZqL5vHVYq5k3D3loyK2hGlvFC2WeSoHQKylsDIi7BBq382ZWfMFdZxHJJsBEX54ydQlAG-2B1sAcF7hjca-2Bbcbjk-2FgxBabDELGL80YaNE9FvdHQxWo5-2BGIpUImho6Fj-2BXtcHYCWXnPLZG5cP9GAfbQMl5SIs8-2FkX9gZZr0a7-2Flnohr2ckwyuKvPJggG-2B9MjEZyxPXwwFfj0N26jwhBmQYzS1r-2FbCs8jTq-2FLEJmSVbIS0EWVppSG9vhQHwSxBPS7oZ1lMD4vpzF4G05gPK88LYEAugw4-2BsN6-2FyNl-2Fs0MB-2FYNfcRjR4QwbF5BJAQC7WbxeG7QOP6gZaFupf4WQRyIUJf32EhfdUihuuTdJ8ncgQ3z8pI88Y-2FCURzlBfsZAlkkTKYTvzk62toNaP5b0L85i3C-2FRRsZ7Uzw3BYZtnRm83IE57jDD0J8-2FfnwNtsZkoT-2FAWpj-2BIwEBeH2Tz-2BZSzfsAllE9e0knfvMJO67YTaksPXPUiHFcP0VEXgDmKRbbxoCZExdG6YkEnjum5iqjJo9MbwUmY-2BfXWiV7O-2BYlrzgG3N-2FW7IgKjkcfNyrTmUZ0fnf9pa2x9pjYP1Zeiexv70jtoMJCMcETY6uyb4VWcvWM5pN18q62xDQcXnaCTH4EVHZlf9yNe1UP2NofZ02GN-2Fr85T7tIFvctvrVWMITNp5OBetFJ9XGvdcVoSr5RidEGcXGskHIVEGB1zDTkiy7A1mAm1vKm076OJH5PdFQJ5EW1k6EE3YO5A-2BwZCDqh85-2FYrIlRMJacVuWd99suDFqa67-2Fzz-2FijQ-2BjpUYOKiw7Sa62dz9AU-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>