/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/blocks/event-preview-block.scss ***!
  \****************************************************************************************************************************************************************************************************************/
.single-event-hero-section {
  width: 100%;
  min-height: 424px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 64px;
}
.single-event-hero-section .bg-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.single-event-hero-section .single-event-hero-section-wrapper {
  padding: 104px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.single-event-hero-section .single-event-hero-section-wrapper .data-row {
  display: flex;
  align-items: center;
  margin: 0 auto 48px;
  justify-content: center;
}
.single-event-hero-section .single-event-hero-section-wrapper .data-row .date {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.single-event-hero-section .single-event-hero-section-wrapper .data-row .date:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: transparent url(../../images/icon_calendar.svg) center center no-repeat;
  margin-right: 8px;
  background-size: cover;
}
.single-event-hero-section .single-event-hero-section-wrapper .data-row .location {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.single-event-hero-section .single-event-hero-section-wrapper .data-row .location:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: transparent url(../../images/icon_location.svg) center center no-repeat;
  margin-right: 8px;
  background-size: cover;
}
.single-event-hero-section .single-event-hero-section-wrapper .main-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.single-event-hero-section .single-event-hero-section-wrapper .main-logo-wrapper .main-logo {
  object-fit: contain;
  max-height: 300px;
  max-width: 100%;
}
.single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 48px;
}
.single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper .label-text {
  color: #ffffff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper .location {
  background-color: #C6168D;
}
.single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper .date {
  background-color: #F99D1C;
}
.single-event-hero-section .single-event-hero-section-wrapper .upper-heading {
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #ffffff;
}
.single-event-hero-section .single-event-hero-section-wrapper h1 {
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -2px;
}
.single-event-hero-section .single-event-hero-section-wrapper .subtitle {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 48px;
  font-family: "Lora", Arial, Helvetica, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
}
.single-event-hero-section .single-event-hero-section-wrapper .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
.single-event-hero-section .single-event-hero-section-wrapper .logo-wrapper .label {
  margin: 0 12px;
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.single-event-hero-section .single-event-hero-section-wrapper .logo-wrapper .logo {
  margin: 0 12px;
}
.single-event-hero-section .single-event-hero-section-wrapper .place {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "inter", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-bottom: 48px;
}
.single-event-hero-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(15, 30, 66, 0.8), rgba(15, 30, 66, 0.8));
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .single-event-hero-section .single-event-hero-section-wrapper .data-row {
    flex-direction: column;
  }
  .single-event-hero-section .single-event-hero-section-wrapper .data-row .date {
    margin-bottom: 16px;
  }
  .single-event-hero-section .single-event-hero-section-wrapper h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper {
    justify-content: center;
  }
  .single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper .label-text {
    font-size: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .single-event-hero-section .single-event-hero-section-wrapper .labels-wrapper .label-text {
    width: 50%;
  }
}

/*# sourceMappingURL=event-preview-block.min.css.map*/