.ica-modal__buttons .button {
  color: white;
}

.lp {
  background: #272635;
  overflow: hidden;
  padding: 0 1.875rem 7.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.lp::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
}

.lp-wrap {
  max-width: 27.5rem;
  margin: 0 auto 1.875rem;
}
@media (min-width: 60em) {
  .lp-wrap {
    display: grid;
    column-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    max-width: 84rem;
    margin-bottom: 3.75rem;
    position: relative;
  }
}

.lp-top {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202401_LP2_india/bg.webp?=20240112) center top no-repeat;
  background-size: contain;
  aspect-ratio: 1486/997;
  margin: 0 -2.5rem -2.5rem;
}
@media (min-width: 60em) {
  .lp-top {
    position: absolute;
    top: 0;
    right: -22%;
    width: 100%;
  }
}
@media (min-width: 72em) {
  .lp-top {
    right: -15%;
    width: 92.5%;
  }
}
@media (min-width: 84em) {
  .lp-top {
    right: -6.25%;
    width: 79.5%;
  }
}
.lp--pray .lp-top {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202401_LP2_india/bg_pray.webp);
  display: none;
}
@media (min-width: 60em) {
  .lp--pray .lp-top {
    display: block;
  }
}

.lp-video-wrap {
  margin: 0 -1.875rem 2.5rem;
}
@media (min-width: 32em) {
  .lp-video-wrap {
    margin: 2.5rem 0;
  }
}
@media (min-width: 60em) {
  .lp-video-wrap {
    position: absolute;
    top: 5.25rem;
    right: 0;
    width: calc(50% - 2.5rem);
  }
}

.lp-video-wrap__inner {
  background-color: black;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 12px 36px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.25rem;
  padding-top: 56.25%;
  position: relative;
}
@media (min-width: 60em) {
  .lp-video-wrap__inner {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 20px 60px rgba(0, 0, 0, 0.75);
  }
}
.lp-video-wrap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lp-video__info-button {
  text-align: center;
  margin-bottom: 2.5rem;
}
.lp-video__info-button .button {
  background: none;
  border: 0.125rem solid #ec5e4f;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}
.lp-video__info-button .button:hover {
  background-color: rgba(236, 94, 79, 0.5);
}
.lp-video__info-button .button:focus {
  outline: 0.125rem dotted #ec5e4f;
  outline-offset: 0.125rem;
}

.lp-content {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 60em) {
  .lp-content {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 72em) {
  .lp-content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.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;
  color: #ec5e4f;
}
.lp-title span {
  display: block;
  max-width: 22rem;
  margin-bottom: 0.75rem;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 60em) {
  .lp-title span {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 72em) {
  .lp-title span {
    font-size: 32px;
    font-size: 2rem;
    max-width: 27rem;
  }
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202401_LP2_india/text_india.svg) left top no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  text-indent: -999rem;
  height: 4.75rem;
}
@media (min-width: 60em) {
  .lp-title strong {
    height: 5.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title strong {
    height: 6.3rem;
  }
}

.lp-title-cta {
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-title-cta {
    margin-bottom: 2.5rem;
  }
}
.lp-title-cta .button {
  background-color: #ec5e4f;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lp-title-cta .button:hover {
  background: rgba(236, 94, 79, 0.75);
}
.lp-title-cta .button:focus {
  outline: 0.125rem dotted #ec5e4f;
  outline-offset: 0.125rem;
}

.lp-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
  margin: 0 -4.375rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-photos {
    margin: 0 -1.875rem 0 -5rem;
    grid-column: 1;
    grid-row: 2;
    position: relative;
  }
}
@media (min-width: 72em) {
  .lp-photos {
    margin: 0;
  }
}
.lp-photos img:first-child {
  aspect-ratio: 1/1.325;
  object-fit: cover;
}

.lp-photos__inset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.lp-photos__inset div {
  background-color: #ec5e4f;
  padding: 1.25rem 3.5rem 1.25rem 1.25rem;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 36em) {
  .lp-photos__inset div {
    padding-right: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-photos__inset div {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.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-donations h2 {
  color: #038294;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 2.5rem 0 1rem;
}
.lp-donations ul {
  margin: 0 0 1rem;
}
.lp-donations ul li {
  margin-bottom: 0.3125rem;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.dialog-gpg-country {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 0 1.875rem 2.5rem;
  width: 100%;
}
@media (min-width: 24em) {
  .dialog-gpg-country {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-gpg-country {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.dialog-gpg-country__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-gpg-country__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-gpg-country__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202401_LP2_india/icon_close.svg) center no-repeat;
  background-size: 70% auto;
  text-indent: -999rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .dialog-gpg-country__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-gpg-country__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-gpg-country__map {
  margin: 0 -1.875rem 1.875rem;
}
@media (min-width: 48em) {
  .dialog-gpg-country__map {
    margin: 0 -2.5rem 1.875rem;
  }
}

.dialog-gpg-country__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0 0 0.625rem;
}

.dialog-gpg-country__overview {
  padding-bottom: 0;
}

.dialog-gpg-country__cta {
  padding-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
}
.dialog-gpg-country__cta .button {
  background: #ec5e4f;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}
.dialog-gpg-country__cta .button:hover {
  background-color: #e73421;
}

@media (min-width: 72em) {
  .donations-wrapper {
    position: sticky;
    top: 0;
  }
}
.donations-wrapper h2 {
  color: #038294;
  margin: 0 0 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
.donations-wrapper .title--minor {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  color: #ee7366;
}
.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 {
  display: block;
  color: white;
}
@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: #f6ccab;
}

.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: #f6ccab;
}

.button,
.lp-continue-submit [type=submit] {
  background-color: #f6ccab;
  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: #eab184;
}
.button:focus,
.lp-continue-submit [type=submit]:focus {
  outline: 0.125rem dotted #ec5e4f;
  outline-offset: 0.125rem;
}
.button:active,
.lp-continue-submit [type=submit]:active {
  box-shadow: 0 1px 0 #446694, 0 4px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(2px);
}