/* customer-success.css */

[data-text-style='negative'] ul,
[data-text-style='positive'] ul {
  list-style: none;
  padding-left: 0;
}

[data-text-style='negative'] ul li,
[data-text-style='positive'] ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
}

[data-text-style='negative'] ul li::before,
[data-text-style='positive'] ul li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 0.3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[data-text-style='negative'] ul li::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M16.2518 14.9278C16.4275 15.1035 16.5263 15.3419 16.5263 15.5904C16.5263 15.8389 16.4275 16.0772 16.2518 16.2529C16.0761 16.4287 15.8378 16.5274 15.5893 16.5274C15.3408 16.5274 15.1024 16.4287 14.9267 16.2529L9.97778 11.3025L5.02729 16.2514C4.85157 16.4271 4.61324 16.5258 4.36473 16.5258C4.11623 16.5258 3.8779 16.4271 3.70218 16.2514C3.52645 16.0757 3.42773 15.8373 3.42773 15.5888C3.42773 15.3403 3.52645 15.102 3.70218 14.9263L8.65266 9.97734L3.70373 5.02685C3.52801 4.85113 3.42929 4.6128 3.42929 4.36429C3.42929 4.11579 3.52801 3.87746 3.70373 3.70173C3.87946 3.52601 4.11779 3.42729 4.36629 3.42729C4.6148 3.42729 4.85313 3.52601 5.02885 3.70173L9.97778 8.65222L14.9283 3.70095C15.104 3.52523 15.3423 3.42651 15.5908 3.42651C15.8393 3.42651 16.0777 3.52523 16.2534 3.70095C16.4291 3.87668 16.5278 4.11501 16.5278 4.36351C16.5278 4.61202 16.4291 4.85035 16.2534 5.02607L11.3029 9.97734L16.2518 14.9278Z' fill='%23787A8E'/></svg>");
}

[data-text-style='positive'] ul li::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M7.28846 14.0416L15.7635 5.5666C15.9635 5.3666 16.1968 5.2666 16.4635 5.2666C16.7301 5.2666 16.9635 5.3666 17.1635 5.5666C17.3635 5.7666 17.4635 6.00427 17.4635 6.2796C17.4635 6.55493 17.3635 6.79227 17.1635 6.9916L7.98846 16.1916C7.78846 16.3916 7.55513 16.4916 7.28846 16.4916C7.0218 16.4916 6.78846 16.3916 6.58846 16.1916L2.28846 11.8916C2.08846 11.6916 1.99246 11.4543 2.00046 11.1796C2.00846 10.9049 2.11279 10.6673 2.31346 10.4666C2.51413 10.2659 2.75179 10.1659 3.02646 10.1666C3.30113 10.1673 3.53846 10.2673 3.73846 10.4666L7.28846 14.0416Z' fill='%2356E6FF'/></svg>");
}
.toc-zone_wrap {
  display: grid;
  grid-template-columns:
    1fr
    minmax(0, var(--container--main))
    1fr;
  position: relative;
}

.toc-zone_wrap > .toc_track {
  grid-column: 2 / 3; /* sits in the content column */
  grid-row: 1 / -1; /* spans every section row */
  justify-self: start;
  align-self: start;
  width: 18rem;
  pointer-events: none; /* let clicks pass through to TOC links only */
  z-index: 2;
}

.toc-zone_wrap > .toc_track .toc_wrap {
  position: sticky;
  top: calc(var(--nav--height, 4rem) + 4rem);
  max-height: calc(100vh - var(--nav--height, 4rem) - 3rem);
  overflow-y: auto;
  pointer-events: auto;
}

/* Indent prose so it doesn't sit under the TOC on desktop */
@media (min-width: 992px) {
  .grid_content_wrap > section.section .content_wrap {
    padding-inline-start: calc(20rem + 2rem);
  }
}

@media (max-width: 991px) {
  .toc-zone_wrap > .toc_track {
    display: none;
  }
}

[data-rich-text='color'] p,
[data-rich-text='color'] li {
  color: var(--swatch--grey-300);
}

.cms_benefits_list.grid-autofit > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

[data-large-columns='2'] > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.solutions-rich-text blockquote {
  position: relative;

  padding-left: var(--_paddings---padding-main);
  padding-right: var(--_paddings---padding-main);
  padding-bottom: var(--_paddings---padding-main);
  padding-top: calc(var(--_paddings---padding-main) + 5rem);
  background: var(--swatch--dark-2);

  border: 1px solid var(--swatch--brand-blue);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.solutions-rich-text blockquote:before {
  content: '“”';
  position: absolute;
  top: 1rem;
  left: var(--_paddings---padding-main);
  color: var(--swatch--brand-blue);
  font-size: 6rem;
}

.solutions-rich-text blockquote .bq-quote {
  font-size: clamp(
    1 * 1rem,
    (
      (1 - ((1.25 - 1) / (var(--site--max) - var(--site--min)) * var(--site--min))) * 1rem +
        ((1.25 - 1) / (var(--site--max) - var(--site--min))) * 100vw
    ),
    1.25 * 1rem
  );
  display: block;
}

.solutions-rich-text blockquote .bq-person {
  display: block;
  margin-top: 1.5rem;
  font-size: clamp(
    1.125 * 1rem,
    (
      (1.125 - ((1.5 - 1.125) / (var(--site--max) - var(--site--min)) * var(--site--min))) * 1rem +
        ((1.5 - 1.125) / (var(--site--max) - var(--site--min))) * 100vw
    ),
    1.5 * 1rem
  );
  color: var(--swatch--white);
}

.solutions-rich-text blockquote .bq-position {
  display: block;
  color: var(--swatch--grey-300);
  font-size: 0.875rem;
  font-family: var(--_typography---font--mono-family);
  text-transform: uppercase;
}
.toc_link_item:has(.w--current) {
  color: var(--swatch--brand-liliac);
  border-left: 1px solid var(--swatch--brand-liliac);
}
.toc_link_item:has(.w--current) .toc_link {
  color: var(--swatch--brand-liliac);
}

.toc_links_list .toc_link_item:last-child {
  margin-bottom: 0rem;
}

.image-wrapper.w-variant-83576c14-0186-0114-fbec-d98eec69c142 img {
  mix-blend-mode: lighten;
}
