#article {
  padding: 65px 0 140px;
  background-color: #FAFAFA;
}
.container-1430 {
  max-width: 1470px;
  margin: auto;
  padding: 0 20px;
}

#article .article-flex {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 70px;
}

#article .col-left {
  position: sticky;
  top: 85px;
  flex: 1;
}
#article .col-middle {
  flex-shrink: 0;
  width: 100%;
  max-width: 720px;
}
#article .col-right {
  position: sticky;
  top: 85px;
  flex: 1;
}
#article  .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(var(--new-black-rgb), .1);
  margin-bottom: 60px;
}
#article .author-wrapper  {
  position: relative;
}
#article #posts.is-list .author-wrapper  {
  display: block;
}
#article .author-wrapper .avatar-wrapper {
  align-items: center;
  display: flex;
  gap: 8px;
  cursor: default;
}
#article .author-wrapper .avatar-wrapper img {
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  border: 1px solid #eaeaea; 
  border-radius: 100px; 
  object-fit: cover;
}
#article .author-wrapper .avatar-meta {
  pointer-events: none;
  position: absolute;
  padding: 12px;
  display: flex;
  gap: 10px;
  width: max-content;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  opacity: 0;
  align-items: center;
  transition: opacity .3s ease;
}
#article .author-wrapper:hover .avatar-meta {
  opacity: 1;
}

#article .article-meta p{
  color: var(--new-black);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  opacity: .5;
  margin: 0!important;

}
#article .article-meta .avatar-meta p.author-name {
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}
#article .author-wrapper .avatar-meta p.author-role{
  color: rgba(115, 115, 115, 1);
  font-size: 14px;
  margin-top: 4px; 
}
#article .author-wrapper .avatar-meta img {
  height: 40px;
  width: 40px;
  margin: 0;
  display: block;
  border: 1px solid #eaeaea; 
  border-radius: 100px; 
  object-fit: cover;
}
#article .col-left .index-list {
  width: 240px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;     /* still scrollable */
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none; 
}
#article .col-left .index-list::-webkit-scrollbar {
  display: none;            
}
#article .col-left .index-list a {
  color: rgba(10, 10, 10, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  transition: all 0.5s ease;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article .col-left .index-list a.pl-30 {
  padding-left: 30px;
}
#article .col-left .index-list a::before {
  content: "— ";
  display: block;
  opacity: 0;
  position: absolute;
  left: 0px;
}
#article .col-left .index-list a.pl-30::before {
  left: 10px;
}
#article .col-left .index-list a.active::before {
  transition: all .5s ease;
  opacity: 1;
}
#article .col-left .index-list a.active {
  color: rgba(10, 10, 10, 1);
}
#article .col-left .index-list p {
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  margin-bottom: 12px;
}
#article #hs_cos_wrapper_post_body {
  color: var(--new-black);
  font-weight: 400;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: -0.02em !important;
}
#article .article-body .article-content p, #article .article-body .article-content li, #article .article-body .article-content p span  {
  font-weight: 400;
  font-size: 18px!important;
  line-height: 150%!important;
  letter-spacing: 0!important;
  margin-block-start: 12px;
  margin-block-end: 12px;
  color: rgba(var(--new-black-rgb),.8);
  font-family: 'Inter' !important;
}
#article .article-body h2:first-child, #article .article-body h3:first-child, #article .article-body h4:first-child, #article .article-body h5:first-child, #article .article-body h6:first-child, #article .article-body .article-content p:first-child {
  margin-top: 0;
  margin-block-start: 0;
}
#article .article-body .intro-text {
  margin-bottom: 48px;
}
#article .article-body .intro-text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02em;
}
#article .article-body .intro-text p:first-child {
  margin-block-start: 0;
}
#article .article-body .video{
  margin-top: 56px;
  margin-block-end: 56px;
}
#article .article-body .video img{
  margin: 0;
}
#article #table-of-contents, #article .toc {
  display: none!important;
}
#article .article-body h2, #article .article-body h3, #article .article-body h4, #article .article-body h5, #article .article-body h6 {
  color: var(--new-black)!important;
  font-weight: 600!important;
  line-height: 120%;
  letter-spacing: -0.03em;
  scroll-margin-top: 100px;
  font-family: 'Inter' !important;
}
#article .article-body h2 span, #article .article-body h3 span, #article .article-body h4 span, #article .article-body h5 span, #article .article-body h6 span {
  font-family: 'Inter' !important;
  color: var(--new-black);!important
  font-weight: 600!important;
}
#article .article-body .hs-embed-wrapper.hs-fullwidth-embed {
  margin-block-start: 60px;
  margin-block-end: 60px;
  border-radius: 10px;

}
#article .article-body h2 {
  margin-block-start: 60px;
  font-size: 24px!important;
  letter-spacing: -0.04em!important;
  line-height: 130%!important;
  margin-bottom: 16px;
}
#article .article-body h3 {
  font-weight: 600!important;
  font-size: 20px!important;
  margin-bottom: 20px!important;
  margin-block-start: 30px;
}
#article .article-body h4 {
  font-weight: 600!important;
  font-size: 18px!important;
  margin-bottom: 16px!important;
  margin-block-start: 20px;
}
#article .article-body code {
  color: hsla(0, 0%, 4%, .8);
  font-family: 'Roboto Mono', monospace!important;
  font-size: 16px;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 150%!important;
  border-radius: 4px!important;
  border: 1px solid rgba(10, 10, 10, 0.10)!important;
  background: #FAFAFA!important;
  padding: 2px 8px;
  white-space: pre;
  text-decoration: none;
  margin: 0px 1px;
}
#article .article-body code span{
  font-family: 'Roboto Mono', monospace!important;
}
#article .article-body a code {
  color: #4F56FA;
}
#article .article-body a:has(code) {
  text-decoration: none;
}
#article #hs_cos_wrapper_post_body ul {
  margin-block-end: 40px;
}


