.lp {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/bg_top.webp) center top no-repeat;
  background-size: 100rem auto;
  padding: 0 1.875rem;
  overflow: hidden;
}
.lp .button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #e4e4e3;
  color: rgba(0, 0, 0, 0.8);
}
.lp .button:hover {
  background: #cbcbc9;
}

.lp-top {
  margin: 0 auto;
  padding: 2.5rem 0 3.75rem;
  max-width: 25rem;
}
@media (min-width: 48em) {
  .lp-top {
    padding: 5rem 2.5rem 3.75rem;
    max-width: 60rem;
  }
}
@media (min-width: 60em) {
  .lp-top {
    padding: 5rem 5rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    padding-top: 7.5rem;
  }
}
@media (min-width: 78em) {
  .lp-top {
    max-width: 74.25rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}

.lp-top__inner {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .lp-top__inner {
    grid-template-columns: auto 13.75rem;
  }
}
@media (min-width: 60em) {
  .lp-top__inner {
    gap: 2.5rem;
  }
}
@media (min-width: 78em) {
  .lp-top__inner {
    grid-template-columns: 1fr 23rem;
  }
}

.lp-top__photos {
  position: relative;
  max-width: 20rem;
  margin: 0 auto;
  width: 100%;
  padding-top: 16.25rem;
}
@media (min-width: 48em) {
  .lp-top__photos {
    grid-column: 2;
    padding-top: 0;
  }
}
.lp-top__photos img {
  box-shadow: 0 0.33rem 1rem rgba(0, 0, 0, 0.2);
  border: 0.375rem solid white;
  position: absolute;
}
.lp-top__photos img:first-child {
  max-width: 55%;
  left: calc(50% - 10.5rem);
  rotate: -2deg;
  z-index: 1;
  top: -0.625rem;
}
@media (min-width: 48em) {
  .lp-top__photos img:first-child {
    top: -2.5rem;
    left: 6%;
    max-width: 105%;
  }
}
@media (min-width: 78em) {
  .lp-top__photos img:first-child {
    top: -2.5rem;
    left: -7.5%;
    max-width: 90%;
  }
}
.lp-top__photos img:last-child {
  top: 10%;
  left: calc(50% - 5.5rem);
  rotate: 3deg;
  max-width: 80%;
}
@media (min-width: 48em) {
  .lp-top__photos img:last-child {
    top: 75%;
    left: -5%;
    max-width: 130%;
  }
}
@media (min-width: 78em) {
  .lp-top__photos img:last-child {
    max-width: 110%;
    left: 50%;
    top: 15%;
  }
}

.lp-top__content {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-top__content {
    grid-row: 1;
  }
}
@media (min-width: 78em) {
  .lp-top__content {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-top__title {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/title.webp) left top no-repeat;
  background-size: contain;
  height: 5.25rem;
  text-indent: -999rem;
  margin: 0 0 1.25rem;
  position: relative;
  left: -0.3125rem;
}
@media (min-width: 48em) {
  .lp-top__title {
    height: 6.25rem;
    left: -0.5rem;
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-top__title {
    height: 7.5rem;
    left: -0.625rem;
  }
}
@media (min-width: 66em) {
  .lp-top__title {
    height: 8.75rem;
    left: -0.625rem;
  }
}
@media (min-width: 78em) {
  .lp-top__title {
    height: 10rem;
    left: -0.875rem;
  }
}

.lp-content {
  background-color: #416172;
  color: white;
  margin: 0 -1.875rem 15rem;
  overflow: hidden;
}
@media (min-width: 60em) {
  .lp-content {
    margin-bottom: 10rem;
  }
}
@media (min-width: 66em) {
  .lp-content {
    margin-bottom: 4.375rem;
  }
}

.lp-content__inner {
  margin: 0 auto;
  max-width: 28.75rem;
  padding: 3.75rem 1.875rem 28.75rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-content__inner {
    padding: 5rem 3.75rem 5rem 12.5rem;
    max-width: 60rem;
  }
}
@media (min-width: 60em) {
  .lp-content__inner {
    padding: 5rem 5rem 5rem 25rem;
  }
}
@media (min-width: 72em) {
  .lp-content__inner {
    max-width: 80rem;
    padding: 7.5rem 5rem 5rem 35rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-content__inner::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/inset.webp) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10rem);
  height: 100%;
  width: 20rem;
}
@media (min-width: 48em) {
  .lp-content__inner::before {
    background-position: right bottom;
    left: -4.375rem;
    width: 15rem;
  }
}
@media (min-width: 60em) {
  .lp-content__inner::before {
    left: -6.25rem;
    width: 28.75rem;
  }
}
@media (min-width: 72em) {
  .lp-content__inner::before {
    left: 1.25rem;
  }
}
.lp-content__inner ul {
  display: grid;
  gap: 0.625rem;
  margin: 0;
  padding-left: 1.875rem;
  list-style: none;
}
.lp-content__inner ul li {
  position: relative;
}
.lp-content__inner ul li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/icon_check.svg) center no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.25rem;
  left: -1.625rem;
  position: absolute;
  top: 0.25rem;
  opacity: 0.65;
}

