@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap';

.sticky-nav {
  background-color: transparent;
  height: 60px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .sticky-nav {
    background-color: #fff;
    border-bottom: thin solid #bfbfbf;
    margin-top: 1.5rem;
    padding: 0;
    height: auto;
  }
}

.sticky-nav .hamburger-menu {
  display: block;
  cursor: pointer;
  background-color: #121212;
  border: none;
  padding: 0.5rem;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .sticky-nav .hamburger-menu {
    display: none;
  }
}

.sticky-nav .hamburger-menu.is-active {
  transform: rotate(-90deg);
}

.sticky-nav .hamburger-menu.is-active .line:nth-child(2) {
  transition: none;
  opacity: 0;
}

.sticky-nav .hamburger-menu.is-active .line:nth-child(1),
.sticky-nav .hamburger-menu.is-active .line:nth-child(3) {
  width: 20px;
  transform-origin: right;
}

.sticky-nav .hamburger-menu.is-active .line:nth-child(1):nth-child(1),
.sticky-nav .hamburger-menu.is-active .line:nth-child(3):nth-child(1) {
  transform: translateY(21px) rotate(45deg);
}

.sticky-nav .hamburger-menu.is-active .line:nth-child(1):nth-child(3),
.sticky-nav .hamburger-menu.is-active .line:nth-child(3):nth-child(3) {
  transform: translateY(-21px) rotate(-45deg);
}

.sticky-nav .hamburger-menu .line:nth-child(2) {
  transition-delay: 0.3s;
}

.sticky-nav .nav {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .sticky-nav .nav {
    background: #fff;
    display: none;
    left: unset;
    position: relative;
    top: unset;
    width: unset;
  }
}

.sticky-nav .nav.open {
  display: block;
  border-bottom: 1px solid #8e8e8e;
}

@media screen and (min-width: 768px) {
  .sticky-nav .nav {
    display: flex;
    padding: 0.8rem 0 0.1rem;
  }

  .sticky-nav .nav.open {
    display: flex;
  }
}

.sticky-nav .nav-item {
  padding-bottom: 0;
  margin-bottom: -2.5px;
}

.sticky-nav .nav-item .nav-link {
  color: #8e8e8e;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #333;
  transition: border-color 0.3s ease;
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (min-width: 1024px) {
  .sticky-nav .nav-item .nav-link {
    align-items: center;
    border-bottom: 5px solid transparent;
    color: #8e8e8e;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    line-height: 1.125rem;
    padding: 0.5rem 0;
    transition: border-color 0.3s ease;
  }
}

.sticky-nav .nav-item .nav-link:focus {
  color: #8e8e8e;
}

@media screen and (min-width: 768px) {
  .sticky-nav .nav-item .nav-link:focus {
    border-bottom: 5px solid transparent;
  }
}

.sticky-nav .nav-underline .nav-link:hover,
.sticky-nav .nav-underline .nav-link.active {
  color: #fff;
}

@media (min-width: 1024px) {
  .sticky-nav .nav-underline .nav-link:hover,
  .sticky-nav .nav-underline .nav-link.active {
    color: #131313;
  }
}

@media screen and (min-width: 768px) {
  .sticky-nav .nav-underline .nav-link:hover,
  .sticky-nav .nav-underline .nav-link.active {
    border-bottom: 5px solid #7855fa !important;
  }
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-pagination .nav-pagination-link {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #131313;
}

.nav-pagination .nav-pagination-link:first-child {
  text-align: right;
  padding-right: 30px;
  position: relative;
}

.nav-pagination .nav-pagination-link:first-child:before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2256%22%20viewBox%3D%220%200%2032%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M30%2054.2319L4%2028.2319L30%202.23193%22%20stroke%3D%22%237855FA%22%20stroke-width%3D%225%22%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .nav-pagination .nav-pagination-link:first-child:before {
    left: 40%;
  }
}

.nav-pagination .nav-pagination-link:last-child {
  text-align: left;
  padding-left: 30px;
  position: relative;
}

.nav-pagination .nav-pagination-link:last-child:before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2256%22%20viewBox%3D%220%200%2032%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202.23193L28%2028.2319L2%2054.2319%22%20stroke%3D%22%237855FA%22%20stroke-width%3D%225%22%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .nav-pagination .nav-pagination-link:last-child:before {
    right: 40%;
  }
}

