#main-content {
  padding-top: 64px;
}

.content-wrapper {
  min-height: 600px;
}

/* Hero */
.article-hero {
  position: relative;
  padding: 45px 20px;
  min-height: 456px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f2f6f8;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}
.article-hero_inner {
  position: relative;
  max-width: 630px;
  text-align: center;
  z-index: 1;
}

.article-hero_label {
  margin: 0 auto 24px;
  text-align: center;
}

.post-label {
  display: inline-block;
  padding: 8px 17px 9px;
  border-radius: 4px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: background-color .25s ease-in-out;
}
.post-label--orange {
  background-color: #f5a623;
}
.article-hero_title,
.article-hero_subtitle,
.article-hero_subtitle p {
  text-align: center;
  color: #fff;
}
.article-hero_meta {
  position: relative;
  margin-top: 20px;
  color: #fff;
}

.article-meta {
  position: relative;
  padding: 0 12px;
}

.article-meta--updated:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 0 0 24px;
  padding: 40px 0 24px;
}
.breadcrumbs>li+li:before {
  padding: 0 2px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb {
  display: inline-block;
  max-width: 90%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
  text-transform: capitalize;
}
.breadcrumb a {
 position: relative;
 font-weight: 400;
 color: #bfc1c0;
 text-decoration: none;
 transition: color .6s;
 cursor: pointer;
}
.breadcrumb a:hover {
  text-decoration: none;
  font-weight: 400;
  color: #32b2f3;
  transition: color .6s;
}
/* Date */

.blog-post__timestamp {
  display: block;
  margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

.blog-post h2 {
  font-size: 175%;
}

.blog-post__body img {
  height: auto;
  width: 100%!important;
  max-width: 100%;
}
#hs_cos_wrapper_post_body ul {
  padding-left: 0;
}
#hs_cos_wrapper_post_body ul,
#hs_cos_wrapper_post_body ul li {
  margin-left: 0;
}
#hs_cos_wrapper_post_body ul li {
  position: relative;
  padding-left: 22px;
  list-style-type: none;
}
#hs_cos_wrapper_post_body ul li:before,
#hs_cos_wrapper_post_body ul li:after
{
  content: "";
  position: absolute;
  background-color: #333;
}
#hs_cos_wrapper_post_body li:before {
  top: 10px;
  left: 2px;
  transform: rotate(-45deg);
  width: 2px;
  height: 6px;
}
#hs_cos_wrapper_post_body li:after {
  top: 7px;
  left: 7px;
  width: 2px;
  transform: rotate(45deg);
  height: 10px;
}

.article-body {
 position: relative;
 display: flex;
 flex-direction: column;
 padding: 0;
}

.article-content {
  max-width: 100%;
  min-height: 600px;
  margin: 0 auto 0 0;
  padding: 0; 
}

.article-aside {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 40px;
}

.blog-post__meta {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  margin-bottom: 24px;
}
 
.blog-post__author-image {
  width: 68px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post__author-name {
  font-weight: 800;
  color: #121212;
}
.blog-post__author-name:hover {
  color: #32b2f3!important;
}
.blog-post__author-title {
  font-weight: 400;
  color: #121212;
}

.blog-post__body a:not(.btn) {
  font-weight: 400;
  color: #32b2f3;
  text-decoration: none;
}

/* Form */
.article-aside__item.hs-form {
  max-width: 600px;
  margin: 60px auto 90px;
  background-color: #333;
}
.article-aside__item.hs-form .cmp-title--light {
    color: #fff;
}
.article-aside__item.hs-form form {
  background-color: transparent;
  border: 1px transparent;
  border-radius: 0;
  padding: 0;
}

.article-aside__item.hs-form .hs-button {
  margin-top: 4px;
  border-color: #96d700;
  background: #96d700;
  color: #121212;
}
.article-aside__item.hs-form .hs-button:hover {
  background-color: transparent;
  color: #fff;
}

/* Related articles */
.article-aside__item {
  margin-bottom: 24px;
  padding: 40px;
  border: 1px solid #dde3e6;
}
.related-post-header {
  display: block;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #121212;
  text-decoration: none;
  font-weight: 400;
}
.related-post-header:hover {
  color: #32b2f3;
  text-decoration: none;
  font-weight: 400;
}
.recent-articles__all-link {
  text-align: right;
}
.recent-articles__all-link .cmp-more {
  color: #121212;
  font-weight: 400;
  text-decoration: none;
}
.recent-articles__all-link:hover .cmp-more {
  color: rgb(50, 178, 243);
}
.recent-articles__all-link .cmp-more__icon svg {
  transition: transform 0.3s;
}
.recent-articles__all-link:hover .cmp-more__icon svg {
  transform: translateX(4px);
  transition: transform 0.3s;
}

/* Recent posts */
.recent-articles {
  padding: 80px 0;
}
.recent-articles__title {
  margin-bottom: 36px;
  text-align: center;
}
.post-thumb-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.post-thumb {
  display: block;
  position: relative;
  min-height: 312px;
  max-height: 312px;
  margin: 0 12px 24px;
  padding: 33px 24px 24px;
  border-radius: 4px;
  overflow: hidden;
  width: calc(25% - 24px);
  text-decoration: none;
}
.post-thumb:hover {
  text-decoration: none;
}
.post-thumb--article-simple:hover .post-thumb__title {
   text-decoration: underline;
}
.post-thumb--big:hover .post-thumb__bg {
  transform: scale(1.03);
}
.post-thumb--article-simple {
  padding: 31px 24px 24px;
  border: 1px solid #f2f6f8;
  background: #fff;
}
.post-thumb--article-simple .post-thumb__inner {
   color: #121212;
}
.post-thumb__content-wrap {
   width: 100%;
}
.post-thumb__title {
  font-size: 16px;
  font-weight: 600;
}
.post-thumb__sub-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden; 
  white-space: normal; 
  margin-top: 15px;
  color: inherit;
}
.post-thumb__article-corner-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.post-thumb__corner {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 17px;
}
.post-thumb--big {
  width: calc(50% - 25px);
}
.post-thumb__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform-origin: 50% 50%;
  transition: transform .25s;
}
.post-thumb__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumb__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(78, 94, 107, .1) .14%, #222b33);
}
.post-thumb--article .post-thumb__inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.post-thumb--big .post-thumb__title {
  font-size: 24px;
  line-height: 1.5;
}

