.enterprise-page {
  --enterprise-ink: #111514;
  --enterprise-muted: #5f6865;
  --enterprise-line: #d9dfdc;
  --enterprise-soft: #f3f6f5;
  --enterprise-blue: #72c2ef;
  --enterprise-blue-deep: #176f9d;
  background: #fff;
  color: var(--enterprise-ink);
}

.enterprise-page .site-header {
  position: fixed;
}

.enterprise-page .wordmark-com {
  display: none;
}

.enterprise-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 96px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 142px 0 78px;
  color: #fff;
  background: #1b272b;
}

.enterprise-hero-media,
.enterprise-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.enterprise-hero-media {
  overflow: hidden;
  transform: scale(1.025) translate3d(0, var(--enterprise-parallax, 0), 0);
  will-change: transform;
}

.enterprise-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  opacity: 0;
  transition: opacity 1.15s ease;
}

.enterprise-hero-image.is-active {
  opacity: 1;
}

.enterprise-hero-shade {
  background:
    linear-gradient(118deg, transparent 12%, rgba(114, 194, 239, .13) 38%, rgba(232, 197, 113, .08) 52%, transparent 76%),
    linear-gradient(90deg, rgba(8, 15, 17, .88) 0%, rgba(8, 15, 17, .68) 43%, rgba(8, 15, 17, .18) 74%, rgba(8, 15, 17, .08) 100%),
    linear-gradient(0deg, rgba(7, 12, 14, .56) 0%, rgba(7, 12, 14, 0) 52%);
  background-position: 0% 50%, center, center;
  background-size: 190% 190%, 100% 100%, 100% 100%;
  animation: enterpriseHeroGradient 12s ease-in-out infinite alternate;
}

.enterprise-hero-inner {
  position: relative;
  z-index: 1;
}

.enterprise-hero-inner > .tt-plan-icon {
  --tt-plan-primary: #f4f7f8;
  --tt-plan-secondary: #72c2ef;
  --tt-plan-accent: #202b30;
  margin-bottom: 18px;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .3));
}

.enterprise-eyebrow,
.enterprise-section-label {
  margin: 0;
  color: var(--enterprise-blue-deep);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.enterprise-eyebrow {
  color: #b9e6ff;
  animation: enterpriseHeroIn .7s .08s both cubic-bezier(.22, 1, .36, 1);
}

.enterprise-hero h1 {
  max-width: 900px;
  margin: 13px 0 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(54px, 8vw, 100px);
  font-weight: 600;
  line-height: .98;
  animation: enterpriseHeroIn .8s .16s both cubic-bezier(.22, 1, .36, 1);
}

.enterprise-hero-summary {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
  animation: enterpriseHeroIn .8s .24s both cubic-bezier(.22, 1, .36, 1);
}

.enterprise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 31px;
  animation: enterpriseHeroIn .8s .32s both cubic-bezier(.22, 1, .36, 1);
}

.enterprise-button-light,
.enterprise-button-ghost {
  min-height: 48px;
  border-radius: 3px;
}

.enterprise-button-light {
  border-color: #fff;
  background: #fff;
  color: #111514;
}

.enterprise-button-light:hover {
  border-color: #e4e8e6;
  background: #e4e8e6;
}

.enterprise-button-ghost {
  border-color: rgba(255, 255, 255, .56);
  background: rgba(10, 15, 16, .22);
  color: #fff;
  backdrop-filter: blur(8px);
}

.enterprise-button-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.enterprise-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 43px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  animation: enterpriseHeroIn .8s .4s both cubic-bezier(.22, 1, .36, 1);
}

.enterprise-hero-proof span {
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, .26);
}

.enterprise-hero-proof span:first-child {
  padding-left: 0;
  border-left: 0;
}

.enterprise-intro {
  padding: 102px 0 72px;
  border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 9%;
}

.enterprise-intro h2,
.enterprise-section-heading h2,
.enterprise-control h2,
.enterprise-contact h2 {
  margin: 12px 0 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600;
  line-height: 1.08;
}

.enterprise-intro-grid > p {
  margin: 0 0 5px;
  color: var(--enterprise-muted);
  font-size: 17px;
  line-height: 1.7;
}

.enterprise-signal-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--enterprise-line);
  border-bottom: 1px solid var(--enterprise-line);
}

.enterprise-signal-row span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  border-left: 1px solid var(--enterprise-line);
  color: #323a37;
  font-size: 13px;
  font-weight: 600;
}

.enterprise-signal-row span:first-child {
  border-left: 0;
}

.enterprise-signal-row b {
  color: #87908c;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
}

