#hero  {
  padding: 185px 0 0;
  background-color: white;
}
#hero .container-1390 {
  max-width: 1470px;
  padding: 0 20px;
  margin: auto;
}
#hero .container-nav{
  margin-bottom: 20px;
}
#hero .container-nav .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hero .container-nav .sub-nav a, 
#hero .container-nav .sub-nav p {
  color: rgba(10, 15, 57, .5);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 125%;
  text-decoration: none;
  margin-bottom: 0;
}
#hero .container-nav .sub-nav a strong, 
#hero .container-nav .sub-nav p strong{
  color: var(--new-black);
}
#hero .container-nav .sub-links {
  display: flex;
  gap: 40px;
}
#hero .container-nav .sub-links a{
  color: var(--new-black);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid transparent;
}
#hero .container-nav .sub-nav a:hover{
  border-color: var(--new-black);
  opacity: 1;
}
#hero .container-nav .sub-nav a.no-underline {
  font-weight: 700;
  border-color: transparent!important;
}

#hero .hero-wrapper {
  padding: 80px 20px 60px;
  border-radius: 32px;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
#hero .hero-wrapper .accent-gradient {
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  border-radius: 100%;
  filter: blur(80px);
  top: -99%; 
  opacity: .5;
  z-index: 0;
}

#hero .customer-name {
  margin-bottom: 36px;
  display: flex;
  gap: 15px;
  align-items: center;
}
#hero .customer-info .customer-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
#hero .customer-info .item-desc {
  margin-bottom: 20px;
} 
#hero .customer-info .item-desc.last {
  margin-bottom: 40px;
} 
#article .customer-info .item-desc.last p.item-title {
  margin-bottom: 20px;
}
#hero .customer-info .item-desc p {
  color: rgba(10, 15, 57, 0.50);
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  margin: 0;
}
#hero .customer-info .item-desc p.item-title {
  color: rgba(10, 15, 57, 1);
  font-weight: 600;
}
span.comma:last-of-type {
  display: none;
}
#hero .customer-info .item-desc p.item-table.with-icon a{
  color: rgba(10, 15, 57, .5);
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  text-decoration: none;
}
#hero .customer-name .name {
  color: var(--new-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; 
  letter-spacing: -0.03em;
}
#hero .customer-name img {
  max-height: 40px;
}

#hero .hero-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
#hero .hero-content .col-left-empty {
  flex: 1;
  min-width: 240px;
}
#hero .hero-content .col-middle {
  flex-shrink: 0;
}
#hero .hero-content .col-right-empty {
  flex: 1; 
} 
#hero .hero-content h1 {
  max-width: 700px;
  font-size: 56px;
  text-wrap: pretty;
  line-height: 115%; 
  letter-spacing: -0.05em;
  margin: 40px 0 55px;
}
#hero .hero-content .breadcrumbs {
  font-size: 16px;
  color: rgba(10, 15, 57, 0.50);
  margin: 0;
  line-height: 126%;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
#hero .hero-content .breadcrumbs:hover {
  border-bottom: 1px solid rgba(10, 15, 57, 0.50); 
}
#hero .hero-content strong {
  font-size: 16px;
  color: rgba(10, 15, 57, 1);
  margin: 0;
  line-height: 126%;
  font-weight: 600; 
}
#hero .stats-flex {
  display: flex;
  align-items: center; 
  gap: 15px;
  justify-content: space-between;
  max-width: 600px;
}
#hero .stats-flex .stat-item {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#hero .stats-flex p.number {
  margin-bottom: 0;
  color: var(--new-black);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.04em;
}
#hero .stats-flex p.stat-desc {
  color: rgba(10, 15, 57, .5);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%; 
  text-wrap: balance;
}

