.customer-related-posts{border-top:1px solid var(--border-primary);margin-top:var(--vertical-spacing);padding:var(--vertical-spacing) 40px}.customer-related-posts__wrapper{display:flex;flex-direction:column;gap:40px}.customer-related-posts__heading{color:var(--text-primary);font-size:2rem;font-weight:var(--h-weight)}.customer-related-posts__list{display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.customer-related-posts__image{aspect-ratio:16/9;border-radius:10px;height:auto;object-fit:cover;width:100%}.customer-related-posts__title{margin:10px 0}.customer-post__header-section{background:linear-gradient(180deg,#dbf5f2,#f8fafc);padding:80px 40px;width:100%}.customer-post__header-inner{align-items:center;display:flex;flex-direction:column;gap:60px;position:relative}.customer-post__header-text{max-width:860px;text-align:center}.customer-post__title{margin-bottom:10px}.customer-post__header-image{width:100%}.customer-post__header-image img{aspect-ratio:16/9;border-radius:10px;height:auto;object-fit:cover;width:100%}.customer-post__main-wrapper{padding:80px 40px}.customer-post__content-container{display:grid;gap:60px;grid-template-columns:1fr 300px;position:relative}.customer-post__content-body{max-width:720px;min-width:0}.customer-post__section{display:flex;flex-direction:column;gap:20px;margin-bottom:4rem}.customer-post__section iframe,.customer-post__section img,.customer-post__section video{border-radius:10px;margin-top:20px}.customer-post__section>h2{margin-bottom:20px}.customer-post__section-tag{color:var(--brand-500);font-size:16px;font-weight:600}.customer-post__section-tag a{color:var(--brand-500)!important;font-weight:600}.customer-post__section:last-child{margin-bottom:0}.customer-post__content-body h2,.customer-post__content-body h3,.customer-post__content-body h4{scroll-margin-top:120px}.customer-post__content-body h2{font-size:2rem}.customer-post__content-body h3{font-size:1.5rem;margin-top:20px}.customer-post__content-body h4{font-size:1.25rem;margin-top:20px}.customer-post__content-body table{height:auto!important;max-width:100%;width:100%!important}.customer-post__content-body table p{margin-bottom:0}.customer-post__sidebar-sticky{display:flex;flex-direction:column;position:sticky;top:var(--header-height,100px)}.banner-card{border:1px solid var(--border-primary);border-radius:10px;overflow:hidden;text-align:center}.banner-image-wrapper{width:100%}.banner-image{display:block;height:auto;width:100%}.banner-content{align-items:center;display:flex;flex-direction:column;padding:20px}.banner-title{font-size:1.25rem;margin-bottom:10px}.banner-description{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin-bottom:20px}.resource-hero{background-color:var(--surface-background-white);border-bottom:1px solid var(--border-primary);padding:var(--vertical-spacing) 40px 0 40px}.resource-hero__title{margin-bottom:16px}.resource-hero__desc{margin-bottom:80px;max-width:600px}.resource-nav{border-bottom:0;display:flex;gap:20px}.resource-nav__link{border-bottom:2px solid transparent;color:var(--text-muted);font-weight:var(--font-weight-medium);padding:12px 20px;text-decoration:none;transition:all .2s ease}.resource-nav__link:hover{color:var(--text-tag)}.resource-nav__link.active{border-bottom-color:var(--border-focus);color:var(--text-tag)}.customer-main{padding:var(--vertical-spacing) 40px}.customer-main .content-wrapper{display:flex;gap:60px}.customer-listing{flex-grow:1}.customer-listing__heading{margin-bottom:30px}.customer-grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.customer-card{display:flex;flex-direction:column}.customer-card__image-link{display:block;height:100%;width:100%}.customer-card__image-link:hover .customer-card__image{transform:scale(1.05)}.customer-card__image-wrapper{aspect-ratio:16/10;background-color:var(--surface-background-light);border-radius:8px;margin-bottom:20px;overflow:hidden;width:100%}.customer-card__image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.customer-card__content{display:flex;flex-direction:column;flex-grow:1}.customer-card__meta{margin-bottom:12px}.customer-card__tag{font-size:.75rem;font-weight:var(--font-weight-medium);text-transform:uppercase}.customer-card__title{margin-bottom:12px}.customer-card__date{font-size:.875rem;font-weight:var(--font-weight-medium);margin-top:auto}.customer-pagination{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:40px}.customer-pagination__link,.customer-pagination__next,.customer-pagination__prev{align-items:center;border-radius:50%;color:var(--text-muted);display:inline-flex;font-size:.9rem;height:32px;justify-content:center;text-decoration:none;transition:all .2s;width:32px}.customer-pagination__link:hover,.customer-pagination__next:hover,.customer-pagination__prev:hover{background-color:var(--surface-background-light);color:var(--text-primary)}.customer-pagination__link.active{background-color:var(--brand-500);color:var(--text-primary-inverted)}.customer-pagination .icon{font-size:1.2rem;line-height:1;padding-bottom:2px}.hs-search-results__title{color:var(--h-color);font-family:var(--primary-font-family);font-size:var(--h1-size);font-weight:var(--h-weight);line-height:var(--h-line-height)}@media screen and (max-width:991px){.customer-related-posts__list{grid-template-columns:repeat(2,1fr)}.customer-post__header-inner{gap:40px;grid-template-columns:1fr}.customer-post__header-text{order:1}.customer-post__header-image{order:2}.customer-post__content-container{gap:40px;grid-template-columns:1fr}.customer-post__content-body{max-width:100%}.resource-hero{padding:60px 40px 0}.customer-main .content-wrapper{flex-direction:column;gap:40px}.customer-main{padding:40px}.customer-grid{gap:40px}}@media screen and (max-width:767px){.customer-related-posts__list{grid-template-columns:1fr}.customer-post__header-section,.customer-post__main-wrapper,.customer-related-posts{padding:40px 20px}.customer-post__content-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.resource-hero{padding:40px 20px 0}.customer-main{padding:40px 20px}.resource-nav{overflow-x:auto;padding-bottom:0}.resource-nav__link{white-space:nowrap}.customer-grid{grid-template-columns:1fr}.resource-hero__desc{margin-bottom:40px}.customer-post__header-text{text-align:left}}.customer-main .testimonial-video-carousel-section{margin-bottom:var(--vertical-spacing)}