.lp {
  padding: 0 1.875rem 5rem;
  overflow: hidden;
}
@media (min-width: 60em) {
  .lp {
    padding-bottom: 7.5rem;
  }
}

.lp-top {
  background: #f9f1e1;
  margin: 0 -1.875rem;
  padding: 2.5rem 1.875rem 0;
  position: relative;
  padding-bottom: 35%;
}
@media (min-width: 60em) {
  .lp-top {
    padding-top: 5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-bottom: 20%;
  }
}
@media (min-width: 90em) {
  .lp-top {
    padding-top: 7.5rem;
    padding-bottom: 22.5rem;
  }
}

.lp-top__inner {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 60em) {
  .lp-top__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3.75rem;
  }
}

.lp-top__photos {
  margin: 0 auto 1.875rem;
  max-width: 25rem;
}
@media (min-width: 60em) {
  .lp-top__photos {
    max-width: 100%;
  }
}
.lp-top__photos img {
  border: 0.5rem solid white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 13px 38px rgba(0, 0, 0, 0.3);
}
@media (min-width: 60em) {
  .lp-top__photos img {
    border-width: 0.875rem;
  }
}
.lp-top__photos img:nth-child(1) {
  transform: rotate(2deg);
}
.lp-top__photos img:nth-child(2) {
  transform: rotate(-3deg) translateY(-15%);
  width: 80%;
  position: relative;
  left: 15%;
}

.lp-top__banner {
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-top__banner {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    max-width: 100%;
  }
}
.lp-top__banner p {
  padding-bottom: 3.75rem;
}
@media (min-width: 60em) {
  .lp-top__banner p {
    border-left: 0.25rem solid #2f8b83;
    padding-left: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__banner p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

.lp-top__title {
  color: white;
  text-align: center;
}
.lp-top__title h1 {
  margin: 0 0 1.25rem;
}
@media (min-width: 60em) {
  .lp-top__title h1 {
    margin-bottom: 1.875rem;
  }
}
.lp-top__title span {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/title_helpstrengthen.webp) center top no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 1.5rem;
  text-indent: -999rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 48em) {
  .lp-top__title span {
    padding-top: 2rem;
    background-position: left top;
  }
}
@media (min-width: 60em) {
  .lp-top__title span {
    padding-top: 2.5rem;
  }
}
.lp-top__title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/title_theshepherds.webp) center top no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 4.5rem;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-top__title strong {
    background-position: left top;
    padding-top: 22.5%;
  }
}
@media (min-width: 72em) {
  .lp-top__title strong {
    padding-top: 8rem;
  }
}

.lp-top__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
@media (min-width: 90em) {
  .lp-top__bg {
    left: 50%;
    width: 90rem;
    transform: translateX(-50%);
  }
}
.lp-top__bg img {
  -webkit-mask-image: linear-gradient(to left, transparent, black, black, transparent);
          mask-image: linear-gradient(to left, transparent, black, black, transparent);
}

