.block.heronew {
  position: relative;
  z-index: 0;
  background: var(--color-green) !important;
}
.block.heronew:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(0, 11, 75, 0.41)), to(rgba(0, 11, 75, 0.41)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 11, 75, 0.41) 70%, rgba(0, 11, 75, 0.41) 100%);
  content: "";
  display: block;
  height: 85px;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew:before {
    height: 70px;
  }
}
.block.heronew .media-wrapper {
  height: 700px !important;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew .media-wrapper {
    height: 450px !important;
  }
}
.block.heronew .content-wrapper {
  padding-top: 475px;
  z-index: 0;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew .content-wrapper {
    padding-top: 290px;
  }
}
.block.heronew .content-wrapper h1, .block.heronew .content-wrapper .text-content * {
  color: var(--color-white);
}
.block.heronew .content-wrapper ul.heronew {
  margin-block: var(--padding-sm);
  padding: 0;
}
.block.heronew .content-wrapper ul.heronew li {
  color: var(--color-white);
  font: var(--header-2-font);
  line-height: 46px;
  padding-left: 65px;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew .content-wrapper ul.heronew li {
    line-height: 36px;
    padding-left: 55px;
  }
}
.block.heronew .content-wrapper ul.heronew li:before {
  background-color: var(--color-green-light);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.89453 8.03156L8.79398 14.5788L22.1051 1.94727' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 46px;
  left: 0;
  line-height: 46px;
  text-align: center;
  position: absolute;
  width: 46px;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew .content-wrapper ul.heronew li:before {
    background-size: 16px auto;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
}
.block.heronew .content-wrapper ul.buttons-list {
  list-style: none;
}
.block.heronew .content-wrapper:after {
  background: var(--color-green);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, var(--color-green)), to(transparent));
  background: linear-gradient(0deg, var(--color-green) 15%, transparent 100%);
  content: "";
  display: block;
  height: 450px;
  left: 0;
  position: absolute;
  right: 0;
  top: 250px;
  z-index: -1;
}
@media screen and (max-width: 47.9375em) {
  .block.heronew .content-wrapper:after {
    top: 50px;
  }
}