/* Cactus Flow About Us redesign */
.cfp-page-about-redesign {
  --about-hero-scale: .85;
  --about-night: #001212;
  --about-teal: #08a59a;
  --about-bright: #08a59a;
  --about-paper: #f8f8f7;
  --about-warm: #f1f0ed;
  --about-mist: #eef3f2;
  --about-ink: #0a0f0c;
  --about-copy: #263936;
}

.about-v2-page {
  color: var(--about-ink);
  background: var(--about-paper);
}

.about-v2-wrap {
  width: min(calc(100% - clamp(64px, 8vw, 154px)), 1680px);
  margin-inline: auto;
}

.about-v2-page h1,
.about-v2-page h2,
.about-v2-page h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-v2-page p {
  color: var(--about-copy);
  font-family: var(--font-body);
}

.about-v2-hero {
  position: relative;
  height: clamp(425px, 33.15vw, 552px);
  min-height: clamp(425px, 33.15vw, 552px);
  overflow: hidden;
  background: var(--about-night);
  color: #fff;
}

.about-v2-hero::after {
  content: "";
  position: absolute;
  inset: 76px auto 0 38%;
  width: 12%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, var(--about-night) 0%, rgba(0, 18, 18, .82) 22%, rgba(0, 18, 18, .34) 58%, transparent 100%);
}

.about-v2-hero .site-header {
  background: var(--about-night);
}

.about-v2-hero .site-header.is-scrolled {
  background: rgba(248, 248, 247, .96);
}

.about-v2-hero-copy {
  position: relative;
  z-index: 3;
  width: min(46%, 760px);
  padding: clamp(121px, 8.5vw, 151px) 0 clamp(49px, 5.1vw, 78px) clamp(78px, 7vw, 126px);
}

.about-v2-hero h1 {
  color: #fff;
  font-size: var(--anton-about-hero);
  line-height: .95;
}

.about-v2-hero h1 span {
  color: var(--about-bright);
}

.about-v2-hero-copy > p {
  max-width: 620px;
  margin: clamp(22px, 2vw, 30px) 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.55;
}

.about-v2-button,
.about-v2-industry-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 2px 26px 0;
  border: 1px solid var(--about-teal);
  border-radius: 5px;
  background: var(--about-teal);
  color: #fff;
  font-family: var(--font-technical);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.about-v2-button svg,
.about-v2-industry-cta a svg {
  width: 18px;
  height: 18px;
}

.about-v2-hero-media {
  position: absolute;
  inset: 76px 0 0 38%;
  overflow: hidden;
}

.about-v2-hero-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  object-fit: cover;
  object-position: 48% 24%;
}

