

.hero-home-wrapper {
  flex-direction: column;
  display: flex;
}

.section-hero {
  z-index: 1;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.dark {
  color: #fff;
  background-color: Black;
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 60vh;
}

.container-1571 {
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 text-align: center;
 width: 100%;
 color: #fff;
 opacity: 0.9;
 text-shadow: 1px 1px 5px black;
 position: absolute;
 padding-top: 40px;
}

.heading-hero-wrapper {
  max-width: 100vw;
}

.heading-hero-wrapper.starmus {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.starmus-logo {
  width: 200px;
}

.spacer-50 {
  height: 50px;
}

.div-block-292 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-96 {
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
}

.alt-cont {
  margin-top: 10px;
}

.paragraph-12 {
  color: #00cbda;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 2.4vw;
  font-weight: 300;
  line-height: 32px;
}

.heading-hero.is-2nd {
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size:2.5vw;
  font-weight: 300;
}

.heading-hero.is-2nd.starmus-header {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.heading-hero.is-2nd.starmus-header.margin-left {
  margin-left: 26px;
}

.heading-hero.is-1st {
  letter-spacing: .1em;
  margin-right: .2em;
  font-size: 3.3vw;
  line-height: .7;
}

.heading-hero.is-1st.starmus-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  padding-bottom: 10px;
}

.topVideo{display:none}@media(min-width: 6rem){.topVideo{display:inherit;-o-object-fit:cover;object-fit:cover;width:100%;height:100vh;overflow:hidden}.topVideo video{height:100vh;overflow:hidden}}video.topVideo--video{overflow:hidden;position:relative;top:45%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%)}