  .custom-html--sitecore #block-overview {
    background: linear-gradient(to right, #320075, #a100ff, #e60ec9);
    height: 31px;
  }
  .custom-html--sitecore #block-episode-2-human-centric-technology .block-content {
    display: block;
  }
  .custom-html--sitecore .video-player-module .video-content .cta {
    color: #a100ff;
  }
  .custom-html--sitecore .tr-series-intro {
    color: #a100ff;
  }
  .custom-html--sitecore .tr-video-content {
    padding: 1em 0 !important;
  }
  .custom-html--sitecore .tr-person-1,
  .custom-html--sitecore .tr-person-2 {
    margin-bottom: 5%;
    flex-grow: 1;
  }
  .custom-html--sitecore .tr-block {
    display: flex;
    flex-direction: row;
    margin-bottom: 5%;
    align-items: center;
  }
  .custom-html--sitecore .tr-block-1 {
    display: flex;
    flex-direction: row;
  }
  .custom-html--sitecore .tr-dividing-line {
    width: 0;
    height: 120px;
    border: 1px solid #a100ff;
    opacity: 1;
    margin-left: 5%;
  }
  .custom-html--sitecore .tr-name-and-title {
    margin: 0;
    font-family: 'Graphik Bold', sans-serif;
    /* font-size: 40px; */
  }
  .custom-html--sitecore .tr-text-container {
    padding-left: 5%;
    font-family: 'Graphik Regular', sans-serif;
    font-size: 17px;
    min-width: 300px;
  }
  .custom-html--sitecore .tr-socials {
    display: flex;
    width: 345px;
    height: 55px;
    justify-content: space-between;
  }
  .custom-html--sitecore .tr-socials-2 {
    display: flex;
    width: 285px;
    height: 55px;
    justify-content: space-around;
  }
  .custom-html--sitecore .tr-socials-3 {
    display: flex;
    width: 250px;
    height: 55px;
    justify-content: space-between;
  }
  .custom-html--sitecore .tr-grid-container {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
  }
  .custom-html--sitecore .tr-grid-container-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .custom-html--sitecore .video-playlist {
    display: flex;
    gap: 10px;
  }
  .custom-html--sitecore .playlist-item {
    background-color: #a100ff;
    width: 275px;
    height: 159px;
  }
  .custom-html--sitecore .thumbnail-container {
    display: flex;
    justify-content: center;
    padding: 30px 0 10px 0;
  }
  .custom-html--sitecore .title-container {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    min-height: 91px;
    padding: 0 10px;
  }
  .custom-html--sitecore .tr-playlist-item {
    cursor: pointer;
  }
  .custom-html--sitecore .tr-playlist-video-title {
    font-size: 14px !important;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
  }
  .custom-html--sitecore .video-subtitle {
    font-size: 12px !important;
    color: white;
  }
  .custom-html--sitecore .ion-ios-play {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    color: white;
  }
  .custom-html--sitecore .item-custom-play {
    background-color: #411876;
    width: 55px;
    height: 35px;
    border-radius: 25%;
  }
  .custom-html--sitecore .card-thumbnail {
    display: none;
  }
  .custom-html--sitecore .tr-socials a {
    width: 55px;
    height: 55px;
  }
  .custom-html--sitecore .tr-socials-2 a {
    width: 55px;
    height: 55px;
    margin-right: auto;
  }
  .custom-html--sitecore .tr-socials-3 a {
    width: 55px;
    height: 55px;
  }
  .custom-html--sitecore .tr-socials a path,
  .custom-html--sitecore .tr-socials a circle,
  .custom-html--sitecore .tr-socials-2 a path,
  .custom-html--sitecore .tr-socials-2 a circle,
  .custom-html--sitecore .tr-socials-3 a path,
  .custom-html--sitecore .tr-socials-3 a circle {
    transition: fill 0.3s ease-in-out;
  }
  .custom-html--sitecore .tr-socials a:hover path,
  .custom-html--sitecore .tr-socials-2 a:hover path,
  .custom-html--sitecore .tr-socials-3 a:hover path {
    fill: #fff;
  }
  .custom-html--sitecore .tr-socials a:hover circle,
  .custom-html--sitecore .tr-socials-2 a:hover circle,
  .custom-html--sitecore .tr-socials-3 a:hover circle {
    fill: #0000ff;
  }
  .custom-html--sitecore .tr-socials .tr-email-icon:hover circle,
  .custom-html--sitecore .tr-socials-2 .tr-email-icon:hover circle,
  .custom-html--sitecore .tr-socials-3 .tr-email-icon:hover circle {
    fill: #6b6b6b;
  }
  .custom-html--sitecore .tr-block-2 {
    align-items: center;
  }
  .custom-html--sitecore .tr-block-2 h3 {
    margin-right: 5%;
    /* font-size: 3.2rem; */
    padding: 0;
  }
  .custom-html--sitecore .tr-border {
    background: #00baff;
    height: 7px;
    margin-top: 5px;
  }
  .custom-html--sitecore .tr-list {
    margin: 0;
  }
  .custom-html--sitecore .tr-list li {
    padding-left: 0;
  }
  @media screen and (max-width: 999px) {
    .custom-html--sitecore .tr-text-container {
      min-width: 175px;
    }
    .custom-html--sitecore .tr-socials {
      width: 235px;
      height: 44px;
    }
    .custom-html--sitecore .tr-socials a {
      width: 44px;
      height: 44px;
    }
  }
  @media screen and (max-width: 900px) {
    .custom-html--sitecore .playlist-item {
      height: 185px;
    }
    .custom-html--sitecore .title-container {
      min-height: 130px;
    }
  }
  @media screen and (max-width: 630px) {
    .custom-html--sitecore .playlist-item {
      height: 220px;
    }
    .custom-html--sitecore .title-container {
      min-height: 155px;
    }
  }
  @media screen and (max-width: 600px) {
    .custom-html--sitecore .video-playlist {
      flex-wrap: wrap;
      gap: 40px;
    }
    .custom-html--sitecore .playlist-item {
      width: 100%;
      height: 150px;
    }
    .custom-html--sitecore .title-container {
      min-height: 80px;
    }
  }
  