@media (max-width: 991px) {
  #hero .hero-content .col-left-empty {
    display: none;
  }
  #hero .hero-content .col-middle {
    flex: 1;
  }
  #hero .hero-content .col-right-empty {
    display: none;
  } 
  #hero .container-1390 {
    padding: 0 20px;
  }
  #hero .hero-wrapper {
    padding: 45px;
  }
  #hero .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #hero {
    /*padding: 120px 0 0;*/
  }
  #hero .hero-wrapper {
    padding: 45px 22px;
    border-radius: 24px;
  }

  #hero .hero-content h1 {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.06em;
    margin: 38px 0; 
  }
  #hero .hero-content .breadcrumbs, #hero .hero-content strong {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
  #hero .stats-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #hero .stats-flex .stat-item {
    /* align-items: flex-end;*/
    max-width: none;
  }
  #hero .stats-flex p.stat-desc {
    font-size: 13px;
  }
  #hero .container-nav {
    margin-bottom: 15px;
  }
  #hero .container-nav .sub-nav a, 
  #hero .container-nav .sub-nav p {
    font-size: 13px;
  }
  #hero .hero-wrapper .accent-gradient {
    top: -90%;
    width: 150%;
    left: 50%;
    transform: translateX(-50%) translate3d(0, 0, 0);
  }
  #hero .container-nav .sub-links a.button-new {
    color: #F9F9FB;
    font-size: 12px;
    font-weight: 500;
    line-height: 126%; 
    letter-spacing: -0.02em;
    padding: 7px 16px;
  }
  #hero .container-nav .sub-links a.button-new:hover {
    background: #4349D4 !important;
    color: white;
    border-color: #4349D4!important

  }
}
@media (max-width: 575px) {
  #hero .customer-name{
    gap: 10px;
  }
  #hero .customer-name img {
    max-height: 30px;
  }
  #hero .customer-name .name{
    font-size: 14px;
  }
}

{#ARTICLE STYLES#}

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

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

#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, #article .article-body .article-content 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 .hs-embed-wrapper.hs-fullwidth-embed {
  margin-block-start: 60px !important;
  margin-block-end: 60px !important;
  border-radius: 10px;

}
#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 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: 40px;
} 
#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: var(--new-black);
  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 a{
  color: rgba(10, 15, 57, .5);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  text-decoration: none;
  text-wrap: pretty;
}

#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(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/code_inspector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#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 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: var(--new-black);
  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: 4px;
  padding:  10px 10px 10px 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: #FAFAFA;
  color: var(--new-black);
}

p.item-table.with-icon.contracts_libraries::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/contracts-libraries.svg)!important;
}
p.item-table.with-icon.security_audit::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/smart-contracts-security-audit.svg)!important;
}
p.item-table.with-icon.monitors::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/monitors.svg)!important;
}
p.item-table.with-icon.relayers::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/relayers.svg)!important;
}
p.item-table.with-icon.blockchain_infrastructure_audit::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/blockchain-infrastructure-audit.svg)!important;
}
p.item-table.with-icon.contracts_wizard::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/contracts-wizard.svg)!important;
}
p.item-table.with-icon.upgrades_plugins::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/upgrades-plugins.svg)!important;
}
p.item-table.with-icon.contracts_mcp::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/contracts-mcp-1.svg)!important;
}
p.item-table.with-icon.safe_utils::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/safe-utils-2.svg)!important;
}
p.item-table.with-icon.access_control::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/access-control.svg)!important;
}
p.item-table.with-icon.zkp_practice::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/zkp-practice.svg)!important;
}
p.item-table.with-icon.ecosystem_stack::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/ecosystem-stack.svg)!important;
}
p.item-table.with-icon.financial_institutions_stack::before{
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/bfinancial-institutions-stack.svg)!important;
}
@media (max-width: 1280px){ 
  #article .col-left  {
    display: none;
  }
  #hero .hero-content .col-left-empty, #hero .hero-content .col-right-empty{
    display: none;
  }
  #hero .hero-content h1 {
    max-width: 100%;
  }
  #hero .hero-content .col-middle {
    flex-shrink: auto;
    flex: 1!important;
  }
}
@media (max-width: 991px){ 

  #article .col-left, #article .col-right  {
    display: none;
  }
  #article .col-middle {
    flex: 1;
    max-width: 100%;
    padding-top: 60px;
  }
  #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;
  }

}