.enterprise-operations {
  padding: 112px 0 126px;
  background: #fff;
}

.enterprise-section-heading {
  max-width: 850px;
}

.enterprise-story {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(560px, 1.32fr);
  align-items: start;
  gap: 8%;
  margin-top: 70px;
}

.enterprise-story-copy {
  display: grid;
}

.enterprise-story-step {
  min-height: 330px;
  padding: 31px 0 60px;
  border-top: 1px solid var(--enterprise-line);
  opacity: .48;
  transition: opacity .3s ease;
}

.enterprise-story-step.is-active {
  opacity: 1;
}

.enterprise-story-step > span {
  color: var(--enterprise-blue-deep);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.enterprise-story-step h3 {
  max-width: 440px;
  margin: 15px 0 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.16;
}

.enterprise-story-step p {
  max-width: 48ch;
  margin: 17px 0 0;
  color: var(--enterprise-muted);
  line-height: 1.7;
}

.enterprise-console-wrap {
  position: sticky;
  top: 106px;
}

.enterprise-console {
  min-height: 610px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cfd7d3;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 30, 27, .12);
}

.enterprise-console-nav {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 19px 14px;
  color: #dae2de;
  background: #151a18;
}

.enterprise-console-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px 21px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.enterprise-console-brand img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.enterprise-console-nav nav {
  display: grid;
  gap: 5px;
  margin-top: 19px;
}

.enterprise-console-nav nav span {
  min-height: 39px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  color: #aeb8b3;
  font-size: 11px;
  font-weight: 600;
  transition: color .25s ease, background .25s ease;
}

.enterprise-console-nav nav span i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: #64706a;
}

.enterprise-console-nav nav span.is-active {
  color: #fff;
  background: #28302d;
}

.enterprise-console-nav nav span.is-active i {
  background: var(--enterprise-blue);
}

.enterprise-console-nav > small {
  margin-top: auto;
  padding: 13px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #75807b;
  font-size: 9px;
}

.enterprise-console-main {
  min-width: 0;
  padding: 25px;
  background: #f5f7f6;
}

.enterprise-console-main > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.enterprise-console-main > header > div {
  display: grid;
  gap: 2px;
}

.enterprise-console-main header small {
  color: #77807c;
  font-size: 9px;
}

.enterprise-console-main header strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
}

.enterprise-live-state {
  color: #35604f;
  font-size: 9px;
  font-weight: 700;
}

.enterprise-console-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid #d9dfdc;
  background: #fff;
}

.enterprise-console-summary > div {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 17px;
  border-left: 1px solid #d9dfdc;
}

.enterprise-console-summary > div:first-child {
  border-left: 0;
}

.enterprise-console-summary small,
.enterprise-console-summary span {
  overflow: hidden;
  color: #747d79;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-console-summary strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
}

.enterprise-console-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(165px, .85fr);
  gap: 14px;
  margin-top: 14px;
}

.enterprise-workplace-list,
.enterprise-console-insight {
  min-width: 0;
  border: 1px solid #d9dfdc;
  background: #fff;
}

.enterprise-workplace-list > header,
.enterprise-workplace-list > div {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid #e6eae8;
}

.enterprise-workplace-list > header {
  min-height: 45px;
  font-size: 9px;
}

.enterprise-workplace-list > header span {
  color: #7b8580;
}

.enterprise-workplace-list > div:last-child {
  border-bottom: 0;
}

.enterprise-workplace-list > div span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.enterprise-workplace-list > div i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #7cc3ea;
}

