body.blog-list .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid transparent;
}
body.blog-list .btn.btn-newsletter {
  background-color: #53E0DC;
  color: #23237B;
}
body.blog-list .btn.btn-newsletter:hover {
  background-color: #23237B;
  color: #fff;
}
body.blog-list .btn.btn-outline {
  border-color: #53E0DC;
  color: #53E0DC;
}
body.blog-list .btn.btn-outline:hover {
  background-color: #53E0DC;
  color: #23237B;
}
.post-tag {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.post-tag li {
  font-size: 13px;
  color: #53E0DC;
  text-transform: uppercase;
}
.post-tag li a {
  color: inherit;
}
.header-blog {
  background-color: #2D2C8D;
  position: relative;
}
.header-blog.fixed {
  width: 100%;
  position: fixed;
  top: 93px;
  z-index: 9;
}

.header-blog .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.header-blog-categories {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.header-blog-tags{
      background: #23237b;
}
.tag-list-highlights-item a{
  background: #23237b!important;
          color: #f6f6f6!important;
}
@media (min-width: 992px) {
  .tag-list-highlights-item a:hover {
    box-shadow: 0 5px 20px #000042!important;
  }
  .tag-list-item .all-tags {
    background: #f6f6f6!important;
    border: 1px solid #f6f6f6!important;
    color: #23237b!important;
  }
.tag-list-highlights {
  display: none;
}
.header-blog ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-blog ul li {
  font-size: 14px;
  color: #F6F6FA;
}
.header-blog ul li a {
  color: inherit;
}
.header-blog ul li a:hover {
  color: #53E0DC;
}
.header-blog-categories .header-blog-categories-all {
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px 0;
  font-size: 14px;
  color: #53E0DC;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.header-blog-categories .header-blog-categories-all span {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 8px;
}
.header-blog .header-blog-categories-list {
  background-color: #343B99;
  padding: 19px;
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.header-blog .header-blog-categories-list.open {
  width: 100vw;
  height: calc(100vh - 94px - 53px);
  opacity: 1;
  overflow: unset;
  overflow-y: scroll;
  pointer-events: auto;
}
.header-blog .header-blog-categories-list ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.header-blog-search-toggle {
  display: block;
  font-size: 18px;
  color: #fff;
}
.header-blog-search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-blog .header-blog-search form {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5.5px;

  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.header-blog .header-blog-search form.open {
  padding: 20px;
  width: 100vw;
  height: auto;
  opacity: 1;
  overflow: unset;
  pointer-events: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.header-blog .header-blog-search form.open input {
  width: 100%;
}
.header-blog .header-blog-search form input {
  padding: 0;
  font-size: 16px;
  color: #53535F;
  border: none;
}
.header-blog .header-blog-search form input:focus {
  outline: none;
  border: none;
}
.header-blog .header-blog-search form button {
  background-color: #53E0DC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  border: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.breadcrumbs li {
  font-size: 12px;
  color: #53535F;
}
.breadcrumbs li:after {
  content: '>';
  margin: 0 5px;
  font-family: 'Barlow' ,sans-serif;
  font-size: 12px;
  color: #53535F;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  color: inherit;
}

.featured-posts {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-posts a {
  color: inherit;
}
.featured-posts .blog-featured-post-title {
  margin: 90px 0 20px;
  font-size: 32px;
  color: #53E0DC;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.featured-posts .blog-featured-post-summary {
  margin: 0 0 15px;
}
.featured-posts .blog-featured-post-summary p {
  margin: 0;
  font-size: 20px;
  color: #F6F6FA;
  font-weight: 700;
}
.featured-posts .blog-featured-post-details {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 30px;
}
.featured-posts .blog-featured-post-details p {
  margin: 0;
}
.featured-posts .post-timestamp {
  margin: 0;
  font-size: 12px;
  color: #F6F6FA;
  font-weight: 400;
}
.featured-posts .post-author,
.blog-post-detail-header-itens .post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.featured-posts .post-author .photo img,
.blog-post-detail-header-itens .post-author .photo img {
  width: 64px;
  border-radius: 50%;
}
.featured-posts .post-author p,
.blog-post-detail-header-itens .post-author p {
  flex: 1;
  margin: 0;
  font-size: 12px;
  color: #F6F6FA;

}
.featured-posts .blog-featured-others-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 45px;
}
.featured-posts .blog-featured-others-item {
  background-color: #343B99;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.featured-posts .blog-featured-others-item-image {
  width: 100%;
}
.featured-posts .blog-featured-others-item-image img {
  display: block;
  width: 100%;
}
.featured-posts .blog-featured-others-item-content {
  flex: 1;
  width: 100%;
  padding: 30px;
}
.featured-posts .blog-featured-others-item-content .post-tag {
  margin-bottom: 20px;
}
.featured-posts .blog-featured-others-item-content h2 {
  margin: 0 0 20px;
  font-size: 15px;
  color: #F6F6FA;
}
.blog-featured-others-item-content .blog-featured-others-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page1 {
  padding-top: 40px;
}
.recent-posts a {
  color: inherit;
}
.recent-posts .blog-group {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 25px;
}
.blog-group .card {}
.blog-group .post-image,
.blog-related-posts__post .post-image {
  margin-bottom: 25px;
  position: relative;
}
.blog-group .post-image:before,
.blog-related-posts__post .post-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: calc((215 / 352) * 100%);
}
.blog-group .post-image a,
.blog-related-posts__post .post-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-group .card .post-image img,
.blog-related-posts__post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-group .card .card-body {}
.blog-group .card .card-body .post-tag,
.blog-related-posts__post .card-body .post-tag {
  margin-bottom: 24px;
}
.blog-group .card .card-body .post-tag li,
.blog-related-posts__post .card-body .post-tag li {
  color: #000042;
}
.blog-group .card .card-body .card-title,
.blog-related-posts__post .card-body .card-title {
  margin-bottom: 16px;
  font-size: 25px;
  color: #2D2C8D;
  font-weight: 400;
}
.blog-group .card .card-body .card-summary p,
.blog-related-posts__post .card-body .card-summary p {
  font-size: 14px;
  color: #53535F;
}

.blog-pagination {
  padding: 0 0 40px;
}
.blog-pagination .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.blog-pagination .blog-pagination-left {}
.blog-pagination .blog-pagination-right {}
.blog-pagination .blog-pagination-left a,
.blog-pagination .blog-pagination-right a {
  background-color: #53E0DC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.blog-pagination .blog-pagination-left a:hover,
.blog-pagination .blog-pagination-right a:hover {
  background-color: #2D2C8D
}
.blog-pagination .blog-pagination-left svg,
.blog-pagination .blog-pagination-right svg {
  color: #fff;
}
.blog-pagination .post_count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
}
.blog-pagination .post_count a {
  color: #000042;
}
.blog-pagination .post_count a.active {
  color: #53E0DC;
  font-weight: 800;
}

.blog-heading-page {
  background-color: #3E45AC;
  padding: 35px 0;
  margin: 0 0 40px;
  position: relative;
}
.blog-heading-page:before {
  content: '';
  margin-left: -28px;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  border-color: rgba(62, 69, 172, 0);
  border-top-color: #3E45AC;
  border-width: 28px;
}

.blog-heading-page.gray {
  background-color: #F6F6FA;
}

.blog-heading-page.gray:before {
  border-top-color: #F6F6FA;
}

.blog-author-bio {
  display: flex;
  gap: 30px;
}

.blog-author-bio .avatar {
  width: 100px
}

.blog-author-bio .info h1 {
  color: #2D2C8D;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: -0.64px;
  margin: 0 0 20px
}

.blog-author-bio .info p {
  color: #9292A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
}

.blog-author-bio .info .social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-author-bio .social li {
  display: flex;
  align-items: center;
  gap: 10px
}

.blog-author-bio .social .ico {
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #2D2C8D;
}

.blog-author-bio .social a {
  color: #000042;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; 
}

.title-results {
  color: #2D2C8D;
  font-size: 32px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 60px;
}

.title-results span { color: #000042; }

.blog-heading-page .pre-title {
  margin: 0 0 25px;
  font-size: 12px;
  color: #F6F6FA;
}
.blog-heading-page .title {
  margin: 0;
  font-size: 32px;
  color: #53E0DC;
  font-weight: 600;
}
.blog-heading-page .title.title-search {
  color: #fff;
}
.blog-heading-page .title.title-search strong {
  color: #53E0DC;
}

/* Blog Post */
.blog-post-detail-header {
  background-color: #F6F6FA;
  padding: 35px 0;
  margin: 0 0 40px;
  position: relative;
}
.blog-post-detail-header:after {
  content: "";
  margin-left: -28px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(246, 246, 250, 0);
  border-top-color: #F6F6FA;
  border-width: 28px;
  position: absolute;
  top: 100%;
  left: 50%;
  pointer-events: none;
}
.blog-post-detail-header h1 {
  margin: 0 0 30px;
  font-size: 32px;
  color: #2D2C8D;
  letter-spacing: -0.02em;
}

.blog-post-detail-header-itens {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.blog-post-detail-header-itens .datetime {
  margin: 0;
  font-size: 12px;
  color: #53535F;
}
.blog-post-detail-header-itens .post-tag {}
.blog-post-detail-header-itens .post-tag li {
  color: #000042;
  font-weight: 700;
}
.blog-post-detail-header-itens .post-tag li a {
  color: inherit;
}
.blog-post-detail-header-itens .post-author p,
.blog-post-detail-header-itens .post-author a {
  color: #000042;
}
.blog-post-content{
  margin-bottom:0;
}

.blog-related-posts {
  background-color: #F6F6FA;
  padding: 40px 0;
  position: relative;
}
.blog-related-posts a {
  color: inherit;
}
.blog-related-posts:before {
  content: '';
  margin-left: -28px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 28px;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
}
.blog-related-posts h3 {
  margin: 0 0 30px;
  font-size: 28px;
  color: #2D2C8D;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.blog-related-posts__list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.blog-related-posts__post {}
.blog-related-posts__post .post-tag li {
  font-weight: 700;
}

.blog-post-main h3 {
  margin: 0 0 30px;
  font-size: 21px;
  color: #000042;
  font-weight: 600;
}
.blog-post-main p {
  margin: 0 0 30px;
  font-size: 16px;
  color: #53535F;
  line-height: 1.8;
}
.blog-post-main li {
  font-size: 16px;
  color: #53535F;
  line-height: 1.8;
}
.blog-post-other-chapter {
  padding: 20px;
  margin: 0 0 30px;
  border: 1px solid #EBEBF2;
}
.blog-post-other-chapter h2 {
  font-size: 14px;
  color: #000042;
  font-weight: 400;
}
.blog-post-other-chapter h2 strong {
  font-weight: 600;
}
.blog-post-other-chapter-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.blog-post-other-chapter-item {}
.blog-post-other-chapter-item h3 {
  margin: 0 0 12px;
  font-size: 12px;
  color: #53535F;
  text-transform: uppercase;
}
.blog-post-other-chapter-item h3.import {
  color: #000042;
  font-weight: 700;
}
.blog-post-other-chapter-item h3 i {
  margin-right: 7px;
  font-size: 10px;
}
.blog-post-other-chapter-item h3 .fa-file {
  color: #53E0DC;
}
.blog-post-other-chapter-item h3 .fa-file-import {
  color: #2D2C8D;
}
.blog-post-other-chapter-item p {
  margin: 0;
  font-size: 14px;
  color: #53535F;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-post-other-chapter-item p.import {
  color: #3E45AC;
  font-weight: 700;
}

.blog-cta {
  background-color: #23237B;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.blog-cta h4 {
  margin:  0 0 18px;
  font-size: 28px;
  color: #53E0DC;
  font-weight: 600;
}
.blog-cta p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.blog-cta p a {
  text-decoration: underline;
  color: inherit;
}
.blog-cta-buttons {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-cta-buttons li,
.blog-cta-buttons a {
  width: 100%;
}
.blog-cta-buttons a.btn {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.blog-post-sidebar {
  margin-bottom: 40px;
}
.blog-post-sidebar.hide {
  display: none;
}
.blog-post-sidebar h3 {
  margin: 0 0 20px;
  font-size: 16px;
  color: #0E0E10;
  font-weight: 600;
}
.blog-post-content-navigation ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.blog-post-content-navigation ul li {
  border-left: 1px solid #E9E9EC;
}
.blog-post-content-navigation ul li.blank {
  display: none;
}
.blog-post-content-navigation ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  color: #9292A0;
  transition: all ease-out 250ms;
}
.blog-post-content-navigation ul li a:hover {
  color: #53E0DC;
}
.blog-post-content-navigation ul li a.active,
.blog-post-content-navigation ul li a.active:hover {
  color: #23237b;
  font-weight: 700;
}
.blog-post-content-navigation {
  display: none;
}
.blog-post-content-item {
  margin-bottom: 45px;
}
.blog-post__share {
  margin-bottom: 40px;
}
.blog-post__share ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.blog-post__share ul li {
  background-color: #F6F6FA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.blog-post-main {
  padding-bottom: 40px;
}

.modal-subscribe {
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal-subscribe.open {
  opacity: 1;
  width: 100vw;
  height: 100vh;
  pointer-events: auto;
}
.modal-subscribe-holder {
  background-color: #3E45AC;
  width: 90%;
  padding: 17px 15px;
  margin: 0 auto;
}
.modal-subscribe-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 130px;
}
.modal-subscribe-head h5 {
  margin: 0 0 27px;
  font-size: 24px;
  color: #F6F6FA;
}
.modal-subscribe-head a {
  background-color: #000042;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 37px;
  height: 37px;
  font-size: 24px;
  color: #F6F6FA;
  font-weight: 600;
  border-radius: 50%;
}
.modal-subscribe-form {}
.modal-subscribe-form form .hs-form-field {
  background-color: #fff;
  padding: 15px;
  margin: 0 0 27px;
  border: 1px solid #E9E9EC;
}
.modal-subscribe-form form .hs-form-field label span {
  font-size: 16px;
  color: #343B99;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-subscribe-form form .hs-form-field label span.hs-form-required {
  color: red;
}
.modal-subscribe-form form .hs-error-msg {
  font-size: 11px;
  color: red;
}
.modal-subscribe-form form .hs-form-field .input input {
  width: 100%!important;
  font-size: 16px;
  border: none;
}
.modal-subscribe-form form .hs-submit {}
.modal-subscribe-form form .hs-submit .actions {}
.modal-subscribe-form form .hs-submit .actions input {
  background-color: #53E0DC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  color: #23237B;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
}
.modal-subscribe-form form .hs-submit .actions input:hover {
  background-color: #23237B;
  color: #fff;
}

@media (min-width: 1023px) {
  .header-blog.fixed {
    top: 75px;
  }

  .header-blog .col-12 {
    /* flex-flow: row nowrap; */
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: unset;
  }
  .header-blog-categories {
    flex-flow: row nowrap;
    align-items: center;
    gap: 60px;
    flex: 1;
  }
  .header-blog-categories > ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 15px;
  }
  .header-blog .header-blog-categories-list ul {
    flex-flow: row wrap;
    gap: 15px 40px;
  }
  .header-blog-categories .header-blog-categories-all:hover .header-blog-categories-list.tags-desktop {
    height: auto;
    overflow: unset;
    opacity: 1;
    pointer-events: auto;
  }
  .tag-list-highlights {
    display: flex;
  }
  .header-blog-search-toggle {
    display: none;
  }
  .blog-post-sidebar-holder {
    position: sticky;
    top: 200px;
  }
  .blog-post-sidebar {
    margin-bottom: 0;
  }
  .blog-post-content-navigation {
    display: block;
  }
  .header-blog .header-blog-search form {
    display: flex;

    opacity: 1;
    width: auto;
    height: auto;
    overflow: unset;
    pointer-events: auto;
  }
  .header-blog .header-blog-search form.open {
    width: auto;
    padding: 5px 5.5px;
    position: relative;
  }
  .featured-posts .blog-featured-post-title {
    margin-top: 150px;
    font-size: 48px;
  }
  .featured-posts .blog-featured-post-details {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
  }
  .featured-posts .blog-featured-others-list {
    flex-flow: row nowrap;
    align-items: stretch;
    gap: 14px;
  }
  .featured-posts .blog-featured-others-item {
    flex-flow: row nowrap;
    align-items: stretch;
    flex: 1;
  }
  .featured-posts .blog-featured-others-item:hover {
    background-color: #53E0DC;
  }
  .featured-posts .blog-featured-others-item:hover * {
    color: #000042;
  }
  .featured-posts .blog-featured-others-item-image {
    width: 100%;
    max-width: 205px;
  }
  .featured-posts .blog-featured-others-item-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .featured-posts .blog-featured-others-item-image img {
    height: 100%;
    object-fit: cover;
  }
  .featured-posts .blog-featured-others-item-content h2 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .recent-posts {
    /* padding: 78px 0; */
  }
  .page1 {
    padding-top: 78px;
  }
  .recent-posts .blog-group {
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
  }
  .blog-post-content{
    margin-bottom:105px;
  }
  .blog-pagination {
    padding-bottom: 78px;
  }
  .blog-heading-page {
    margin-bottom: 100px;
  }
  .blog-post-detail-header {
    margin-bottom: 80px;
  }
  .blog-post-detail-header-itens {
    flex-flow: row nowrap;
    align-items: center;
    gap: 30px;
  }
  .blog-related-posts {
    padding: 105px 0;
  }

  .blog-related-posts h3 {
    margin: 0 0 55px;
    font-size: 40px;
  }
  .blog-related-posts__list {
    flex-flow: row nowrap;
  }
  .blog-related-posts__post {
    flex: 1;
  }
  .blog-post-other-chapter-list {
    flex-flow: row wrap;
    gap: 25px 20px;
  }
  .blog-post-other-chapter-item {
    /*flex: 1;*/
    flex-basis: 22.6%;
  }
  .blog-post-detail-cta {
    padding-bottom: 100px;
  }
  .blog-post-detail-cta .blog-cta {
    padding: 60px 50px;
  }
  .blog-post-detail-cta .blog-cta h4 {
    font-size: 40px;
  }
  .blog-cta-buttons {
    flex-flow: row nowrap;
    justify-content: center;
    gap: 24px;
  }
  .blog-cta-buttons li,
  .blog-cta-buttons a {
    width: auto;
  }
  .blog-cta-buttons a.btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
  .blog-post-main {
    padding-bottom: 50px;
  }
  .blog-post-main p,
  .blog-post-main li {
    font-size: 18px;
  }
  .modal-subscribe-holder {
    padding: 17px 15px 35px 35px;
    max-width: 422px;
  }
  .modal-subscribe-head {
    gap: 130px;
  }
  .modal-subscribe-form {
    width: 90%;
  }
}

/* Blog 2025 */

.header-blog-min .row, .blog-featured .row, .expert-content-series-2 .row, .most-populars .row, .blog-featured-cat .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* Post Card */

.blog-post-card-img a{
  display: flex;
  width:100%;
  height: 100%;
}

.blog-post-card-img a img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-card-details{
  background: #fff; 
  padding:24px;
}

.blog-post-card-details .post-tag {
  margin-bottom: 15px;
}

.blog-post-card-details .post-tag li a {
  font-size: 12px;
  font-weight: 700;  
  color:#000;
}

.blog-post-card-details .blog-post-card-title{
  color: #23237B;
  font-size: 24px;
  font-weight: 600;  
  margin-bottom: 16px;  
}

.blog-post-card-details .blog-post-card-title > a{
  color: #23237B;
}

.blog-post-card-details .blog-post-card-summary p{
  color: #53535F;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.blog-post-card-details .blog-post-card-summary a{
  color: #53535F;
}

.blog-post-card-info {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #E6E6E8;
  padding-top: 24px;
  margin-top: 24px; 
}

.blog-post-card-info .post-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-post-card-info .post-author .photo {
  display: flex;
  width: 40px;
}

.blog-post-card-info .post-author p {
  margin:0;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.blog-post-card-info .post-author p a{
  color: #53535F;
}

.blog-post-card-info .post-author p a strong{
  font-weight:700;
}

.blog-post-card-info .post-timestamp{
  display: flex;
  align-items: center;
  gap: 5px;  
  margin:0;  
  color: #53535F;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.15px;
  opacity: 0.6;    
}

/* Featured One */

.blog-featured-box{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom:40px;
  margin-top: -205px;
  z-index: 1;
  position: relative;  
}

.blog-featured-one .blog-post-card-details{
  background: var(--cor_01, #2D2C8D); 
  padding:32px;
}

.blog-featured-one .blog-post-card-details .post-tag li a { 
  color:#53E0DC;  
}

.blog-featured-one .blog-post-card-details .blog-post-card-title{
  color: #fff;
  font-size:32px;
}

.blog-featured-one .blog-post-card-details .blog-post-card-title > a{
  color: #fff;
}

.blog-featured-one .blog-post-card-details .blog-post-card-summary p{
  color: #FFF; 
}

.blog-featured-one .blog-post-card-details .blog-post-card-summary a{
  color: #FFF;
  opacity: 0.6;  
}

.blog-featured-one .blog-post-card-info {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.blog-featured-one .blog-post-card-info .post-author p a{
  color: #FFF;
}

.blog-featured-one .blog-post-card-info .post-timestamp{ 
  color: #FFF;
  opacity: 0.6;    
}

/* Featured Others List */

.blog-featured .blog-featured-others-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.blog-featured .blog-featured-others-list .blog-post-card-img img {
  height:265px;
}

/* Expert Content */
.blog-expert-list .blog-post-card-img a img {
  width: 100%;
  height: 360px;
}

.blog-expert-list .blog-post-card-details {
  background:transparent;
  padding: 24px 0;
}

.blog-expert-list .blog-post-card-info .post-author .photo {
  width: 24px;
}

/* Most Populars */
.most-populars {
  padding: 40px 0;
}
.most-populars h2 {
  margin: 0 0 30px;
  font-size: 32px;
  color: #2D2C8D;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.blog-most-populars{
  margin-bottom: 30px;
}
.blog-most-populars .blog-post-card-details .blog-post-card-title{
  font-size: 32px;
}  
.blog-most-populars .blog-post-card-info {
  justify-content: flex-start;
  gap: 40px;
}
.blog-most-populars-list {
  display:grid;
  gap: 30px;
  grid-template-columns: repeat(1,1fr);
}
.blog-most-populars-list .blog-post-card-details {
  padding: 24px 0 0;
}
.blog-most-populars-list .blog-post-card-img a img {
  width: 100%;
  height: 345px;
}

.blog-most-populars-list .blog-post-card-info .post-author .photo {
  width: 24px;
}

/* Featured List */
.blog-featured-list {
  background: #fff;
  padding: 16px 0 0;
}

.blog-featured-list-title{
  padding:0;
}

.blog-featured-list-title h2{
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%; 
  text-transform: uppercase;
  padding:16px 0 0;
  margin-bottom:0;
}

.blog-featured-list-title h2:after{
  content:"";
  display: block;
  margin-top: 16px;  
  height:2px;
  width:100%;
  background: linear-gradient(270deg, #53E0DC 0%, #4040B2 100%);
}

.blog-featured-list .blog-post-card-details {
  padding: 24px 0 0;
}

.blog-featured-list .blog-post-card-info {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9F3;
}

.blog-featured-list article:last-child .blog-post-card-info {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Featured Categories */
.blog-featured-cat {
  padding: 40px 0;
}
.blog-featured-cat.bg-gray {
  background:#F5F6FA;
}
.blog-featured-cat.bg-gray .blog-featured-cat-box {
  flex-direction: row-reverse;
}  
.blog-featured-cat-header{
  margin-bottom: 30px;
}
.blog-featured-cat h2 {
  margin: 0 0 20px;
  font-size: 32px;
  color: #000042;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.blog-featured-cat-header .link-tag{
  color: #4040E1;
  font-size: 17px;
  font-weight: 400;
}

.blog-featured-cat .blog-featured-cat-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-featured-cat-box .blog-featured-cat-one .blog-post-card{
  margin-bottom:30px; 
}

.blog-featured-cat .blog-featured-cat-list .blog-post-card{
  margin-bottom:0; 
}

.blog-featured-cat .blog-featured-cat-one .blog-post-card-details {
  padding: 24px 0 0;
  background:transparent;
}

.blog-featured-cat .blog-featured-cat-list .blog-post-card-details {
  padding: 24px 0 0;
  background:transparent;  
}

.blog-featured-cat .blog-featured-cat-list .blog-post-card-details .post-tag {
  margin-bottom: 8px;
}

.blog-featured-cat .blog-featured-cat-list .blog-post-card-details .blog-post-card-title {
  margin-bottom: 8px;
}

.blog-featured-cat .blog-post-card-info {
  border-top: 1px solid #D9D9F3;
}

.blog-featured-cat .blog-featured-cat-list .blog-post-card-info {
  padding-top: 8px;
  margin-top: 8px;
}

.blog-featured-cat-box .blog-featured-cat-list .blog-post-card-details .blog-post-card-summary p{
  font-size:16px; 
  margin-bottom:8px;
}

.blog-featured-cat-box .blog-post-card-img img{
  height:265px; 
}

@media (min-width: 992px) {
  .blog-featured-box {
    gap: 40px;
  }
  .blog-featured .blog-post-card, .blog-most-populars .blog-post-card{
    display: flex;
  } 
  .blog-featured .blog-post-card > div, .blog-most-populars .blog-post-card > div, .blog-featured-cat-box > div{
    width: 50%;
  }  
  .blog-featured-box-1, .blog-featured-cat-box{
    display:flex;
  }
  .blog-featured-cat-box{
    gap:48px; 
  }
  .blog-featured-cat.bg-gray .blog-featured-cat-box {
    flex-direction: row;
  }  
  .blog-featured-box-1 .blog-featured-one{
    width: 46%;
  }  
  .blog-featured-box-1 .blog-featured-list{
    width: 54%;
  }   
  .blog-featured-list-title {
    padding: 0 24px;
  }  
  .blog-featured-list .blog-post-card-details {
    padding: 24px 24px 0;
  }  
  .blog-featured .blog-featured-box-1 .blog-featured-one .blog-post-card{
    display:block;
  }
  .blog-featured .blog-featured-box-1 .blog-post-card > div{
    width: 100%;
  }
  .blog-featured-box-1 .blog-featured-one .blog-post-card-img img{
    height:300px; 
  }
  .blog-featured-one .blog-post-card-details .blog-post-card-title{
    font-size: 40px;
  }  
  .blog-featured-box-1 .blog-featured-one .blog-post-card-details .blog-post-card-title, .blog-featured-cat-box .blog-featured-cat-one .blog-post-card-details .blog-post-card-title{
    font-size: 32px;
  }  
  .blog-featured-list {
    padding: 16px;
  }  
  .blog-featured-box-1 .blog-featured-list .blog-post-card-details .blog-post-card-title{
    font-size: 16px;
  }
  .blog-featured .blog-featured-others-list {
    gap: 30px;
    flex-direction: row;
  }
  .blog-featured .blog-featured-others-list > article{
    width: 50%;
  }    
  .blog-featured .blog-featured-others-list .blog-post-card-details .blog-post-card-title, .blog-featured-cat-box .blog-featured-cat-list .blog-post-card-details .blog-post-card-title{
    font-size: 21px;
  }    
  .blog-featured .blog-featured-others-list .blog-post-card-img img {
    height:auto;
  }  
  .blog-most-populars-list {
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
  }
  .blog-featured-cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-featured-cat h2 {
    margin: 0;
  }  
  .blog-featured-cat-box .blog-featured-cat-list {
    gap: 24px;
    padding-right: 40px;
  }  
  .blog-featured-cat-box .blog-featured-cat-one .blog-post-card{
    margin-bottom:0; 
  }   
  .blog-featured-cat-box .blog-featured-cat-list .blog-post-card{
    display: flex;
    gap: 24px;
    margin-bottom:0; 
  }    
  .blog-featured-cat .blog-featured-cat-list .blog-post-card-details {
    padding: 0;
  }  
  .blog-featured-cat-box .blog-featured-cat-list .blog-post-card-img{
    min-width: 160px;
    max-width: 160px;
  }
  .blog-featured-cat-box .blog-featured-cat-list .blog-post-card-img img{
    height: 155px;
  }
}

@media (min-width: 1200px) {
  .header-blog-min .container, .blog-featured .container, .most-populars .container, .blog-featured-cat .container{
    max-width: 1192px;
  }
  .blog-featured-box{
    padding-bottom:120px; 
  }
  .most-populars {
    padding: 145px 0 100px;
  }
  .most-populars h2 {
    font-size: 40px;
  }  
  .blog-most-populars .blog-post-card-details .blog-post-card-title{
    font-size: 56px;
  }  
  .blog-featured-cat{
    padding: 120px 0 120px;    
  }
}

@media (min-width: 1600px) {
  .header-blog-min .header-blog-hero-1 .container{
    max-width: 1410px;
  }   
}

@media (max-width: 767px) {
  .header-blog-min .container, .blog-featured .container, .expert-content-series-2 .container, .most-populars .container, .blog-featured-cat .container {
    padding:0 20px; 
  }
}

@media (max-width: 991px) {
  .blog-featured-others-list .blog-post-card-details, .blog-most-populars .blog-post-card-details{
    padding: 24px 0 0;
  }
}

/* Single Blog */

.blog-post-header .row, .blog-post-content-2 .row, .blog-post-cta .row {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.blog-post-header {
  padding-bottom: 40px;
}

.blog-post-breadcrumbs{
  padding-top:22px;
  min-height:250px; 
}

.blog-post-breadcrumbs .breadcrumbs {
  gap: 15px;
}

.blog-post-breadcrumbs .breadcrumbs li, .blog-post-breadcrumbs .breadcrumbs li:after{
  color: #fff;
  font-weight:600;
}
.blog-post-breadcrumbs .breadcrumbs li:after{
  display:none; 
}

.blog-post-breadcrumbs .breadcrumbs li a {
  color: #fff;
  font-weight:400;
}

.blog-post-hero{
  margin-top:-135px;  
}

.blog-post-hero .blog-post-card-details{
  background: var(--cor_01, #2D2C8D); 
  padding:32px;
}

.blog-post-hero .blog-post-card-details .post-tag li a { 
  color:#53E0DC;  
}

.blog-post-hero .blog-post-card-details .blog-post-card-title{
  color: #fff;
  font-size:32px;
  font-weight:500;
}

.blog-post-hero .blog-post-card-details .blog-post-card-title > a{
  color: #fff;
}

.blog-post-hero .blog-post-card-details .blog-post-card-summary p{
  color: #FFF; 
  opacity: 0.6;    
}

.blog-post-hero .blog-post-card-details .blog-post-card-summary a{
  color: #FFF;
  opacity: 0.6;  
}

.blog-post-hero .blog-post-card-info {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.blog-post-hero .blog-post-card-info .post-author p a{
  color: #FFF;
}

.blog-post-hero .blog-post-card-info .post-timestamp{ 
  color: #FFF;
  opacity: 0.6;    
}

/* Summary */

.blog-post-content-navigation ul{
  max-width: 256px;
}

.blog-post-content-navigation ul li:hover{
  border-left: 1px solid #53E0DC;
}

.blog-post-content-2 .blog-post-content-navigation ul li a {
  font-size: 14px;
}

.blog-post-content-2 .blog-post-content-navigation ul li a:hover {
  color: #2D2C8D;
}

.blog-post-content-navigation ul li a.active, .blog-post-content-navigation ul li a.active:hover {
  color: #2D2C8D;
  font-weight: 400;
}

/* Newsletter */

.box-newsletter{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  background: linear-gradient(129deg, #4040B2 8.27%, #53E0DC 128.81%), #2D2C8D;
  max-width:256px;
}

.box-newsletter h5, .modal-subscribe-2 h5{
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom:0;
}

.box-newsletter form label, .modal-subscribe-2 form label{
  display:none; 
}

.box-newsletter form input, .modal-subscribe-2 form input{
  color: var(--cor_2, #23237B);
  font-family: Barlow;
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  padding:20px;
  width:100%;
}

.box-newsletter .hs-form input[type="submit"], .modal-subscribe-2 .hs-form input[type="submit"]{
  background: #70f3ef;
  color: var(--primary-violet, #23237B);
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  text-transform: uppercase;  
  margin-top: 8px !important;  
  cursor:pointer;
}

.blog-post-content-2 .btn-newsletter{
  display:none !important; 
}

.modal-subscribe-2 .modal-subscribe-holder{
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap:8px;
  background: linear-gradient(129deg, #4040B2 8.27%, #53E0DC 128.81%), #2D2C8D;
  position: relative;
}

.modal-subscribe-2 h5 {
  font-size: 24px;
  line-height: 1.2em;
}

.modal-subscribe-2 .modal-subscribe-head a {
  max-width: 37px;
  position: absolute;
  top: 10px;
  right: 15px;
}

.modal-subscribe-2 .modal-subscribe-form form .hs-form-field {
  padding: 0;
  margin:0;
  border: 0;
}

/* CTA */

.blog-post-cta{
  padding-bottom: 50px;
}

.blog-post-cta-box{
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  background: radial-gradient(245.49% 113.98% at 0% 98.17%, rgba(255, 255, 255, 0.58) 0.96%, rgba(255, 255, 255, 0.00) 67.18%), #F5F6FA;
}

.blog-post-cta .col-12:after{
  content:"";
  width:100%;
  height:8px;
  background: var(--degrade-01, linear-gradient(270deg, #53E0DC 0%, #4040B2 100%)); 
  display: block;
}

.blog-post-cta-info{
  max-width:455px; 
}

.blog-post-cta-box h4{
  color: var(--cor-azul2, #23237B);
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom:24px;
}

.blog-post-cta-box p{
  color: var(--cor-texto, #53535F);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom:40px;  
}

.blog-post-cta-box .btn{
  padding: 8px 24px;
  gap: 8px;
  color: var(--tema_01, #000042);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  border: 1px solid var(--cor-azul1, #000042) !important;
}

.blog-post-cta-box .btn:hover{
  color: #f5f6fa;
  background: var(--cor-azul1, #000042) !important;
}

/* Blockquote */
.blog-post-content-2 blockquote{
  border-left: 3px solid #53E0DC;
  background: #F6F6FA;  
  padding: 32px;
}

.blog-post-content-2 blockquote p{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; 
}

.blog-post-content-2 blockquote p:last-child{
  margin-bottom:0;
}


@media (min-width: 1200px) {
  .blog-post-header .container, .blog-post-content-2 .container, .blog-post-cta .container{
    max-width: 1192px;
  }
}

@media (min-width: 992px) {
  .blog-post-header {
    padding-bottom: 65px;
  }
  .blog-post-breadcrumbs .breadcrumbs li, .blog-post-breadcrumbs .breadcrumbs li:after{
    font-size:16px;
  }
  .blog-post-hero .blog-post-card-details{
    padding:32px 88px;
  }
  .blog-post-hero .blog-post-card-details .blog-post-card-title{
    font-size: 56px;
  }  
  .blog-post-cta-box{
    padding: 64px 64px 64px 64px;
    background: radial-gradient(245.49% 113.98% at 0% 98.17%, rgba(255, 255, 255, 0.58) 0.96%, rgba(255, 255, 255, 0.00) 67.18%), url(https://4259277.fs1.hubspotusercontent-na1.net/hubfs/4259277/Blog%202025/img-blog-cta.png) #F5F6FA center right / contain no-repeat;    
  }
}

@media (min-width: 992px) {
  .blog-post-breadcrumbs{
    min-height:380px; 
  }
  .blog-post-cta{
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .blog-post-header .container, .blog-post-content-2 .container, .blog-post-cta .container {
    padding:0 20px;
  }
  .box-newsletter{
    display:none;
  }
  .blog-post-content-2 .btn-newsletter{
    display:inline-flex !important; 
  }
}

/* Tag */

.header-blog-min.header-blog-tag .row, .recent-posts-2 .row{
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.recent-posts-2 .blog-group{
  padding: 85px 0 50px; 
}

.recent-posts-2 .blog-group {
  display:grid;
  gap: 30px;
  grid-template-columns: repeat(1,1fr);
}

.recent-posts-2 .blog-group .blog-post-card:first-child {
  grid-column: 1 / -1;
}

.recent-posts-2 .blog-post-card-details {
  padding: 24px 0 0;
}

.recent-posts-2 .blog-post-card-img a img {
  height: 270px;
  width: 100%;
}

.recent-posts-2 .blog-post-card-info .post-author .photo {
  width: 24px;
}

.recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-details .blog-post-card-title{
  margin: 0 0 30px;
  font-size: 32px;
  color: #2D2C8D;
  font-weight: 600;
  letter-spacing: -0.02em;
}  

.recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-info {
  justify-content: flex-start;
  gap: 40px;
}

.recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-info .post-author .photo {
  width: 40px;
}

.recent-posts-2 .blog-pagination .col-12 {
  gap: 16px;
}

.recent-posts-2 .blog-pagination .post_count {
  gap: 8px;
}

.recent-posts-2 .blog-pagination .post_count a, .blog-pagination .blog-pagination-left a, .blog-pagination .blog-pagination-right a{
  color: #23237B;
  font-size: 16px;
  width: 48px;
  height: 48px;
  background: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:0;
}

.recent-posts-2 .blog-pagination .post_count a.active, .recent-posts-2 .blog-pagination .post_count a:hover, .blog-pagination .blog-pagination-left a:hover, .blog-pagination .blog-pagination-right a:hover {
  color: #23237B;
  background: #53E0DC;
}

.recent-posts-2-home .blog-pagination{
  background: #F5F6FA;
}

@media (min-width: 992px) {  
  .recent-posts-2 .blog-group {
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
  }
  .recent-posts-2 .blog-group .blog-post-card:first-child{
    display: flex;
  }
  .recent-posts-2 .blog-group .blog-post-card:first-child > div{
    width: 50%;
  }
  .recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-details {
    padding: 24px;
  }
  .recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-img a img {
    height: 100%;
  }
  .recent-posts-2-home .blog-pagination{
    margin-top:-20px;
    padding-bottom: 120px;
  }

}


@media (min-width: 1200px) {
  .recent-posts-2 .container{
    max-width: 1192px;
  }
  .recent-posts-2 .blog-group .blog-post-card:first-child .blog-post-card-details .blog-post-card-title{
    font-size: 50px;
  }  
}


@media (max-width: 767px) {
  .recent-posts-2 .container {
    padding:0 20px;
  }
  .recent-posts-2 .blog-group {
    padding: 50px 0 50px;
  }    
}

/* Author */

.blog-heading-page-2 .row, .blog-results-author .row{
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.blog-heading-page-2 .breadcrumbs {
  gap: 15px;
}

.blog-heading-page-2 .breadcrumbs li {
  font-size: 16px;
  font-weight:600;  
  color: #000;
}

.blog-heading-page-2 .breadcrumbs li:after {
  display:none;
}

.blog-heading-page-2 .breadcrumbs li a{
  font-weight:400;
}

.blog-heading-page-2 .blog-author-bio .avatar {
  width: 160px;
}

.blog-heading-page-2 .avatar img {
  min-width:160px;
}

.blog-heading-page-2 .blog-author-bio .info h1{
  color: #000;
  font-weight: 600;
}

.blog-heading-page-2 .blog-author-bio .info p {
  color: #53535F;
}

.blog-heading-page-2.blog-heading-page:before {
  display:none;
}

.blog-results-author .title-results{
  margin-bottom: 0;
}

.blog-results-author .title-results, .blog-results-author .title-results span {
  color: #000042;
}

.blog-results-author .blog-group{
  padding: 40px 0 50px; 
}

.author-title-results .title-results {
  margin-bottom: 5px;
}

.author-title-results .author-description {
  margin-bottom: 0;
}

@media (min-width: 992px) {  
  .blog-heading-page-2.blog-heading-page {
    padding: 30px 0 40px;
    margin-bottom: 80px;
  }
  .blog-heading-page-2 .breadcrumbs {
    margin: 0 0 50px;
  }
  .blog-heading-page-2 .blog-author-bio {
    gap: 110px;
  }
  .blog-heading-page-2 .blog-author-bio .info-name {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom:32px;
  }
  .blog-heading-page-2 .blog-author-bio .info h1{
    font-size: 40px;
    line-height: 120%;
    margin-bottom:0;
  }
  .blog-heading-page-2 .blog-author-bio .info p {
    font-size: 16px;
    line-height: 150%;
  }
  .blog-results-author .title-results {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
  }
}

@media (max-width: 767px) {
  .blog-heading-page-2 .container, .blog-results-author .container{
    padding:0 20px;
  }
  .blog-heading-page-2 .blog-author-bio {
    flex-direction: column;
    gap: 20px;
  }

}