.lp {
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media (min-width: 72em) {
  .lp {
    padding-bottom: 0;
  }
}

.lp-top {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/bg_header.webp?v=20240725) center no-repeat;
  background-size: cover;
  padding: 3.75rem 1.875rem;
  margin-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp-top {
    padding: 3.75rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    margin-bottom: 0;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.lp-top__inner {
  max-width: 18.75rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-top__inner {
    max-width: 75rem;
    display: grid;
    grid-gap: 5rem;
    align-items: center;
    grid-template-columns: 1.125fr 1fr;
  }
}

.lp-top__title {
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-top__title {
    padding-bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp-top__title {
    padding: 0 2.5rem;
  }
}

.lp-title {
  margin: 0 0 1.875rem;
}
@media (min-width: 72em) {
  .lp-title {
    margin-bottom: 0;
  }
}
.lp-title strong,
.lp-title span {
  display: block;
  height: 0;
  text-indent: -999rem;
  background: center no-repeat;
  background-size: contain;
}
.lp-title strong {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/text_helpchristians.png);
  padding-top: 17.75%;
  margin-bottom: 0.5rem;
}
.lp-title span {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/text_drivenfromtheirhomes.png);
  padding-top: 17.25%;
  filter: drop-shadow(0 0 0.5rem rgba(184, 50, 27, 0.5));
}

.lp-top__cta {
  text-align: center;
}
@media (min-width: 72em) {
  .lp-top__cta {
    display: none;
  }
}
.lp-top__cta .button {
  background: white;
  color: #bd4530;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-top__cta .button:hover {
  color: rgba(0, 0, 0, 0.75);
}

.lp-top__photos {
  margin: 0 auto 1.875rem;
  padding: 0 1.25rem;
  max-width: 25rem;
}
@media (min-width: 60em) {
  .lp-top__photos {
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
  }
}

.lp-top__photos-inner {
  margin-bottom: -6.25rem;
  margin-left: -1rem;
  margin-right: 0.5rem;
  display: grid;
}
@media (min-width: 48em) {
  .lp-top__photos-inner {
    margin-left: -2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photos-inner {
    margin-bottom: -20rem;
  }
}

.lp-top__photo {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1), 0 13px 38px rgba(0, 0, 0, 0.2);
  transition: all 1s ease 0.5s;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
  border: 0.5rem solid white;
  border-bottom-width: 2.5rem;
}
.lp-top__photo.is-slide-primary {
  transform: rotateZ(-1.5deg);
}
.lp-top__photo.is-slide-lesser {
  transform: scale(0.9) translateX(15%) rotateZ(0.5deg);
  z-index: 2;
}
.lp-top__photo.is-slide-least {
  transform: scale(0.8) translateX(30%) rotateZ(2.5deg);
  z-index: 1;
}
.lp-top__photo.is-slide-leastest {
  transform: scale(0.8) translateX(45%) rotateZ(4.5deg);
  opacity: 0;
  z-index: 0;
}
.lp-top__photo.is-slide-leastestest {
  transform: scale(0.8) translateX(-20%) translateY(5%) rotateZ(-7.5deg);
  opacity: 0;
  z-index: 5;
}

.lp-content {
  max-width: 30rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media (min-width: 48em) {
  .lp-content {
    padding: 0;
  }
}
@media (min-width: 60em) {
  .lp-content {
    max-width: 38.75rem;
  }
}
@media (min-width: 72em) {
  .lp-content {
    max-width: 80rem;
    display: grid;
    grid-template-columns: 1.125fr 1fr;
    grid-gap: 7.5rem;
    padding: 5rem 5rem;
  }
}
.lp-content.lp-content--with-hof2 {
  grid-row-gap: 0;
}

.lp-content__content {
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-content__content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 48em) {
  .lp-content--with-hof2 .lp-content__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-content--with-hof2 .lp-content__content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.lp-content__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
}
.lp-content__content li {
  background-color: #f4f1ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
@media (min-width: 84em) {
  .lp-content__content li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-content__content li::before {
  content: "";
  display: block;
  width: 5rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
  height: 5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.lp-content__content li:nth-child(1)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_blanket.svg);
}
.lp-content__content li:nth-child(2)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_soap.svg);
}
.lp-content__content li:nth-child(3)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_medication.svg);
}
.lp-content__content li:nth-child(4)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_food.svg);
}
.lp-content__content li:nth-child(5)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_shelter.svg);
}
.lp-content__content li:nth-child(6)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202305_GS_driven/icon_bible.svg);
}
.lp-content--with-hof2 .lp-content__content h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0;
}
.lp-content__content h3 {
  font-style: italic;
}

