.tax-dm_history_month .elementor-location-header {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .tax-dm_history_month .elementor-location-header {
    height: 0;
  }
}

@media screen and (min-width: 1024px) {
  #site-content {
    background-image: radial-gradient(at top left, #3B1CB6 24%, #AC1CB6 100%);
    background-size: 100% 570px;
    background-repeat: no-repeat;
    padding-top: 170px;
  }
}

#dm-history-month-page {
  color: #740FD9;
  font-size: 24px;
}
#dm-history-month-page .history-month-overview-page {
  max-width: 100%;
}
#dm-history-month-page .breadcrumb-wrapper {
  background: #7415D9;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .breadcrumb-wrapper {
    position: static;
    text-align: left;
    background: transparent;
  }
}
#dm-history-month-page .breadcrumb-wrapper .history-month-back-link,
#dm-history-month-page .breadcrumb-wrapper .history-page-back-link {
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .breadcrumb-wrapper .history-month-back-link,
  #dm-history-month-page .breadcrumb-wrapper .history-page-back-link {
    font-size: 24px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  #dm-history-month-page .breadcrumb-wrapper .history-month-back-link,
  #dm-history-month-page .breadcrumb-wrapper .history-page-back-link {
    padding: 0 20px 0 0;
  }
}
#dm-history-month-page .breadcrumb-wrapper .history-month-back-link svg,
#dm-history-month-page .breadcrumb-wrapper .history-page-back-link svg {
  width: 14px;
  height: 14px;
}
#dm-history-month-page .history-header {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header > .inner {
    padding: 80px 0 0;
  }
}
#dm-history-month-page .history-header .inner {
  height: 100%;
  margin-bottom: 15px;
  position: relative;
}
#dm-history-month-page .history-header .inner .history-date {
  font-size: 230px;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-date {
    top: 50%;
  }
}
#dm-history-month-page .history-header .inner .history-date .day,
#dm-history-month-page .history-header .inner .history-date .month,
#dm-history-month-page .history-header .inner .history-date .year {
  color: #FFF;
  line-height: 1.2;
}
#dm-history-month-page .history-header .inner .history-date .day {
  font-size: 127px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-date .day {
    font-size: 230px;
  }
}
#dm-history-month-page .history-header .inner .history-date .year,
#dm-history-month-page .history-header .inner .history-date .month {
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-date .year,
  #dm-history-month-page .history-header .inner .history-date .month {
    font-size: 72px;
  }
}
#dm-history-month-page .history-header .inner .history-page-headline {
  padding: 0 15px;
  font-size: 32px;
  left: 0;
  color: #FFF;
  z-index: 1;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #dm-history-month-page .history-header .inner .history-page-headline {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  #dm-history-month-page .history-header .inner .history-page-headline {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-page-headline {
    position: static;
    font-size: 52px;
  }
}
#dm-history-month-page .history-header .inner .history-image-copyright {
  margin: 10px 10px 0 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 1300px) {
  #dm-history-month-page .history-header .inner .history-image-copyright {
    margin: 0;
  }
}
#dm-history-month-page .history-header .inner .history-event-image {
  position: relative;
  background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
  min-height: 500px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-event-image {
    border-radius: 15px;
    aspect-ratio: 16/9;
  }
}
#dm-history-month-page .history-header .inner .history-event-image .history-cover-image {
  min-height: 500px;
  max-height: 650px;
  object-fit: cover;
  box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-event-image .history-cover-image {
    border-radius: 15px;
    overflow: hidden;
  }
}
#dm-history-month-page .history-header .inner .history-event-image::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.57) 79%, rgba(116, 15, 217, 0.75) 100%);
  height: 100%;
  min-height: 375px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 230px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-event-image::before {
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.2) 79%, rgba(116, 15, 217, 0.75) 100%);
  }
}
#dm-history-month-page .history-header .inner .history-event-image .history-logo-badge {
  width: 92px;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  #dm-history-month-page .history-header .inner .history-event-image .history-logo-badge {
    left: 40px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-event-image .history-logo-badge {
    width: 129px;
  }
}
#dm-history-month-page .history-header .inner .cover-img {
  min-height: 500px;
  object-fit: cover;
  box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
}
#dm-history-month-page .history-header .inner .history-logo-badge {
  width: 92px;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  #dm-history-month-page .history-header .inner .history-logo-badge {
    left: 40px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner .history-logo-badge {
    width: 129px;
  }
}
#dm-history-month-page .history-header .inner {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-header .inner {
    margin-bottom: 40px;
  }
}
#dm-history-month-page .history-month-hero {
  position: relative;
  background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
  min-height: 500px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-month-hero {
    border-radius: 15px;
    aspect-ratio: 16/9;
  }
}
#dm-history-month-page .history-month-hero .history-cover-image {
  min-height: 500px;
  max-height: 650px;
  object-fit: cover;
  box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-month-hero .history-cover-image {
    border-radius: 15px;
    overflow: hidden;
  }
}
#dm-history-month-page .history-month-hero::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.57) 79%, rgba(116, 15, 217, 0.75) 100%);
  height: 100%;
  min-height: 375px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 230px;
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-month-hero::before {
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.2) 79%, rgba(116, 15, 217, 0.75) 100%);
  }
}
#dm-history-month-page .history-month-hero .history-logo-badge {
  width: 92px;
  position: absolute;
  top: -1px;
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  #dm-history-month-page .history-month-hero .history-logo-badge {
    left: 40px;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  #dm-history-month-page .history-month-hero .history-logo-badge {
    width: 129px;
  }
}
#dm-history-month-page .history-month-description {
  padding: 40px 12px 60px 12px;
}
#dm-history-month-page .history-month-description .inner {
  font-size: 24px;
  line-height: 1.2;
  color: #740FD9;
  max-width: 1160px;
  margin: 0 auto;
}
#dm-history-month-page .history-month-description .inner h2, #dm-history-month-page .history-month-description .inner h3, #dm-history-month-page .history-month-description .inner h4 {
  color: #740FD9;
  margin-bottom: 15px;
}
#dm-history-month-page .history-month-description .inner p {
  margin-bottom: 15px;
}
#dm-history-month-page .history-month-description .inner a {
  color: #740FD9;
  text-decoration: underline;
}
#dm-history-month-page .history-month-description .inner a:hover {
  color: #8B23F1;
}
#dm-history-month-page .history-month-items-section {
  background: #F5E8FF;
  padding: 60px 12px;
}
#dm-history-month-page .history-month-items-section > .inner {
  max-width: 1160px;
  margin: 0 auto;
}
#dm-history-month-page .history-month-items-section .history-month-items-headline {
  font-size: 32px;
  color: #740FD9;
  margin-bottom: 30px;
  font-weight: bold;
}

/*# sourceMappingURL=history-month-page.css.map */