.nav-pagination .nav-pagination-link:empty {
  pointer-events: none;
}

.nav-pagination .nav-pagination-link:empty:before {
  content: none;
}

.nav-pagination .nav-pagination-link p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3rem;
}

@media screen and (min-width: 768px) {
  .nav-pagination .nav-pagination-link p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .nav-pagination .nav-pagination-link p {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.nav-pagination .nav-pagination-link span {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav-pagination .nav-pagination-link span {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .nav-pagination .nav-pagination-link span {
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}

.nav-pagination .line {
  width: 1px;
  height: 82px;
  background-color: #131313;
}

#content .container {
  max-width: 1140px;
}

.stat-callout .container {
  max-width: 1000px !important;
}

.vector-poly-burst {
  position: relative;
}

.vector-poly-burst::before {
  content: '';
  background: url('https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/vertical-vector-group-1.png')
    top left no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  display: block;
  height: 500px;
  width: 100px;
}

.vector-poly-burst::after {
  content: '';
  background: url('https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/vertical-vector-group-2.png')
    top left no-repeat;
  background-size: cover;
  right: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  display: block;
  height: 500px;
  width: 100px;
}

@media screen and (max-width: 992px) {
  .vector-poly-burst::before,
  .vector-poly-burst::after {
    width: 50px;
    z-index: 0;
  }
}

.container .pl-3 {
  padding-left: 1rem;
}

@media screen and (min-width: 992px) {
  .pl-x-1 {
    padding: 0 1rem;
  }

  .pl-y-1 {
    padding: 1rem 0;
  }

  .pl-1 {
    padding-left: 1rem;
  }

  .pl-2 {
    padding-left: 2rem;
  }

  .pl-3 {
    padding-left: 3rem;
  }

  .pr-3 {
    padding-right: 3rem;
  }

  .pl-4 {
    padding-left: 4rem;
  }

  .pl-6 {
    padding-left: 6rem;
  }
}

@media (min-width: 1400px) {
  .promo-conclusion .bg-small-headline {
    width: 70%;
  }
}

@media (max-width: 1400px) {
  #spotlight-2 #spotlight-2-figure:before {
    left: -95px !important;
  }

  #spotlight-2 #spotlight-2-figure:after {
    right: -95px !important;
  }
}

@media (min-width: 1201px) {
  .color-key {
    padding: 0 3rem;
  }
}

@media (max-width: 1200px) {
  .w-lg {
    width: fit-content !important;
  }

  #figure-4 .item {
    padding: 1rem;
  }

  #figure-4 .item .vertical-bar {
    padding: 0 0.5rem;
  }
}

@media (max-width: 991px) {
  br[d] {
    display: none;
  }

  #hero .social-logos-wrap .social-logos {
    max-width: 100%;
    padding: 2px;
  }

  #hero .hero-content {
    padding: 0;
  }

  #hero .hero-content p {
    font-size: 1.5rem;
  }

  #hero .hero-content h1 {
    font-size: 3rem;
  }

  #hero .hero-content .hero-content-text {
    font-size: 1.8rem;
    width: 100%;
  }
}

.px-5 {
  padding: 0 3rem !important;
}

