.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

.lp {
  background-color: #eae9e3;
  overflow: hidden;
  padding: 0 1.875rem 5rem;
}
@media (min-width: 48em) {
  .lp {
    padding: 0 3.75rem 7.5rem;
  }
}

.lp__inner {
  max-width: 75rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.lp-header {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_events/header.webp?v=20250505) center no-repeat;
  background-size: cover;
  margin: 0 -1.875rem;
}
@media (min-width: 32em) {
  .lp-header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 48em) {
  .lp-header {
    margin: 0 -3.75rem 5rem;
  }
}

.lp-header__inner {
  margin: 0 auto;
  max-width: 82.5rem;
  padding: 3.75rem 2.5rem;
  display: grid;
}
@media (min-width: 32em) {
  .lp-header__inner {
    padding: 3.75rem;
  }
}
@media (min-width: 48em) {
  .lp-header__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-header__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.lp-header__title {
  margin: 0 0 1.875rem;
  height: 0;
  padding-top: 6rem;
  width: 100%;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_events/title.webp?v=20250505) center no-repeat;
  background-size: contain;
  text-indent: -999rem;
  animation: show-header 0.55s 0.65s cubic-bezier(0, 1, 0.5, 1) both;
}
@media (min-width: 72em) {
  .lp-header__title {
    padding-top: 7.5rem;
  }
}
@media (min-width: 84em) {
  .lp-header__title {
    padding-top: 9rem;
  }
}

.lp-header__hosted {
  color: #fce8c5;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.lp-header__vom {
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 84em) {
  .lp-header__vom {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-header__photo {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_events/header_photo.webp?v=20250505) center no-repeat;
  background-size: 150% auto;
  position: relative;
  padding-top: 70%;
  margin: 3.125rem -2.5rem -3.75rem;
}
@media (min-width: 32em) {
  .lp-header__photo {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media (min-width: 48em) {
  .lp-header__photo {
    background-size: 100% auto;
    padding-top: 0;
    margin: -3.75rem -10rem -3.75rem -15rem;
  }
}
@media (min-width: 72em) {
  .lp-header__photo {
    margin: -3.75rem -7.5rem -3.75rem -12.5rem;
  }
}
.lp-header__photo img {
  display: none;
}
@media (min-width: 84em) {
  .lp-header__photo img {
    display: block;
    position: absolute;
  }
}
.lp-header__photo img:nth-child(1) {
  top: 80%;
  left: 14%;
  z-index: 1;
  width: 4rem;
  margin: -2rem 0 0 -2rem;
}
.lp-header__photo img:nth-child(2) {
  top: 60%;
  left: 22%;
  margin: -4rem 0 0 -4rem;
  width: 8rem;
}
.lp-header__photo img:nth-child(3) {
  top: 77.5%;
  left: 82.5%;
  margin: -5.75rem 0 0 -5.75rem;
  width: 11.5rem;
}
.lp-header__photo img:nth-child(4) {
  top: 25%;
  left: 82.5%;
  margin: -4rem 0 0 -4rem;
  width: 8rem;
}
.lp-header__photo img:nth-child(5) {
  top: 62%;
  left: 102%;
  margin: -6.25rem 0 0 -6.25rem;
  width: 5rem;
}
.lp-header__photo img:nth-child(6) {
  top: 45%;
  left: 23%;
  margin: -6.25rem 0 0 -6.25rem;
  width: 5rem;
}

.lp__content {
  display: grid;
  gap: 3.75rem;
  max-width: 30rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    max-width: 75rem;
    padding: 0;
  }
}

.lp-summary {
  background-color: #6d6955;
  color: white;
  padding: 2.5rem 1.875rem;
  margin: 0 -1.875rem;
}
@media (min-width: 32em) {
  .lp-summary {
    padding: 2.5rem;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .lp-summary {
    order: 2;
  }
}
.lp-summary p {
  padding-bottom: 1rem;
}
.lp-summary p:last-child {
  padding-bottom: 0;
}

.lp-summary-hosted {
  color: #fce8c5;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
}

.lp-events h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.lp-events ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.875rem;
}

.event-card {
  background-color: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  display: block;
  border-radius: 0.375rem;
  overflow: hidden;
  text-decoration: none;
  color: #5b5e63;
}
@media (min-width: 60em) {
  .event-card {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
  }
}
.event-card:hover {
  color: #5b5e63;
  background-color: #eeecda;
}

.event-card__photo {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
}
.event-card__photo img {
  object-fit: cover;
  display: block;
}

.event-card__info {
  display: flex;
  flex-direction: column;
  padding: 1.625rem 1.875rem;
  line-height: 1.35;
}

.event-card__host-name {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #20687e;
  line-height: 1.15;
}

.event-card__host-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .event-card__host-title {
    margin-bottom: 0;
  }
}

.event-card__meta {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: normal;
}
.event-card__meta span {
  display: block;
  height: 0;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .event-card__meta span {
    top: 0;
    height: auto;
    display: inline;
    margin: 0 0.125rem;
    opacity: 0.5;
  }
}

.event-soon {
  text-align: center;
  padding: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.22);
}

.event-soon__host-name {
  font-size: 18px;
  font-size: 1.125rem;
  color: #20687e;
}

.event-soon__meta {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
}

.lp-ondemand {
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .lp-ondemand {
    max-width: 75rem;
  }
}
.lp-ondemand h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.ondemand-list {
  display: grid;
  grid-gap: 1.875rem;
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 32em) {
  .ondemand-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .ondemand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 72em) {
  .ondemand-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 84em) {
  .ondemand-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.ondemand-card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #eeecda;
  display: block;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease;
}
.ondemand-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ondemand-card__photo {
  transition: opacity 0.3s ease;
}
.ondemand-card:hover .ondemand-card__photo {
  opacity: 0.5;
}

.ondemand-card__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1.875rem 1.5rem;
  z-index: 1;
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  background-image: linear-gradient(to bottom, rgba(32, 104, 126, 0), rgba(32, 104, 126, 0.6), rgba(32, 104, 126, 0.95));
  transition: all 0.3s ease;
}
@media (min-width: 72em) {
  .ondemand-card__name {
    letter-spacing: -0.025em;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.15;
  }
}
.ondemand-card:hover .ondemand-card__name {
  padding-bottom: 2rem;
}

.lp .title {
  color: #5b5e63;
  display: none;
}
.lp label,
.lp .field__address2-link {
  color: #20687e;
}
.lp .label__note {
  color: rgba(255, 255, 255, 0.7);
}
.lp .field--submit [type=submit] {
  background: #20687e;
}
.lp .field--submit [type=submit]:hover {
  background: #164655;
}