.ms-benefits__pane {
  display: none;
}

.ms-benefits__pane.active {
  display: block;
}

.popular-use-cases__item {
  display: block;
  text-decoration: none;
  color: #35364E;
  transition-duration: 0.125s;
  transition-property: color;
}

.popular-use-cases__video {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.popular-use-cases__video::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  background: #061421;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.popular-use-cases__item img {
  display: block;
  border-radius: 6px;
}

.popular-use-cases__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.popular-use-cases__heading {
  font-weight: 600;
  color: #004163;
}

.popular-use-cases__item:hover {
  color: #32BDB5;
}

.popular-use-cases__item:hover>.popular-use-cases__heading {
  color: #32BDB5 !important;
}

.popular-use-cases__item:hover .popular-use-cases__video::before {
  opacity: 0.2;
}

.popular-use-cases__item:hover .popular-use-cases__video::after {
  opacity: 1;
}
.ms-hero {
  position: relative;
  padding: 64px 0 96px;
  background-color: #102C3F;
  color: #AAD3EC;
}
.ms-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ms-hero__text {
  position: relative;
  max-width: 480px;
}
.ms-hero__text h6 {
  color: #76A2BC;
}
.solution-hero__actions a.contact-specialist {
  background: #0bc5ba;
}
.solution-hero__actions a.contact-specialist {
  width: 225px;
}
.ms-hero__trusted {
  position: relative;
  font-size: 16px;
  color: #76A2BC;
}
.ms-hero__trusted .grid-row--mdg>.grid-col {
  padding-right: 0;
  padding-left: 0;
}
.ms-hero__trusted .grid-row--mdg>.grid-col:first-child {
  padding-left: 12px;
}
.ms-hero__trusted img {
  display: block;
}
.ms-hero__video {
  position: relative;
  display: block;
  padding-top: 62.5%;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF !important;
}
.ms-hero__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.ms-hero__video::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 41" fill="%2332BDB5"><path d="M0 2.19255C0 0.471678 1.91177 -0.560396 3.3505 0.383778L31.2438 18.6888C32.5457 19.5433 32.5457 21.452 31.2438 22.3064L3.3505 40.6115C1.91177 41.5556 0 40.5236 0 38.8027V2.19255Z"/></svg>') 55% 50%/33px 41px no-repeat;  transition-duration: 0.125s;
  transition-duration: 0.125s;
}
.ms-hero__video:hover::after {
  transform: scale(1.125);
}
.ms-banner {
  position: relative;
  margin-top: -34px;
  padding: 20px 40px;
  border-radius: 12px;
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/ms/SANS-BG-2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
  color: #FFF;
}
.ms-banner .more-link {
  display: block;
  text-align: left;
}
.ms-banner .more-link {
  color: #fff;
}
.ms-banner .p p {
  margin-bottom: 0;
}
.ms-banner .more-link:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .ms-hero {
    text-align: center;
  }
  .ms-hero__bg {
    display: none;
  }
  .ms-hero__text {
    margin-right: auto;
    margin-left: auto;
  }
  .solution-hero__actions {
    justify-content: center;
  }
  .ms-hero__trusted .grid-row {
    justify-content: center;
  }
}