@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/Minus196/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/Minus196/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.sectionVideoFeature {
  overflow: hidden;
}
.sectionVideoFeature.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0.75rem;
}
.sectionVideoFeature::before {
  content: none;
}
.sectionVideoFeature .videoFeature__bgVideo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-10%) translateY(-50%);
  object-fit: cover;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.9;
}
.sectionVideoFeature {
  /* ================= YELLOW BACKGROUND ================= */
}
.sectionVideoFeature .yellowBackground {
  position: absolute;
  top: -15rem;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: #FEDD00;
  z-index: 2; /* Set z-index to 2 to be above the background video */
  -webkit-clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 72%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 599.9px) {
  .sectionVideoFeature .yellowBackground {
    top: -5rem;
    -webkit-clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
  }
}
.sectionVideoFeature {
  /* ================= VIDEO CONTAINER ================= */
}
.sectionVideoFeature .videoContainer {
  position: relative; /* Ensure it respects the layout flow */
  z-index: 3; /* Set z-index to 3 to be on top of the yellow background */
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 0 1.25rem 5rem rgba(0, 0, 0, 0.3);
  padding: 0;
  margin: 0 auto;
}
.sectionVideoFeature .featureVideo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
}
.sectionVideoFeature {
  /* ================= MOBILE ================= */
}
@media (min-width: 0) and (max-width: 599.9px) {
  .sectionVideoFeature {
    margin-top: 0;
    padding: 1.25rem 1rem 1.5rem;
  }
  .sectionVideoFeature .yellowBackground {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: auto;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
  .sectionVideoFeature .videoContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.25);
  }
  .sectionVideoFeature .videoContainer .featureVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1023.9px) {
  .sectionVideoFeature {
    margin-top: 0.75rem;
  }
  .sectionVideoFeature .yellowBackground {
    top: -8rem;
    -webkit-clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
  }
}