.lp-content__footer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  text-align: center;
}
.lp-content__footer p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 40rem;
}

.lp-partner {
  background-color: #e4e4e3;
  padding: 10rem 1.875rem 5rem;
  margin: 0 -1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp-partner {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 66em) {
  .lp-partner {
    border-radius: 0.375rem;
    margin: 0 auto 5rem;
    max-width: 60rem;
    padding: 5rem;
  }
}

.lp-partner__content {
  margin: 0 auto;
  max-width: 37.5rem;
  position: relative;
}
.lp-partner__content::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/gmp_logo.svg) center no-repeat;
  height: 17.5rem;
  width: 17.5rem;
  background-size: contain;
  position: absolute;
  top: -20rem;
  right: calc(50% - 8.75rem);
}
@media (min-width: 60em) {
  .lp-partner__content::before {
    top: -13.75rem;
    right: -10rem;
  }
}
.lp-partner__content h2 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP5_globalpartner/title_partner.webp) left top no-repeat;
  background-size: contain;
  height: 3.125rem;
  text-indent: -999rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 60em) {
  .lp-partner__content h2 {
    height: 5rem;
  }
}

.lp-special-offer {
  display: grid;
  background-color: #416172;
  margin: 1.875rem auto 2.5rem;
  max-width: 37.5rem;
  border-radius: 0.25rem;
  display: grid;
  padding: 2.5rem 2.5rem 3.125rem;
  color: white;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 32em) {
  .lp-special-offer {
    padding: 2.5rem 6.25rem 3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-special-offer {
    padding: 2.5rem 3.125rem;
    max-width: 100%;
    grid-template-columns: 20rem 1fr;
    gap: 1.875rem;
  }
}

.lp-special-offer__cover {
  margin: -4.375rem -1.875rem 0;
}
@media (min-width: 48em) {
  .lp-special-offer__cover {
    margin: -1.875rem 0 -1.875rem -6.25rem;
  }
}

.lp-special-offer__cta {
  padding-top: 1.25rem;
}

.lp-partner__more-info {
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 27.5rem;
  text-align: center;
}

.lp-photos {
  color: white;
  margin: 3.75rem -1.875rem 1.875rem;
}
@media (min-width: 84em) {
  .lp-photos {
    margin-top: 5rem;
  }
}

.lp-photos__img-grids {
  position: relative;
}
@media (min-width: 48em) {
  .lp-photos__img-grids {
    margin: 0;
  }
}
@media (min-width: 84em) {
  .lp-photos__img-grids {
    margin: 0 auto;
    max-width: 84rem;
  }
}
@media (min-width: 90em) {
  .lp-photos__img-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 150rem;
  }
}

.lp-photos__img-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  gap: 0.625rem;
}
@media (min-width: 48em) {
  .lp-photos__img-grid {
    grid-template-columns: 1.065fr 1fr 1.065fr 1fr;
    gap: 1.25rem;
  }
}
.lp-photos__img-grid:last-child {
  display: none;
}
@media (min-width: 90em) {
  .lp-photos__img-grid:last-child {
    display: grid;
  }
}

.lp-photos__img-col {
  display: grid;
  gap: 0.625rem;
}
@media (min-width: 48em) {
  .lp-photos__img-col {
    gap: 1.25rem;
  }
}
.lp-photos__img-col img {
  display: block;
  align-self: stretch;
  object-fit: cover;
}

.field-recurring {
  display: none;
}

.field--donation {
  padding-bottom: 1rem;
}
.field--donation label strong {
  color: #416172;
}

@media (min-width: 48em) {
  .field--donation-recurring label {
    margin-bottom: 0.5rem;
    padding-top: 0.625rem;
  }
}

.field--free-check {
  background-color: rgba(228, 228, 227, 0.65);
  border-radius: 0.375rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto 1fr;
  margin: 0 1.25rem 0.625rem;
  padding: 1.25rem;
}
.field--free-check label {
  color: #416172;
}
.field--free-check label em {
  font-weight: bold;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #416172;
}

.lp-continue .lp-continue-submit input {
  background-color: #416172;
}
.lp-continue .lp-continue-submit input:hover {
  background-color: #2e4552;
}

.ordersummary .ordersummary__total .ordersummary__total-label,
.lp-your-email label,
.lp-your-country label,
.lp .title--minor {
  color: #416172;
}

.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;
}