{#SUBNAV#}

header .container-fluid.content-wrapper.announcement.mt-0 {
  margin-top: 0!important;
}

header.is-absolute{
  position: absolute;
}
#sub-navigation {
  position: absolute;
  top: 64px;
  z-index: 99999;    
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color .2s ease-in-out, opacity .4s ease-in-out;

}
#sub-navigation.is-fixed {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(135, 139, 171, 0.06);
}
#sub-navigation.is-fixed.is-hidde {
  opacity: 0;
  pointer-events: none;
}
#sub-navigation .container-nav{
  margin: auto;
  padding: 16px 20px;
  max-width: 1470px;
}
#sub-navigation .container-nav .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sub-navigation .container-nav .sub-nav .inner-flex{
  display: flex;
  align-items: center;
  gap: 8px;
}
#sub-navigation .container-nav .sub-nav a:not(.button-new), 
#sub-navigation .container-nav .sub-nav p {
  color: var(--new-black);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 126%;
  text-decoration: none;
  margin-bottom: 0;
}
#sub-navigation .container-nav .sub-links {
  display: flex;
  align-items: center;
}
#sub-navigation .container-nav .sub-links a.button-new {
  margin-left: 20px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 126%;
  opacity: 0;
  transition: background 0.2s ease, opacity .3s ease;
}
#sub-navigation .container-nav .sub-links a.button-new.single {
  opacity: 1!important;
}
#sub-navigation .container-nav .sub-links a.button-new.colored {
  opacity: 1;
}
#sub-navigation .container-nav .sub-nav #single-breadcrumb {
  display: none;
  opacity: 0; 
  transition: all .2s ease;
}
#sub-navigation .container-nav .sub-nav.is-single a.return, #sub-navigation .container-nav .sub-nav span.slash {
  color: rgba(var(--new-black-rgb), .5);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 126%;
  margin-bottom: 0;
  text-decoration: none;
  border-color: rgba(var(--new-black-rgb), 0);
  border-bottom: 1px solid transparent;
  transition: all .3s  ease-in-out;
}
#sub-navigation .container-nav .sub-nav.is-single a.return:hover {

  border-color: rgba(var(--new-black-rgb), .5)!important;
}
#sub-navigation .container-nav .sub-nav.is-single #single-breadcrumb {
  display: contents;
  opacity: 1;
  transition: all .2s ease;
  color: rgba(10, 15, 57, 0.50);
}
#sub-navigation .container-nav .sub-nav.is-single #single-breadcrumb #customer-row{
  color: var(--new-black);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 126%;
  margin-bottom: 0;
  text-decoration: none;
}

#sub-navigation .container-nav .sub-nav a.right-link{
  color: rgba(var(--new-black-rgb), 0.50);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  transition: all .3s ease-in-out;
}
#sub-navigation .container-nav .sub-nav a.right-link:hover{
  color: rgba(var(--new-black-rgb), 1);
}
#sub-navigation .container-nav .sub-nav.is-single a.right-link{
  opacity: 1;
}
#sub-navigation .container-nav .sub-nav.is-single .button-wrapper{
  display: none;
}

#sub-navigation .container-nav .sub-nav .button-wrapper{
  max-width: 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

#sub-navigation .container-nav .sub-nav .button-wrapper.stretched{
  max-width: 200px;
}

#sub-navigation .container-nav .sub-nav a:not(.button-new):hover{
  border-color: var(--new-black);
  opacity: 1;
}


#sub-navigation .container-nav .sub-nav a.no-underline {
  font-weight: 700;

  border-color: transparent!important;
}

#sub-navigation .container-nav .sub-nav a img{
  position: relative;
  left: 2px;
  top: -1px;
}
#sub-navigation .container-nav .sub-nav .is-active {
  font-weight: 700;
}

#sub-navigation .container-nav .sub-nav .is-active:hover::before {
  display: none;
}

/* MEDIA QUERYS */
@media (max-width: 991px){
  #sub-navigation {
    top: 52px;
  }
}

@media (max-width: 767px){
  #sub-navigation .container-nav .sub-nav .right-link{
    display: none;
  }
  #sub-navigation .container-nav .sub-nav.is-single a:not(.button-new), #sub-navigation .container-nav .sub-nav p {
    font-size: 13px;
  }
  #sub-navigation .container-nav .sub-links a.button-new.single {
    font-size: 12px;
  }
}

@media (max-width: 575px){
  #sub-navigation .container-nav {
    padding: 16px;
  }
  #sub-navigation .container-nav .sub-links{
    gap: 16px;
  }
  #sub-navigation .container-nav .sub-links a:not(.button-new){
    font-size: 13px;
  }
  #sub-navigation .container-nav .sub-nav a.no-underline {
    font-size: 14px;
  }
  #sub-navigation .container-nav .sub-links a.button-new {
    font-size: 12px;
  }
}
@media (max-width: 435px){

}

/*
@media (min-width: 767px) {
#sub-navigation {
opacity: 0;
animation: fadeIn .2s ease-in 100ms forwards;
}
}
*/