.lp {
  background-color: #187db8;
  overflow: hidden;
  padding: 0 1.875rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.lp-wrap {
  max-width: 27.5rem;
  margin: 0 auto 1.875rem;
}
@media (min-width: 60em) {
  .lp-wrap {
    max-width: 90rem;
  }
}

.lp-top {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202605_LP7_india/bg.webp?=20240112) center top no-repeat;
  background-size: 60rem auto;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 60em) {
  .lp-top {
    background-size: 90rem auto;
  }
}
@media (min-width: 90em) {
  .lp-top {
    background-size: 120rem auto;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    left: calc(50% - 60rem);
    width: 120rem;
    right: auto;
  }
}

.lp-content {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 2.5rem 0 3.75rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-content {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 96em) {
  .lp-content {
    grid-template-columns: 0.9fr 1fr;
  }
}

.lp-intro *:last-child {
  padding-bottom: 0;
}

.lp-title {
  line-height: 1.25;
  letter-spacing: 0.25em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202605_LP7_india/title_stand.webp) left top no-repeat;
  background-size: contain;
  display: block;
  text-indent: -999rem;
  height: 4.5rem;
}
@media (min-width: 48em) {
  .lp-title strong {
    height: 5.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title strong {
    height: 6.3rem;
  }
}
@media (min-width: 90em) {
  .lp-title strong {
    height: 8.75rem;
  }
}
.lp-title span {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202605_LP7_india/title_withchristians.webp) left top no-repeat;
  background-size: contain;
  display: block;
  text-indent: -999rem;
  height: 4rem;
}
@media (min-width: 48em) {
  .lp-title span {
    height: 5.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title span {
    height: 6.3rem;
  }
}
@media (min-width: 90em) {
  .lp-title span {
    height: 8.75rem;
  }
}

.lp-title-cta {
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-title-cta {
    margin-bottom: 2.5rem;
  }
}
.lp-title-cta .button {
  background: #f3c440;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.lp-title-cta .button:hover {
  background: rgba(243, 196, 64, 0.75);
}
.lp-title-cta .button:focus {
  outline: 0.125rem dotted #f3c440;
  outline-offset: 0.125rem;
}

.lp-photos {
  margin: 2.5rem -4.375rem 0;
  position: relative;
  padding-top: 35rem;
}
@media (min-width: 60em) {
  .lp-photos {
    margin: 0;
  }
}

.lp-photo {
  border: 0.875rem solid white;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  position: absolute;
}

.lp-photo--1 {
  top: 22%;
  left: 0;
  width: 63%;
}
@media (min-width: 48em) {
  .lp-photo--1 {
    top: 42%;
    left: 0;
    width: 80%;
    z-index: 1;
  }
}
@media (min-width: 84em) {
  .lp-photo--1 {
    top: 22%;
    left: 0;
    width: 63%;
  }
}

.lp-photo--2 {
  top: 50%;
  left: 20%;
  width: 68.5%;
  z-index: 2;
}
@media (min-width: 48em) {
  .lp-photo--2 {
    top: 65%;
    left: 15%;
    width: 85%;
  }
}
@media (min-width: 84em) {
  .lp-photo--2 {
    top: 50%;
    left: 20%;
    width: 68.5%;
    z-index: 3;
  }
}

.lp-photo--3 {
  top: 0;
  left: 42%;
  width: 58%;
}
@media (min-width: 48em) {
  .lp-photo--3 {
    top: 0;
    left: 6%;
    width: 88%;
  }
}
@media (min-width: 84em) {
  .lp-photo--3 {
    top: 0;
    left: 42%;
    width: 58%;
    z-index: 2;
  }
}

.lp-end {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .lp-end {
    grid-column: 2;
    grid-row: 2;
    position: relative;
  }
}
@media (min-width: 72em) {
  .lp-end {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-offer {
  background-color: #082a3e;
  color: white;
  margin: 0 -1.875rem 1.25rem;
  padding: 2.5rem;
}
@media (min-width: 30em) {
  .lp-offer {
    border-radius: 0.5rem;
    max-width: 27.5rem;
    margin: 0 auto 1.25rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 14px 36px rgba(0, 0, 0, 0.3);
    position: relative;
    top: -1.25rem;
  }
}
@media (min-width: 48em) {
  .lp-offer {
    max-width: 45.5rem;
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 2.5rem;
    align-items: center;
  }
}
@media (min-width: 72em) {
  .lp-offer {
    padding: 3.75rem 5rem;
    max-width: 51.25rem;
    gap: 3.75rem;
  }
}

.lp-offer__img {
  margin-bottom: 1.25rem;
  position: relative;
  left: -19%;
}
@media (min-width: 48em) {
  .lp-offer__img {
    left: 0;
    margin-left: -7.5rem;
    margin-bottom: 0;
  }
}

.lp-offer__title {
  color: #f3c440;
  font-size: 2rem;
  text-wrap: balance;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  text-align: center;
}
@media (min-width: 30em) {
  .lp-offer__title {
    text-align: left;
    font-size: 1.625rem;
  }
}
@media (min-width: 72em) {
  .lp-offer__title {
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
}

.lp-donations {
  background-color: #0d4667;
  margin: 0 -1.875rem;
  padding: 0 1.875rem 7.5rem;
}
@media (min-width: 60em) {
  .lp-donations {
    margin-top: 5rem;
    margin-left: -5rem;
    margin-right: -5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.donations-wrapper .title--minor {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.donations-wrapper ul {
  margin-top: 0;
}

.donations {
  border-bottom: none;
  max-width: 27.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .donations {
    max-width: 43rem;
  }
}

@media (min-width: 48em) {
  .donations__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.field--donation {
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .field--donation {
    margin-bottom: 0.625rem;
  }
}
.field--donation:last-child {
  margin-bottom: 0;
}
.field--donation label {
  color: white;
  display: block;
}
@media (min-width: 48em) {
  .field--donation label {
    padding-top: 0;
  }
}
@media (min-width: 48em) {
  .field--donation label {
    padding-left: 1.25rem;
    max-width: 15rem;
  }
}
@media (min-width: 48em) {
  .field--donation label strong {
    display: block;
  }
}
.field--donation > label {
  margin-bottom: 0.5rem;
  top: 0;
}

@media (min-width: 48em) {
  .field--donation .field__input-wrapper {
    position: relative;
  }
}

@media (min-width: 48em) {
  .field--donation-recurring .field-recurring {
    padding-left: 2.5rem;
  }
}
@media (min-width: 48em) {
  .field--donation-recurring .field-recurring [type=checkbox] {
    left: 1.25rem;
  }
}
@media (min-width: 48em) {
  .field--donation-recurring .field-recurring label {
    padding-left: 0;
  }
}

.lp-your-country label,
.field--donation label strong,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #f3c440;
}

.lp-your-country {
  padding: 1.875rem 1.25rem 0;
}

.products__ordersummary-type {
  margin-bottom: 0;
}
.products__ordersummary-type .title {
  margin-bottom: 0;
}

.ordersummary {
  color: white;
}

.ordersummary .ordersummary__item {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.button--processing {
  background-color: #f3c440;
}

.button,
.lp-continue-submit [type=submit] {
  background-color: #f3c440;
  color: rgba(0, 0, 0, 0.8);
  background-image: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.07);
}
.button:hover,
.lp-continue-submit [type=submit]:hover {
  background-color: #e3af1d;
}
.button:focus,
.lp-continue-submit [type=submit]:focus {
  outline: 0.125rem dotted #f3c440;
  outline-offset: 0.125rem;
}
.button:active,
.lp-continue-submit [type=submit]:active {
  box-shadow: 0 1px 0 #f3c440, 0 4px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(2px);
}

.field--free-check {
  display: none;
}