.hero-video {
  background: rgb(48,66,81);
  background: linear-gradient(180deg, rgba(48,66,81,1) 25%, rgba(8,22,38,1) 75%);
  margin-bottom: -1px;
}

.hero-video h1 {
  font-size: 50px;
  color: #fff;
}

h2.tag-title {
  color: #fff;
  font-size: 24px;
}

.hero-video p {
  font-size: 22px;
  color: #fff;
}

.hero-video-bg {
  position: relative;
  width: 100%;
  max-width: 1095px;
  min-height: 350px;
  margin: 0 auto;
  padding-bottom: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  overflow: hidden;
}

.hero-video-container {
  max-width: 1095px;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .hero-video-container {
    padding: 0 20px;
  }
}

.hero-video-text {
  max-width: 825px;
  margin-left: auto;
  z-index: 1;
}

.background-video { width: 100%; position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  z-index: -1; opacity: 20%;}

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D8DFE8 !important;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

input.hs-search-field__input {
  font-size: 16px !important;
}

ul.hs-search-field__suggestions {
  display: none;
}

@media screen and (max-width: 529px) {
  .hero-video-bg {
    height: unset;
    padding: 50px 0;
  }

  .hero-video h1 {
    font-size: 32px;
  }

  .hero-video p {
    font-size: 22px;
  }
}