@media (max-width: 767px) {
  .p-5 {
    padding: 2rem 2rem !important;
  }

  .px-5 {
    padding: 0 2rem !important;
  }

  .w-60,
  .w-80 {
    width: 100% !important;
  }

  .figure-text {
    text-align: center;
  }

  #hero .row.d-flex.justify-content-between.align-items-center {
    align-items: flex-end !important;
  }

  #hero .hero-content h1 {
    font-size: 3rem;
    line-height: 1.25;
    margin-top: 3rem;
  }

  #hero .hero-content .hero-content-text {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 100%;
  }

  #hero .hero-content p {
    font-size: 1rem;
    padding: 1rem 0;
  }

  footer {
    padding: 3rem 1rem !important;
  }

  footer .back-to-top-cta {
    text-align: center !important;
  }

  #social-logos {
    display: none;
  }

  .col-md-5-split {
    width: 50% !important;
  }

  .bar-chart-wrap .bar--item p {
    text-align: left !important;
  }

  .row.color-key {
    justify-content: center;
  }

  .row.color-key .key {
    margin-right: 1rem;
  }

  footer .back-to-top-cta {
    text-align: center;
    padding-top: 2rem;
  }

  footer .footer-left-wrap .footer-left-right .social-logos-wrap {
    padding-left: 2rem;
  }

  footer .footer-left-wrap .footer-left-right .social-logos-wrap div {
    padding: 0;
    max-width: 40px;
  }

  .promo-conclusion .bg-small-headline {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .circle-percent-chart + p {
    margin-top: -30px !important;
  }

  .x-heading:before {
    width: 120px !important;
  }

  .pie {
    scale: 0.8;
  }
}

@media (max-width: 430px) {
  .py-xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pt-xl {
    padding-top: 1rem !important;
  }

  footer .social-logos-wrap img {
    width: 40px;
  }

  footer #nutanix-logo {
    width: 115px;
  }
}

.pie {
  --p: 20;
  --b: 20px;
  --c: #6d40e6;
  --bg: color-mix(in srgb, var(--c) 10%, #ffffff00);
  --w: 170px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
  place-content: center;
  font-size: 3em;
  font-weight: 700;
}

.pie.aos-animate {
  color: var(--c);
  animation: p 0.8s 0.5s both;
}

.pie.aos-animate:before {
  background: conic-gradient(var(--c) 0 calc(var(--p) * 1%), var(--bg) calc(var(--p) * 1%) 100%);
  mask: radial-gradient(
    farthest-side,
    rgba(0, 0, 0, 0) calc(99% - var(--b)),
    #000 calc(100% - var(--b))
  );
}

.pie.aos-animate + p {
  text-align: center;
  width: 70%;
  margin: 0 auto 1rem;
}

.pie:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#figure-13-2 .pie {
  --w: 180px;
}

.purple-6 {
  --c: #4b00aa;
}

.purple-5 {
  --c: #612bd2;
}

.purple-3 {
  --c: #7855fa;
}

.purple-1 {
  --c: #ac9bfd;
}

.black-1 {
  --c: #000;
}

.teal-4 {
  --c: #0092b0;
}

.teal-1 {
  --c: #44e4ef;
}

.greylight {
  --c: #d7d7d7;
}

