.brochure-hero-banner {
  background: #004540;
  overflow: hidden;
  position: relative;
  padding: 10px 0 !important;
  min-height: 500px;
}
.brochure-hero-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.brochure-hero-banner__text {
  width: 45.3%;
  position: relative;
  z-index: 2;
}
.brochure-hero-banner__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #00FD92;
  z-index: -1;
}
.brochure-hero-banner__text h1 {
  margin: 0;
  background: #00FD92;
  padding: 39px 0 36px 0;
  color: #000;
  font-size: 80px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.brochure-hero-banner__visual {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

#brochure-hero-lottie {
  width: 950px;
  max-width: none;
  margin-right: -180px;
}
#brochure-hero-lottie svg {
  width: 100% !important;
  height: auto !important;
  display: block;
}
#brochure-hero-lottie svg:nth-child(2) {
  display: none;
}

@media (min-width: 1440px) {
  #brochure-hero-lottie {
    width: 1050px;
    margin-right: -220px;
  }
}
@media (max-width: 1440px) {
  .brochure-hero-banner__text h1 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 1024px) {
  .brochure-hero-banner {
    padding: 60px 0;
  }
  .brochure-hero-banner__content {
    flex-direction: column;
    min-height: auto;
    gap: 40px;
  }
  .brochure-hero-banner__text, .brochure-hero-banner__visual {
    width: 100%;
  }
  .brochure-hero-banner__text::before {
    display: none;
  }
  .brochure-hero-banner__text h1 {
    width: 100%;
    padding: 50px 40px;
    font-size: 56px;
  }
  #brochure-hero-lottie {
    width: 100%;
    max-width: 700px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .brochure-hero-banner {
    padding: 40px 0;
  }
  .brochure-hero-banner__text h1 {
    font-size: 34px;
    line-height: 1;
    padding: 30px 24px;
  }
  #brochure-hero-lottie {
    max-width: 100%;
  }
}
.brochure-intro {
  background: #ffffff;
  padding: 90px 0 100px;
}
.brochure-intro__eyebrow {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #080808;
  font-family: "KlavikaWebCondensed";
}
.brochure-intro__grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  column-gap: 40px;
  align-items: start;
}
.brochure-intro__left h2 {
  margin: 0;
  font-size: 44px;
  line-height: 46px;
  color: #000;
  font-weight: 500;
}
.brochure-intro__right p {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.44px;
  color: #000;
}
.brochure-intro__highlight {
  font-weight: 500 !important;
  color: #000;
}

@media (max-width: 1024px) {
  .brochure-intro {
    padding: 70px 0;
  }
  .brochure-intro__grid {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .brochure-intro__left h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .brochure-intro__right {
    max-width: 100%;
  }
  .brochure-intro__right p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .brochure-intro {
    padding: 50px 0;
  }
  .brochure-intro__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .brochure-intro__left h2 {
    font-size: 36px;
    line-height: 38px;
  }
  .brochure-intro__right p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.brochure-divider {
  position: relative;
  z-index: 10;
  padding-top: 0 !important;
}
.brochure-divider:after {
  content: "";
  width: 100%;
  height: 75%;
  background: #F0F3F4;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.brochure-divider .section__container {
  position: relative;
}
.brochure-divider__card {
  position: relative;
  width: 100%;
  max-width: 825px;
  z-index: 1;
  margin: 0 auto;
  background: #00fd92;
  padding: 22px 20px 24px;
  text-align: center;
}
.brochure-divider p {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.brochure-divider__arrow {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  display: flex;
}
.brochure-divider__arrow svg {
  width: 59px;
  height: 75px;
  display: block;
}

@media (max-width: 1024px) {
  .brochure-divider__card {
    max-width: 700px;
  }
  .brochure-divider p {
    font-size: 24px;
  }
  .brochure-divider__arrow {
    bottom: -45px;
  }
  .brochure-divider__arrow svg {
    width: 50px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .brochure-divider__card {
    padding: 18px 20px 22px;
  }
  .brochure-divider p {
    font-size: 18px;
    line-height: 1.4;
  }
  .brochure-divider__arrow {
    bottom: -35px;
  }
  .brochure-divider__arrow svg {
    width: 40px;
    height: auto;
  }
}
.brochure-story-wrapper {
  position: relative;
  padding: 0 !important;
}

.brochure-story-wrapper__sticky {
  position: absolute;
  right: calc((100vw - 1370px) / 2 + 20px);
  top: 0;
  width: 500px;
  height: 650px;
  z-index: 5;
  pointer-events: none;
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .brochure-story-wrapper__sticky {
    right: calc((100vw - 1095px) / 2 + 20px);
  }
}
.build-step__graphic {
  display: none;
}

.build-step__graphic img {
  max-width: 450px;
  width: 100%;
}

@media (max-width: 1024px) {
  .build-step__graphic {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .brochure-story-wrapper__sticky {
    display: none;
  }
}
.brochure-story-wrapper__sticky.is-pinned {
  position: fixed;
  top: 120px;
}

.brochure-story-wrapper__sticky.is-ended {
  position: absolute;
  top: auto;
  bottom: 280px;
}

.brochure-story-wrapper__sticky svg:nth-child(2) {
  display: none;
}

#build-graphic-lottie {
  width: 500px;
  height: 650px;
}

.build-step {
  display: flex;
  align-items: center;
  padding: 76px 0 80px;
}
.build-step__content {
  width: calc(100% - 600px);
  max-width: 600px;
}
.build-step__label {
  display: inline-block;
  margin-bottom: 20px !important;
  font-size: 28px;
  font-weight: 800;
  padding: 2px 23px 0 0;
}
.build-step__label--pink {
  background: #FF61F0;
  margin-bottom: 0px !important;
}
.build-step__label--pink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FF61F0;
}
.build-step__label--yellow {
  background: #F90;
  margin-bottom: 0px !important;
}
.build-step__label--yellow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #F90;
}
.build-step__label--orange {
  background: #FF5400;
  margin-bottom: 0px !important;
}
.build-step__label--orange::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FF5400;
}
.build-step__label--green {
  background: #00FD92;
  margin-bottom: 0px !important;
}
.build-step__label--green::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #00FD92;
}
.build-step h2 {
  margin: 0 0 26px;
  position: relative;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}