.lp-special-offer {
  background-color: #2f8b83;
  color: white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-special-offer strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 90em) {
  .lp-special-offer strong {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-special-offer__main {
  padding: 1.5rem 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 90em) {
  .lp-special-offer__main {
    position: relative;
    padding: 2.5rem 2.5rem 2.5rem 17.5rem;
  }
}

.lp-special-offer__cover {
  width: 16.25rem;
  margin: -3.75rem auto 1.25rem;
}
@media (min-width: 90em) {
  .lp-special-offer__cover {
    margin: 0;
    position: absolute;
    left: -3.75rem;
    width: 20rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lp-special-offer__desc {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-size: 1rem;
  padding: 1.5rem 1.875rem;
}
@media (min-width: 90em) {
  .lp-special-offer__desc {
    position: relative;
    padding: 1.875rem 2.5rem 1.5rem;
  }
}

.lp-wfif {
  background-color: #297871;
  color: white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .lp-wfif {
    margin-top: 3.75rem;
  }
}
@media (min-width: 90em) {
  .lp-wfif {
    margin-top: 0;
  }
}
.lp-wfif strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 90em) {
  .lp-wfif strong {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-wfif__main {
  padding: 1.5rem 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 90em) {
  .lp-wfif__main {
    position: relative;
    padding: 2.5rem 2.5rem 2.5rem 11.25rem;
  }
}

.lp-wfif__cover {
  width: 16.25rem;
  margin: -3.75rem auto 1.25rem;
}
@media (min-width: 90em) {
  .lp-wfif__cover {
    margin: 0;
    position: absolute;
    left: -5.625rem;
    width: 18.75rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lp-desc-wrap {
  background-color: #2e2b2a;
  color: white;
  padding: 5rem 1.875rem 4.5rem;
  margin: 0 -1.875rem 5rem;
}
@media (min-width: 48em) {
  .lp-desc-wrap {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-desc-wrap {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}

.lp-desc {
  font-weight: normal;
  max-width: 30rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-desc {
    max-width: 46rem;
  }
}

.lp-desc__content {
  margin: 0 auto 1.875rem;
  max-width: 60rem;
}
@media (min-width: 48em) {
  .lp-desc__content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-desc__content p {
  padding-bottom: 0;
}

.lp-desc__content-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 1.875rem 0 2.5rem;
}
@media (min-width: 48em) {
  .lp-desc__content-photos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-desc__content-photos {
    gap: 1.875rem;
    margin: 2.5rem -7.5rem 3.75rem;
  }
}

.lp-desc__content-photo {
  background: center no-repeat;
  background-size: cover;
  padding-top: 100%;
}
.lp-desc__content-photo:nth-child(1) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/content_photo_1.webp);
}
.lp-desc__content-photo:nth-child(2) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/content_photo_2.webp);
}
.lp-desc__content-photo:nth-child(3) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/content_photo_3.webp);
}
.lp-desc__content-photo:nth-child(4) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP9_frontline/content_photo_4.webp);
}

.lp-atanycost {
  border: 1px solid rgba(252, 232, 197, 0.375);
  border-radius: 0.25rem;
  padding: 1.875rem 2.5rem;
}
@media (min-width: 48em) {
  .lp-atanycost {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}
@media (min-width: 60em) {
  .lp-atanycost {
    max-width: 60rem;
    gap: 1.875rem;
    padding: 2.5rem;
  }
}

.lp-atanycost__photo {
  max-width: 18.5rem;
  margin: 0 auto 0.625rem;
}
@media (min-width: 48em) {
  .lp-atanycost__photo {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 60em) {
  .lp-atanycost__photo img {
    position: absolute;
    max-width: none;
    right: 0;
    width: 100%;
    top: calc(50% + 0.75rem);
    transform: translateY(-50%);
  }
}

.lp-atanycost__content {
  font-size: 16px;
  font-size: 1rem;
}
.lp-atanycost__content p {
  padding-bottom: 0;
}

.lp-book-details {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.lp-response {
  background-color: #8a473e;
  margin: 0 -1.875rem 5rem;
  padding: 5rem 2.5rem;
}

.lp-response__inner {
  display: grid;
  gap: 3.75rem;
  max-width: 43rem;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .lp-response__inner {
    max-width: 75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.lp-response__photo img {
  border: 0.5rem solid white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 13px 38px rgba(0, 0, 0, 0.3);
}
@media (min-width: 60em) {
  .lp-response__photo img {
    border-width: 0.875rem;
  }
}

.lp-response__desc {
  max-width: 40rem;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-response__desc h2 {
  color: #fce8c5;
  margin: 0 0 1.25rem;
}
.lp-response__desc ul {
  margin: 0;
  padding: 0 0 0 1.875rem;
  display: grid;
  gap: 0.625rem;
}
.lp-response__desc ul strong {
  color: #fce8c5;
}

.field-recurring {
  display: none;
}

.field--donation {
  padding-bottom: 2rem;
}
.field--donation label strong {
  color: #2f8b83;
}

@media (min-width: 48em) {
  .field--donation-recurring label {
    margin-bottom: 0.5rem;
    padding-top: 0.625rem;
  }
}

.field--free-check {
  display: none;
}

.lp-continue .lp-continue-submit input {
  background-color: #2f8b83;
}
.lp-continue .lp-continue-submit input:hover {
  background-color: #22655f;
}

.ordersummary .ordersummary__total .ordersummary__total-label,
.lp-your-email label,
.lp-your-country label,
.lp .title--minor {
  color: #2f8b83;
}

.lp .fine-print {
  max-width: 32.5rem;
  padding-top: 2.5rem;
  margin: 0 auto;
  font-style: italic;
  color: #777;
}
.lp .fine-print em {
  font-style: normal;
}