@property --p {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

@keyframes p {
  0% {
    --p: 0;
  }
}

@keyframes opacitor {
  0% {
    opacity: 0;
    scale: 0;
  }

  to {
    opacity: 1;
    scale: 100%;
  }
}

.research .accordion-button,
.research .accordion-body {
  background-color: #4b00aa;
  color: #fff;
}

.research .accordion-button:focus,
.research .accordion-body:focus {
  box-shadow: none;
}

.research .accordion-button {
  padding: 25px 15px;
}

@media screen and (min-width: 768px) {
  .research .accordion-button {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

.research .accordion-button:after {
  content: '+';
  background-image: none;
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px) {
  .research .accordion-button:after {
    content: 'Expand +';
  }
}

.research .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.research .accordion-button:not(.collapsed):after {
  content: '-';
  transform: none;
}

@media screen and (min-width: 768px) {
  .research .accordion-button:not(.collapsed):after {
    content: 'Close -';
  }
}

.research .accordion-body p {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.research .accordion-body .small {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-bottom: 0.375rem;
  padding: 0;
}

footer {
  background-color: #131313;
  color: #fff;
}

footer .row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  footer .row {
    flex-direction: row;
  }
}

footer .row .copyright_disclaimer,
footer .row .footer_buttons {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media screen and (min-width: 768px) {
  footer .row .copyright_disclaimer,
  footer .row .footer_buttons {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

footer .row .copyright_disclaimer a,
footer .row .footer_buttons a {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer #nutanix-logo {
  width: 150px;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: Montserrat, sans-serif;
}

.container {
  position: relative;
  z-index: 9;
}

strong {
  font-weight: 600;
}

a {
  text-decoration-color: #7855fa;
}

.col-7 {
  width: 62.33333333%;
}

.col-5 {
  width: 37.33333333%;
}

.col-md-5-split {
  width: 19.9999999%;
}

.w-md {
  max-width: 768px;
}

.w-lg {
  max-width: 1080px;
}

.w-auto {
  width: auto;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;
}

.ps-6 {
  padding-left: 6rem;
}

.pb-xl {
  padding-bottom: 6rem;
}

.pt-xl {
  padding-top: 6rem;
}

.py-xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

h2 {
  font-weight: 400;
}

h2.u {
  border-bottom: 3px solid #131313;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

p {
  padding-top: 1rem;
  line-height: 1.5rem;
  font-size: 1rem;
}

li {
  font-size: 1rem;
  line-height: 1.7rem;
  padding-bottom: 0.5rem;
}

li::marker {
  color: #7855fa;
  font-weight: 600;
}

.bg-lt-pink {
  background: #c6befe;
}

.bg-blk {
  background: #131313;
}

.bg-light-grey {
  background: #f0f0f0;
}

.bg-grey {
  background: #d7d7d7;
}

.bg-purple {
  background: #7855fa;
}

.p-fill-0 {
  background: #c6befe;
}

.p-fill-1 {
  background: #ac9bfd;
  color: #ac9bfd;
}

.p-fill-2 {
  background: #9278fb;
  color: #9278fb;
}

.p-fill-3 {
  background: #7855fa;
  color: #7855fa;
}

.p-fill-4 {
  background: #6d40e6;
  color: #6d40e6;
}

.p-fill-5 {
  background: #612bd2;
  color: #612bd2;
}

.p-fill-6 {
  background: #4b00aa;
  color: #4b00aa;
}

.t-fill-0 {
  background: #1fdde9;
  color: #1fdde9;
}

.t-fill-1 {
  background: #17cadb;
  color: #17cadb;
}

.t-fill-2 {
  background: #11b7cc;
  color: #11b7cc;
}

.t-fill-3 {
  background: #08a5be;
  color: #08a5be;
}

.t-fill-4 {
  background: #0092b0;
  color: #0092b0;
}

.t-fill-5 {
  background: #44e4ef;
  color: #44e4ef;
}

.t-fill-6 {
  background: #000;
  color: #000;
}

.grey-fill {
  background: #e0e1ff;
}

.grey-lighter-fill {
  background: #f0f0f0;
}

.grey-light-fill {
  background: #d7d7d7;
}

.dark-grey-fill {
  background: #8e8e8e;
  color: #8e8e8e;
}

.black-fill {
  background: #131313;
}

.orange-fill {
  background: #ff9178;
  color: #ff9178;
}

.orange-fill-2 {
  background: #eb644b;
  color: #eb644b;
}

.white-fill {
  background-color: #fff;
}

.p-text-0 {
  color: #c6befe;
}

.p-text-1 {
  color: #ac9bfd;
}

.p-text-2 {
  color: #9278fb;
}

.p-text-3 {
  color: #7855fa;
}

.p-text-4 {
  color: #6d40e6;
}

.p-text-5 {
  color: #612bd2;
}

.p-text-6 {
  color: #4b00aa;
}

.t-text-0 {
  color: #1fdde9;
}

.t-text-1 {
  color: #17cadb;
}

.t-text-2 {
  color: #11b7cc;
}

.t-text-3 {
  color: #08a5be;
}

.t-text-4 {
  color: #0092b0;
}

.t-text-5 {
  color: #44e4ef;
}

.t-text-6 {
  color: #000;
}

.grey-text,
.darkgrey-text {
  color: #e0e1ff;
}

.orange-text {
  color: #ff9178;
}

.orange-2-text {
  color: #eb644b;
}

.text-black {
  color: #131313;
}

.text-white {
  color: #fff;
}

.text-purple {
  color: #7855fa;
}

em,
.hl {
  color: #7855fa;
  font-weight: 700;
  font-style: normal;
}

.eci-hero-banner-image {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#nav-hero {
  background: url('https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-WebAsset-Header-FY26Q3-v1.png')
    center no-repeat;
  background-size: cover;
  padding: 5rem 2rem;
}

@media (min-width: 1024px) {
  #nav-hero {
    padding: 2rem;
  }
}

#hero #nutanix-logo {
  max-width: 150px;
}

#hero #vb-logo {
  max-width: 170px;
}

#hero .social-logos-wrap {
  border-top: 1px solid #fff;
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  #hero .social-logos-wrap {
    width: 60%;
  }
}

#hero .social-logos-wrap .social-logos {
  max-width: 70px;
}

#figure-4 {
  padding: 0 3rem;
}

