.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

.lp {
  background: linear-gradient(to bottom, #eae9e3, white 10rem);
  padding-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp {
    padding: 3.75rem 3.75rem 5rem;
  }
}

.lp__inner {
  margin: 0 auto;
  max-width: 35rem;
  padding: 2.5rem;
}
@media (min-width: 60em) {
  .lp__inner {
    max-width: 70rem;
    display: grid;
    grid-column-gap: 5rem;
    grid-template-columns: 1fr 1.2fr;
  }
}

.lp-header {
  margin: -1.25rem -1.875rem 1rem;
}

.lp-details {
  margin-bottom: 2.5rem;
}

.lp-details__list {
  list-style: none;
  margin: 0 0 1.875rem;
  padding: 0;
}
@media (min-width: 60em) {
  .lp-details__list {
    margin-bottom: 2.5rem;
  }
}
.lp-details__list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.625rem 0;
}
@media (min-width: 24em) {
  .lp-details__list li {
    display: grid;
    grid-template-columns: 6rem 1fr;
  }
}
.lp-details__list li:last-child {
  border-bottom: none;
}

.lp-details__title {
  color: #038294;
  letter-spacing: 0.15em;
  margin: 0 0 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.lp-details__logos {
  list-style: none;
  margin: 0 auto;
  padding: 1rem 0 0;
  display: grid;
  gap: 2rem;
  max-width: 10rem;
}
@media (min-width: 32em) {
  .lp-details__logos {
    grid-template-columns: 0.4fr 1fr 1.1fr;
    align-items: center;
    gap: 3rem;
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .lp-details__logos {
    grid-template-columns: 1fr;
    max-width: 10rem;
  }
}
@media (min-width: 78em) {
  .lp-details__logos {
    grid-template-columns: 0.45fr 1fr 1.1fr;
    align-items: center;
    gap: 2rem;
    max-width: 100%;
  }
}
.lp-details__logos li:first-child {
  max-width: 7rem;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .lp-details__logos li:first-child {
    max-width: 100%;
  }
}
@media (min-width: 32em) {
  .lp-details__logos li:first-child {
    max-width: 7rem;
  }
}
@media (min-width: 78em) {
  .lp-details__logos li:first-child {
    max-width: 100%;
  }
}

.lp-special-event {
  background-color: rgba(140, 127, 71, 0.75);
  color: white;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.lp-title {
  margin-bottom: 1.25rem;
}
@media (min-width: 60em) {
  .lp-title {
    margin-bottom: 0;
  }
}
.lp-title h1 {
  color: #038294;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .lp-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-title h1 strong {
  font-weight: bold;
}
@media (min-width: 48em) {
  .lp-title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-cta {
  text-align: center;
  margin-bottom: 1.875rem;
}
.lp-cta .button {
  background: #038294;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}
.lp-cta .button:hover {
  background: #025662;
}