.vertical-category-showcase {
  --vcs-border: rgba(17, 24, 39, 0.08);
  --vcs-text: #111111;
  --vcs-muted: #3e4654;
  --vcs-accent: #5850ec;
  --vcs-hero-bg: #dff6ea;
  --vcs-hero-grad-1: rgba(165, 241, 219, 0.72);
  --vcs-hero-grad-2: rgba(137, 192, 255, 0.24);
  --vcs-logo-fade: #dff6ea;
  background: #fff;
  color: var(--vcs-text);
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
}

.vertical-category-showcase--financial-services {
  --vcs-hero-bg: #bfdad0;
  --vcs-hero-grad-1: rgba(165, 241, 219, 0.72);
  --vcs-hero-grad-2: rgba(137, 192, 255, 0.24);
  --vcs-logo-fade: #eef7ef;
}

.vertical-category-showcase--tech-startup {
  --vcs-hero-bg: #dfcbe2;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.36);
  --vcs-hero-grad-2: rgba(196, 179, 236, 0.42);
  --vcs-logo-fade: #eadcf1;
}

.vertical-category-showcase--healthcare-wellness {
  --vcs-hero-bg: #edf5f7;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.42);
  --vcs-hero-grad-2: rgba(142, 214, 242, 0.34);
  --vcs-logo-fade: #edf9ff;
}

.vertical-category-showcase--ecommerce-fashion {
  --vcs-hero-bg: #cbd9e2;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.4);
  --vcs-hero-grad-2: rgba(240, 191, 167, 0.34);
  --vcs-logo-fade: #f6e7df;
}

.vertical-category-showcase--agility {
  --vcs-hero-bg: #edf2ff;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.42);
  --vcs-hero-grad-2: rgba(185, 202, 255, 0.34);
  --vcs-logo-fade: #edf2ff;
}

.vertical-category-showcase--differentiation {
  --vcs-hero-bg: #fbe9df;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.44);
  --vcs-hero-grad-2: rgba(245, 187, 154, 0.32);
  --vcs-logo-fade: #fbe9df;
}

.vertical-category-showcase--productivity {
  --vcs-hero-bg: #f1f1e0;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.46);
  --vcs-hero-grad-2: rgba(214, 218, 143, 0.35);
  --vcs-logo-fade: #f1f1e0;
}

.vertical-category-showcase--marketing {
  --vcs-hero-bg: #dabfc0;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.4);
  --vcs-hero-grad-2: rgba(235, 198, 199, 0.34);
  --vcs-logo-fade: #dabfc0;
}

.vertical-category-showcase--sales {
  --vcs-hero-bg: #e2d7cb;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.42);
  --vcs-hero-grad-2: rgba(212, 193, 172, 0.34);
  --vcs-logo-fade: #e2d7cb;
}

.vertical-category-showcase--support {
  --vcs-hero-bg: #cbe2e2;
  --vcs-hero-grad-1: rgba(255, 255, 255, 0.42);
  --vcs-hero-grad-2: rgba(172, 213, 214, 0.34);
  --vcs-logo-fade: #cbe2e2;
}

.vertical-category-showcase__container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 24px;
}

.vertical-category-showcase__hero {
  background:
    radial-gradient(circle at top left, var(--vcs-hero-grad-1), transparent 32%),
    radial-gradient(circle at right center, var(--vcs-hero-grad-2), transparent 28%),
    var(--vcs-hero-bg);
  overflow: hidden;
  padding: 56px 0 42px;
}

.vertical-category-showcase__hero .vertical-category-showcase__container {
  display: grid;
  gap: 28px 40px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  grid-template-areas:
    "copy media"
    "trust trust"
    "logos logos";
  align-items: start;
}

.vertical-category-showcase__hero-copy {
  grid-area: copy;
  max-width: 610px;
}

.vertical-category-showcase__hero-panel {
  align-self: center;
  grid-area: media;
  justify-self: end;
  width: 100%;
}

.vertical-category-showcase__hero-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.vertical-category-showcase__hero-icon img {
  display: block;
  height: 28px;
  width: 28px;
}