#figure-4 .item {
  max-width: 50%;
}

#figure-4 .item .vertical-bar {
  max-width: 100px;
  margin: 0 auto;
}

.stat-callout {
  position: relative;
  margin-bottom: 0;
}

.stat-callout .container {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  position: relative;
  z-index: 9;
}

.stat-callout .row {
  align-items: center;
}

.stat-callout .percent {
  font-size: 6.5rem;
  line-height: 6.5625rem;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 1024px) {
  .stat-callout .percent {
    text-align: right;
  }
}

.stat-callout h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.125rem;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  z-index: 9;
}

@media (min-width: 1024px) {
  .stat-callout h2 {
    font-size: 1.75rem;
    text-align: left;
  }
}

.stat-callout.bg-blk {
  color: #fff;
}

.stat-callout.bg-blk:after {
  border-top: 60px solid #131313;
}

.stat-callout.p-fill-3 {
  color: #fff;
}

.stat-callout.t-fill-5 {
  color: #131313;
}

.stat-callout.t-fill-4 {
  color: #fff;
}

#enterprise-stat-callout {
  background: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/percent-bg-1.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #enterprise-stat-callout {
    background-position: right;
  }
}

#enterprise-stat-callout h2.percent {
  color: #0092b0;
}

.add-triangle-right:after {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-percent-section.svg);
  width: 190px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .add-triangle-right:after {
    display: none;
  }
}

.add-large-triangle-left:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 350px 350px 0;
  border-color: transparent transparent #17cadb transparent;
}

@media screen and (max-width: 1200px) {
  .add-large-triangle-left:before {
    border-width: 150px 150px 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .add-large-triangle-left:before {
    display: none;
  }
}

.add-triangle-left:before {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-percent-section-2.svg);
  width: 204px;
  height: 278px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .add-triangle-left:before {
    display: none;
  }
}

.add-triangle-blue-black-left .peal {
  color: #b2f8ff;
}

.add-triangle-blue-black-left:before {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-black-blue.svg);
  width: 204px;
  height: 265px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .add-triangle-blue-black-left:before {
    display: none;
  }
}

.add-triangle-figure-left {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1400px) {
  .add-triangle-figure-left {
    overflow: visible;
  }
}

.add-triangle-figure-left:before {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-figure-13-2.svg);
  width: 180px;
  height: 100%;
  position: absolute;
  right: -77px;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

