.template-content.single-post {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin-top: 0;
}
.template-content.single-post .section__container {
  width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1985px) {
  .template-content.single-post .section__container {
    width: 100%;
    margin: 0;
    padding: 0 4.51389vw;
  }
}
.template-content.single-post .section__container::after {
  content: "";
  clear: both;
  display: table;
}
.template-content.single-post.fade-in {
  opacity: 1;
}

.related-posts {
  background: #F4F6FA;
  padding: 80px 20px;
  margin-top: 6em;
}
.related-posts__inner {
  margin: 0 auto;
  max-width: 1288px;
}
.related-posts__title {
  text-align: center;
  margin-bottom: 40px;
  /* Heading/Mobile/Heading_3 */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
}
.related-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 767px) {
  .related-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1129px) {
  .related-posts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-posts__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.related-posts__link:hover .related-posts__image {
  transform: scale(1.1);
}
.related-posts__link:hover .related-posts__headline {
  color: #ff5300;
}
.related-posts__media {
  aspect-ratio: 16/9;
  background: #f2f2f2;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #D1D3E0;
  border-radius: 12px;
}
.related-posts img.related-posts__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.2s ease;
}
.related-posts__category {
  display: inline-block;
  color: #ff5300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-family: "Chainalysis", system-ui, sans-serif;
  line-height: 21px; /* 150% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.related-posts__headline {
  transition: all 0.2s ease;
  color: #293972;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 10px;
}
.related-posts__meta {
  color: #535353;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero {
  padding-top: 64px;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .hero {
    text-align: center;
  }
}
.hero__meta {
  font-family: "Chainalysis", system-ui, sans-serif;
  margin-bottom: 40px;
  max-width: 780px;
}
@media (min-width: 1024px) {
  .hero__meta {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.hero .caption,
.hero .eyebrow {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero .caption,
  .hero .eyebrow {
    font-size: 14px;
  }
}
.hero .eyebrow {
  font-weight: bold;
}
.hero .category {
  text-decoration: none;
  color: #ff5300;
}
.hero .h1-alt {
  font-size: 36px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .hero .h1-alt {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 32px;
  }
}
.hero .byline {
  color: #989898;
}
.hero__post-thumbnail {
  position: relative;
}
.hero__post-thumbnail img {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .hero__post-thumbnail img {
    object-fit: cover;
    height: auto;
    max-height: 540px;
  }
}
@media (max-width: 767px) {
  .hero__post-thumbnail img {
    height: auto;
  }
}
.hero__social-share-icons-title {
  font-family: "Chainalysis", system-ui, sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .hero__social-share-icons-title {
    display: none;
  }
}
.hero__social-share-icons {
  margin-top: 32px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero__social-share-icons {
    position: absolute;
    margin-top: 44px;
    width: calc((100% - 780px) / 2);
  }
}
.hero__social-share-icons .heateor_sss_sharing_ul {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero__social-share-icons .heateor_sss_sharing_ul {
    grid-auto-flow: row;
  }
}
.hero__social-share-icons .heateor_sss_sharing_ul a:hover .heateor_sss_svg {
  top: -2px;
}
.hero__social-share-icons .heateor_sss_facebook svg {
  transform: scale(0.8);
}
.hero__social-share-icons .heateor_sss_facebook svg path {
  fill: #282828;
}
.hero__social-share-icons .heateor_sss_button_x svg {
  transform: scale(0.6);
}
.hero__social-share-icons .heateor_sss_button_x svg path {
  fill: #040507;
}
.hero__social-share-icons .heateor_sss_email svg {
  transform: scale(0.8);
}
.hero__social-share-icons .heateor_sss_email svg path {
  stroke: #040507;
}
.hero__social-share-icons .heateor_sss_svg {
  background-color: #fff !important;
  box-shadow: 1px 3px 5px -1px rgba(0, 0, 0, 0.4) !important;
  border-color: transparent;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}

.post-content {
  padding-top: 32px;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  .post-content {
    font-size: 18px;
    padding-top: 40px;
  }
}
.post-content p {
  margin-bottom: 20px;
}
.post-content p img {
  width: 100%;
  height: auto;
}
.post-content blockquote {
  margin-bottom: 1.5rem;
  border-left: 0.25rem solid #ff5300;
  padding-left: 1.5rem;
  color: #ff5300;
}
.post-content sup, .post-content sub {
  font-size: 0.875rem;
  margin-inline: 1px;
}
.post-content .responsive-embed-container-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-block: 2rem;
}
@media (min-width: 767px) {
  .post-content .responsive-embed-container-16-9 {
    margin-block: 2.5rem;
  }
}
.post-content .responsive-embed-container-16-9 iframe,
.post-content .responsive-embed-container-16-9 object,
.post-content .responsive-embed-container-16-9 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content figure {
  max-width: 100%;
  font-size: 18px;
  margin-block: 2rem;
}
@media (min-width: 767px) {
  .post-content figure {
    margin-block: 2.5rem;
  }
}
.post-content figure img {
  width: 100%;
  height: auto;
}
.post-content figcaption {
  color: #535353;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  .post-content figcaption {
    font-size: 1rem;
  }
}
.post-content b {
  font-weight: bold;
}
.post-content em, .post-content i {
  font-style: italic;
}
.post-content ol, .post-content ul {
  margin-left: 20px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: square;
}
.post-content li {
  margin-bottom: 1em;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.post-content .h2, .post-content .h3, .post-content .h4, .post-content .h5, .post-content .h6 {
  margin-top: 40px;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
  .post-content .h2, .post-content .h3, .post-content .h4, .post-content .h5, .post-content .h6 {
    margin-top: 56px;
  }
}
.post-content .h4, .post-content h2 {
  font-weight: bold;
  line-height: 32px;
  font-size: 24px;
}
@media (min-width: 767px) {
  .post-content .h4, .post-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.post-content .h5, .post-content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 767px) {
  .post-content .h5, .post-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-content .h6, .post-content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 767px) {
  .post-content .h6, .post-content h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.post-content .body-large {
  font-size: 20px;
  line-height: 1.5;
}
.post-content > table {
  margin-bottom: 1.5rem;
}
.post-content th, .post-content td {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.5rem 1rem;
}
.post-content th:first-of-type, .post-content td:first-of-type {
  padding-left: 1rem;
}
.post-content th:last-child, .post-content td:last-child {
  padding-right: 1rem;
}
.post-content tr:nth-child(2n+1) td {
  background-color: #fafafa;
}
.post-content__tags {
  font-family: "Chainalysis", system-ui, sans-serif;
  margin-top: 32px;
}
.post-content__tag {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 1rem 0;
  padding: 6px 18px;
  border: 1px solid #ebebeb;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .post-content__tag {
    font-size: 0.875rem;
  }
}

/*# sourceMappingURL=single-post.css.map */
