﻿.event-hero-film {
  --course-yellow: #fdbf00;
  --main-line-height: 1.05;
  position: relative;
  transition: height 0.2s;
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .event-hero-film {
    min-height: 70vh;
  }
}
.event-hero-film_group {
  display: flex;
  flex-flow: column;
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .event-hero-film_group {
    justify-content: flex-start;
    flex-flow: row;
    min-height: 70vh;
  }
}
.event-hero-film_group_pic {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 1;
  min-height: 50vh;
}
@media (min-width: 1024px) {
  .event-hero-film_group_pic {
    flex: unset;
    width: 50%;
  }
}
.event-hero-film_group_pic:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.event-hero-film_group_pic_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-hero-film_group_text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005188;
  padding: 2rem;
  min-height: 50vh;
  flex: 1;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text {
    flex: unset;
    width: 50%;
  }
}
.event-hero-film_group_text .event-info {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text .event-info {
    max-width: 50%;
  }
}
.event-hero-film_group_text .event-info_title {
  color: var(--white-pure);
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text .event-info_title {
    margin-bottom: 0.5rem;
    font-size: 4rem;
  }
}
.event-hero-film_group_text .event-info_subtitle {
  color: var(--white-pure);
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text .event-info_subtitle {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}
.event-hero-film_group_text .event-info_dates {
  color: var(--white-pure);
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text .event-info_dates {
    font-size: 2.1rem;
  }
}
.event-hero-film_group_text .event-info .brand-button {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem auto 0;
}
@media (min-width: 1024px) {
  .event-hero-film_group_text .event-info .brand-button {
    margin: 2rem auto 0;
  }
}
.event-hero-film .past-event-indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.event-hero-film .sold-out-indicator {
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red-brand);
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  line-height: var(--main-line-height);
  font-size: 1.225rem;
  margin: 1rem auto;
  font-weight: 600;
  border-radius: 0.175rem;
}
@media (min-width: 1024px) {
  .event-hero-film .sold-out-indicator {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=styles.css.map */