.block-landingpagehero {
  max-width: 100%;
}
.block-landingpagehero .landingpagehero-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
@media (max-width: 768px) {
  .block-landingpagehero .landingpagehero-container {
    min-height: unset;
    max-height: 900px;
  }
}
.block-landingpagehero .landingpagehero-container .landingpagehero-image,
.block-landingpagehero .landingpagehero-container .landingpagehero-video {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-landingpagehero .landingpagehero-container .landingpagehero-image::before,
.block-landingpagehero .landingpagehero-container .landingpagehero-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 35, 60, 0)), to(rgba(8, 35, 60, 0.8509803922))), -webkit-gradient(linear, left top, right top, from(rgba(8, 35, 60, 0)), to(rgba(8, 35, 60, 0.8470588235)));
  background: linear-gradient(-90deg, rgba(8, 35, 60, 0) 0%, rgba(8, 35, 60, 0.8509803922) 100%), linear-gradient(to right, rgba(8, 35, 60, 0) 0%, rgba(8, 35, 60, 0.8470588235) 100%);
  z-index: 1;
}
.block-landingpagehero .landingpagehero-container .landingpagehero-image img,
.block-landingpagehero .landingpagehero-container .landingpagehero-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block-landingpagehero .landingpagehero-container .landingpagehero-image video,
.block-landingpagehero .landingpagehero-container .landingpagehero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 0;
}
.block-landingpagehero .landingpagehero-container .container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  padding: 4rem 30px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .block-landingpagehero .landingpagehero-container .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 15px;
  }
}
.block-landingpagehero .landingpagehero-container .container h1 {
  font-size: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
@media (max-width: 768px) {
  .block-landingpagehero .landingpagehero-container .container h1 {
    text-align: center;
    font-size: 3rem;
  }
}
.block-landingpagehero .landingpagehero-container .container p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 0 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 658px) {
  .block-landingpagehero .landingpagehero-container .container p {
    font-size: 1rem;
    max-width: 300px;
    text-align: center;
  }
}
.block-landingpagehero .landingpagehero-container .container .landingpagehero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 658px) {
  .block-landingpagehero .landingpagehero-container .container .landingpagehero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}