.lp-donate {
  padding-top: 2.5rem;
}
@media (min-width: 72em) {
  .lp-donate {
    padding-top: 17.5rem;
  }
}
.lp-content--with-hof2 .lp-donate {
  padding-top: 1.25rem;
}
@media (min-width: 72em) {
  .lp-content--with-hof2 .lp-donate {
    grid-column: 1/3;
    padding-top: 0;
  }
}

.lp-hof2 {
  background-color: #f1eee9;
  margin: 0 -1.875rem 3.75rem;
  padding: 2.5rem 1.875rem 0;
}
@media (min-width: 32em) {
  .lp-hof2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .lp-hof2 {
    margin-left: -5rem;
    margin-right: -5rem;
    padding: 3.75rem 3.75rem 0.625rem;
  }
}
@media (min-width: 72em) {
  .lp-hof2 {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
  }
}

.lp-hof2__inner {
  margin: 0 auto 1.25rem;
  max-width: 30rem;
}
@media (min-width: 60em) {
  .lp-hof2__inner {
    display: grid;
    grid-template-columns: 11.875rem 1fr;
    max-width: none;
  }
}
@media (min-width: 72em) {
  .lp-hof2__inner {
    grid-template-columns: 18.75rem 1fr;
    max-width: 48.25rem;
  }
}

.lp-hof2__image {
  margin: -5rem auto 1rem;
  max-width: 20rem;
}
@media (min-width: 60em) {
  .lp-hof2__image {
    margin: -1.875rem -2.5rem 0 -11.25rem;
    max-width: none;
  }
}

.lp-hof2__content .give-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.625rem;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.lp-hof2__content .give-options li {
  display: flex;
  justify-content: center;
}
.lp-hof2__content .give-options label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #038294;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border: 2px solid #038294;
  border-radius: 0.375rem;
  padding: 0.625rem 0.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
}
@media (min-width: 72em) {
  .lp-hof2__content .give-options label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-hof2__content .give-options label:hover {
  background-color: rgba(3, 130, 148, 0.75);
  border-color: rgba(3, 130, 148, 0.75);
  color: white;
  cursor: pointer;
}
.lp-hof2__content .give-options input:checked + label {
  background-color: #038294;
  color: white;
}
.lp-hof2__content .give-options input {
  position: absolute;
  left: -999em;
}
@media (min-width: 48em) {
  .lp-hof2__content .amount-selector .field--donation {
    padding-top: 0.75rem;
  }
}
.lp-hof2__content .lp-general-donation .field--free-check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lp-hof2__content .recur {
  max-width: 48rem;
  margin: -1.875rem auto 3.125rem;
  display: flex;
  padding: 0 1.25rem 3.125rem;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 48em) {
  .lp-hof2__content .recur {
    margin-top: -0.625rem;
  }
}
.lp-hof2__content .recur [type=checkbox] {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .lp-hof2__content .recur [type=checkbox] {
    left: 0;
  }
}
.lp-hof2__content .recur .field-recurring {
  padding-left: 1.375rem;
}
.lp-hof2__content .recur .field-recurring label {
  color: #5b5e63;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.lp-hof2__content .recur .field-recurring [type=checkbox] {
  top: 0.175rem;
}
.lp-hof2__content .recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.lp-hof2__title {
  color: #038294;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.35;
  margin: 0 0 1.875rem;
}
@media (min-width: 48em) {
  .lp-hof2__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 60em) {
  .lp-hof2__title {
    line-height: 1.4;
  }
}
@media (min-width: 60em) {
  .lp-hof2__title span:nth-child(1) {
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (min-width: 60em) {
  .lp-hof2__title span:nth-child(2) {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0.375rem;
    letter-spacing: 0.15em;
  }
}
.lp-hof2__title span:nth-child(2) br {
  display: none;
}
@media (min-width: 60em) {
  .lp-hof2__title span:nth-child(2) br {
    display: block;
  }
}

.lp-hof2__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.donations {
  padding-bottom: 0;
}
.donations .title {
  margin-bottom: 2.5rem;
}

.field--donation {
  padding-bottom: 2.5rem;
}

@media (min-width: 72em) {
  .field--donation label {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .field--donation-recurring .field-recurring label {
    padding-left: 0;
  }
}

.lp .title,
.lp-your-country label,
.field--donation label strong,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #038294;
}

.field--submit [type=submit] {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.field--submit [type=submit]:hover {
  background: #025662;
}