@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.block.block-inline-blockvarbase-heading-block .block-field-title {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .block.block-inline-blockvarbase-heading-block .block-field-title {
    margin-bottom: 15px;
  }
}

.block.block-inline-blockvarbase-heading-block .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .block.block-inline-blockvarbase-heading-block .content-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .block.block-inline-blockvarbase-heading-block .content-wrapper .field--name-field-link {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .block.block-inline-blockvarbase-heading-block .content-wrapper .no-label-link.read-more-arrow a {
    top: 10px;
  }
}

@media (min-width: 992px) {
  .block.block-inline-blockvarbase-heading-block .block-field-title,
  .block.block-inline-blockvarbase-heading-block .heading-block-label {
    max-width: 70%;
  }
}

.heading-block-label {
  position: relative;
  margin-bottom: 25px;
  padding-left: 62px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}

@media (max-width: 991.98px) {
  .heading-block-label {
    margin-bottom: 15px;
  }
}

.heading-block-label::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  content: "";
  background: #ff6e00;
}