.add-triangle-up:before {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-spotlight.svg);
  width: 204px;
  height: 278px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .add-triangle-up:before {
    display: none;
  }
}

.add-triangle-bottom:after {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-purple-1.svg);
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

.add-triangle-left-bottom {
  position: relative;
}

.add-triangle-left-bottom:after {
  content: '';
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-left-purple.svg);
  width: 188px;
  height: 188px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .add-triangle-left-bottom:after {
    display: none;
  }
}

.add-triangle-cluster-right:after {
  content: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-cluster-right.svg);
  position: absolute;
  right: 0;
  bottom: -7px;
}

@media screen and (max-width: 767px) {
  .add-triangle-cluster-right:after {
    display: none;
  }
}

.add-triangle-cluster-left-bottom:before {
  content: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-cluster-left-bottom-2.svg);
  position: absolute;
  left: 0;
  bottom: -7px;
}

@media screen and (max-width: 767px) {
  .add-triangle-cluster-left-bottom:before {
    display: none;
  }
}

.add-purple-triangle-top-right:after {
  content: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/triangle-purple-top-right.svg);
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .add-purple-triangle-top-right:after {
    display: none;
  }
}

.large-percent-stat {
  padding: 5rem 3rem;
}

.percent-heading-txt h2 {
  font-size: 1.5rem !important;
}

.hero-content {
  text-align: left;
  padding: 6rem 0;
  color: #fff;
}

.hero-content h1 {
  font-weight: 800;
  font-size: 4rem;
}

.hero-content .hero-content-text {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 60%;
}

.hero-content p {
  font-weight: 500;
  font-size: 1.8rem;
}

.callout-bg-1 {
  background: #f0f0f0
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CalloutBG3-SideTriangles-1.png)
    bottom right no-repeat;
  background-size: contain;
}

.callout-bg-2 {
  background: #7855fa
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-LightGreyFrameSidebar-224x280.png)
    bottom right no-repeat;
  background-size: contain;
}

.callout-bg-3 {
  background: #f0f0f0
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/Sidebar4-Triangles.png)
    bottom right no-repeat;
}

.callout-bg-4 {
  background: #131313
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CalloutIrisTriangles-1.png)
    top left no-repeat;
  background-size: contain;
}

.callout-bg-5 {
  background:
    url('https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CalloutLeftSide.png')
      bottom left no-repeat,
    url('https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CalloutRightSide.png')
      top right no-repeat;
  background-color: #d7d7d7;
}

.callout-bg-6 {
  background: #f0f0f0
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-Tab5-CalloutTriangles.png)
    bottom right no-repeat;
  background-size: contain;
}

.callout-bg-7 {
  background: #7855fa
    url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-Tab5-BottomCalloutTriangles.png)
    bottom left no-repeat;
}

@media screen and (max-width: 1040px) {
  .callout-bg-1,
  .callout-bg-2,
  .callout-bg-3,
  .callout-bg-4,
  .callout-bg-6,
  .callout-bg-7 {
    background-size: 20%;
  }
}

.section-heading {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1875rem;
}

.x-heading {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 45px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .x-heading {
    font-size: 2rem;
  }
}

.x-heading:has(.number) {
  padding-left: 50px;
}

.x-heading:before {
  content: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-WebAsset-H1Frame-FY26Q3-v1.png);
  position: absolute;
  height: 140px;
  width: 140px;
  top: 0;
  left: 0;
}

.x-heading .number {
  font-size: 3.5rem;
  padding-right: 40px;
}

.ai-circle-graph {
  margin: 0 auto;
}

.bold-figure-alert {
  color: #000;
  font-weight: bold;
}

.border-wrap {
  border: 1px solid #bfbfbf;
}

.border-r {
  border-bottom: 1px solid #000;
  border-right: 0;
}

@media (min-width: 1024px) {
  .border-r {
    border-bottom: 0;
    border-right: 1px solid #000;
  }
}

.subheading {
  background: #f0f0f0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 20px;
  position: relative;
  text-align: center;
}

