.lp {
  background-color: white;
  padding: 0 1.875rem 5rem;
}
@media (min-width: 72em) {
  .lp {
    padding-bottom: 6.25rem;
  }
}

.lp-top {
  margin: 0 -1.875rem;
}
@media (min-width: 60em) {
  .lp-top {
    background: #2d241a url(https://assets.persecution.com/public/graphics/lp_specific/lp_202412_LP3_oneyearbible_gpg/bg_header.webp) center top no-repeat;
    background-size: cover;
    padding: 2.5rem 1.875rem;
  }
}

.lp-top__inner {
  background-color: #554531;
  color: white;
  margin: auto;
  max-width: 60rem;
  padding: 3.125rem 2.5rem 1.875rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-top__inner {
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem;
    margin-bottom: -5rem;
  }
}
.lp-top__inner::before, .lp-top__inner::after {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202412_LP3_oneyearbible_gpg/bg_header_left.webp) -1.875rem top no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 20rem;
  width: 25rem;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent);
          mask-image: linear-gradient(to bottom, black, transparent);
}
@media (min-width: 36em) {
  .lp-top__inner::before, .lp-top__inner::after {
    height: 30rem;
  }
}
@media (min-width: 48em) {
  .lp-top__inner::before, .lp-top__inner::after {
    height: 35rem;
  }
}
@media (min-width: 60em) {
  .lp-top__inner::before, .lp-top__inner::after {
    background-position: -3.75rem top;
    bottom: 0;
    height: auto;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.lp-top__inner::after {
  left: auto;
  right: 0;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202412_LP3_oneyearbible_gpg/bg_header_right.webp);
  background-position: right -1.875rem top;
}
@media (min-width: 60em) {
  .lp-top__inner::after {
    background-position: right -3.75rem top;
  }
}

.lp-top__title {
  line-height: 1.15;
  margin: 0 0 1.875rem;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}
.lp-top__title span {
  display: block;
}

.lp-top__title-1 {
  font-weight: normal;
  letter-spacing: 0.15em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 36em) {
  .lp-top__title-1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title-1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title-1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.lp-top__title-2 {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 36em) {
  .lp-top__title-2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title-2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title-2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.lp-top__title-3 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 84px;
  font-size: 5.25rem;
  color: #f5cb5a;
  line-height: 0.9;
}
@media (min-width: 36em) {
  .lp-top__title-3 {
    font-size: 96px;
    font-size: 6rem;
  }
}
@media (min-width: 48em) {
  .lp-top__title-3 {
    font-size: 108px;
    font-size: 6.75rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title-3 {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

.lp-top__cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-top__cta {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.lp-top__cta .button {
  background: #f5cb5a;
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.lp-top__content {
  position: relative;
  z-index: 1;
  max-width: 36.25rem;
  margin: 0 auto;
}
.lp-top__content p {
  font-weight: bold;
}
.lp-top__content ul {
  display: grid;
  gap: 0.625rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}
.lp-top__content li {
  padding-left: 1.25rem;
  position: relative;
}
.lp-top__content li::before {
  content: "";
  display: block;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.625rem solid #f5cb5a;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.lp-offer {
  background: #7ba290 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202412_LP3_oneyearbible_gpg/bg.webp?v=20241219a) center no-repeat;
  background-size: auto 100%;
  color: white;
  margin: 0 -1.875rem;
}
@media (min-width: 72em) {
  .lp-offer {
    background-size: 80rem;
    background-position: center bottom -6.25rem;
  }
}

.lp-offer__inner {
  display: grid;
  gap: 3.75rem;
  margin: 0 auto;
  max-width: 70rem;
  padding: 2.5rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-offer__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-offer__inner {
    grid-template-columns: 1fr 23.75rem;
    gap: 3.75rem;
  }
}

.lp-calendar {
  max-width: 23.75rem;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .lp-calendar {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: 15rem 1fr;
    align-items: center;
    max-width: 100%;
  }
}
.lp-calendar .field--free-check {
  display: none;
}

.lp-calendar__photo {
  margin: 0 auto 1.25rem;
  max-width: 12.5rem;
}
@media (min-width: 72em) {
  .lp-calendar__photo {
    max-width: 100%;
    margin-bottom: 0;
    rotate: 10deg;
  }
}
.lp-calendar__photo img {
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.3));
}

.lp-calendar__content h2 {
  margin: 0 0 1rem;
  line-height: 1.15;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-calendar__content h2 {
    text-align: left;
  }
}
.lp-calendar__content h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 72em) {
  .lp-calendar__content h2 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-calendar__content h2 strong {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 72em) {
  .lp-calendar__content h2 strong {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.lp-calendar__content p {
  padding-bottom: 0;
}
@media (min-width: 72em) {
  .lp-calendar__content em {
    display: block;
  }
}

.lp-bible {
  background-color: rgba(178, 234, 208, 0.5);
  color: rgba(0, 0, 0, 0.75);
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3.125rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  left: 3.75rem;
  text-align: center;
  width: 15rem;
  font-size: 16px;
  font-size: 1rem;
}

.lp-bible__photo {
  max-width: 15rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -13.25rem;
}
@media (min-width: 24em) {
  .lp-bible__photo {
    max-width: 18.75rem;
    left: -16.5rem;
  }
}

.lp-bible__content {
  rotate: 3.75deg;
}
.lp-bible__content em {
  font-weight: bold;
}

.lp-bible-version {
  background: #18565d url(https://assets.persecution.com/public/graphics/lp_specific/lp_202412_LP3_oneyearbible_gpg/bg_header.webp) center top no-repeat;
  background-size: cover;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
  color: white;
  margin: 2.5rem -1.875rem;
}
@media (min-width: 48em) {
  .lp-bible-version {
    margin: 1.25rem auto 3.75rem;
    max-width: 43rem;
  }
}
.lp-bible-version .field--free-check {
  display: none;
}

.lp-bible-version__inner {
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  max-width: 27.5rem;
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .lp-bible-version__inner {
    max-width: 100%;
  }
}
@media (min-width: 72em) {
  .lp-bible-version__inner {
    padding: 2.5rem;
  }
}

.lp-bible-version__desc strong {
  color: #f5cb5a;
}
@media (min-width: 60em) {
  .lp-bible-version__desc strong {
    font-size: 21px;
    font-size: 1.3125rem;
    display: block;
  }
}
@media (min-width: 72em) {
  .lp-bible-version__desc strong {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: -0.125rem;
  }
}

.lp-bible-version__title {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0.625rem 0;
  padding-top: 1.25rem;
  text-align: center;
}

.lp-bible-version__items {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.lp-bible-version__item {
  display: flex;
  gap: 0.5rem;
}
.lp-bible-version__item [type=radio] {
  margin-top: -0.175rem;
}
.lp-bible-version__item label {
  color: #f5cb5a;
}

.lp-fair-maket {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 2.5rem auto 0;
  padding-top: 1.875rem;
  border-top: 1px solid #ddd;
  max-width: 35rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-fair-maket {
    max-width: 43rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}

.lp-donate {
  margin: 0 -1.875rem;
}
@media (min-width: 60em) {
  .lp-donate {
    margin-bottom: 3.125rem;
  }
}

.lp-donate__content {
  margin: 0 auto 1.25rem;
  max-width: 27.5rem;
  padding: 3.75rem 1.875rem 0;
}
@media (min-width: 48em) {
  .lp-donate__content {
    padding: 5rem 1.875rem 0;
    max-width: 43rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-donate__content {
    padding: 6.25rem 2.5rem 0;
  }
}
.lp-donate__content h2 {
  margin: 0 0 0.3125rem;
  color: #038294;
}
@media (min-width: 60em) {
  .lp-donate__content h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-donate__content p {
  padding-bottom: 1.875rem;
}
.lp-donate__content .field--donation > label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0;
}
.lp-donate__content .field--donation > label strong {
  color: #038294;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
}
.lp-donate__content .field-recurring {
  padding-top: 0;
}
@media (min-width: 48em) {
  .lp-donate__content .field-recurring {
    padding-left: 1.25rem;
    padding-top: 0.1rem;
  }
}
@media (min-width: 84em) {
  .lp-donate__content .field-recurring {
    margin-top: 0.375rem;
  }
}
.lp-donate__content .field-recurring label {
  text-transform: none;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}

.lp .title,
.lp-your-country label,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #038294;
}

.field--donation label strong {
  color: #038294;
}

.products__ordersummary-type .title,
.ordersummary .ordersummary__item {
  border-bottom: 1px solid #ddd;
}

.field--submit [type=submit],
.button--processing {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.field--submit [type=submit]:hover,
.button--processing:hover {
  background: #025662;
}