/* Tags */
.blog-post__tags {
  padding-top: 24px;
}
.blog-post__tags-icon {
  padding: 0 12px 0 0!important;
  transform: translateY(4px);
}
.blog-post__tags .icon--light svg {
  fill: #32b2f3;
}
.blog-post__tag-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 6px 10px;
  padding-left: 10px !important;
  background: #f2f6f8;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #121212;
}
.blog-post__tag-link:hover {
    font-weight: 400;
    text-decoration: none;
}

/* Content Navigation */
.article-nav-title {
  background-color: #f2f6f8;
  font-size: 20px !important;
  padding: 36px 36px 20px;
  margin: 0;
}
.article-nav {
  margin: 0 !important;
  padding: 0 36px 36px;
  background-color: #f2f6f8;
}
.article-content h2 {
  font-size: 32px;
  line-height: 1.3;
}

/* Comments */

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

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

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}
.social-sharing {
  margin-bottom: 1.4rem;
}

/* Banners */
.competera-banner {
  position: relative;
  border-radius: 4px;
  margin: 44px auto;
  overflow: hidden;
}
.competera-banner__bg-img {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 0;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  font-size: 0;
}
.competera-banner__bg-img .article-image-wrapper {
  position: static;
  margin: 0;
  padding: 0;
  text-align: right;
}
.competera-banner__bg-img img {
  position: static;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.competera-banner__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 37px 24px 50px;
  z-index: 1;
  min-height: 240px;
  box-sizing: border-box;
}
.competera-banner__content {
  width: 100%;
  color: #fff;
}
.competera-banner__text-wrap {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  font-weight: 600;
}

.competera-banner__head {
  color:#fff;
}
.competera-banner__btns-group {
  width: 100%;
  font-size: 0;
}
.competera-banner__btns-group {
  width: 100%;
  font-size: 0;
}
.competera-banner__btns-group .cmp-btn {
  margin-right: 12px;
  margin-bottom: 12px;
  border: 0;
  outline: 0;
  appearance: none;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
  
.competera-banner__btns-group .cmp-btn--tertiary {
  position: relative;
  padding: 22px 44px;
  font-weight: 800!important;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #121212!important;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #fff;
  transition: color .6s, background-color: .6s;
}
.competera-banner__btns-group .cmp-btn--tertiary:hover {
  background: transparent;
  border-color: #fff;
  color: #fff!important;
  transition: color .6s, background-color: .6s;
}
.competera-banner__btns-group .cmp-btn--secondary-white {
  padding: 22px 40px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 800!important;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
  color:#fff!important;
  border: 1px solid #fff;
  background-color: transparent;
  transition: color .6s, background-color: .6s;
}
.competera-banner__btns-group .cmp-btn--secondary-white:hover {
  background: #fff;
  color: #121212!important;
  transition: color .6s, background-color: .6s;
}

/* FAQ */
 .faq {
   padding-top: 0;
   padding-bottom: 0;
}
.faq .cmp-simple-advantages-cards__title {
  margin-bottom: 12px;
  text-align: center;
}
.accordion {
  max-width: 760px;
}
.accordion__item {
  margin: 5px auto;
  background-color: #f2f6f8;
  transition: transform .6s, box-shadow .6s;
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 20px 60px 20px 20px;
  margin-bottom: 2px;
  color: #121212;
  font-size: 14px;
  text-decoration: none;
  background-color: #f2f6f8;
  border-radius: 4px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
}
.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 24px;
  right: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 10px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
  background-image: url("https://go.competera.ai/hubfs/icons/download-corner.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.accordion__item .accordion__title-text {
  max-width: 608px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5;
}
.accordion__item .accordion__content {
  max-width: 700px;
  padding: 0 30px 20px 20px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  margin-top: -2px;
  background-color: #f2f6f8;
}
.accordion__item hr {
  margin-top: 0;
  border-color: #dde3e6;
}

.accordion__item .accordion__rotate {
  transform: rotate(180deg);
}

/* Media */

@media(min-width: 1100px) {
  .article-body {
    padding-bottom: 134px;
  }
  .article-content {
    max-width: 678px;
    width: 678px;
  }
  .article-aside {
    position: absolute; 
    width: 344px;
    margin-top: 0;
    margin-bottom: 102px;
  }
  .article-aside__item.hs-form {
    margin-top: 0;
  }
}
@media(max-width: 900px) {
  .post-thumb-grid {
    flex-direction: column;
  }
  .post-thumb, .post-thumb--big {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 24px auto;
    min-height: auto;
  }
  .post-thumb--big {
    min-height: 280px;
  }
}
@media(max-width: 600px) {
  .blog-post__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .competera-banner__btns-group {
    display: flex;
    flex-direction: column;
  }
  .article-aside__item.hs-form{
    margin-bottom: 0;
  }
}