@media (min-width: 1024px) {
  .subheading {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 10px;
  }
}

.subheading.black {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  background: #131313;
  color: #f0f0f0;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .subheading {
    font-size: 1.25rem;
    padding-left: 2rem;
    padding-right: 5rem;
  }
}

.subheading span {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .subheading:after {
    display: none;
  }
}
.bar-chart {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 1rem;
  padding-right: 15px;
}

.bar-chart p {
  text-align: right !important;
  padding-top: 0;
  margin-bottom: 0;
}

.bar-chart .bar {
  height: 24px;
  position: relative;
}

.bar-chart .bar span {
  top: 0;
  position: absolute;
  right: -100px;
  font-size: 2rem;
  margin: 0 1rem;
  font-weight: 700;
  line-height: 28px;
}

.spotlight-heading h2 {
  font-weight: 600;
}

.spotlight-subheading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-right: 2rem;
}

@media screen and (max-width: 992px) {
  .spotlight-subheading {
    padding-left: 2rem;
  }
}

.arrow-down {
  z-index: 9;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -100px;
  left: 7%;
  transform: translate(-50%);
}

.bar--item {
  /* border: thin solid red; */
  min-height: 65px;
}

.bar--item p {
  text-align: right;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0;
}

.bar--item .bar {
  height: 30px;
}

.figure-text p {
  line-height: 1.375rem;
}

.figure-text span {
  font-size: 0.875rem;
}

.percent-heading-txt h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}

.bar.aos-animate {
  flex-grow: var(--flex-grow, 1);
}

.promo-conclusion {
  background-image: url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CTABackground-1440x345-CharcoalOnly.png);
  background-size: contain;
  background-position: top left;
  background-repeat: repeat;
  color: #fff;
}

@media (min-width: 1024px) {
  .promo-conclusion {
    background-image:
      url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CTABackground-230x345-SideConfetti.png),
      url(https://www.nutanix.com/content/dam/nutanix/global/static-pages/eci/8thAnnualECI-CTABackground-1440x345-CharcoalOnly.png);
    background-size: contain, contain;
    background-position:
      top right,
      top center;
    background-repeat: no-repeat, repeat-x;
  }
}

.promo-conclusion .bg-small-headline {
  font-weight: 600;
  margin-top: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.promo-conclusion .promo-btn-wrap {
  text-align: center;
  margin: 3rem 0;
}

.promo-conclusion .promo-btn-wrap .promo-btn {
  padding: 1rem 3rem;
  border-radius: 30px;
  background: #fff;
  color: #131313;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.key-takeaways-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .key-takeaways-wrapper {
    flex-direction: row;
  }
}

.key-takeaways-block {
  width: 100%;
}

@media (min-width: 1024px) {
  .key-takeaways-block {
    width: 33%;
  }
}

.key-takeaways-block h4 {
  color: #7855fa;
  font-size: 1rem;
  font-weight: 600;
}

.muted-cta {
  background: #e0e1ff;
  padding: 25px 0;
}

.muted-cta .flex {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.muted-cta .text-bold {
  font-weight: 600;
}

.muted-cta .text-left {
  text-align: center;
}

.muted-cta .text-right {
  text-align: center;
}

@media (min-width: 1024px) {
  .muted-cta .text-left {
    text-align: left;
  }

  .muted-cta .text-right {
    text-align: right;
  }

  .muted-cta .flex {
    display: flex;
    flex-direction: row;
  }
}

.muted-cta--prompt {
  padding: 15px 15px;
  width: 100%;
}

@media (min-width: 1024px) {
  .muted-cta--prompt {
    padding: 0 15px;
    width: 50%;
  }
}

.muted-cta .button-cta {
  background: #7855fa;
  border-radius: 24px;
  color: #fff;
  font-size: 0.85rem;
  padding: 10px 25px;
}

.muted-cta.dynamic[data-active='false'] {
  display: none;
}
