.lp {
  padding: 0 1.25rem 5rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .lp {
    padding-bottom: 7.5rem;
  }
}

.lp-top {
  background: url(../jpg/bg-5.jpg) bottom center no-repeat;
  background-size: cover;
  margin: 0 -1.25rem 3.125rem;
  position: relative;
}
@media (min-width: 36em) {
  .lp-top {
    margin: 0 -1.25rem 5rem;
  }
}

@media (min-width: 60em) {
  .lp-top__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding: 0.625rem 5rem 1.25rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp-top__inner {
    grid-template-columns: 35rem 1fr;
    max-width: 84rem;
    margin: 0 auto;
  }
}

.lp-top__photos-wrap {
  max-width: 32rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 60em) {
  .lp-top__photos-wrap {
    max-width: none;
    order: 2;
  }
}
@media (min-width: 72em) {
  .lp-top__photos-wrap {
    margin-bottom: -1.875rem;
  }
}

.lp-top__photos {
  position: relative;
  padding-top: 90%;
}

.lp-top__photo {
  position: absolute;
  background-color: black;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2), 0 13px 43px rgba(0, 0, 0, 0.23);
}
@media (min-width: 72em) {
  .lp-top__photo {
    border-width: 0.5rem;
  }
}
.lp-top__photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 1.25s ease;
}
.lp-top__photo img.is-hidden {
  opacity: 0;
}

.lp-top__photo--1 {
  top: 59%;
  left: 47%;
  width: 50%;
  aspect-ratio: 1108/774;
}
@media (min-width: 60em) {
  .lp-top__photo--1 {
    left: 19%;
  }
}
.lp-top__photo--1 img:nth-child(1) {
  z-index: 3;
}
.lp-top__photo--1 img:nth-child(2) {
  z-index: 2;
}
.lp-top__photo--1 img:nth-child(3) {
  z-index: 1;
}

.lp-top__photo--2 {
  top: 20.25%;
  left: 67%;
  width: 38%;
  aspect-ratio: 899/764;
}
@media (min-width: 84em) {
  .lp-top__photo--2 {
    top: 16.5%;
    width: 42%;
  }
}

.lp-top__photo--3 {
  top: 59%;
  left: -5%;
  width: 20%;
  aspect-ratio: 532/468;
}
@media (min-width: 60em) {
  .lp-top__photo--3 {
    width: 22%;
  }
}

.lp-top__photo--4 {
  top: 59%;
  left: 17%;
  width: 28%;
  aspect-ratio: 856/693;
}
@media (min-width: 60em) {
  .lp-top__photo--4 {
    left: 71%;
    width: 32%;
  }
}

.lp-top__photo--5 {
  top: 5%;
  left: 0;
  width: 65%;
  aspect-ratio: 1375/973;
}

.lp-top__banner {
  padding: 0.625rem 1.875rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-top__banner {
    padding: 0;
    display: flex;
    justify-self: center;
    align-items: center;
  }
}

.lp-top__title {
  color: white;
  margin: 0 auto;
  max-width: 16.25rem;
  text-align: center;
}
@media (min-width: 60em) {
  .lp-top__title {
    max-width: 100%;
  }
}

.lp-top__title-main {
  background: url(../png/title.png) center top no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 8rem;
  text-indent: -999rem;
  margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
  .lp-top__title-main {
    padding-top: 47.5%;
  }
}
@media (min-width: 72em) {
  .lp-top__title-main {
    padding-top: 51.25%;
  }
}
@media (min-width: 84em) {
  .lp-top__title-main {
    padding-top: 55%;
  }
}
[lang=es] .lp-top__title-main {
  background: none;
  text-indent: 0;
  height: auto;
  padding-top: 0;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 48px;
  font-size: 3rem;
}
@media (min-width: 60em) {
  [lang=es] .lp-top__title-main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 66em) {
  [lang=es] .lp-top__title-main {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .lp-top__title-main {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

.lp-top__title-sub {
  border-top: 0.25rem solid rgba(0, 0, 0, 0.2);
  padding-top: 1.875rem;
  display: block;
  color: #ffe9ab;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.175em;
  line-height: 1.3;
  margin: 0 auto 0.375rem;
}
@media (min-width: 60em) {
  .lp-top__title-sub {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 20rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title-sub {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 23rem;
  }
}
@media (min-width: 84em) {
  .lp-top__title-sub {
    font-size: 22px;
    font-size: 1.375rem;
    max-width: 26.25rem;
  }
}

.lp-content {
  max-width: 43rem;
  margin: 0 auto 3.75rem;
}
.lp-content .donations-wrapper {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-content .donations-wrapper {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.lp-content .donations-wrapper h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #446694;
  margin: 2.5rem 0;
}

.lp-content__content {
  margin: 0 auto;
  max-width: 25rem;
  padding-bottom: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    max-width: none;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .lp-content__content {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 0;
  }
}
.lp-content__content ul {
  margin: 0;
  padding: 0 0 1.25rem 1.375rem;
  list-style: none;
}
@media (min-width: 48em) {
  .lp-content__content ul {
    columns: 2;
    column-gap: 2.5rem;
  }
}
.lp-content__content li {
  font-style: italic;
  position: relative;
  padding-bottom: 0.375rem;
}
@media (min-width: 48em) {
  .lp-content__content li {
    display: inline-block;
  }
}
.lp-content__content li::before {
  content: "";
  display: block;
  border-top: 0.375rem solid transparent;
  border-left: 0.625rem solid #387e94;
  border-bottom: 0.375rem solid transparent;
  position: absolute;
  left: -1.25rem;
  top: 0.5rem;
}

.lp-gmp {
  background-color: rgba(68, 102, 148, 0.1);
  border-radius: 0.5rem;
  padding: 5rem 1.875rem 1.25rem;
  margin: -2.5rem auto 4.375rem;
  max-width: 30rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-gmp {
    max-width: 43rem;
    padding: 2rem 1.875rem 2rem 11.125rem;
  }
}
.lp-gmp::before {
  content: "";
  display: block;
  background: url(../png/logo_gpg.png) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 4rem);
  top: -3.75rem;
  height: 8rem;
  width: 8rem;
  z-index: 1;
}
@media (min-width: 48em) {
  .lp-gmp::before {
    left: 1.625rem;
    top: 1.875rem;
    height: 8rem;
    width: 8rem;
  }
}
.lp-gmp::after {
  content: "";
  display: block;
  background: white;
  border-radius: 50%;
  background-size: 6.5rem auto;
  position: absolute;
  left: calc(50% - 3.5rem);
  top: -3.25rem;
  height: 7rem;
  width: 7rem;
}
@media (min-width: 48em) {
  .lp-gmp::after {
    left: 2.125rem;
    top: 2.375rem;
    height: 7rem;
    width: 7rem;
  }
}

.lp .title {
  color: #387e94;
  padding-left: 0;
}

.lp-your-country label,
.field--text .field__address2-link {
  color: #387e94;
}

.lp-continue .button--processing {
  background-color: #387e94;
}

.lp .field--submit [type=submit],
.ordersummary .ordersummary__delete button,
.cart .cart__complete-link {
  background-image: none;
  background-color: #387e94;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.lp .field--submit [type=submit]:hover,
.ordersummary .ordersummary__delete button:hover,
.cart .cart__complete-link:hover {
  background-color: #2a5f6f;
}

.field-recurring label {
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .field-recurring label {
    padding-left: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.625rem;
  }
}