.build-step p,
.build-step li {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 127.273% */
  letter-spacing: -0.44px;
  margin-bottom: 20px;
  position: relative;
}
.build-step p::marker,
.build-step li::marker {
  font-size: 0;
}
.build-step ul {
  padding-left: 20px;
  padding-top: 6px;
}
.build-step li {
  padding-left: 46px;
  margin-bottom: 21px;
}
.build-step li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 27px;
  height: 21px;
  background-image: url("/content/dam/cohesity/live/brochure-webpage/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.build-step__callout {
  margin-top: 40px;
  padding: 20px;
  background: #EAFFEA;
  box-shadow: 7px 7px 0 0 #00DD68;
}
.build-step__callout h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.build-step__callout p {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

/* Full-width background changes */
.build-step--protection {
  background: linear-gradient(180deg, #F0F3F4 0%, #FFF 100%);
}

.build-step--security {
  background: linear-gradient(180deg, #F0F3F4 0%, #FFF 100%);
}

.build-step--ai {
  background: linear-gradient(180deg, #F0F3F4 0%, #FFF 100%);
}

.build-step--convergence {
  background: linear-gradient(180deg, #F0F3F4 0%, #FFF 100%);
}

@media (max-width: 1024px) {
  .brochure-story-wrapper__sticky {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
  }
  .build-step {
    min-height: auto;
    padding: 70px 0;
  }
  .build-step__content {
    width: 100%;
    max-width: 100%;
  }
  .build-step h2 {
    font-size: 42px;
    line-height: 44px;
  }
  .build-step li {
    padding-left: 30px;
  }
  .build-step li::before {
    width: 12px;
    height: 18px;
    border-right: 4px solid #00DD68;
    border-bottom: 4px solid #00DD68;
  }
}
@media (max-width: 767px) {
  .build-step {
    padding: 60px 0;
  }
  .build-step h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .build-step p,
  .build-step li {
    font-size: 18px;
    line-height: 24px;
  }
}
.enterprise-scale {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-image: url("/content/dam/cohesity/live/brochure-webpage/dark-green-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.enterprise-scale__header {
  max-width: 1100px;
  margin: 0 auto 40px;
}
.enterprise-scale__header h2 {
  margin: 0 0 16px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
.enterprise-scale__header p {
  margin: 0 auto;
  max-width: 1020px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  letter-spacing: -0.44px;
}
.enterprise-scale__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-bottom: 38px;
}
.enterprise-scale .stat-card h3 {
  margin: 0 0 8px;
  color: #ff59f4;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.enterprise-scale .stat-card p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
  letter-spacing: -0.2px;
}
.enterprise-scale__cta {
  display: flex;
  justify-content: center;
}
.enterprise-scale .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 460px;
  min-height: 86px;
  padding: 20px 40px;
  border-radius: 12px;
  background: #14ff79;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s ease;
}
.enterprise-scale .btn-primary:hover {
  transform: translateY(-2px);
}

@media (min-width: 1400px) {
  .enterprise-scale__header h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
/* Tablet */
@media (max-width: 1199px) {
  .enterprise-scale__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}
@media (max-width: 1024px) {
  .enterprise-scale__header p {
    font-size: 20px;
    line-height: 26px;
  }
  .enterprise-scale .stat-card h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .enterprise-scale .stat-card p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .enterprise-scale__header {
    margin-bottom: 50px;
  }
  .enterprise-scale__stats {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
  .enterprise-scale .btn-primary {
    min-width: 100%;
    min-height: 64px;
    font-size: 16px;
    padding: 16px 24px;
  }
}