.enterprise-workplace-list > div i.is-green { background: #63b997; }
.enterprise-workplace-list > div i.is-gold { background: #d2ad50; }
.enterprise-workplace-list > div i.is-red { background: #cb6860; }

.enterprise-workplace-list b,
.enterprise-workplace-list em {
  overflow: hidden;
  font-size: 8px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enterprise-workplace-list em {
  flex: 0 0 auto;
  color: #5d6863;
}

.enterprise-console-insight {
  display: flex;
  flex-direction: column;
  padding: 20px 17px 16px;
  color: #fff;
  background: #1a2220;
  transition: background .35s ease;
}

.enterprise-console[data-enterprise-console="security"] .enterprise-console-insight {
  background: #173444;
}

.enterprise-console[data-enterprise-console="intelligence"] .enterprise-console-insight {
  background: #202020;
}

.enterprise-console-insight small {
  color: #9eb3aa;
  font-size: 8px;
  text-transform: uppercase;
}

.enterprise-console-insight strong {
  margin-top: 10px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.enterprise-console-insight p {
  margin: 11px 0 0;
  color: #aebbb5;
  font-size: 9px;
  line-height: 1.55;
}

.enterprise-mini-bars {
  height: 90px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-top: auto;
  padding-top: 20px;
}

.enterprise-mini-bars i {
  width: 100%;
  height: 35%;
  background: #6ab9e4;
  transition: height .45s cubic-bezier(.22, 1, .36, 1), background .35s ease;
}

.enterprise-mini-bars i:nth-child(2) { height: 62%; }
.enterprise-mini-bars i:nth-child(3) { height: 48%; }
.enterprise-mini-bars i:nth-child(4) { height: 78%; }
.enterprise-mini-bars i:nth-child(5) { height: 57%; }
.enterprise-mini-bars i:nth-child(6) { height: 88%; }
.enterprise-mini-bars i:nth-child(7) { height: 69%; }
.enterprise-console[data-enterprise-console="security"] .enterprise-mini-bars i { background: #63c29c; }
.enterprise-console[data-enterprise-console="intelligence"] .enterprise-mini-bars i { background: #e0bf64; }

.enterprise-control {
  padding: 116px 0;
  color: #f7f9f8;
  background: #111514;
}

.enterprise-control-grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
  align-items: start;
  gap: 10%;
}

.enterprise-section-label-light {
  color: #80c9ef;
}

.enterprise-control-copy {
  position: sticky;
  top: 110px;
}

.enterprise-control-copy > p:last-child {
  max-width: 48ch;
  margin: 23px 0 0;
  color: #9eaaa5;
  line-height: 1.7;
}

.enterprise-capability-list {
  border-top: 1px solid #35403b;
}

.enterprise-capability-list article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 28px;
  padding: 31px 0 35px;
  border-bottom: 1px solid #35403b;
}

.enterprise-capability-list article > span {
  padding-top: 5px;
  color: #78bee4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.enterprise-capability-list h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.enterprise-capability-list p {
  max-width: 55ch;
  margin: 10px 0 0;
  color: #9eaaa5;
  line-height: 1.65;
}

.enterprise-rollout {
  padding: 112px 0 120px;
  background: var(--enterprise-soft);
}

.enterprise-rollout-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 62px 0 0;
  padding: 0;
  border-top: 1px solid #cfd6d2;
  border-bottom: 1px solid #cfd6d2;
  list-style: none;
}

.enterprise-rollout-steps li {
  min-width: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px 23px 29px;
  border-left: 1px solid #cfd6d2;
}

.enterprise-rollout-steps li:first-child {
  border-left: 0;
}

.enterprise-rollout-steps li > span {
  color: #7d8883;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 10px;
}

.enterprise-rollout-steps h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.enterprise-rollout-steps p {
  margin: 10px 0 0;
  color: var(--enterprise-muted);
  font-size: 13px;
  line-height: 1.6;
}

.enterprise-contact {
  color: #fff;
  background: #153348;
}

.enterprise-contact-inner {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9%;
}

.enterprise-contact h2 {
  max-width: 820px;
}

.enterprise-contact p:not(.enterprise-section-label) {
  max-width: 680px;
  margin: 20px 0 0;
  color: #b8cad5;
  line-height: 1.7;
}

.enterprise-contact-action {
  min-width: 200px;
  display: grid;
  gap: 11px;
}

.enterprise-contact-action span {
  color: #a9c0ce;
  font-size: 11px;
  text-align: center;
}

.enterprise-footer {
  border-top: 0;
}

.enterprise-motion-ready [data-enterprise-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1),
    transform .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--enterprise-delay, 0) * 90ms);
}

.enterprise-motion-ready [data-enterprise-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes enterpriseHeroIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes enterpriseHeroGradient {
  from { background-position: 0% 50%, center, center; }
  to { background-position: 100% 50%, center, center; }
}

@media (max-width: 980px) {
  .enterprise-story {
    grid-template-columns: minmax(240px, .72fr) minmax(430px, 1.28fr);
    gap: 5%;
  }

  .enterprise-console {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .enterprise-console-brand span,
  .enterprise-console-nav nav span {
    font-size: 0;
  }

  .enterprise-console-brand,
  .enterprise-console-nav nav span {
    justify-content: center;
  }

  .enterprise-console-nav > small {
    display: none;
  }

  .enterprise-control-grid {
    grid-template-columns: minmax(260px, .75fr) minmax(420px, 1.25fr);
    gap: 7%;
  }
}

@media (max-width: 760px) {
  .enterprise-page .header-actions .button {
    display: none;
  }

  .enterprise-hero {
    min-height: min(720px, calc(100svh - 54px));
    align-items: flex-end;
    padding: 128px 0 66px;
  }

  .enterprise-hero-image {
    object-position: 64% center;
  }

  .enterprise-hero-shade {
    background:
      linear-gradient(118deg, transparent 8%, rgba(114, 194, 239, .12) 39%, rgba(232, 197, 113, .07) 54%, transparent 79%),
      linear-gradient(90deg, rgba(8, 14, 16, .79), rgba(8, 14, 16, .32)),
      linear-gradient(0deg, rgba(7, 12, 14, .9) 0%, rgba(7, 12, 14, .3) 72%, rgba(7, 12, 14, .2) 100%);
    background-position: 0% 50%, center, center;
    background-size: 210% 210%, 100% 100%, 100% 100%;
  }

  .enterprise-hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .enterprise-hero-summary {
    max-width: 92%;
    font-size: 17px;
  }

  .enterprise-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .enterprise-hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 30px;
  }

  .enterprise-hero-proof span {
    padding: 0;
    border-left: 0;
  }

  .enterprise-intro {
    padding: 72px 0 54px;
  }

  .enterprise-intro-grid,
  .enterprise-control-grid,
  .enterprise-contact-inner {
    grid-template-columns: 1fr;
  }

  .enterprise-intro-grid {
    gap: 24px;
  }

  .enterprise-intro h2,
  .enterprise-section-heading h2,
  .enterprise-control h2,
  .enterprise-contact h2 {
    font-size: 36px;
  }

  .enterprise-intro-grid > p {
    font-size: 15px;
  }

  .enterprise-signal-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }

  .enterprise-signal-row span {
    min-height: 70px;
    border-bottom: 1px solid var(--enterprise-line);
  }

  .enterprise-signal-row span:nth-child(odd) {
    border-left: 0;
  }

  .enterprise-signal-row span:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .enterprise-operations,
  .enterprise-control,
  .enterprise-rollout {
    padding: 76px 0;
  }

  .enterprise-story {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 45px;
  }

  .enterprise-console-wrap {
    position: relative;
    top: auto;
    order: -1;
    width: 100%;
    margin-bottom: 38px;
  }

  .enterprise-console {
    min-height: 500px;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .enterprise-console-nav {
    padding: 13px 7px;
  }

  .enterprise-console-brand {
    padding: 0 0 14px;
  }

  .enterprise-console-brand img {
    width: 23px;
    height: 23px;
  }

  .enterprise-console-nav nav span {
    min-height: 38px;
    padding: 0;
  }

  .enterprise-console-main {
    padding: 17px 13px;
  }

  .enterprise-console-summary {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    overflow-x: auto;
  }

  .enterprise-console-summary > div {
    padding: 12px 10px;
  }

  .enterprise-console-summary strong {
    font-size: 21px;
  }

  .enterprise-console-layout {
    grid-template-columns: 1fr;
  }

  .enterprise-console-insight {
    min-height: 190px;
  }

  .enterprise-mini-bars {
    height: 58px;
  }

  .enterprise-story-step {
    min-height: 0;
    padding: 26px 0 38px;
    opacity: 1;
  }

  .enterprise-story-step h3 {
    font-size: 27px;
  }

  .enterprise-control-grid {
    gap: 48px;
  }

  .enterprise-control-copy {
    position: relative;
    top: auto;
  }

  .enterprise-capability-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
  }

  .enterprise-capability-list h3 {
    font-size: 19px;
  }

  .enterprise-rollout-steps {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .enterprise-rollout-steps li {
    min-height: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #cfd6d2;
  }

  .enterprise-rollout-steps li:last-child {
    border-bottom: 0;
  }

  .enterprise-contact-inner {
    min-height: 570px;
    align-content: center;
    gap: 36px;
  }

  .enterprise-contact-action {
    width: min(100%, 280px);
  }
}

@media (max-width: 390px) {
  .enterprise-signal-row {
    grid-template-columns: 1fr;
  }

  .enterprise-signal-row span,
  .enterprise-signal-row span:nth-child(odd),
  .enterprise-signal-row span:nth-last-child(-n+2) {
    border-left: 0;
    border-bottom: 1px solid var(--enterprise-line);
  }

  .enterprise-signal-row span:last-child {
    border-bottom: 0;
  }

  .enterprise-console {
    min-height: 480px;
  }

  .enterprise-workplace-list > div {
    padding: 0 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .enterprise-page *,
  .enterprise-page *::before,
  .enterprise-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .enterprise-motion-ready [data-enterprise-reveal] {
    opacity: 1;
    transform: none;
  }

  .enterprise-hero-media {
    transform: none;
  }

  .enterprise-hero-image {
    transition: none;
  }
}