.vertical-category-showcase__eyebrow {
  color: #2d2f7f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.vertical-category-showcase h1,
.vertical-category-showcase h2,
.vertical-category-showcase h3 {
  color: var(--vcs-text);
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.vertical-category-showcase__hero h1 {
  font-size: clamp(42px, 5vw, 70px);
  letter-spacing: -0.05em;
  line-height: 0.95;
  max-width: 11ch;
}

.vertical-category-showcase__lede,
.vertical-category-showcase__intro,
.vertical-category-showcase__featured-copy p,
.vertical-category-showcase__bullet-card p {
  color: var(--vcs-muted);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.vertical-category-showcase__lede {
  margin: 24px 0 0;
  max-width: 40rem;
}

.vertical-category-showcase__intro {
  margin: 16px 0 0;
  max-width: 42rem;
}

.vertical-category-showcase__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.vertical-category-showcase__actions .dc-btn {
  background: #111;
  border-color: #111;
  color: #fff;
}

.vertical-category-showcase__actions .dc-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.vertical-category-showcase__ghost-link {
  color: var(--vcs-text);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.vertical-category-showcase__ghost-link:hover {
  text-decoration: underline;
}

.vertical-category-showcase__hero-panel img {
  display: block;
  height: auto;
  margin-left: auto;
  max-width: min(100%, 540px);
}

.vertical-category-showcase__hero-fallback {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
}

.vertical-category-showcase__bullet-card,
.vertical-category-showcase__featured-post,
.vertical-category-showcase__post-card {
  background: #fff;
  border: 1px solid var(--vcs-border);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(33, 39, 73, 0.08);
}

.vertical-category-showcase__bullet-card {
  align-items: center;
  display: flex;
  gap: 14px;
  max-width: 420px;
  padding: 18px 20px;
}

.vertical-category-showcase__bullet-card p {
  font-size: 16px;
  margin: 0;
}

.vertical-category-showcase__bullet-icon {
  background: linear-gradient(180deg, #111111 0%, #565656 100%);
  border-radius: 999px;
  display: inline-block;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

.vertical-category-showcase__trust-line {
  grid-area: trust;
  padding-top: 6px;
}

.vertical-category-showcase__trust-line p {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

.vertical-category-showcase__logo-marquee {
  grid-area: logos;
}

.vertical-category-showcase__logo-marquee-track {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.finServ_page.vertical-category-showcase {
  padding-top: 0;
}

.vertical-category-showcase .finServ_hero_section {
  background: var(--vcs-hero-bg);
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  padding: 129px 0 42px;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_row {
  display: flex;
  gap: 5px;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  width: 100%;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_content > figure {
  height: 32px !important;
  margin: -15px 0 15px 0 !important;
  width: 32px !important;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_content h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4.2px;
  line-height: normal;
  margin: 0 0 11px 0;
  text-transform: uppercase;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_img {
  margin: 0 0 0 auto;
  max-width: 552px;
  padding-top: 32px;
  width: 100%;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_img figure {
  margin: 0 !important;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.vertical-category-showcase .finServ_hero_section h1 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 15px 0;
}

.vertical-category-showcase .finServ_hero_section p {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  margin: 0;
  max-width: 100%;
}

.vertical-category-showcase .finServ_hero_section .sf_btns_group {
  display: flex;
  gap: 12px;
  margin: 33px 0 0 0;
}

.vertical-category-showcase .sf_btn_component {
  align-items: center;
  border: none;
  border-radius: 82px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  line-height: normal;
  margin: 0 !important;
  padding: 17px 26px;
  text-align: center;
  text-decoration: none;
  transition: 0.35s all ease-in-out;
}

.vertical-category-showcase .sf_btn_component.dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.vertical-category-showcase .sf_btn_component.dark:hover {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}

.vertical-category-showcase .finServ_hero_section .finServ_hero_logos_text p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  margin-top: 0;
  max-width: 100%;
  text-align: center;
  text-transform: none;
}

.vertical-category-showcase .finServ_hero_logos_text {
  margin-top: 100px;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 29px;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array figure {
  align-items: center;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  overflow: hidden;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array img {
  background: transparent !important;
  display: block;
  filter: none !important;
  max-height: 63px;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  width: auto;
}

.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array::before,
.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array::after,
.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array figure::before,
.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array figure::after,
.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array img::before,
.vertical-category-showcase--sales .finServ_hero_section .finServ_logos_array img::after,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array::before,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array::after,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array figure::before,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array figure::after,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array img::before,
.vertical-category-showcase--support .finServ_hero_section .finServ_logos_array img::after {
  content: none !important;
  display: none !important;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after {
  overflow: hidden;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after .slick-track {
  align-items: center;
  display: flex !important;
  gap: 24px;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after .slick-slide {
  align-items: center;
  display: flex !important;
  height: auto !important;
  justify-content: center;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after figure,
.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after .slick-slide {
  margin: 0;
  width: auto !important;
}

.vertical-category-showcase .finServ_hero_section .finServ_logos_array.logos_before_after img {
  max-height: 35px;
  width: auto !important;
}

.vertical-category-showcase--healthcare-wellness .finServ_hero_section .finServ_hero_content {
  max-width: 460px;
}

.vertical-category-showcase--healthcare-wellness .finServ_hero_section .finServ_hero_img {
  max-width: 552px;
}

.vertical-category-showcase--tech-startup .finServ_hero_section .finServ_hero_img {
  max-width: 552px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_section .finServ_hero_img {
  max-width: 552px;
}

.vertical-category-showcase--financial-services .finServ_hero_section {
  padding-bottom: 82px;
}

.vertical-category-showcase--financial-services .finServ_hero_section p {
  max-width: 430px;
}

.vertical-category-showcase--tech-startup .finServ_hero_section {
  padding-bottom: 82px;
}

.vertical-category-showcase--tech-startup .finServ_hero_section .finServ_hero_content {
  max-width: 440px;
}

.vertical-category-showcase--tech-startup .finServ_hero_section h1 {
  font-size: 58px;
  margin-bottom: 20px;
}

.vertical-category-showcase--tech-startup .finServ_hero_logos_text {
  margin-top: 43px;
}

.vertical-category-showcase--tech-startup .finServ_hero_section .finServ_logos_array {
  margin-top: 18px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_section {
  padding-bottom: 82px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_section .finServ_hero_content {
  max-width: 440px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_section h1 {
  font-size: 57px;
  line-height: 0.88;
  margin-bottom: 20px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_logos_text {
  margin-top: 43px;
}

.vertical-category-showcase--ecommerce-fashion .finServ_hero_section .finServ_logos_array {
  margin-top: 24px;
}

.vertical-category-showcase__section {
  padding-top: 56px;
}

.vertical-category-showcase__section-heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.04em;
  line-height: 1.04;
  max-width: 18ch;
}

.vertical-category-showcase__quote {
  margin: 0 auto 48px;
  max-width: 760px;
  text-align: center;
}

.vertical-category-showcase__quote-text {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
  line-height: 1.35;
  margin: 0;
}

.vertical-category-showcase__quote-meta {
  align-items: center;
  display: inline-flex;
  gap: 18px;
  justify-content: center;
  margin-top: 28px;
  text-align: left;
}

.vertical-category-showcase__quote-avatar {
  border-radius: 999px;
  flex-shrink: 0;
  height: 64px;
  overflow: hidden;
  width: 64px;
}

.vertical-category-showcase__quote-avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.vertical-category-showcase__quote-name,
.vertical-category-showcase__quote-role,
.vertical-category-showcase__quote-company {
  margin: 0;
}

.vertical-category-showcase__quote-name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.vertical-category-showcase__quote-role,
.vertical-category-showcase__quote-company {
  color: var(--vcs-muted);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.vertical-category-showcase__quote-company {
  color: #111;
  font-weight: 600;
  margin-top: 4px;
}

.vertical-category-showcase__section-heading--spotlights {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 38px;
  max-width: 660px;
  text-align: left;
}

.vertical-category-showcase__section-heading--spotlights h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  max-width: none;
}

.vertical-category-showcase__spotlights {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

.vertical-category-showcase__spotlights-track {
  align-items: stretch;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 26px 12px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.vertical-category-showcase__spotlights-track::-webkit-scrollbar {
  display: none;
}

.vertical-category-showcase__spotlight-slide {
  flex: 0 0 min(348px, calc(100vw - 52px));
  height: auto !important;
  max-width: min(348px, calc(100vw - 52px));
}

.vertical-category-showcase__spotlight-card {
  background: #f5f5f9;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.45s all ease-in-out;
}

.vertical-category-showcase__spotlight-media {
  display: block;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}

.vertical-category-showcase__spotlight-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.vertical-category-showcase__spotlight-body {
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100%;
  justify-content: space-between;
  padding: 22px 18px;
}

.vertical-category-showcase__spotlight-body h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  min-height: 133px;
}

.vertical-category-showcase__spotlight-body h3 a {
  color: inherit;
  text-decoration: none;
}

.vertical-category-showcase__spotlight-link {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 12px;
  justify-content: space-between;
  line-height: 1.57;
  margin-top: auto;
  position: relative;
  text-decoration: none;
}

.vertical-category-showcase__spotlight-link figure {
  align-items: center;
  background-color: #e4e7ed;
  border-radius: 50%;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.vertical-category-showcase__spotlight-link figure svg {
  height: 18px;
  width: 18px;
}

.vertical-category-showcase__spotlights-nav {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  padding: 0 26px;
}

.vertical-category-showcase__spotlights-btn {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  transition: opacity 0.2s ease;
  width: 38px;
}

.vertical-category-showcase__spotlights-btn:hover {
  opacity: 0.7;
}

.vertical-category-showcase__subsection {
  padding: 88px 0;
}

.vertical-category-showcase__subsection--agents {
  background: linear-gradient(0deg, rgba(235, 225, 220, 0) 0%, #ebe1dc 100%);
}

.vertical-category-showcase__subsection--resources {
  background: #fafbfd;
}

.vertical-category-showcase__subsection--cta {
  padding-bottom: 110px;
}

.vertical-category-showcase__subsection-heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
  max-width: 900px;
  text-align: left;
}

.vertical-category-showcase__subsection-heading h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.vertical-category-showcase__subsection-intro {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  max-width: 820px;
}

.vertical-category-showcase__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.vertical-category-showcase__pill {
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 17px;
}

.vertical-category-showcase__info-grid,
.vertical-category-showcase__resource-grid {
  display: grid;
  gap: 22px;
}

.vertical-category-showcase__info-grid--agents {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vertical-category-showcase__info-grid--why,
.vertical-category-showcase__resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vertical-category-showcase__info-card,
.vertical-category-showcase__resource-card {
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 16px;
  box-shadow: 0 2px 0 0 #f3f3f3;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 24px 28px;
  text-align: left;
  text-decoration: none;
}

.vertical-category-showcase__info-card--agent {
  min-height: 220px;
}

.vertical-category-showcase__info-card h3,
.vertical-category-showcase__resource-card h3 {
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.vertical-category-showcase__info-card p,
.vertical-category-showcase__resource-card p {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.vertical-category-showcase__resource-type {
  color: #555;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vertical-category-showcase__resource-card:hover {
  border-color: #d4d8e1;
  transform: translateY(-2px);
}

.vertical-category-showcase__cta-shell {
  background: var(--vcs-hero-bg);
  border-radius: 28px;
  padding: 72px 48px;
  text-align: center;
}

.vertical-category-showcase__cta-shell h2 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 760px;
}

.vertical-category-showcase__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  justify-content: center;
  margin-top: 28px;
}

.vertical-category-showcase__cta-link {
  align-items: center;
  border: 2px solid #000;
  border-radius: 60px;
  color: #000;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  min-width: 220px;
  padding: 17px 26px;
  text-decoration: none;
}

.vertical-category-showcase__cta-link:hover {
  background: #000;
  color: #fff;
}

.vertical-category-showcase--tech-startup .vertical-category-showcase__hero h1 {
  max-width: 9ch;
}

.vertical-category-showcase--tech-startup .vertical-category-showcase__hero-panel img {
  max-width: min(100%, 510px);
  transform: translate(8px, -6px);
}

.vertical-category-showcase--healthcare-wellness .vertical-category-showcase__hero-panel img {
  max-width: min(100%, 520px);
}

@media (max-width: 991.98px) {
  .vertical-category-showcase__hero .vertical-category-showcase__container,
  .vertical-category-showcase__post-grid {
    grid-template-columns: 1fr;
  }

  .vertical-category-showcase__hero .vertical-category-showcase__container {
    grid-template-areas:
      "copy"
      "media"
      "trust"
      "logos";
  }

  .vertical-category-showcase__hero-panel img {
    margin-left: 0;
    transform: none !important;
  }

  .vertical-category-showcase__quote {
    margin-bottom: 36px;
  }

  .vertical-category-showcase__spotlight-slide {
    flex-basis: min(320px, calc(100vw - 52px));
    max-width: min(320px, calc(100vw - 52px));
  }

  .vertical-category-showcase__subsection {
    padding: 72px 0;
  }

  .vertical-category-showcase__subsection-heading h2 {
    font-size: 34px;
  }

  .vertical-category-showcase__info-grid--agents,
  .vertical-category-showcase__info-grid--why,
  .vertical-category-showcase__resource-grid {
    grid-template-columns: 1fr;
  }

  .vertical-category-showcase__cta-shell {
    padding: 56px 32px;
  }

  .vertical-category-showcase__cta-shell h2 {
    font-size: 36px;
  }

  .vertical-category-showcase .finServ_hero_section .finServ_hero_row {
    flex-wrap: wrap;
    gap: 35px;
  }

  .vertical-category-showcase .finServ_hero_section .finServ_hero_content,
  .vertical-category-showcase .finServ_hero_section .finServ_hero_img {
    max-width: 100%;
    width: 100%;
  }

  .vertical-category-showcase .finServ_hero_section h1 {
    font-size: 42px;
  }

  .vertical-category-showcase .finServ_hero_section p {
    font-size: 17px;
  }

  .vertical-category-showcase .finServ_hero_section .finServ_hero_content h5 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .vertical-category-showcase__container {
    padding: 0 16px;
  }

  .vertical-category-showcase__hero {
    padding: 36px 0 28px;
  }

  .vertical-category-showcase__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vertical-category-showcase__actions .dc-btn,
  .vertical-category-showcase__ghost-link {
    width: 100%;
  }

  .vertical-category-showcase__quote-meta {
    align-items: flex-start;
    display: flex;
    width: 100%;
  }

  .vertical-category-showcase__section-heading--spotlights h2 {
    font-size: 32px;
    max-width: none;
  }

  .vertical-category-showcase__subsection {
    padding: 60px 0;
  }

  .vertical-category-showcase__subsection-heading h2 {
    font-size: 32px;
  }

  .vertical-category-showcase__subsection-intro {
    font-size: 16px;
  }

  .vertical-category-showcase__info-card,
  .vertical-category-showcase__resource-card {
    padding: 20px 20px 24px;
  }

  .vertical-category-showcase__info-card h3,
  .vertical-category-showcase__resource-card h3 {
    font-size: 22px;
  }

  .vertical-category-showcase__spotlights-track,
  .vertical-category-showcase__spotlights-nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vertical-category-showcase__spotlight-slide {
    flex-basis: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .vertical-category-showcase__spotlight-body h3 {
    min-height: 0;
  }

  .vertical-category-showcase__cta-shell {
    border-radius: 20px;
    padding: 44px 24px;
  }

  .vertical-category-showcase__cta-shell h2 {
    font-size: 30px;
  }

  .vertical-category-showcase__cta-actions {
    flex-direction: column;
  }

  .vertical-category-showcase__cta-link,
  .vertical-category-showcase__cta-actions .sf_btn_component {
    min-width: 0;
    width: 100%;
  }

  .vertical-category-showcase .finServ_hero_section {
    padding: 120px 0 50px;
  }

  .vertical-category-showcase .finServ_hero_section .sf_btns_group {
    margin-top: 25px;
  }

}

.vertical-category-showcase .hsc-ai-agent-wrap {
  margin-top: 78px;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.vertical-category-showcase .hsc-ai-agent-wrap h4 {
  letter-spacing: 0;
  text-transform: inherit;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.vertical-category-showcase .hsc-ai-agent-wrap h2 {
  max-width: 729px;
  color: #1b1b1b;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 13px 0;
}

.vertical-category-showcase .hsc-ai-agent-wrap p {
  max-width: 753px;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.vertical-category-showcase .hsc-ai-agent-heading {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 31px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  text-align: left;
  align-items: flex-start;
}

.vertical-category-showcase .hsc-ai-agent-heading h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin: 0;
}

.vertical-category-showcase .hsc-ai-agent-heading h2 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  text-align: left;
}

.vertical-category-showcase .hsc-ai-agent-heading p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  text-align: left;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_healthcare_title {
  display: none !important;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tab_links {
  background: #cae1e7;
  padding: 19px 27px;
  border-radius: 200px;
  margin: auto;
  width: fit-content;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tabs_block {
  position: relative;
  padding-bottom: 60px !important;
  overflow: visible;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tabs_block .ai_agents_hc_tab_links {
  margin-top: -70px;
  justify-content: center;
}

.vertical-category-showcase .hcs-ai-agents-tabs h3 {
  color: #1b1b1b;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.72px;
  max-width: 610px;
  margin: auto;
}

.vertical-category-showcase .ai_agents_hc_tc_col_top h3 {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 17px;
}

.vertical-category-showcase .tags_wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.vertical-category-showcase .hcs-ai-agents-tabs .tags_wrapper {
  justify-content: center;
  margin: 10px 0 0;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tags span {
  display: flex;
  padding: 2.576px 12.882px;
  justify-content: center;
  align-items: center;
  gap: 12.882px;
  border-radius: 5.153px;
  background: #d4b2f7;
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins, sans-serif;
  font-size: 15.459px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.546px;
  text-transform: uppercase;
}

.vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tags span:nth-child(1) {
  background: #bfcbff;
}

.vertical-category-showcase--tech-startup .finServ_ai_card > figure:first-child {
  width: auto !important;
  height: 32px !important;
}

.vertical-category-showcase--tech-startup .finServ_ai_card > figure:first-child img {
  width: 36px !important;
  height: 36px !important;
}

@media (max-width: 1188px) {
  .vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tabs_block {
    max-width: 620px;
  }
}

@media (max-width: 759px) {
  .vertical-category-showcase .hsc-ai-agent-wrap {
    margin-top: 60px;
  }

  .vertical-category-showcase .hsc-ai-agent-heading h2 {
    font-size: 36px;
  }

  .vertical-category-showcase .hcs-ai-agents-tabs .ai_agents_hc_tabs_block {
    max-width: 400px;
  }

  .vertical-category-showcase .mobile_100 {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.vertical-category-showcase .hsc-resources {
  margin-bottom: 47px;
  padding: 50px 0;
}

.vertical-category-showcase .hsc-resources .wp-block-columns-is-layout-flex {
  justify-content: center;
}

.vertical-category-showcase .hsc-resources .hsc-resources-left {
  max-width: 100%;
  flex: 0 1 auto;
}

.vertical-category-showcase .hsc-resources h4.hsc-resources-heading {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.vertical-category-showcase .hsc-resources h2.hsc-resources-main-heading {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  width: 100%;
  margin: 0 auto 30px;
}

.vertical-category-showcase .hsc-resources .sf_blocks_more_resources .sf_more_resources_block {
  align-items: flex-start !important;
}

.vertical-category-showcase .sf_blocks_more_resources {
  font-family: "Poppins", sans-serif;
  padding-top: 11px;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_title {
  max-width: 856px;
  margin: 0 auto 55px;
  text-align: center;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_title p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin: 0;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_title h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
  margin: 7px 0 0;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block + .sf_more_resources_block {
  margin-top: 25px;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block figure {
  max-width: 160px;
  flex: 0 0 160px;
  margin: 0 !important;
  height: 90px !important;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block p {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block a {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 600;
  line-height: 166.667%;
  text-decoration: underline !important;
}

.vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block a::after {
  content: "";
  inset: 0;
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 759px) {
  .vertical-category-showcase .hsc-resources h2.hsc-resources-main-heading,
  .vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_title h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block {
    max-width: 400px;
    flex-direction: column;
  }

  .vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block figure {
    max-width: 100%;
    flex: 0 0 100%;
    height: auto !important;
    width: 100%;
  }

  .vertical-category-showcase .sf_blocks_more_resources .sf_more_resources_block figure img {
    width: 100%;
  }
}

.vertical-category-showcase .health-solutions-cta,
.vertical-category-showcase .sf_bottom_cta_block {
  margin-bottom: 0;
}

.vertical-category-showcase .ai-agent-marketing-wrapper,
.vertical-category-showcase .finServ_agents_section {
  background: #1c1b1e;
}

.vertical-category-showcase .scroller_section {
  padding: 52px 0 16px;
  background-color: #1c1b1e;
}

.vertical-category-showcase .scroller_section .scroller_container {
  display: flex;
  justify-content: center;
}

.vertical-category-showcase .scroller_section .scroller_list {
  border-radius: 128px;
  border: 1px solid #333;
  background: #000;
  box-shadow: 0 0 50px 0 rgba(60, 100, 250, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 48px;
  gap: 20px;
  margin: 0;
}

.vertical-category-showcase .scroller_section .scroller_list a {
  color: #d2d4d7;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.35s all ease-in-out;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 28px;
}

.vertical-category-showcase .scroller_section .scroller_list a p {
  margin: 0 !important;
}

.vertical-category-showcase .scroller_section .scroller_list a.active,
.vertical-category-showcase .scroller_section .scroller_list a:hover {
  background-color: #1c1b1e;
}

.vertical-category-showcase .finServ_agents_section {
  padding: 20px 0 0;
  font-family: "Poppins", sans-serif;
}

.vertical-category-showcase .finServ_agents_section .fonServ_agents_title {
  margin: 0 0 32px 0;
}

.vertical-category-showcase .finServ_agents_section .finServ_agents_tab_block,
.vertical-category-showcase .finServ_agents_section .finServ_agents_block_left,
.vertical-category-showcase .finServ_agents_section .finServ_agents_block_right {
  background: #000;
}

.vertical-category-showcase .finServ_agents_section .finServ_agents_accordion {
  background: transparent;
}

.vertical-category-showcase .finServ_agents_section .finServ_agents_accordion h4 {
  color: #d4b2f7;
}

.vertical-category-showcase .finServ_agents_section .finServ_agents_accordion.open {
  background: #2a2930;
}

.vertical-category-showcase .finServ_agents_section .finServ_agents_accordion_content,
.vertical-category-showcase .finServ_agents_section .finServ_agents_accordion p,
.vertical-category-showcase .finServ_agents_section .fonServ_agents_title p {
  color: #d2d4d7;
}

.vertical-category-showcase .finServ_ai_section .finServ_ai_row {
  align-items: stretch;
}

.vertical-category-showcase .finServ_ai_section .finServ_ai_card {
  min-height: 320px;
}

@media (max-width: 759px) {
  .vertical-category-showcase .scroller_section {
    padding: 40px 0 12px;
  }

  .vertical-category-showcase .scroller_section .scroller_list {
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 22px;
  }

  .vertical-category-showcase .scroller_section .scroller_list a {
    padding: 6px 15px;
    font-size: 14px;
  }

  .vertical-category-showcase .finServ_ai_section .finServ_ai_card {
    min-height: 0;
  }

  .vertical-category-showcase .finServ_agents_section {
    padding: 16px 0 0;
  }
}
