.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 1.5rem;
  margin-bottom: 8.5rem;
}




.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  box-shadow: none !important;
}

.blog-index__post-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}



.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}



.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.blog-post {
  box-shadow: none !important;
}


.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}
.blog-pagination {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.blog-index__post.blog-index__post--small:last-child {
  margin-bottom: 0; 
}


.hs-blog-listing header.header.sticky {
  background-color: #fff;
}
@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}



.custom-listing-wrapper .tag-wrap {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: sticky;
  z-index: 10;
  top: 4.5rem;
}
.custom-listing-wrapper .tag-wrap ul {
  display: none;
}


.custom-listing-wrapper .tag-wrap ul li:first-of-type {
  margin-left: 0rem;
}
.custom-listing-wrapper .tag-wrap ul li {
  margin-left: 2rem;
  margin-right: 2rem;
}
.custom-listing-wrapper  .tap-wrap-inner {
  position: relative;
  line-height: 2;
  width: 100%;
  font-weight: 500;
}
.custom-listing-wrapper .tag-wrap ul li a {
  display: block;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 150ms;
  border-bottom-width: 4px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  color: rgb(23, 15, 79);
}
.custom-listing-wrapper .tag-wrap ul li a sup.css-dgxa00 {
  margin-left: 0.375rem;
}
.custom-listing-wrapper .tag-wrap ul li:first-child a:after {
  content: "";
  position: absolute;
  height: 0.25rem;
  background-color: rgb(23, 15, 79);
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translateX(0px);
}
.custom-listing-wrapper .tag-wrap ul li a.css-mgrxwm {
  color: rgba(23, 15, 79, 0.6);
}
.custom-listing-wrapper .tag-wrap ul li a.css-mgrxwm:after {
  content: "";
  position: absolute;
  height: 0.25rem;
  background-color: #170f4f;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 300ms;
  transform: translateX(-100%);
}

.custom-listing-wrapper .tag-wrap ul li:hover a.css-mgrxwm:after {
  transform: translateX(0%);
}
.custom-listing-wrapper .popular-post {
  background: rgba(0, 186, 199, 0.05);
}
.custom-listing-wrapper .popular-post-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.custom-listing-wrapper .popular-post-inner .col-left .date {
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.001em;
  font-size: 12px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: rgb(162, 159, 185);
}
.custom-listing-wrapper  .load-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  background: rgb(23, 15, 79);
}

.custom-listing-wrapper  .load-more span {
  margin-left: 28px;
  margin-right: 28px;
}

.custom-listing-wrapper  .load-more svg {
  margin-right: 20px;
}