.about-v2-icon-placeholder {
  display: grid;
  place-items: center;
  border: 1.5px dashed currentColor;
  border-radius: 6px;
  font-family: var(--font-technical);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.about-v2-growth,
.about-v2-values,
.about-v2-coverage,
.about-v2-commitment {
  padding-block: clamp(62px, 6vw, 96px);
}

.about-v2-growth {
  background: #fff;
}

.about-v2-growth-layout,
.about-v2-values-layout {
  display: grid;
  grid-template-columns: minmax(260px, .28fr) minmax(0, .72fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
}

.about-v2-section-intro h2,
.about-v2-coverage-head h2,
.about-v2-pressure h2 {
  font-size: var(--anton-about-h2);
  line-height: .95;
}

.about-v2-section-intro > span {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 18px;
  background: var(--about-teal);
}

.about-v2-section-intro p {
  max-width: 370px;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.about-v2-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 4px;
}

.about-v2-timeline::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: rgba(8,165,154, .68);
}

.about-v2-timeline article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.about-v2-timeline strong {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 2px solid var(--about-teal);
  border-radius: 50%;
  background: #fff;
  color: var(--about-teal);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.about-v2-timeline img,
.about-v2-timeline .about-v2-icon-placeholder {
  width: 62px;
  height: 62px;
  margin-top: 22px;
}

.about-v2-timeline h3 {
  margin-top: 15px;
  color: var(--about-teal);
  font-family: var(--font-technical);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.about-v2-timeline p {
  max-width: 190px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.about-v2-values {
  background: var(--about-warm);
}

.about-v2-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v2-value-grid article {
  min-height: 250px;
  padding: 14px clamp(20px, 2vw, 34px);
  text-align: center;
}

.about-v2-value-grid article + article {
  border-left: 1px solid #cbd3d0;
}

.about-v2-value-grid img {
  width: 73px;
  height: 73px;
  object-fit: contain;
}

.about-v2-value-grid h3 {
  margin-top: 18px;
  color: var(--about-teal);
  font-family: var(--font-technical);
  font-size: 15px;
  font-weight: 800;
}

.about-v2-value-grid p {
  max-width: 210px;
  margin: 12px auto 0;
  font-size: 14px;
  line-height: 1.5;
}

.about-v2-pressure {
  padding-block: clamp(64px, 6vw, 96px);
  background: linear-gradient(90deg, #00474a, #003336);
  color: #fff;
}

.about-v2-pressure-layout {
  display: grid;
  grid-template-columns: minmax(0, .5fr) minmax(0, .5fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: center;
}

.about-v2-pressure-copy {
  padding-right: clamp(34px, 4vw, 76px);
  border-right: 1px solid rgba(148, 206, 196, .38);
}

.about-v2-pressure h2 {
  color: #fff;
}

.about-v2-pressure h2 span {
  color: var(--about-bright);
}

.about-v2-pressure-copy i {
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 18px;
  background: var(--about-bright);
}

.about-v2-pressure-copy p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.58;
}

.about-v2-pressure-points {
  display: grid;
  gap: 34px;
}

.about-v2-pressure-points article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.about-v2-pressure-points img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(50%) sepia(88%) saturate(844%) hue-rotate(132deg) brightness(87%) contrast(94%);
}

.about-v2-pressure-points h3 {
  color: #fff;
  font-family: var(--font-technical);
  font-size: 17px;
  font-weight: 800;
}

.about-v2-pressure-points p {
  max-width: 500px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.5;
}

.about-v2-coverage {
  padding-bottom: 26px;
  background: #fff;
}

.about-v2-coverage > .about-v2-wrap {
  width: min(calc(100% - clamp(64px, 8vw, 154px)), 1500px);
}

.about-v2-coverage-head {
  display: grid;
  grid-template-columns: minmax(360px, .5fr) minmax(320px, .5fr);
  gap: clamp(44px, 7vw, 120px);
  align-items: end;
  margin-bottom: 34px;
}

.about-v2-coverage-head > div {
  max-width: 510px;
  justify-self: end;
}

.about-v2-coverage-head strong {
  color: var(--about-teal);
  font-family: var(--font-technical);
  font-size: 16px;
  font-weight: 800;
}

.about-v2-coverage-head p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.about-v2-map-shell.about-sales {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.about-v2-map-shell .sales-map-shell {
  grid-template-columns: minmax(620px, 1fr) minmax(340px, .36fr);
}

.about-v2-map-shell .sales-map-stage {
  height: 520px;
  min-height: 520px;
  aspect-ratio: auto;
}

.about-v2-map-shell .sales-map-panel h3 {
  font-weight: 400;
}

.about-v2-commitment {
  padding-block: 56px;
  background: var(--about-mist);
}

.about-v2-commitment-grid {
  display: grid;
  grid-template-columns: minmax(220px, .24fr) repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.about-v2-commitment .about-v2-section-intro {
  padding-right: 30px;
}

.about-v2-commitment .about-v2-section-intro h2 {
  font-size: var(--anton-resource-h2);
}

.about-v2-commitment article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 122px;
  padding: 22px clamp(20px, 2vw, 34px);
  border-left: 1px solid #cbd3d0;
}

.about-v2-commitment article img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.about-v2-commitment h3 {
  color: var(--about-teal);
  font-family: var(--font-technical);
  font-size: 15px;
  font-weight: 800;
}

.about-v2-commitment article p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.46;
}

.about-v2-commitment article:first-of-type {
  border-left: 0;
}

.about-v2-industry-cta {
  padding-block: clamp(40px, 4vw, 64px);
  background: linear-gradient(90deg, #005b5b, #003d41);
  color: #fff;
  text-align: center;
}

.about-v2-industry-cta h2 {
  color: #fff;
  font-size: clamp(45px, 4.2vw, 72px);
  line-height: .94;
}

.about-v2-industry-cta h2 span {
  color: var(--about-bright);
}

.about-v2-industry-cta a {
  min-height: 42px;
  margin-top: 26px;
  background: transparent;
  border-color: rgba(255, 255, 255, .7);
}

.cfp-page-about-redesign .footer,
.cfp-page-about-redesign .footer p,
.cfp-page-about-redesign .footer a,
.cfp-page-about-redesign .footer .footer-heading,
.cfp-page-about-redesign .footer .footer-bottom,
.cfp-page-about-redesign .footer .brand-wordmark {
  color: #fff;
}

@media (min-width: 1441px) {
  .about-v2-hero-copy { width: min(44%, 760px); }
}

@media (min-width: 1101px) {
  .about-v2-map-shell .sales-map-panel {
    height: 520px;
    min-height: 520px;
    overflow-y: auto;
  }
}

@media (max-width: 1100px) {
  .about-v2-wrap { width: min(calc(100% - 48px), 1680px); }
  .about-v2-hero { height: 476px; min-height: 476px; }
  .about-v2-hero-copy { width: 50%; padding: 121px 0 49px 48px; }
  .about-v2-hero-media { left: 42%; }
  .about-v2-hero::after { left: 42%; }
  .about-v2-growth-layout,
  .about-v2-values-layout { grid-template-columns: 1fr; }
  .about-v2-section-intro p { max-width: 680px; }
  .about-v2-map-shell .sales-map-shell { grid-template-columns: 1fr; }
  .about-v2-map-shell .sales-map-panel { min-height: 560px; }
  .about-v2-commitment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-v2-commitment .about-v2-section-intro { grid-column: 1 / -1; margin-bottom: 24px; }
  .about-v2-commitment article:first-of-type { border-left: 0; }
}

@media (max-width: 900px) {
  .about-v2-hero { height: 442px; min-height: 442px; }
  .about-v2-hero-copy { width: 54%; padding: 108px 0 42px 32px; }
  .about-v2-hero-media { left: 44%; }
  .about-v2-hero::after { left: 44%; }
  .about-v2-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; }
  .about-v2-timeline::before { display: none; }
  .about-v2-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-v2-value-grid article:nth-child(3) { border-left: 0; border-top: 1px solid #cbd3d0; padding-top: 34px; }
  .about-v2-value-grid article:nth-child(4) { border-top: 1px solid #cbd3d0; padding-top: 34px; }
  .about-v2-pressure-layout { grid-template-columns: 1fr; gap: 46px; }
  .about-v2-pressure-copy { padding-right: 0; padding-bottom: 42px; border-right: 0; border-bottom: 1px solid rgba(148, 206, 196, .38); }
  .about-v2-coverage-head { grid-template-columns: 1fr; gap: 24px; }
  .about-v2-coverage-head > div { max-width: 680px; justify-self: start; }
}

@media (max-width: 760px) {
  .about-v2-wrap { width: min(calc(100% - 34px), 680px); }
  .about-v2-hero { display: flex; height: auto; min-height: 0; flex-direction: column; padding-top: 76px; }
  .about-v2-hero::after { display: none; }
  .about-v2-hero-copy { order: 1; width: 100%; padding: 44px 20px 37px; }
  .about-v2-hero h1 { max-width: 12ch; }
  .about-v2-hero-copy > p { max-width: 560px; font-size: 15.5px; }
  .about-v2-hero-media { position: relative; inset: auto; order: 2; width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .about-v2-hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, var(--about-night) 0%, rgba(0, 18, 18, .72) 12%, rgba(0, 18, 18, .24) 24%, transparent 38%); }
  .about-v2-hero-media img { object-fit: cover; object-position: center; }
  .about-v2-growth,
  .about-v2-values { padding-block: 54px; }
  .about-v2-coverage { padding: 54px 0 24px; }
  .about-v2-timeline { grid-template-columns: 1fr; }
  .about-v2-timeline article { grid-template-columns: 62px 54px minmax(0, 1fr); grid-template-rows: auto auto; gap: 4px 16px; justify-items: start; text-align: left; }
  .about-v2-timeline strong { grid-row: 1 / span 2; }
  .about-v2-timeline img,
  .about-v2-timeline .about-v2-icon-placeholder { grid-row: 1 / span 2; margin-top: 5px; }
  .about-v2-timeline h3 { align-self: end; margin-top: 0; }
  .about-v2-timeline p { max-width: none; margin-top: 4px; }
  .about-v2-value-grid { grid-template-columns: 1fr; }
  .about-v2-value-grid article { min-height: 0; padding-block: 30px; }
  .about-v2-value-grid article + article { border-left: 0; border-top: 1px solid #cbd3d0; }
  .about-v2-value-grid article:nth-child(3),
  .about-v2-value-grid article:nth-child(4) { padding-top: 30px; }
  .about-v2-pressure-points article { grid-template-columns: 58px minmax(0, 1fr); gap: 18px; }
  .about-v2-pressure-points img { width: 54px; height: 54px; }
  .about-v2-map-shell .sales-map-stage { height: 400px; min-height: 400px; }
  .about-v2-map-shell .sales-map-panel { min-height: 520px; }
  .about-v2-commitment-grid { grid-template-columns: 1fr; }
  .about-v2-commitment { padding-block: 42px; }
  .about-v2-commitment article { min-height: 124px; padding-block: 26px; border-left: 0; border-top: 1px solid #cbd3d0; }
  .about-v2-industry-cta h2 { font-size: clamp(38px, 11vw, 52px); }
}

@media (max-width: 420px) {
  .about-v2-hero { padding-top: 68px; }
  .about-v2-hero-copy { padding: 36px 17px 32px; }
  .about-v2-timeline article { grid-template-columns: 54px 54px minmax(0, 1fr); gap: 4px 12px; }
  .about-v2-timeline strong { width: 54px; height: 54px; font-size: 19px; }
  .about-v2-timeline img,
  .about-v2-timeline .about-v2-icon-placeholder { width: 53px; height: 53px; }
  .about-v2-pressure-points article { align-items: start; }
  .about-v2-map-shell .sales-map-stage { height: 330px; min-height: 330px; }
  .about-v2-map-shell .sales-map-panel { padding-inline: 20px; }
  .about-v2-industry-cta a { width: 100%; }
}
/* /Cactus Flow About Us redesign */
