.lp {
  padding: 0 1.875rem 5rem;
  overflow: hidden;
}
@media (min-width: 60em) {
  .lp {
    padding-bottom: 7.5rem;
  }
}

.lp-top {
  background: #f9f1e1;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP10_frontline/bg.webp) left top repeat;
  background-size: 40rem auto;
  margin: 0 -1.875rem 5rem;
  padding: 2.5rem 1.875rem 0;
  position: relative;
}
@media (min-width: 60em) {
  .lp-top {
    padding-top: 7.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 90em) {
  .lp-top {
    padding-top: 8.75rem;
  }
}
.lp-top::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP10_frontline/stripe1.webp) center top no-repeat;
  background-size: 80rem auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 10rem;
}

.lp-top__inner {
  max-width: 43rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 60em) {
  .lp-top__inner {
    display: grid;
    gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    max-width: 60rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 90em) {
  .lp-top__inner {
    gap: 5rem;
    margin-bottom: 5rem;
    max-width: 70rem;
  }
}

.lp-top__photos {
  margin: -1.25rem auto 1.875rem;
  max-width: 21rem;
  height: 20rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-top__photos {
    max-width: 25rem;
    height: 30rem;
    width: 100%;
  }
}
@media (min-width: 84em) {
  .lp-top__photos {
    max-width: 100%;
  }
}
@media (min-width: 90em) {
  .lp-top__photos {
    margin-top: 0;
  }
}
.lp-top__photos img {
  position: absolute;
}
.lp-top__photos img:nth-child(1) {
  left: 0;
  top: 48%;
  width: 52%;
  border-radius: 0 25% 0 25%;
  z-index: 1;
  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:nth-child(1) {
    width: 75%;
    top: 55%;
  }
}
.lp-top__photos img:nth-child(2) {
  border-radius: 25% 0 25% 0;
  top: 0;
  right: 0;
  width: 88%;
}

.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%;
  }
}
@media (min-width: 72em) {
  .lp-top__banner {
    font-size: 1.125rem;
  }
}
@media (min-width: 90em) {
  .lp-top__banner {
    font-size: 1.25rem;
  }
}
.lp-top__banner h2 {
  color: #46867e;
  line-height: 1.15;
  margin: 2rem 0 0.875rem;
  text-transform: uppercase;
  text-wrap: balance;
}

.lp-top__title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP10_frontline/title_mobile.webp) center top no-repeat;
  background-size: contain;
  display: block;
  height: 7rem;
  line-height: 1;
  margin: 0 0 1.25rem;
  text-indent: -999rem;
}
@media (min-width: 90em) {
  .lp-top__title h1 {
    height: 11.25rem;
  }
}

.lp-top__bg {
  position: relative;
  padding-top: 5rem;
  margin: 0 -10rem;
}
@media (min-width: 60em) {
  .lp-top__bg {
    padding-top: 0;
    margin: 0 auto;
    max-width: 70rem;
  }
}
.lp-top__bg img {
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-top__bg img {
    bottom: -4.5rem;
  }
}
.lp-top__bg::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP10_frontline/stripe1.webp) center top no-repeat;
  background-size: 80rem auto;
  width: 100%;
  position: absolute;
  top: -4rem;
  left: 0;
  height: 10rem;
  rotate: 180deg;
}
@media (min-width: 60em) {
  .lp-top__bg::before {
    background-size: 52rem auto;
    top: -5.5rem;
  }
}

.field--donation {
  padding-bottom: 2rem;
}
.field--donation label strong {
  color: #46867e;
}
.field--donation .field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
  padding-bottom: 0;
}

.donations {
  border-bottom: none;
  margin-bottom: 0;
}

.product {
  margin: 0;
}
@media (min-width: 48em) {
  .product {
    margin-left: 1.25rem;
    padding-bottom: 0.3125rem;
  }
}
.product .product__name,
.product .product__desc,
.product .product__image,
.product .qty__desc {
  display: none;
}
.product .product__qtys {
  border-top: none;
  padding-top: 0;
}
.product .qty__price {
  border-color: rgba(0, 0, 0, 0.2);
  width: 3.75rem;
}
.product .qty {
  padding-left: 9rem;
}
.product .qty__name {
  color: #46867e;
  font-size: 1rem;
  padding-top: 0.55rem;
}

@media (min-width: 48em) {
  .field-recurring label {
    padding-top: 0.05rem;
    padding-left: 0.25rem;
  }
}

.lp-continue .lp-continue-submit input {
  background-color: #46867e;
}
.lp-continue .lp-continue-submit input:hover {
  background-color: #35655f;
}

.ordersummary .ordersummary__total .ordersummary__total-label,
.lp-your-email label,
.lp-your-country label,
.lp .title--minor {
  color: #46867e;
}

.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;
}

.lp-outreach {
  display: grid;
  margin: 3.75rem auto 3.75rem;
  max-width: 30rem;
}
@media (min-width: 60em) {
  .lp-outreach {
    margin-top: 6.25rem;
    max-width: 60rem;
    grid-template-columns: 1fr 2.5rem 1fr;
  }
}

.lp-outreach-kit {
  background-color: #a7ac8a;
  border-radius: 0 5rem 0 5rem;
  margin: 0;
  overflow: hidden;
  padding: 2.5rem 2.5rem 0;
}
@media (min-width: 60em) {
  .lp-outreach-kit {
    grid-column: 1/3;
    grid-row: 1;
    padding: 3.75rem 5rem 0 3.75rem;
  }
}