.custom-listing-wrapper   .load-more svg path {
  fill: rgb(0, 186, 199);
}
.custom-listing-wrapper .popular-post-inner  .col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 1.5rem;
}
.custom-listing-wrapper .popular-post-inner .col-left h3.post-title {
  font-family: Roboto;
  font-size: 28px;
  color: #170f4f;
  font-weight: 700;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.custom-listing-wrapper .popular-post-inner .col-left h6.post-title {
  margin-top: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.0025em;
  line-height: 1.78;
  font-size: 18px;
  margin-bottom: 0;
}
.custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.78;
  letter-spacing: 0.005em;
  font-size: 14px;
  background-color: #170F4F;
  color: #FFF;
  margin-top: 3rem;
}
.custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap span {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap svg {
  margin-right: 1.25rem;
}
.custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap svg path {
  fill: rgb(0, 186, 199);
}
.custom-listing-wrapper .popular-post-inner .col-right img.hs-rss-featured-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.hs-blog-listing, 
.hs-blog-post {
  background-color: #fff !important;
}
.hs-blog-listing .dnd-section,
.hs-blog-listing .content-wrapper--vertical-spacing {
  padding: 0 !important;
}
.hs-blog-listing  .dnd-section>.row-fluid {
  max-width: inherit;
}
.custom-listing-post-index {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.custom-listing-post-index h2.css-6279y.e2mba340 {
  font-weight: 300;
  letter-spacing: -0.005em;
  line-height: 1.37;
  font-size: 32px;
  margin-bottom: 0px;
  color: rgba(23, 15, 79, 0.4);
}
.custom-listing-post-index .title {
  display: flex;
  flex-direction: row;
}
.custom-listing-post-index h4.css-80jhbu{
  color: rgba(23, 15, 79, 0.4);
  font-weight: 400;
  letter-spacing: 0.0025em;
  line-height: 1.33;
  font-size: 24px;
  margin-bottom: 0;

}
.custom-listing-post-index .blog-index h4{
  color:#170f4f;
  font-weight: 700;
  letter-spacing: 0.0025em;
  line-height: 1.33;
  font-size: 24px;
  margin-bottom: 0;
}
.custom-listing-post-index h2.css-6279y.e2mba340 sup.css-j4kp88 {
  margin-left: 1rem;
  top: 33.333333%;
}
.custom-listing-post-index .blog-index {
  margin-top: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.custom-listing-post-index .date {
  line-height: 1.71;
  letter-spacing: 0.001em;
  font-size: 12px;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: rgba(23, 15, 79, 0.47);
}
.custom-listing-post-index .Summary {
  margin-top: 1.5rem;
}
.custom-listing-post-index  .blog-post__read-more a {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 3rem;
  background-color: transparent;
}
.custom-listing-post-index   .blog-post__read-more a:hover  svg{
  transform: translateX(0.5rem);
}
.custom-listing-post-index  .blog-post__read-more a span {
  margin-left: 0;
  margin-right: 28px;
}

.custom-listing-post-index  .blog-post__read-more a svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  margin-right: 20px;
}
.body-container--blog-post .post-banner {
  padding-top: 2rem;
  background-color: rgba(0, 186, 199, 0.05);
  padding-bottom: 9rem;
}
.body-container--blog-post .post-banner  a.blog-post__back-to-blog {
  display: flex;
  align-items: center;
  font-weight: 500;
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 2.5rem;
}

.body-container--blog-post .post-banner .blog-post__back-to-blog svg {
  fill: #170f4f;
  margin-right: 0.75rem;
  transform: rotate(
    180deg
  );
  top: 0;
}
.body-container--blog-post .post-banner a.blog-post__back-to-blog span {
  order: 1;
  text-align: left;
  margin: 0rem;
  position: relative;
  left: -3px;
}

.body-container--blog-post .container {
  width: 100%;
  padding-left: calc( ( 100% - 48px) / 19.2);
  padding-right: calc( ( 100% - 48px) / 19.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.body-container--blog-post .post-banner .container{
  width: 100%;
  padding-left: calc( ( 100% - 48px) / 19.2);
  padding-right: calc( ( 100% - 48px) / 19.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.body-container--blog-post .post-banner .container .col-right .col-inner .date-inner {
  line-height: 1.71;
  letter-spacing: 0.001em;
  font-size: 12px;
  display: block;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(23, 15, 79, 0.47);
}
.body-container--blog-post  article.blog-post {
  margin-top: -9rem;
}
.body-container--blog-post .post-banner .container .col-right h2 {
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.37;
  font-size: 32px;
  margin: 0;
}
.body-container--blog-post  article.blog-post {
  padding-top: 5rem;
  padding-bottom: 6rem;

}
.body-container--blog-post   .blog-comments {
  margin: 0 !important;
}
.body-container--blog-post  .post-featured-image img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.hs-blog-post .header-logo a svg path,
.hs-blog-post .header .custom-menu-primary .navigation-primary>ul>li>a svg{
  fill: #170f4f;
}
.hs-blog-post .header .custom-menu-primary .navigation-primary>ul>li>a{
  color: #170f4f;
}
.blog-post__body {
  margin-top: 20px;
}
.hs-blog-listing header.header {
  background-color: rgb(0 186 199);
}
.hs-blog-post .header-inner {
  background: #fff;
}
.custom-listing-post-index .dnd-section>.row-fluid {
  padding: 0;
}
.hs-blog-post .header-sticky-logo {
  display: block !important;
  width: 20%;
}
.hs-blog-post .header .header-logo {
  display: none;
}
.hs-blog-post .header .header-sticky-logo .hs_cos_wrapper {
  height: 24.12px;
}
.body-container--blog-post .post-featured-image img {
  display: block;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}


.post-featured-image {
  padding-top: 56.17977528089888%;
  position: relative;
}
@media (min-width: 320px){
  .custom-listing-wrapper .popular-post-inner .col-left h3.post-title {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1280));
  }
  .custom-listing-wrapper .popular-post-inner .col-left .date {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1280));
  }
  .custom-listing-wrapper .popular-post-inner .col-left  h6.post-title {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
  }
  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap {
    font-size: calc(14px + 2 * ((100vw - 320px) / 1280));
  }
  .custom-listing-post-index h2.css-6279y.e2mba340{
    font-size: calc(32px + 32 * ((100vw - 320px) / 1280))
  }
  .custom-listing-post-index .blog-index h4,
  .custom-listing-post-index h4.css-80jhbu{
    font-size: calc(24px + 8 * ((100vw - 320px) / 1280));
  }
  .custom-listing-post-index  .date {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1280));
  }
  .body-container--blog-post .post-banner .container .col-right .col-inner  .date-inner  {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1280));
  }
  .body-container--blog-post .post-banner .container .col-right h2 {
    font-size: calc(32px + 32 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 768px){
  .custom-listing-wrapper .popular-post-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

}
@media (min-width:1024px) {
  .hs-blog-post .header .header-sticky-logo .hs_cos_wrapper {
    height: 28.05px;
  }
  .custom-listing-wrapper .tag-wrap {
    top: 5rem;
  }
  .custom-listing-wrapper .popular-post .container{
    max-width: calc((12 * 64px) + (11 * 1rem));
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-listing-wrapper .tag-wrap .container {
    max-width: calc(768px + 11rem);
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-listing-wrapper .tag-wrap ul li {
    overflow: hidden;
    position: relative;
  }
  .custom-listing-wrapper .tag-wrap ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .custom-listing-wrapper .tap-wrap-inner {
    display: none;
    font-size: 1rem;
  }
  .custom-listing-wrapper .popular-post-inner .col-left {
    width: 464px;
  }
  .custom-listing-wrapper .popular-post-inner .col-right {
    width: 992px;
  }
  .custom-listing-wrapper .popular-post-inner .col-right  .image-wrapper {
    margin-left: 3rem;
  }
  .custom-listing-wrapper .popular-post-inner .col-left h3.post-title {
    line-height: 1.33;
  }
  .custom-listing-wrapper .popular-post-inner .col-left  h6.post-title {
    line-height: 1.4;
  }
  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    background: linear-gradient(to left, #170F4F 50%, #00BAC7 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap svg {
    margin-right: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
  }
  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap:hover {
    background-position: left bottom;
    color: #170f4f;
  }

  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap:hover svg path {
    fill: #170f4f;
  }
  .custom-listing-post-index {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .custom-listing-post-index .container {
    max-width: calc((12 * 64px) + (11 * 1rem));
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-listing-post-index  h2.css-6279y.e2mba340 {
    line-height: 1.37;
  }
  .custom-listing-post-index .blog-index h4,
  .custom-listing-post-index h4.css-80jhbu{
    line-height: 1.25;
  }
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .body-container--blog-post .post-banner {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-bottom: 16rem;
  }
  .body-container--blog-post .post-banner  .container ,
  .body-container--blog-post   .container {
    max-width: calc((12 * 64px) + (11 * 1rem));
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .body-container--blog-post .post-banner .container .col-right {
    width: 1230px;
  }
  .body-container--blog-post .post-banner .container .col-left {
    width: 272px;
    position: relative;
    left: -3px;
  }
  .body-container--blog-post .post-banner  a.blog-post__back-to-blog {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 205% 100%;
    background-position: right bottom;
    margin-top: -0.75rem;
    margin-bottom: 0rem;
  }
  .body-container--blog-post .post-banner .container .col-right .col-inner .date-inner{
    margin-bottom: 4rem;
  }
  .body-container--blog-post .post-banner .container .col-right h2 {
    line-height: 1.37;
  }
  .body-container--blog-post  article.blog-post {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }


  .body-container--blog-post  article.blog-post {

    margin-top: -16rem;
    width: 1019px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 190px;
  }


  .blog-post__body {
    margin-left: 96px;
  }
}
@media (min-width:1280px) {
  .custom-listing-wrapper .popular-post .container{
    max-width: calc((16 * 64px) + (15 * 1rem));
  }
  .custom-listing-post-index .container {
    max-width: calc((16 * 64px) + (15 * 1rem));
  }
  .custom-listing-wrapper .tag-wrap .container {
    max-width: calc(1024px + 15rem);
  }
  .body-container--blog-post .post-banner .container ,
  .body-container--blog-post .container{
    max-width: calc((16 * 64px) + (15 * 1rem));
  }

}
@media (min-width:1601px) {
  .custom-listing-wrapper .popular-post .container{
    max-width: calc((16 * 80px) + (15 * 1rem));
  }
  .custom-listing-post-index .container {
    max-width: calc((16 * 80px) + (15 * 1rem));
  }
  .custom-listing-wrapper .tag-wrap .container {
    max-width: calc(1280px + 15rem);
  }
  .custom-listing-wrapper .popular-post-inner  .col-left h3.post-title {
    font-size: 48px;
  }
  .custom-listing-wrapper .popular-post-inner  .col-left  .date {
    font-size: 14px;
  }
  .custom-listing-wrapper .popular-post-inner .col-left  h6.post-title {
    font-size:20px;
  }
  .custom-listing-wrapper .popular-post-inner .col-left a.btn-wrap {
    font-size: 16px;
  }
  .custom-listing-post-index  h2.css-6279y.e2mba340 {
    font-size: 64px;
  }
  .custom-listing-post-index .blog-index h4,
  .custom-listing-post-index h4.css-80jhbu{
    font-size:32px;
  }
  .custom-listing-post-index   .date-inner {
    font-size: 14px;
  }
  .body-container--blog-post .post-banner .container,
  .body-container--blog-post  .container{
    max-width: calc((16 * 80px) + (15 * 1rem));
  }
  .body-container--blog-post .post-banner .container .col-right .col-inner .date {
    font-size: 14px;
  }
  .body-container--blog-post .post-banner .container .col-right h2 {
    font-size: 64px;
  }
}
@media (max-width:1600px) {
  .body-container--blog-post .post-banner .container .col-right {
    width: 1024px;
  }
  .body-container--blog-post .post-banner .container .col-left {
    width: 224px;
  }
  .body-container--blog-post article.blog-post {
    margin-left: 165px;
  }
}
@media (max-width:1279px) {
  .body-container--blog-post .post-banner .container .col-right {
    width: 783px;
  }
  .body-container--blog-post .post-banner .container .col-left {
    width: 144px;
  }
  .body-container--blog-post article.blog-post {
    margin-left: -60px;
  }
  .blog-post__body {
    margin-left: 220px;
  }
}
@media(max-width:1023px){
  .custom-listing-wrapper .css-ar1566-control {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2;
    width: 100%;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: none;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    padding: 0.75rem 1.25rem;
    border: none;
    color: rgb(23, 15, 79);
    min-width: 8rem;
    outline: 0px !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .custom-listing-wrapper .css-qeb15h {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding: 0 0.25rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #170F4F;
    height: 36px;
  }

  .custom-listing-wrapper .css-h2poy4-placeholder {
    color: rgb(23, 15, 79);
    margin-left: 2px;
    margin-right: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 100%;
    opacity: 0.7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .custom-listing-wrapper input#react-select-2-input {
    background: 0;
    border: 0;
    font-size: inherit;
    outline: 0;
    padding: 0;
    width: 1px;
    color: transparent;
    left: -100px;
    opacity: 0;
    position: relative;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .custom-listing-wrapper .css-1wy0on6 {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    align-self: stretch;
  }

  .custom-listing-wrapper .css-1ta8q05-indicatorContainer {
    color: hsl(0, 0%, 80%);
    display: flex;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
  }

  .custom-listing-wrapper svg.css-1u7s4ny {
    fill: #170F4F;
  }
  .custom-listing-wrapper .popular-post-inner {
    flex-direction: column-reverse;
  }
  .custom-listing-wrapper .popular-post .container {
    width: 100%;
    padding-left: calc( ( 100% - 48px) / 19.2);
    padding-right: calc( ( 100% - 48px) / 19.2);
  }
  .custom-listing-wrapper .popular-post .container  .col-right {
    width: 100%;
  }
  .custom-listing-post-index .container {
    flex-direction: column;
    display: flex;
    width: 100%;
    padding-left: calc( ( 100% - 48px) / 19.2);
    padding-right: calc( ( 100% - 48px) / 19.2);
  }

  .blog-index__post.blog-index__post--small {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  .blog-index__post {
    margin-bottom: 3.5rem;
  }
  .custom-listing-wrapper .tag-wrap ul {
    display: none;
    margin: 0;
    padding:0;
    list-style: none;
    background: #e5e7eb8f;
  }
  body.open .custom-listing-wrapper .tag-wrap ul {
    display: block;
  }
  .custom-listing-wrapper .tag-wrap ul li {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-listing-wrapper .tag-wrap ul li a sup.css-dgxa00 {
    margin-left: 0.375rem;
    display: none;
  }
  .custom-listing-wrapper .tag-wrap ul li a.css-pw19xr {
    padding-bottom: 10px !important;
  }
  .custom-listing-wrapper .tag-wrap ul li a:hover {
    background-color: #00bac71a;
  }
  .custom-listing-wrapper .tag-wrap ul li a,
  .custom-listing-wrapper .tag-wrap ul li a.css-mgrxwm{
    font-weight: 400;
    padding: 20px 25px;
    color: rgb(23, 15, 79);
  }
  .post-featured-image img {
    width: 100%;
  }
  .body-container--blog-post article.blog-post {
    margin-left: 0;
  }
  .blog-post__body {
    margin-left: 0;
  }
  .body-container--blog-post .post-banner .container .col-left {
    width: 100%;
  }
  .body-container--blog-post .post-banner .container .col-right {
    width: 100%;
    padding-left: 1.5rem;
  }
  .custom-listing-post-index .blog-index {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  body.open .custom-listing-wrapper .css-1ta8q05-indicatorContainer {
    transform: scaleY(-1);
  }
}

@media (max-width: 767px) {
  .blog-post {
    width: 100%;
    padding: 0;
  }
}