﻿.event-hero-regular {
  --course-yellow: #fdbf00;
  --main-line-height: 1.05;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: height 0.2s;
  min-height: 70vh;
}
@media (min-width: 1024px) {
  .event-hero-regular {
    height: 70vh;
  }
}
.event-hero-regular:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3215686275);
}
.event-hero-regular.sold-out:after {
  content: "sold out";
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: block;
  background-color: #ac0025;
  color: #a7adaa;
  font-size: 2rem;
  font-weight: bold;
  padding: 5.2rem 1.8rem;
  border-radius: 400px;
  text-transform: uppercase;
  transform: rotate(339deg);
  z-index: 5;
}
@media (min-width: 1024px) {
  .event-hero-regular.sold-out:after {
    bottom: 20%;
    left: 20%;
  }
}
.event-hero-regular .event-info {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .event-hero-regular .event-info {
    max-width: 50%;
  }
}
.event-hero-regular .event-info_title {
  color: var(--white-pure);
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .event-hero-regular .event-info_title {
    margin-bottom: 0.5rem;
    font-size: 4rem;
  }
}
.event-hero-regular .event-info_subtitle {
  color: var(--white-pure);
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .event-hero-regular .event-info_subtitle {
    margin-bottom: 0.5rem;
    font-size: 2.4rem;
  }
}
.event-hero-regular .event-info_dates {
  color: var(--white-pure);
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .event-hero-regular .event-info_dates {
    font-size: 2.1rem;
  }
}
.event-hero-regular .event-info .brand-button {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1rem auto 0;
}
@media (min-width: 1024px) {
  .event-hero-regular .event-info .brand-button {
    margin: 2rem auto 0;
  }
}
.event-hero-regular .past-event-indicator {
  position: absolute;
  top: 0;
  left: 0;
}
.event-hero-regular .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-regular .sold-out-indicator {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=styles.css.map */