.section.hero-home-b {
  padding-top: 20px;
  padding-bottom: 120px;
  display: flex;
}
.main-container {
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.w-container::before,
.w-container::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.home-b-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}
.headline-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 850px;
  display: flex;
}
.label {
  font-size: 24px;
  display: block;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 12%;
  margin-bottom: 0px;
}
.home-b-heading h1 {
  margin-bottom: -18px;
}
.text-h0 {
  font-family: var(--font--serif);
  font-size: 132px;
  letter-spacing: -0.4rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 92%;
  display: block;
}
.home-b-video-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}
.home-b-video {
  z-index: 1;
  border-bottom-right-radius: 200px;
  flex: 1;
  width: 421px;
  height: 750px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 750px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.home-b-sun {
  z-index: 1;
  width: 183px;
  position: absolute;
  top: 60px;
  left: -90px;
}
.w-container::after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .section.hero-home-b {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-b-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .text-h0 {
    font-size: 80px;
    letter-spacing: -0.2rem;
  }
}
@media screen and (max-width: 991px) {
  .home-b-video {
    flex: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-b-sun {
    width: 150px;
    left: -79px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-home-b {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-b-halves {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .text-h0 {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .home-b-video {
    border-bottom-right-radius: 100px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .home-b-sun {
    width: 100px;
    left: -34px;
  }
}