#article #hs_cos_wrapper_post_body ul {
  margin-block-end: 40px;
}
#article #hs_cos_wrapper_post_body img {
  margin-block-start: 40px;
  margin-block-end: 40px;
  border-radius: 10px;
}
#article #hs_cos_wrapper_post_body a:not(.button-new) {
  color: #4F56FA!important;
  font-weight: 500!important;
  text-decoration: none;
}
#article #hs_cos_wrapper_post_body pre {
  border-radius: 8px;
  border: 1px solid rgba(10, 10, 10, 0.10);
  background: #FFF;
  box-shadow: 0 2.689px 10.085px 0 rgba(44, 55, 75, 0.05);
  padding: 16px 14px;
}
#article #hs_cos_wrapper_post_body pre code {
  border-radius: 0!important;
  border: none!important;
  background: none!important;
  padding: 0!important;
}
#article #hs_cos_wrapper_post_body hr {
  margin-block-start: 60px;
}
#article #hs_cos_wrapper_post_body blockquote {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 12px 24px !important;
}
#article #hs_cos_wrapper_post_body blockquote p, #article #hs_cos_wrapper_post_body blockquote p strong {
  color: rgba(10, 10, 10, 0.80)!important;
  font-size: 18px!important;
  line-height: 150%!important; 
}
#article #hs_cos_wrapper_post_body blockquote p {
  margin: 0;
  margin-block-start: 12px;
  margin-block-end: 12px;
}
#article .article-body blockquote, #article .article-body blockquote p, #article .article-body blockquote span {
  color: var(--new-black);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.02em;
  border: 0;
  padding-left: 0;
}
#article #hs_cos_wrapper_post_body a.cta_button {
  display: inline-block !important;
  padding: 12px 16px !important;
  border-radius: 6px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 120% !important;
  color: white !important;
  letter-spacing: -0.02em!important;
  transition: all 0.2s ease!important;
  background: #4F56FA !important;
  text-decoration: none !important;
  text-transform: none!important;
  font-style: normal!important;
  border: 1px solid transparent !important;
  white-space: nowrap;
  text-wrap: nowrap;
  text-shadow: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin-block-start: 30px;
  margin-block-end: 30px;
}
#article #hs_cos_wrapper_post_body a.cta_button span {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 120% !important;
  color: white !important;
  letter-spacing: -0.02em!important;
  text-decoration: none !important;
  text-transform: none!important;
  font-style: normal!important;
  text-shadow: none !important;
  text-align: center !important;
}
#article #hs_cos_wrapper_post_body a.cta_button:hover {
  background: #4349D4 !important;
}

#article .customer-info {
  max-width: 223px;
  margin-left: auto;
}
#article .customer-info  .customer-name {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: -35px;
  opacity: 0;
  transition: all .3s ease-in-out;
}
#article.is-scrolled .customer-info  .customer-name {
  margin-bottom: 35px;
  opacity: 1;
}
#article .customer-info .customer-name .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; 
  letter-spacing: -0.03em;
}
#article .customer-info .customer-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 48px;
}
#article .customer-info .item-desc {
  margin-bottom: 24px;
} 
#article .customer-info .item-desc.last {
  margin-bottom: 50px;
} 
#article .customer-info .item-desc p {
  color: rgba(10, 15, 57, 0.50);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
#article .customer-info .item-desc p.item-title {
  color: rgba(10, 15, 57, 1);
  font-weight: 600;
  margin-bottom: 8px;
}
#article .customer-info .item-desc p.item-table span.stat-item {
  color: #0A0F39;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
}
#article .customer-info .item-desc p.item-table.with-icon:last-child{
  margin-bottom: 0;
}
#article .customer-info .item-desc p.item-table.with-icon{
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
  border-radius: 2px;
  transition: all .4s ease-in-out;
}
#article .customer-info .item-desc p.item-table.with-icon a{
  color: rgba(10, 15, 57, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  text-decoration: none;
}
#article .customer-info .item-desc p.item-table.with-icon:hover{
  background: #4f56fa1a;
  box-shadow: 0 0 0 4px #4f56fa1a;
}
#article .customer-info .item-desc p.item-table.with-icon::before{
  content:"";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  margin-bottom: -8px;
  background-image: url(no_such_asset_in_module_asset_url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: -3px;
}
@media (max-width: 991px){ 
  #article .col-left, #article .col-right  {
    display: none;
  }
  #article .col-middle {
    flex: 1;
    max-width: 100%;
  }
  #article .article-flex {
    gap: 30px;
  }
}
@media (max-width: 767px){ 
  #article {
    padding: 0 0 100px;
  }
  #article .author-wrapper .avatar-meta {
    display: none;
  }
  #article .col-right {
    display: none;
  }
  #article .article-meta {
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
    border-bottom: none;
  }
  #article .author-wrapper .avatar-wrapper img{
    display: none;
  }
  #article .article-body h2 {
    font-size: 28px!important;
    line-height: 120%!important;
  }
  #article .article-body h3 {
    font-size: 20px!important;
    margin-bottom: 20px!important;
    margin-block-start: 30px;
  }
  #article .article-body .article-content p, #article .article-body .article-content li {
    font-size: 14px!important;
  }
  #article .article-body code {
    font-size: 14px;
    padding: 2px 6px;
  }
}
@media (max-width: 575px){

  #article .article-body .intro-text p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 150%;
  }

  #article .article-body .video {
    margin-block-end: 48px;
    margin-top: 48px;
  }

  #article .article-body blockquote, #article .article-body blockquote p, #article .article-body blockquote span {
    font-size: 16px;
  }

}