.lp-outreach-kit__inner img {
  object-fit: cover;
  aspect-ratio: 1.75;
  margin: 1.25rem 0 0 -2.5rem;
  max-width: calc(100% + 2.5rem);
}
@media (min-width: 60em) {
  .lp-outreach-kit__inner img {
    position: relative;
    left: auto;
    margin: 1.25rem 2.5rem 0 -3.75rem;
    max-width: calc(100% + 3.75rem);
  }
}

.lp-offer {
  background-color: #ebc67e;
  margin: 5rem auto 0;
  max-width: 60rem;
  color: rgba(0, 0, 0, 0.85);
  padding: 3.75rem 2.5rem 2.5rem;
  border-radius: 5rem 0 5rem 0;
}
@media (min-width: 60em) {
  .lp-offer {
    margin-bottom: 3.75rem;
    padding: 3.75rem 5rem;
    grid-column: 2/4;
    grid-row: 1;
  }
}

.lp-offer__inner h2 {
  color: #46867e;
  margin: 0 0 0.625rem;
}
.lp-offer__inner p {
  padding-bottom: 0;
}
.lp-offer__inner .field--free-check {
  display: none;
}

.lp-book-choice {
  padding-top: 1rem;
}

.lp-book-choice__title {
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}

.lp-book-choice__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.lp-book-choice__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: start;
}
.lp-book-choice__item [type=radio] {
  margin-top: 0.375rem;
}
.lp-book-choice__item label {
  color: #46867e;
}

.lp-offer__wurmbrand-essentials {
  margin: -6.5rem auto 0.625rem;
  max-width: 18.75rem;
}

.lp--download-resources {
  padding: 0 1.875rem;
}
.lp--download-resources h2 {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.5rem;
}
@media (min-width: 60em) {
  .lp--download-resources h2 {
    font-size: 1.75rem;
  }
}

.lp-download-resources__intro {
  background-color: #46867e;
  color: white;
  margin: 0 -1.875rem 3.75rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-download-resources__intro {
    margin: 0 auto 3.75rem;
    max-width: 46rem;
  }
}
@media (min-width: 60em) {
  .lp-download-resources__intro {
    border-radius: 0 0 0.375rem 0.375rem;
    max-width: 50rem;
    padding: 3.75rem 3.75rem 2.5rem;
  }
}
.lp-download-resources__intro h1 {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.0375em;
  line-height: 1.25;
  margin: 0 0 1rem;
}
@media (min-width: 48em) {
  .lp-download-resources__intro h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.lp-download-resources__intro p {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-download-resources__intro .resource__button {
  background-color: rgba(0, 0, 0, 0.375);
}
.lp-download-resources__intro .resource__button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.lp-download-resources__resources {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 -1.875rem;
  padding: 2.5rem 1.875rem 7.5rem;
}
@media (min-width: 72em) {
  .lp-download-resources__resources {
    padding: 3.75rem 2.5rem 7.5rem;
  }
}

.resource-list {
  list-style: none;
  padding: 0.625em 0 0;
  max-width: 80rem;
  display: grid;
  grid-gap: 5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .resource-list {
    grid-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-gap: 2.5rem;
  }
}
@media (min-width: 72em) {
  .resource-list {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 0;
  }
}
@media (min-width: 84em) {
  .resource-list {
    grid-gap: 3.75rem;
  }
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
}

.resource__img {
  margin: 0 auto 1rem;
  max-width: 15rem;
}
@media (min-width: 60em) {
  .resource__img {
    max-width: 25rem;
  }
}

.resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.resource__title-featured {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-style: italic;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}

.resource__description {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.65;
  margin-top: -0.625rem;
  padding-bottom: 1.875rem;
}
.resource__description p:last-of-type {
  padding-bottom: 0;
}

.resource__note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  padding-top: 1rem;
}

.resource__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 5px 18px rgba(0, 0, 0, 0.1);
  background: #46867e;
}
.resource__button span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.resource__button:hover {
  background: #35655f;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202606_LP10_frontline/icon_download.svg) center center no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -12px;
}
.resource__button::after {
  background-color: black;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  left: 2.625rem;
  top: 10%;
  opacity: 0.5;
}

.resource--video {
  max-width: 100%;
  padding-top: 1.25rem;
}
.resource--video .lp-video-wrapper {
  max-width: 38rem;
  margin: 0 -1.25rem 1.25rem;
}
@media (min-width: 36em) {
  .resource--video .lp-video-wrapper {
    margin: 0 auto 1.875rem;
    max-width: 100%;
  }
}
.resource--video .lp-video-wrap {
  padding-top: 56.25%;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25);
  background-color: black;
  position: relative;
}
.resource--video .lp-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resource--video:not(:first-of-type) {
  margin-top: 3.5rem;
}

.lp-download-resources__footer {
  background-color: #46867e;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 -1.875rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-download-resources__footer {
    padding: 5rem;
  }
}

.lp-download-resources__footer__inner {
  margin: 0 auto;
  max-width: 46rem;
}

.lp-download-resources__cta {
  text-align: center;
}
.lp-download-resources__cta .button {
  background: white;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  color: #46867e;
}
.lp-download-resources__cta .button:hover {
  background: rgba(255, 255, 255, 0.85);
}