.hero-image-overlay {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 88px;
}
@media only screen and (min-width: 1200px) {
  .hero-image-overlay {
    padding-top: 20px;
  }
}
.hero-image-overlay__main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-image-overlay__copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 576px) {
  .hero-image-overlay__copy {
    gap: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-image-overlay__copy {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-image-overlay__copy {
    gap: 20px;
  }
}
.hero-image-overlay__media-wrap {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 328/140;
  border-radius: 25px;
  overflow: hidden;
  background-color: #007ACC;
}
@media only screen and (min-width: 576px) {
  .hero-image-overlay__media-wrap {
    aspect-ratio: 186/50;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-image-overlay__media-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(60, 89, 123, 0.4) 0%, rgba(60, 89, 123, 0) 33%);
  }
}
.hero-image-overlay video,
.hero-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.95;
}
.hero-image-overlay__overlaid-image {
  width: 155px !important;
  height: auto !important;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 576px) {
  .hero-image-overlay__overlaid-image {
    width: 200px !important;
  }
}
@media only screen and (min-width: 992px) {
  .hero-image-overlay__overlaid-image {
    width: 250px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-image-overlay__overlaid-image {
    width: 300px !important;
  }
}
@media only screen and (min-width: ) {
  .hero-image-overlay__overlaid-image {
    width: 350px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-image-overlay__overlaid-image {
    width: fit-content !important;
  }
}
.hero-image-overlay__snow-report {
  top: auto;
  right: 0;
  bottom: 0px;
  left: auto;
  border-radius: 40px 0 25px 0;
  background-color: #fff;
  padding: 20px 0 5px 20px;
  column-gap: 24px;
  align-items: stretch;
}
@media only screen and (max-width: 1199px) {
  .hero-image-overlay__snow-report {
    display: none !important;
  }
}
.hero-image-overlay__snow-report::before {
  transform: rotate(90deg);
  top: auto;
  bottom: -1px;
  background-color: #fff;
}
.hero-image-overlay__snow-report::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -39px;
  right: 0;
  bottom: auto;
  left: auto;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='41' height='40' viewBox='0 0 41 40' fill='none'%3e%3cpath d='M40.165 0V40C40.165 17.9086 22.2564 0 0.165039 0H40.165Z' fill='%23AA273E'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  transform: rotate(90deg);
}
.hero-image-overlay__snow-report--weather, .hero-image-overlay__snow-report--trails, .hero-image-overlay__snow-report--lifts, .hero-image-overlay__snow-report--surface-conditions, .hero-image-overlay__snow-report--btn-container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  justify-content: flex-end;
  max-width: 164px;
}
.hero-image-overlay__snow-report--weather::after, .hero-image-overlay__snow-report--trails::after, .hero-image-overlay__snow-report--lifts::after, .hero-image-overlay__snow-report--surface-conditions::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  left: auto;
}
.hero-image-overlay__snow-report--icon-weather {
  background-color: #000;
}
.hero-image-overlay__snow-report--temp, .hero-image-overlay__snow-report--number, .hero-image-overlay__snow-report--text {
  color: #AA273E;
  font-size: 36px;
}
.hero-image-overlay__snow-report--temp sub, .hero-image-overlay__snow-report--number sub, .hero-image-overlay__snow-report--text sub {
  color: #000;
  font-size: 18px;
}
.hero-image-overlay__snow-report--label {
  color: #000;
  font-size: 14px;
}
.hero-image-overlay__snow-report--text {
  font-size: 18px;
  line-height: 20px;
}
.hero-image-overlay__snow-report--btn-container {
  padding-right: 0;
  max-width: unset;
}
.hero-image-overlay__snow-report--btn-container .btn--snow-before-icon::before {
  background-color: #000;
}
.hero-image-overlay__snow-report--icon-weather--cloudy {
  width: 46.253px;
  height: 36px;
}

/*# sourceMappingURL=hero-image-overlay.css.map */
