.b2b-article{padding:3rem 0 6rem}.b2b-article__layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin-inline:auto}@media screen and (min-width:1024px){.b2b-article__layout{grid-template-columns:1fr 240px;gap:3rem;align-items:start}}.b2b-article__content{min-width:0}.b2b-article__body{font-size:16px;line-height:1.6;color:rgb(var(--text-color))}.b2b-article__body h2{font-size:var(--heading-h2-font-size);line-height:1.3;margin-top:3rem;margin-bottom:1rem;color:#2898e5}.b2b-article__body h3{font-size:var(--heading-h3-font-size);line-height:1.3;margin-top:2rem;margin-bottom:.75rem;color:rgb(var(--heading-color))}@media screen and (max-width:767px){.b2b-article__body h2{font-size:max(20px,var(--heading-h3-font-size))}.b2b-article__body h3{font-size:max(18px,var(--heading-h4-font-size))}}@media screen and (max-width:639px){.b2b-article__body table.responsive-table thead{display:none}.b2b-article__body table.responsive-table,.b2b-article__body table.responsive-table tbody,.b2b-article__body table.responsive-table tr,.b2b-article__body table.responsive-table td{display:block;width:100%}.b2b-article__body table.responsive-table tr{border:1px solid #e5e5e5;border-radius:6px;margin-bottom:12px;padding:12px}.b2b-article__body table.responsive-table td{padding:4px 0;font-size:15px;border:none}.b2b-article__body table.responsive-table td:before{content:attr(data-label);display:block;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:2px}}@media screen and (max-width:639px){.b2b-article__body table:not(.responsive-table){font-size:15px}.b2b-article__body table:not(.responsive-table) td,.b2b-article__body table:not(.responsive-table) th{padding:8px 12px}}.b2b-article__meta{display:flex;flex-wrap:wrap;gap:1.2rem;font-size:14px;color:rgba(var(--text-color),.65);margin-bottom:2.4rem;align-items:center}.b2b-article__meta-item{display:flex;align-items:center;gap:.4rem}.b2b-article__meta-item svg{width:14px;height:14px;opacity:.6}.b2b-article__closing-cta{background:linear-gradient(135deg,#051e38,#0a3060);color:#fff;border-radius:12px;padding:3.6rem 3rem;margin-top:4rem;text-align:center;position:relative;overflow:hidden}.b2b-article__closing-cta:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:#2898e526;pointer-events:none}.b2b-article__closing-cta-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#2898e5;margin:0 0 1rem}.b2b-article__closing-cta-heading{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;margin:0 0 .6rem;color:#fff;line-height:1.3}.b2b-article__closing-cta-sub{font-size:15px;color:#ffffffb3;margin:0 0 2rem}.b2b-article__closing-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.4rem}.b2b-article__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;border-radius:6px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;min-height:48px}.b2b-article__cta-btn:hover{transform:translateY(-1px);opacity:.92}.b2b-article__cta-btn--primary{background:#2898e5;color:#fff;box-shadow:0 4px 14px #2898e559}.b2b-article__cta-btn--primary:hover{box-shadow:0 6px 20px #2898e573}.b2b-article__cta-btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.b2b-article__cta-btn--secondary:hover{border-color:#fff}.b2b-article__closing-cta-phone{font-size:13px;color:#ffffff8c;margin:0}.b2b-article__tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e5e5}.b2b-article__tag{display:inline-block;padding:4px 12px;background:rgb(var(--secondary-background));border-radius:20px;font-size:13px;color:rgba(var(--text-color),.8);text-decoration:none;transition:background .2s ease}.b2b-article__tag:hover{color:rgb(var(--text-color))}.b2b-article__sidebar{display:none}@media screen and (min-width:1024px){.b2b-article__sidebar{display:block}}.b2b-article__sidebar{position:sticky;top:calc(var(--header-height, 0px) * var(--enable-sticky-header, 0) + 2rem);align-self:start}.b2b-article__toc{max-height:calc(100vh - var(--header-height, 0px) * var(--enable-sticky-header, 0) - 4rem);overflow-y:auto;padding:2rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 8px #0000000d}.b2b-article__toc::-webkit-scrollbar{width:4px}.b2b-article__toc::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:4px}.b2b-article__toc-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#999;margin:0 0 1.2rem}.b2b-article__toc-nav{display:flex;flex-direction:column;gap:.4rem}.b2b-article__toc-link{display:block;font-size:14px;line-height:1.4;color:rgba(var(--text-color),.8);text-decoration:none;padding:5px 8px;border-radius:4px;border-left:3px solid transparent;transition:color .15s ease,border-color .15s ease,background .15s ease}.b2b-article__toc-link:hover{color:#2898e5;background:rgb(var(--secondary-background))}.b2b-article__toc-link.is-active{color:#2898e5;border-left-color:#2898e5;background:rgb(var(--secondary-background));font-weight:600}.b2b-article__mobile-toc{display:block;background:#fff;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;padding:0 1.6rem;margin-bottom:2rem;z-index:100}@media screen and (min-width:1024px){.b2b-article__mobile-toc{display:none}}.b2b-article__mobile-toc.is-sticky{position:sticky;top:calc(var(--header-height, 0px) * var(--enable-sticky-header, 0));box-shadow:0 2px 6px #00000014}.b2b-article__mobile-toc-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.2rem 0;background:none;border:none;font-size:15px;font-weight:600;color:rgb(var(--heading-color));cursor:pointer;text-align:left}.b2b-article__mobile-toc-icon{flex-shrink:0;transition:transform .2s ease}.b2b-article__mobile-toc-toggle[aria-expanded=true] .b2b-article__mobile-toc-icon{transform:rotate(180deg)}.b2b-article__mobile-toc-list{padding:0 0 1.2rem;display:flex;flex-direction:column;gap:.2rem}.b2b-article__mobile-toc-list[hidden]{display:none}.b2b-article__mobile-toc-list .b2b-article__toc-link{padding:8px 10px;min-height:48px;display:flex;align-items:center}.b2b-article__related{margin-top:5rem;padding-top:4rem;border-top:1px solid #e5e5e5;max-width:1100px;margin-inline:auto}.b2b-article__related-title{font-size:var(--heading-h3-font-size);color:rgb(var(--heading-color));margin:0 0 2.4rem}.b2b-article__related-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:740px){.b2b-article__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.b2b-article__related-grid{grid-template-columns:repeat(3,1fr)}}.b2b-article__related-card{display:flex;flex-direction:column;gap:.6rem;padding:2rem;border:1px solid #e5e5e5;border-radius:8px;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease;position:relative}.b2b-article__related-card:hover{border-color:#2898e5;box-shadow:0 4px 12px #0000000f}.b2b-article__related-intent{font-size:12px;font-style:italic;color:rgba(var(--text-color),.55);line-height:1.4}.b2b-article__related-card-title{font-size:16px;font-weight:700;color:rgb(var(--heading-color));line-height:1.3;margin:0}.b2b-article__related-card-desc{font-size:14px;color:rgba(var(--text-color),.7);line-height:1.5;margin:0;flex:1}.b2b-article__related-card-arrow{display:flex;align-items:center;color:#2898e5;margin-top:.8rem}.b2b-article__related-card-arrow svg{width:18px;height:18px}
/*# sourceMappingURL=/cdn/shop/t/128/assets/section-b2b-article.css.map */
