.hero-view .label {
  color: #94DCF7 !important;
}

.hero-view .wrapper-text .heading.noCta.hasText + .rte {
  margin-bottom: inherit;
}

.crux-gradient-black-blue {
  background: linear-gradient(180deg, #080A15 0%, #00468B 100%);
}

.crux-gradient-light-blue-white {
  background: linear-gradient(180deg, #D9F5FD 0%, #FFF 100%);
}

.crux-gradient-white-light-blue {
  background: linear-gradient(180deg, #FFF 0%, #D9F5FD 100%);
}

.crux-promo-bg-transparent .wrapper {
  background-color: transparent;
}

.crux-element-bottom .heading {
  display: grid;
}
.crux-element-bottom .heading:after {
  content: "";
  display: block;
  width: 34px;
  height: 8.5px;
  background-color: #94DCF7;
  margin-top: 20px;
  justify-self: center;
}

.crux-promo-border-radius--shadow .wrapper {
  box-shadow: 0px 2px 2px 0px rgba(0, 42, 88, 0.08), 0px 4px 4px 0px rgba(0, 42, 88, 0.08), 0px 8px 8px 0px rgba(0, 42, 88, 0.08), 0px 16px 16px 0px rgba(0, 42, 88, 0.08), 0px 32px 32px 0px rgba(0, 42, 88, 0.08);
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  .crux-framework-img .wrapper-image img {
    width: 75%;
  }
}

.crux-img-only .wrapper-image {
  max-height: unset;
  height: auto !important;
  margin-bottom: 0;
}
.crux-img-only .wrapper-text {
  display: none;
}

.crux-img-90-prc .wrapper-image img {
  width: 90%;
}

.crux-img-75-prc .wrapper-image img {
  width: 75%;
}

@media all and (min-width: 0) and (max-width: 767.9px) {
  .crux-custom-list-icon {
    overflow: hidden;
  }
}
.crux-custom-list-icon .col {
  display: flex;
}
.crux-custom-list-icon .list-item .wrapper-text {
  border-radius: 10px;
  padding: 16px !important;
  background: #D9F5FD;
  box-shadow: 0px 2px 2px 0px rgba(0, 42, 88, 0.08), 0px 4px 4px 0px rgba(0, 42, 88, 0.08), 0px 8px 8px 0px rgba(0, 42, 88, 0.08), 0px 16px 16px 0px rgba(0, 42, 88, 0.08), 0px 32px 32px 0px rgba(0, 42, 88, 0.08);
}
.crux-custom-list-icon .list-item .wrapper-text img {
  max-width: 50px !important;
  max-height: 50px !important;
}
@media all and (min-width: 0) and (max-width: 767.9px) {
  .crux-custom-list-icon .carousel-container {
    width: 90% !important;
    margin: 0 !important;
    overflow: visible !important;
  }
}
.crux-custom-list-icon .carousel-container > ul {
  display: flex !important;
}
@media all and (min-width: 768px) {
  .crux-custom-list-icon .carousel-container > ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (min-width: 0) and (max-width: 767.9px) {
  .crux-custom-list-icon .carousel-container > ul {
    gap: 10px;
  }
}
.crux-custom-list-icon .dots {
  display: none;
}

@media all and (min-width: 640px) {
  .crux-customer-stories > ul {
    display: flex;
  }
}
@media all and (min-width: 640px) {
  .crux-customer-stories > ul > li:first-child {
    align-self: center;
  }
}
@media all and (min-width: 640px) and (max-width: 979.9px) {
  .crux-customer-stories > ul > li:first-child {
    width: 55%;
  }
}
@media all and (min-width: 640px) {
  .crux-customer-stories > ul > li:nth-child(2) {
    align-self: end;
  }
}
@media all and (min-width: 640px) and (max-width: 979.9px) {
  .crux-customer-stories > ul > li:nth-child(2) {
    width: 45%;
  }
}
.crux-customer-stories__image .wrap-image {
  line-height: 1;
}

.crux-heading-light-blue .heading {
  color: #94DCF7 !important;
}

@media all and (min-width: 768px) {
  .crux-next-steps__promo {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}
@media all and (min-width: 1280px) {
  .crux-next-steps__promo {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
.crux-next-steps__promo .wrapper {
  padding: 48px;
  border-radius: 4px;
  background: rgba(0, 42, 88, 0.8);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.crux-next-steps__promo .wrapper-image {
  margin-bottom: 15px !important;
  width: 80px;
  height: 80px !important;
}
.crux-next-steps__promo .wrapper-text {
  padding: 0 !important;
}
.crux-next-steps__promo .wrapper-text .partial-cta-list .cta-body .cta-text {
  color: #94DCF7 !important;
}