Inboxes

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 -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <!-- Tell iOS not to automatically link certain text strings. -->
  <meta content="light dark" name="color-scheme"/>
  <meta content="light dark" name="supported-color-schemes"/>
  <title>
   Skillshare
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <script type="application/ld+json">
   [{
            "@context": "//schema.org/",
            "@type": "Organization",

            "logo": "https://skillshare-public-email-images.s3.amazonaws.com/social-avatar_circle_400x400.png"
        }]
  </script>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
  <!-- Web Font / @font-face : BEGIN -->
  <!--[if mso]>
    <style>
        * {
            font-family: sans-serif !important;
        }
    </style>
    <![endif]-->
  <!--[if !mso]><!-->
  <style>
   @font-face {
            font-family: 'KumlienPro';
            font-style: normal;
            font-weight: bold;
            src: local('KumlienPro'), local('KumlienPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fkumlien-pro%252FKumlienPro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MTQ2NjU3MzMuNzk1MzIzNn0:1s2Ysv:fPC3MROAgbn3CHjfzLReOjDpeoXff5d9VCVptXilHI4') format('woff');
        }

        @font-face {
            font-family: 'GTWalsheimPro';
            font-style: normal;
            font-weight: normal;
            src: local('GTWalsheimPro'), local('GTWalsheimPro'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-regular%252FGT-Walsheim-Pro-Regular.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MTQ2NjU3MzMuNzk1OTk5M30:1s2Ysv:cr5jloOzmZcoh9Nk9RKkvQ8zIQinfZmhWB4K0Sdqf7E') format('woff');
        }

        @font-face {
            font-family: 'GTWalsheimPro';
            font-style: normal;
            font-weight: bold;
            src: local('GTWalsheimProBold'), local('GTWalsheimProBold'), url('https://inboxflows.com/_/image/https%253A%252F%252Fstatic.skillshare.com%252Fassets%252Fcss%252Flibs%252Fhttps%252Fgt-walsheim-pro%252Fgt-walsheim-pro-bold%252FGT-Walsheim-Pro-Bold.woff/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZzdGF0aWMuc2tpbCIsInRpbWUiOjE3MTQ2NjU3MzMuNzk2MjUyfQ:1s2Ysv:5cWKxRMCVcg2zopWx9j8HjCVz7TlF-leDL3m0amNuO8') format('woff');
        }
  </style>
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <style>
   /* What it does: Tells the email client that both light and dark styles are provided. A duplicate of meta color-scheme meta tag above. */
        :root {
            color-scheme: light dark;
            supported-color-schemes: light dark;
        }

        /* 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;
        }

        /* What it does: Reset Headings */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 16px;
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

        /* What it does: Reset p */
        p {
            margin: 0;
            padding: 0;
        }


        /* 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: forces Samsung Android mail clients to use the entire viewport */
        #MessageViewBody,
        #MessageWebViewDiv {
            width: 100% !important;
        }

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

        /* What it does: Replaces default bold style. */
        th {
            font-weight: normal;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /* 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. */
        a[x-apple-data-detectors],
        /* iOS */
        .unstyle-auto-detected-links a,
        .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 changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a 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: 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 */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u~div .email-container {
                min-width: 320px !important;
            }
        }

        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u~div .email-container {
                min-width: 375px !important;
            }
        }

        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u~div .email-container {
                min-width: 414px !important;
            }
        }
  </style>
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style>
   /* What it does: Hover styles for buttons */
        .button-td,
        .button-a {
            transition: all 100ms ease-in;
        }

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

            .email-container {
                width: 100% !important;
                margin: 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;
            }

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


            /* TYPO */
            .heading-h1 {
                font-size: 48px !important;
                line-height: 48px !important;
            }

            .heading-h2 {
                font-size: 32px !important;
                line-height: 32px !important;
            }

            .heading-h3 {
                font-size: 26px !important;
                line-height: 32px !important;
            }

            .heading-h4 {
                font-size: 18px !important;
                line-height: 24px !important;
            }

            .heading-h5 {
                font-size: 14px !important;
                line-height: 24px !important;
            }

            .heading-h6 {
                font-size: 48px !important;
                line-height: 48px !important;
            }

            .section-wrap {
                padding-left: 32px !important;
                padding-right: 32px !important;
            }

            .header-wrap {
                padding-left: 32px !important;
                padding-right: 32px !important;
            }

            .footer-wrap {
                padding-left: 32px !important;
                padding-right: 32px !important;
            }

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

            .calendar-product-section{
              padding:32px 0!important;
            }

        }


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

            .section-wrap {
                padding-left: 16px !important;
                padding-right: 16px !important;
            }

            .header-wrap {
                padding-left: 16px !important;
                padding-right: 16px !important;
            }

            .footer-wrap {
                padding-left: 16px !important;
                padding-right: 16px !important;
            }

            .app-links {
                text-align: left !important;
            }

            .app-links tr {
                display: inline-block;
            }

            .app-links td {
                padding: 0 16px 0 0 !important;
            }

            .stack-column-small {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
        }
  </style>
  <!-- Progressive Enhancements : END -->
  <style>
   /* Dark Mode Styles : BEGIN */
  @media (prefers-color-scheme: dark) {
    .header-wrap{
      background-color: #002333!important;
    }

    .one-up-section-darkmode{
      background-color: #00334A!important;
    }

    .parag-04 {
        color: #FFFFFF !important;
    }

    .section-header-darkmode,
    .section-darkmode,
    .calendar-section-darkmode,
    .headline-hero {
        background: #002333 !important;
    }

    .section-header-darkmode h2,
    .headline-hero h1,
    .headline-hero p,
    .one-up-section-darkmode h1,
    .one-up-section-darkmode h2,
    .one-up-section-darkmode h4,
    .one-up-section-darkmode p,
    .section-darkmode h1,
    .section-darkmode h2,
    .section-darkmode h4,
    .section-darkmode p,
    .calendar-section-darkmode h3,
    .calendar-section-darkmode h4,
    .calendar-section-darkmode p,
    .calendar-section-darkmode span {
        color: #FFFFFF !important;
    }
    .dm-hide{
      display:none!important;
    }

    .dm-show{
      display:block!important;
    } 

    .border-darkmode{
      border-color: #FFFFFF!important;
    }

    .section-header-darkmode h3 {
        color: #00FF84  !important;
    }
  }
  /* Dark Mode Styles : END */



  @media screen and (max-width: 700px) {
    .one-up-content {
      padding-left: 0 !important;
      padding-top: 32px;
    }
  }
  </style>
 </head>
 <body style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #cccccc;" width="100%">
  <center aria-roledescription="email" lang="en" role="article" style="width: 100%; background-color: #cccccc;">
   <!--[if mso | IE]>
    <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color: #cccccc;">
    <tr>
    <td>
    <![endif]-->
   <!-- Preview Text Spacing Hack : BEGIN -->
   <div style="display:none">
    Join us for our first-ever virtual conference June 3-7
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏
       ͏  ͏  ͏  ͏  ͏  ͏
      ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
      ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
      ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
      ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
      ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­
   </div>
   <!-- Preview Text Spacing Hack : END -->
   <!-- Email Body : BEGIN -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" role="presentation" style="margin: auto;" width="700">
    <!-- HEADER : BEGIN -->
    <tr>
     <td align="left" class="header-wrap" style="background-color:#FFFFFF;padding-top:24px;padding-left:50px;padding-right:50px;padding-bottom:24px;" width="100%">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <a>
          <img alt="Skillshare" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252Flogo-dark-mode.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA4ODYxNX0:1s2Ysv:j6n8eyAgU8MkK9t9w3u9nBfEqg_wNyXgJFf1vYaiut8" width="90"/>
         </a>
        </td>
        <td align="right">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="right" style="font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-weight:bold;font-size:18px;color:#FFFFFF;">
           </td>
          </tr>
          <tr>
           <td align="right" style="font-size:10px;padding-top:4px;">
            <a style="color:#3722D3;text-decoration:none;font-family:'GTWalsheimPro',Helvetica,Arial,sans-serif;font-size:10px;">
             View in Browser
            </a>
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADER : END -->
    <!-- HEADLINE HERO : BEGIN -->
    <tr>
     <td align="center" class="section-wrap headline-hero" style="padding-left:50px;padding-right:50px;padding-top:56px;padding-bottom:48px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:48px;line-height:48px;color:#E53FD4;font-weight:bold;margin-top:0;margin-bottom:16px;">
          June 3-7, 2024
         </h2>
         <h1 class="heading-h1" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:76px;line-height:72px;color:#002333;font-weight:400;margin-top:0;margin-bottom:16px;">
          Join Us For Dream Job Week
         </h1>
         <p class="parag-01" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:22px;line-height:32px;color:#002333;margin-top:0;margin-bottom:16px;">
          Hey creative! Yes, we mean you. Are you ready to make your creative career dreams your new reality?
         </p>
         <p class="parag-01" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:22px;line-height:32px;color:#002333;margin-top:0;margin-bottom:16px;">
          Welcome to Dream Job Week! All week long, we’ll be sitting down with top creative professionals and industry icons from Pixar, Apple, Mischief, and more for in-depth workshops and free talks on everything from breaking into the best agencies to building a personal brand, and developing a career as a freelancer.
         </p>
         <!-- Button : BEGIN -->
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td class="button-td" style="border-radius:4px;background-color:#E53FD4;">
            <a class="button-a" style="border: 1px solid #E53FD4; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 10px 16px;color:#002333 !important;display:block; border-radius:4px;">
             <span style="font-size:18px;line-height:18px;">
              Get Tickets
             </span>
            </a>
           </td>
          </tr>
         </table>
         <!-- Button : END -->
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- HEADLINE HERO : END -->
    <!-- full-image-bleed : BEGIN -->
    <tr>
     <td class="section-darkmode" width="100%">
      <a>
       <img alt="alt_text" border="0" class="dm-hide" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-hero.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5MDc3M30:1s2Ysv:RaqxWdIbQ-dP3Vo8JnroB4AP2tE05O8eVMMfiFf_7-g" style="width:100%;max-width:700px;height:auto;margin:auto;display:block;" width="700"/>
       <!--[if !mso]><!-->
       <img alt="alt_text" border="0" class="dm-show" height="auto" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-hero-dm.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5MjExNX0:1s2Ysv:wWOWc51hJfPiCIZ1yzl1FLpj9tHnR0cB3tXbuybfzVs" style="width:100%;max-width:700px;height:auto;margin:auto;display:none;" width="700"/>
       <!--<![endif]-->
      </a>
     </td>
    </tr>
    <!-- full-image-bleed : END -->
    <!-- SECTION HEADER: BEGIN -->
    <tr>
     <td align="center" class="section-wrap section-header one-up-section-darkmode" style="padding-left:50px;padding-right:50px;padding-top:48px;padding-bottom:40px;background-color:#CBFFCA;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-weight:400;font-size:48px;line-height:48px;color:#000000;margin-top:0;margin-bottom:0;">
          24 Iconic Speakers.
          <br/>
          8 Free Sessions.
          <br/>
          2 Deep Dive Workshops.
          <br/>
          5 Inspiring Days.
         </h2>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- SECTION HEADER: END -->
    <!-- one-up-text-right : BEGIN -->
    <tr>
     <td class="section-wrap one-up-section-darkmode" style="padding-top:0px;padding-bottom:48px;padding-left:50px;padding-right:50px;background-color:#CBFFCA;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation">
       <tr>
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="288">
         <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
          <tr>
           <td>
            <a>
             <img alt="product" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-featured-aaron-draplin.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5NDQzMn0:1s2Ysv:5My78I0pCMCis9ZPhrx9wmRDEKqiQUkBUtiBLdiRhTc" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
            </a>
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
        <!-- Column : BEGIN -->
        <td class="stack-column" valign="top" width="312">
         <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
          <tr>
           <td align="left" class="one-up-content" style="padding-left:24px;">
            <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#000000;font-weight:bold;margin-top:0;margin-bottom:16px;">
             Featured Workshop:
             <br/>
             Aaron Draplin’s Type Tips
            </h4>
            <p class="parag-03" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:16px;line-height:24px;color:#000000;margin-top:0;margin-bottom:16px;">
             Join Aaron Draplin for an interactive workshop where he’ll go in-depth on his top typographic tips and share insights to help you level-up your design career.
            </p>
            <!-- Button : BEGIN -->
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td class="button-td" style="border-radius:4px;background-color:#E53FD4;">
               <a class="button-a" style="border: 1px solid #E53FD4; font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;font-weight:bold;text-decoration:none;padding: 6px 16px;color:#002333 !important;display:block; border-radius:4px;">
                <span style="font-size:16px;line-height:16px;">
                 Buy Tickets
                </span>
               </a>
              </td>
             </tr>
            </table>
            <!-- Button : END -->
           </td>
          </tr>
         </table>
        </td>
        <!-- Column : END -->
       </tr>
      </table>
     </td>
    </tr>
    <!-- one-up-text-right : END -->
    <!-- SECTION HEADER: BEGIN -->
    <tr>
     <td align="center" class="section-wrap section-header section-header-darkmode" style="padding-left:50px;padding-right:50px;padding-top:48px;padding-bottom:48px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#000000;font-weight:bold;margin-top:0;margin-bottom:0;">
          Explore Free Sessions
         </h3>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- SECTION HEADER: END -->
    <!-- CALENDAR PRODUCT : BEGIN -->
    <tr>
     <td class="section-wrap calendar-section-darkmode" style="padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="border-darkmode" style="padding-top:48px;padding-bottom:48px;border-top:1px solid #000000;">
         <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation">
          <tr>
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td>
               <a>
                <img alt="product" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-session-one.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5NjE1fQ:1s2Ysv:B18RtaBBii6sGMsH7wI9BoJUnyAA_WXFvsga1Kzrw8k" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td class="stack-column" dir="ltr" style="line-height:24px;" width="24">
           </td>
           <!-- Column : END -->
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td valign="top" width="20%">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                JUN
               </h3>
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:40px;color:#002333;">
                3
               </span>
              </td>
              <td valign="top">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                MONDAY, 3PM ET
               </h3>
               <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
                Land Your First Freelance Gig &amp; Grow Your Portfolio
               </h4>
               <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#002333;margin-top:0;margin-bottom:8px;">
                Bimma Williams, Khadija El Sharawy, Laci Jordan
               </p>
               <!-- Button : BEGIN -->
               <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
                <tr>
                 <!-- Button : BEGIN -->
                 <td class="button-td">
                  <a class="button-a" style="font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;text-decoration:none;padding: 6px 16px 6px 0;color:#3722D3;display:block;">
                   <span style="font-size:18px;line-height:18px;">
                    Get Your Free Ticket &gt;
                   </span>
                  </a>
                 </td>
                 <!-- Button : END -->
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- CALENDAR PRODUCT : END -->
    <!-- CALENDAR PRODUCT : BEGIN -->
    <tr>
     <td class="section-wrap calendar-section-darkmode" style="padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="border-darkmode" style="padding-top:48px;padding-bottom:48px;border-top:1px solid #000000;">
         <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation">
          <tr>
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td>
               <a>
                <img alt="product" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-session-two.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5NzgyN30:1s2Ysv:LlhHIjy6XTNNprQuiZpIFcVzDIcqVTo4S5nDLmjvsZo" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td class="stack-column" dir="ltr" style="line-height:24px;" width="24">
           </td>
           <!-- Column : END -->
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td valign="top" width="20%">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                JUN
               </h3>
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:40px;color:#002333;">
                4
               </span>
              </td>
              <td valign="top">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                Tuesday, 1pM ET
               </h3>
               <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
                Make Your Mark in Animation: Live with Award-Winning Industry Veterans
               </h4>
               <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#002333;margin-top:0;margin-bottom:8px;">
                Deanna Marsigliese, Jorge Gutierrez, Paul Trillo
               </p>
               <!-- Button : BEGIN -->
               <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
                <tr>
                 <!-- Button : BEGIN -->
                 <td class="button-td">
                  <a class="button-a" style="font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;text-decoration:none;padding: 6px 16px 6px 0;color:#3722D3;display:block;">
                   <span style="font-size:18px;line-height:18px;">
                    Get Your Free Ticket &gt;
                   </span>
                  </a>
                 </td>
                 <!-- Button : END -->
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- CALENDAR PRODUCT : END -->
    <!-- CALENDAR PRODUCT : BEGIN -->
    <tr>
     <td class="section-wrap calendar-section-darkmode" style="padding-left:50px;padding-right:50px;background-color:#FFFFFF;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td class="border-darkmode" style="padding-top:48px;padding-bottom:48px;border-top:1px solid #000000;">
         <table border="0" cellpadding="0" cellspacing="0" dir="rtl" role="presentation">
          <tr>
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
             <tr>
              <td>
               <a>
                <img alt="product" border="0" class="r-img" height="288" src="https://inboxflows.com/_/image/https%253A%252F%252Fskillshare-public-email-images.s3.amazonaws.com%252F2024-04-29-djw-announcement-session-three.jpg/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZza2lsbHNoYXJlLSIsInRpbWUiOjE3MTQ2NjU3MzMuODA5OTY4Mn0:1s2Ysv:1UjnvNfI7O0erQtHLuwLwL_RGpUqWaXSJJRtc41aIgw" style="width:100%;max-width:288px;height:auto;border-radius:4px;display:block;" width="288"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td class="stack-column" dir="ltr" style="line-height:24px;" width="24">
           </td>
           <!-- Column : END -->
           <!-- Column : BEGIN -->
           <td class="stack-column" dir="ltr" valign="top" width="288">
            <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
             <tr>
              <td valign="top" width="20%">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                JUN
               </h3>
               <span style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:40px;color:#002333;">
                6
               </span>
              </td>
              <td valign="top">
               <h3 class="heading-h5" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:0px;text-transform:uppercase;">
                Thursday, 1PM ET
               </h3>
               <h4 class="heading-h4" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:18px;line-height:24px;color:#002333;font-weight:bold;margin-top:0;margin-bottom:8px;">
                From Agency to In-House: Snag a Job with your Dream Brand
               </h4>
               <p class="parag-04" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:14px;line-height:16px;color:#002333;margin-top:0;margin-bottom:8px;">
                Sina Port, Kiron Heriot-Darragh, Ana Andjelic, Michael Fitzsimmons
               </p>
               <!-- Button : BEGIN -->
               <table align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
                <tr>
                 <!-- Button : BEGIN -->
                 <td class="button-td">
                  <a class="button-a" style="font-family:'GTWalsheimPro',Helvetica, Arial, sans-serif;text-decoration:none;padding: 6px 16px 6px 0;color:#3722D3;display:block;">
                   <span style="font-size:18px;line-height:18px;">
                    Get Your Free Ticket &gt;
                   </span>
                  </a>
                 </td>
                 <!-- Button : END -->
                </tr>
               </table>
               <!-- Button : END -->
              </td>
             </tr>
            </table>
           </td>
           <!-- Column : END -->
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- CALENDAR PRODUCT : END -->
    <!-- SECTION HEADER: BEGIN -->
    <tr>
     <td align="center" class="section-wrap section-header one-up-section-darkmode" style="padding-left:50px;padding-right:50px;padding-top:40px;padding-bottom:40px;background-color:#1F211F;">
      <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
       <tr>
        <td align="left">
         <h2 class="heading-h2" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:48px;line-height:48px;color:#FFFFFF;font-weight:400;margin-top:0;margin-bottom:16px;">
          It all starts June 3.
         </h2>
         <h3 class="heading-h3" style="font-family:'GTWalsheimPro', Helvetica, Arial, sans-serif;font-size:26px;line-height:32px;color:#00FF84;font-weight:bold;margin-top:0;margin-bottom:0;">
          Reserve your spot today.
         </h3>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- SECTION HEADER: END -->
    <!-- BLUE Footer : BEGIN -->
    <tr>
     <td align="center" class="footer-wrap" style="padding: 32px 50px;background-color:#002333;" valign="top" width="100%">
      <table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 700px;" width="100%">
       <tr>
        <td width="100%">
         <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td class="stack-column-small" style="text-align: left !important;padding-bottom:16px 0 !important;" valign="top" width="50%">
            <a>
             <img src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44195%252Fcontent%252Fss-logo-wht.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwMTQyNX0:1s2Ysv:5FV3eAY4mCyTJc4o4x6VIXe5Gg4wYwlcKGIzx7-TK_E" width="111"/>
            </a>
            <table border="0" cellpadding="0" cellspacing="0" style="margin:0 !important;">
             <tr>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Facebook" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44196%252Fcontent%252Ffacebook-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwMzE5N30:1s2Ysv:otuO-sNE0GdweF5PzGgjbSIwbpxFt5l1BHz0vFnZL_o" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Pinterest" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F208020%252Fcontent%252Fsk-logo-pinterest-footer.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwNDkwNn0:1s2Ysv:JZbqdCwfy1GA1mPn7IltzzqfZpsfioY2736zBKAj_sE" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on Instagram" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44198%252Fcontent%252Finstagram-color.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwNjAzOX0:1s2Ysv:tMpXWwQF0sfX7GsNPZNvys37vKaFwKgT2pAhuciROqw" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;padding-right:18px;">
               <a>
                <img alt="Skillshare on TikTok" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110720%252Fcontent%252Fss-tiktok-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwNzEwN30:1s2Ysv:HZBQsf2R3jBBiL8ue-ggkzN3f7S7H5sNKRqkLnK1yic" width="22"/>
               </a>
              </td>
              <td style="padding-top:16px;padding-bottom:16px;">
               <a>
                <img alt="Skillshare on YouTube" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F110722%252Fcontent%252Fss-youtube_-icon.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwODU0NH0:1s2Ysv:TNEepMfucey2Tk5-Ynrqj05zYtra8yGBRlV40GKkwP8" width="22"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
           <td align="right" class="stack-column-small app-links" style="vertical-align:bottom;padding-bottom:12px;text-align:right;" valign="bottom" width="50%">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
             <tr>
              <td align="right" width="100%">
               <a>
                <img alt="Appstore" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44199%252Fcontent%252Fappstore.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODEwOTU3N30:1s2Ysv:QeOMUbL4VYD1khaexd-zRE2ceyPtDE7nBIqot64fhoE" width="112"/>
               </a>
              </td>
             </tr>
             <tr>
              <td align="right" style="padding-top:12px;" width="100%">
               <a>
                <img alt="Google Play" src="https://inboxflows.com/_/image/https%253A%252F%252Fcdn.getblueshift.com%252Fpictures%252F44200%252Fcontent%252Fgoogle-play.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjZG4uZ2V0Ymx1ZSIsInRpbWUiOjE3MTQ2NjU3MzMuODExMDU0Mn0:1s2Ysv:umKyk2NPCNBjx9zN_it5TvxJc9EVlYxQL4PLNzaZBJw" width="112"/>
               </a>
              </td>
             </tr>
            </table>
           </td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;" valign="middle">
         215 Park Avenue South, 11th Floor
         <br/>
         New York, NY 10003
        </td>
       </tr>
       <tr>
        <td class="footer-padding" style="font-family:'GTWalsheimProBold', Helvetica, Arial, sans-serif;font-size: 12px;line-height:14px;color:#FFFFFF;padding-top:16px;" valign="middle">
         You’re receiving this email at
         <span style="color:#ffffff;">
          7f99e7ef@uifeed.com
         </span>
         because you signed up to receive some creative goodness in your inbox (and other updates from Skillshare as we have them).
        </td>
       </tr>
       <tr>
        <td valign="top" width="100%">
         <table cellpadding="0" cellspacing="0" width="100%">
          <tr>
           <td align="left" style="font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height: 14px;color:#FFFFFF;padding-top:16px;">
            If you need a little break, you can
            <a style="color:#00FF84;text-decoration: none;">
             unsubscribe here
            </a>
            or update your
            <a style="color:#00FF84;text-decoration: none;">
             communication preferences
            </a>
            .
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
    <!-- END: Footer Blue -->
   </table>
   <!-- Email Body : END -->
   <!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]-->
  </center>
  <img alt="" border="0" data-bsft-open-pixel="" height="1px" src="https://inboxflows.com/_/image/https%253A%252F%252Fclick.skillshare.com%252Ftrack%253Fuid%253Da75bcb3d-56ae-472a-9887-d1b3bb01bb19%2526txnid%253D5d60469d-fe85-4833-8b4f-9fb784e4dde3%2526bsft_aaid%253Dd5edc627-0f6f-46e0-b492-6ae0d9cbe64a%2526eid%253Daeb68861-1684-4c0e-ba4f-00baee1604fe%2526mid%253D7a5dbaf0-30fb-4ec1-8658-167b39361c5b%2526bsft_ek%253D2024-05-02T16%253A00%253A44Z%2526bsft_tv%253D3%2526bsft_mime_type%253Dhtml%2526a%253Dopen/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZjbGljay5za2lsbCIsInRpbWUiOjE3MTQ2NjU3MzMuODExNTcwMn0:1s2Ysv:Wt80IJLH0HVwV8H57yCIkFgwQa_KiwwtlbD1vGHq7lc" style="margin: 0 !important; padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important;" width="1px"/>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/http%253A%252F%252Femail.skillshare.com%252Fwf%252Fopen%253Fupn%253Du001.HftqaPILkpBzmAp6IyrzumIKNRAuWFkfgewAAhe3EgtxIwo-2FcTOYTFAtV601DdSg9uK9ln92eQ2gJQormaLPd8uX7Iau7aQ17VTl7p6JXjU3egVcphVwTGSeqB3d1lPUSDPZP6v7-2FxHvVAOHpYHhR-2Fr86ShfamFHURhYSDUnFSbKjrzvu5r5-2FMdAHvdZ1NKjOJrrSwcO1b52ve0E9TSkp93wrbPP5bVGc4Ybab9RigHVjzN15ZSlE2tB-2B1TRSU5M-2BqZOSpDmmCbhZPRBp8Rv8xRc3XQ0E3rhvvyRgw8EH4NGL20dHNhv13G4fCMfsLBmkHq2bPYiThyznR4u7V8Z4NAAaDE8OmLKjC4sv3zUOzvzqIWhfEiyAQllFYD77h8VQ7GvKQNZWfccKfzAeJKMaPyN5KvzkIdqiZ5X0fGA9SgKXc2itu9elYvM4BpOPkgBi-2BNFxyWyHKZG5TK3bY8QJG7BSr7jG-2BIlMn7YfnJEEbPSEcnZduTiQd1mR2pSs3K16EFGpl86j-2FsJnpcs-2BlMpeXWEcG1TKkFsEMzvgP8xntvxxKNLLg9n46Xv8-2FOwcL5uHt5MmTmg3GSQDy4JpNHlwXeB1FY-2BuD5L-2FENvE19UAexdRJPG9umqEiagDHYxncckVPWiocJve4gK3wCYx5lEUxmCXZ9LgW7UIC-2B0QU9UVyRwtZ5mGx7dy0Q58ghAbtggauMJ6hKX7vxROK7Z4JPF159BXv8ZgP7zRb8VCegFK4cAXCbL69wb7GeT8QPiAP7Oj-2FlapLYj5pWSnA6qaGNIQAzzOe-2FENMx3BSmrTqYODFek2s8Iyr-2BfBpke4LjC0FJQ1bdoD5YSu1sPXazaAJgVF-2FLOkVsc91c9KnAD8ShfCpUDxyLYBwBFp527VofbdyGDiVfOaCX-2FMgAS7UNU1Cv799G6zpFz-2FWEwXcFzCIVgCO5nxkk4dBLiai4UVZXWNrjTgcRk5sHVwNt7aKiYOdvjOj9gPn2qAZO08JchJu1sfA22aB3v8eJ-2BKeDn-2BHXCTHqFoJJR20OwKGInCOXEg7swa4HyGcg1RSWTEENjqhuhr2wd9VeShDcmU8MCYMRTv7Es/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cCUzQSUyRiUyRmVtYWlsLnNraWxscyIsInRpbWUiOjE3MTQ2NjU3MzMuODExOTk5Nn0:1s2Ysv:H9xoKHewFuChOqwNOPqKUs7Jkwp2DJhK_mrUNdMit-I" 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;" width="1"/>
 </body>
</html>