.ty-message__inner a {
  color: white;
  background: #3d7ca9;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.ty-message__inner a:hover {
  background: #2f6184;
}

.ty-message__content-buttons {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.lp {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP11_10waystopray/bg.webp) center repeat;
  background-size: 30rem auto;
  position: relative;
}

.lp-wrap {
  max-width: 32rem;
  margin: 0 auto;
  padding: 2.5rem 1.875rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-wrap {
    max-width: 84rem;
    padding-top: 5rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-wrap {
    gap: 5rem;
    padding-bottom: 5rem;
  }
}

.lp-photos {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-photos {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-photos img {
  display: none;
}
@media (min-width: 72em) {
  .lp-photos img {
    display: block;
  }
}
.lp-photos img:nth-child(1), .lp-photos img:nth-child(4) {
  display: block;
}
@media (min-width: 60em) {
  .lp-photos img:nth-child(3), .lp-photos img:nth-child(5), .lp-photos img:nth-child(7) {
    display: block;
  }
}

.lp-header__title {
  margin: 0 auto 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 60em) {
  .lp-header__title {
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media (min-width: 72em) {
  .lp-header__title {
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 1.875rem;
  }
}
.lp-header__title span {
  color: #3d7ca9;
  font-family: "freight-text-pro", Georgia, serif;
  text-transform: none;
  font-size: 1.125em;
  position: relative;
  top: -0.025em;
}
@media (min-width: 72em) {
  .lp-header__title span {
    font-size: 4.75rem;
    display: block;
    position: static;
    margin-bottom: 0.5rem;
    top: 0;
  }
}

.lp-header__sub {
  background-color: #3d7ca9;
  color: white;
  padding: 0.8rem 1.25rem 1rem;
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 -1.875rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-header__sub {
    background-color: transparent;
    border-top: 0.25rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.25rem solid rgba(0, 0, 0, 0.1);
    color: #3d7ca9;
    font-size: 1.75rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.lp-header__content {
  max-width: 30rem;
  margin: 0 auto 0.625rem;
}
@media (min-width: 72em) {
  .lp-header__content {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
}
.lp-header__content h2 {
  color: #3d7ca9;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 2.5rem 0 0.625rem;
}
@media (min-width: 60em) {
  .lp-header__content h2 {
    font-size: 1.5rem;
  }
}

.lp-how-to-pray {
  margin: 0 auto;
  max-width: 22.5rem;
}
@media (min-width: 60em) {
  .lp-how-to-pray {
    max-width: 100%;
  }
}
.lp-how-to-pray ol {
  counter-reset: section;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
@media (min-width: 60em) {
  .lp-how-to-pray ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.lp-how-to-pray ol li {
  border-bottom: 1px solid rgba(61, 124, 169, 0.2);
  counter-increment: section;
  position: relative;
  padding: 0 0 1.875rem 3.5rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 72em) {
  .lp-how-to-pray ol li {
    padding-left: 4rem;
  }
}
.lp-how-to-pray ol li:last-of-type {
  padding-bottom: 0;
}
.lp-how-to-pray ol li::before {
  background-color: rgba(61, 124, 169, 0.15);
  border-radius: 0.375rem;
  color: #3d7ca9;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.5rem;
  line-height: 1;
  margin: 0 1rem 0.5rem 0;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
@media (min-width: 72em) {
  .lp-how-to-pray ol li::before {
    font-size: 26px;
    font-size: 1.625rem;
    height: 2.75rem;
    width: 2.75rem;
    margin: 0;
  }
}
.lp-how-to-pray ol li > p {
  font-weight: bold;
  line-height: 1.35;
}
.lp-how-to-pray ol li:nth-child(9) {
  border-bottom: none;
}
.lp-how-to-pray ol li:last-child {
  border-bottom: none;
}
.lp-how-to-pray ol blockquote {
  margin: 0;
}
.lp-how-to-pray ol blockquote p {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.35;
  padding-bottom: 0.25rem;
}
.lp-how-to-pray ol blockquote cite {
  color: #3d7ca9;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.no-js-form-info {
  background-color: #3d7ca9;
  padding: 1.25rem;
  color: white;
  margin-bottom: 1.25rem;
}
.js .no-js-form-info {
  display: none;
}

.lp-form {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  margin-top: 1.875rem;
  padding: 2.5rem 1.875rem 3.75rem;
}
@media (min-width: 60em) {
  .lp-form {
    margin-top: 0;
    padding: 3.75rem 2.5rem 5rem;
  }
}
.lp-form h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.35;
  margin: 0 0 1.875rem;
  padding: 0;
}

.lp-form__inner {
  max-width: 22.5rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-form__inner {
    max-width: 40rem;
    display: grid;
    gap: 3.75rem;
    grid-template-columns: 13.75rem 1fr;
  }
}

.lp-form__photo {
  max-width: 7.5rem;
  margin: -5rem auto 1.875rem;
}
@media (min-width: 60em) {
  .lp-form__photo {
    margin: 0 auto;
    max-width: 100%;
  }
}
.lp-form__photo img {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  rotate: -2deg;
  margin-top: 0.625rem;
}

.lp-form__inputs {
  margin-bottom: 1rem;
}
.lp-form__inputs label {
  color: #5b5e63;
  margin-bottom: 0.375rem;
}

.lp-form__submit input {
  background: #3d7ca9;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.lp-form__submit input:hover {
  background: #2f6184;
}

.lp-form__note {
  background-color: rgba(61, 124, 169, 0.1);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
  padding: 1.25rem;
  margin: 1.875rem -1.875rem -1.875rem;
}
@media (min-width: 48em) {
  .lp-form__note {
    margin: 2.5rem -2.5rem -2.5rem;
  }
}