.lp {
  padding: 0 1.875rem;
}

.lp-banner {
  background-color: rgba(159, 102, 147, 0.25);
  border-bottom: 1px solid rgba(108, 84, 103, 0.375);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -1.875rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 48em) {
  .lp-banner {
    padding: 1.25rem 1.875rem;
  }
}

.lp-banner__inner {
  display: grid;
  grid-template-columns: 7rem 1fr;
  justify-content: center;
  align-items: center;
  max-width: 32.5rem;
  gap: 1.25rem;
  line-height: 1.35;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .lp-banner__inner {
    font-size: 18px;
    font-size: 1.125rem;
    gap: 2.5rem;
    grid-template-columns: 10rem 1fr;
  }
}
.lp-banner__inner::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP3_goingbeyond/logo_gbs.webp) center no-repeat;
  background-size: contain;
  height: 5rem;
  width: 7rem;
}
@media (min-width: 48em) {
  .lp-banner__inner::before {
    height: 6rem;
    width: 10rem;
  }
}
.lp-banner__inner strong {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .lp-banner__inner strong {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-title {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP3_goingbeyond/bg_header.webp) left bottom repeat;
  background-size: 80rem auto;
  margin: 0 -1.875rem -2.5rem;
  position: relative;
  z-index: 2;
  padding: 3.125rem 1.875rem 5rem;
}
@media (min-width: 72em) {
  .lp-title {
    padding-top: 5rem;
  }
}
.lp-title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP3_goingbeyond/title.webp) center no-repeat;
  background-size: contain;
  height: 6rem;
  margin: 0;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-title h1 {
    height: 7.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title h1 {
    height: 10rem;
  }
}

.lp-title__photo {
  display: grid;
  margin: 1rem auto -5rem;
  max-width: 25rem;
  align-items: center;
  grid-template-columns: 1.2fr 0.2fr 0.8fr;
}
@media (min-width: 48em) {
  .lp-title__photo {
    max-width: 100%;
    margin: 1.875rem auto -10rem;
    grid-template-columns: 1.2fr 0.2fr 2fr 0.2fr 1.2fr;
  }
}
@media (min-width: 72em) {
  .lp-title__photo {
    max-width: 90rem;
    margin: 1.875rem auto -15rem;
  }
}
.lp-title__photo img {
  border: 0.5rem solid white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 72em) {
  .lp-title__photo img {
    border-width: 1rem;
    box-shadow: none;
  }
}
.lp-title__photo img:first-child {
  grid-column: 1/3;
  grid-row: 1;
  rotate: -1deg;
}
.lp-title__photo img:last-child {
  grid-column: 2/4;
  grid-row: 1;
  margin-bottom: 1rem;
  rotate: 1deg;
}
@media (min-width: 48em) {
  .lp-title__photo img:last-child {
    grid-column: 4/6;
  }
}
@media (min-width: 72em) {
  .lp-title__photo img:last-child {
    margin: 3.5rem 0 0;
    rotate: 2.5deg;
  }
}

.lp-video-wrap {
  margin: 1.25rem 0 -10rem;
  grid-column: 1/4;
}
@media (min-width: 48em) {
  .lp-video-wrap {
    margin: 2.5rem auto -17.5rem;
    max-width: 60rem;
  }
}

.lp-video-wrap__inner {
  background-color: black;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18), 0 24px 64px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.25rem;
  padding-top: 56.25%;
  position: relative;
}
.lp-video-wrap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lp-intro {
  background: #dfd8cb;
  border-top: 0.125rem solid rgba(0, 0, 0, 0.1);
  background-size: 110rem auto;
  margin: 0 -1.875rem;
  position: relative;
  z-index: 1;
}
.lp-intro strong {
  color: #54526d;
}
.lp-intro::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP3_goingbeyond/bg_intro.webp) center bottom repeat;
  position: absolute;
  left: 0;
  right: 0;
  height: 20rem;
  bottom: -5rem;
}

.lp-intro__inner {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 53.75rem;
  padding: 8.75rem 1.875rem 27.5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-intro__inner {
    padding: 17.5rem 3.75rem 23.75rem;
  }
}
.lp-intro__inner h2 {
  background-color: #e2bb5f;
  border: 0.375rem solid white;
  border-radius: 50%;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 1.25rem auto -2.5rem;
  z-index: 1;
  position: relative;
  width: 15rem;
  height: 15rem;
  line-height: 1.25;
  font-size: 21px;
  font-size: 1.3125rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48em) {
  .lp-intro__inner h2 {
    position: absolute;
    left: calc(50% - 18.75rem);
    margin-top: 5rem;
  }
}
@media (min-width: 60em) {
  .lp-intro__inner h2 {
    left: calc(50% - 18.75rem);
    margin-top: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-intro__inner h2 {
    left: calc(50% - 6.25rem);
    margin-top: 1.25rem;
  }
}
.lp-intro__inner h2 strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP3_goingbeyond/title_thankyou.webp) center top no-repeat;
  background-size: contain;
  height: 3.5rem;
  display: block;
  width: 100%;
  text-indent: -999rem;
  margin: 0.5rem 0 0.25rem;
}

.lp-intro__photos {
  display: grid;
  margin: 1rem auto -22.5rem;
  max-width: 25rem;
  align-items: center;
}
@media (min-width: 48em) {
  .lp-intro__photos {
    position: relative;
    max-width: 100%;
  }
}
.lp-intro__photos img {
  border: 0.5rem solid white;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
  display: block;
}
@media (min-width: 48em) {
  .lp-intro__photos img {
    border-width: 0.625rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }
}
.lp-intro__photos img:first-child {
  rotate: -1deg;
  width: 90%;
  margin-bottom: -2.5rem;
}
@media (min-width: 48em) {
  .lp-intro__photos img:first-child {
    position: absolute;
    left: 45%;
    top: 1.25rem;
    margin-bottom: 0;
    width: 55%;
  }
}
.lp-intro__photos img:last-child {
  rotate: 1deg;
  width: 90%;
  margin-left: 1.25rem;
}
@media (min-width: 48em) {
  .lp-intro__photos img:last-child {
    position: absolute;
    width: 50%;
    top: 2.5rem;
  }
}

.lp-care-examples {
  background-color: #015d7c;
  color: white;
  margin: -3.75rem -1.875rem 3.75rem;
}
@media (min-width: 48em) {
  .lp-care-examples {
    margin-bottom: 5rem;
  }
}

.lp-care-examples__inner {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  max-width: 70rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-care-examples__inner {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-care-examples__inner {
    padding: 6.25rem 3.75rem 7.5rem;
  }
}
.lp-care-examples__inner h3 {
  color: #dfd8cb;
  line-height: 1.25;
  max-width: 23.75rem;
  margin: 0 auto 1.875rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-care-examples__inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 32.5rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-care-examples__inner h3 {
    font-size: 30px;
    font-size: 1.875rem;
    max-width: 40.5rem;
  }
}

.lp-care-example-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 3.75rem;
}
@media (min-width: 60em) {
  .lp-care-example-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.5rem;
  }
}

.lp-care-example {
  text-align: center;
}
@media (min-width: 60em) {
  .lp-care-example {
    display: flex;
    flex-direction: column;
  }
}

.lp-care-example__photo {
  border: 0.5rem solid white;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.15);
  margin: 0 auto 1.25rem;
  max-width: 15rem;
}
@media (min-width: 60em) {
  .lp-care-example__photo {
    max-width: 17.5rem;
  }
}
@media (min-width: 60em) {
  .lp-care-example:nth-child(2) .lp-care-example__photo {
    order: 2;
    margin-bottom: 0;
  }
}

.lp-care-example__content {
  margin: 0 auto;
  max-width: 16.25rem;
  transition: ease 1s all 0.5s;
}
@media (min-width: 60em) {
  .lp-care-example__content {
    max-width: 17.5rem;
  }
}

.lp-care-example__price {
  color: #dfd8cb;
  font-weight: bold;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
}

.lp-care-example__main {
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.15;
  margin-bottom: 0.625rem;
}

.lp-care-example__sub {
  color: #dfd8cb;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 60em) {
  .lp-care-example:nth-child(2) .lp-care-example__sub {
    margin-bottom: 1.875rem;
  }
}

.lp-care-packs {
  background-color: #272633;
  margin: 0 -1.875rem;
  padding: 10rem 1.875rem 7.5rem;
  position: relative;
  border-bottom: 0.1rem solid black;
}
@media (min-width: 48em) {
  .lp-care-packs {
    padding: 13.75rem 2.5rem 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-care-packs {
    padding: 15rem 3.75rem 7.5rem;
  }
}
.lp-care-packs::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  height: 3.75rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.lp-care-packs .field__prefix,
.lp-care-packs .field__suffix {
  color: black;
}
.lp-care-packs .donations {
  border-bottom: none;
  max-width: 30rem;
  margin: 0 auto;
}

.pack-types {
  color: white;
  list-style: none;
  margin: 0 auto 6.25rem;
  padding: 0;
  max-width: 27.5rem;
}
@media (min-width: 48em) {
  .pack-types {
    max-width: 60rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem;
  }
}

.pack-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .pack-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.pack-type:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .pack-type--uniqueneeds {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
}
@media (min-width: 60em) {
  .pack-type--uniqueneeds {
    grid-column: 3;
    display: block;
  }
}

.pack-type__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  color: #dfd8cb;
  margin: 0 0 0.875rem;
}
@media (min-width: 60em) {
  .pack-type__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.pack-type__title-price {
  background-color: #dfd8cb;
  color: #272633;
  display: inline-block;
  padding: 0.375rem 0.3125rem;
  position: relative;
  top: -0.1em;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin-left: 0.375rem;
}
@media (min-width: 60em) {
  .pack-type__title-price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pack-type__desc {
  padding-bottom: 1.25rem;
}
.pack-type__desc p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pack-type__desc h4 {
  margin: 1.25rem 0 -0.625rem;
}
.pack-type__desc ol,
.pack-type__desc ul {
  display: grid;
  gap: 0.625rem;
  margin: 1.25rem 0;
  padding: 0 0 0 1.25rem;
}
.pack-type__desc ol:last-child,
.pack-type__desc ul:last-child {
  margin-bottom: 0;
}

.pack-type__photos {
  max-width: 17.5rem;
  margin: 0 auto;
}

.pack-type__photos-inner {
  padding-top: 135%;
  margin-top: 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .pack-type__photos-inner {
    margin: 0 auto;
    max-width: 12.5rem;
    width: 100%;
    padding-top: 12.5rem;
  }
}
@media (min-width: 60em) {
  .pack-type__photos-inner {
    margin-top: 2.5rem;
    max-width: 100%;
    padding-top: 135%;
  }
}
@media (min-width: 72em) {
  .pack-type__photos-inner {
    padding-top: 85%;
  }
}
.pack-type__photos-inner img {
  position: absolute;
}
.pack-type__photos-inner img:nth-child(1) {
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .pack-type__photos-inner img:nth-child(1) {
    left: -5rem;
  }
}
@media (min-width: 60em) {
  .pack-type__photos-inner img:nth-child(1) {
    left: 0;
  }
}
@media (min-width: 72em) {
  .pack-type__photos-inner img:nth-child(1) {
    left: 5rem;
  }
}
.pack-type__photos-inner img:nth-child(2) {
  bottom: 0;
  rotate: 2deg;
  border: 0.625rem solid white;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
@media (min-width: 48em) {
  .pack-type__photos-inner img:nth-child(2) {
    left: 3.75rem;
  }
}
@media (min-width: 60em) {
  .pack-type__photos-inner img:nth-child(2) {
    left: 0;
  }
}
@media (min-width: 72em) {
  .pack-type__photos-inner img:nth-child(2) {
    bottom: -2.5rem;
    max-width: 130%;
    left: -7.5rem;
  }
}

.pack-type__field .product {
  margin-bottom: 0;
}
.pack-type__field .product__name,
.pack-type__field .product__image,
.pack-type__field .product__desc {
  display: none;
}
.pack-type__field .product__qtys {
  border-top: 0.375rem solid rgba(0, 0, 0, 0.4);
}
.pack-type__field .qty {
  padding-left: 7.875rem;
}
.pack-type__field .qty__desc {
  line-height: 1;
  padding: 0.125rem 0;
}
.pack-type__field .qty__desc,
.pack-type__field .qty__name {
  color: #dfd8cb;
}
.pack-type__field .qty__price {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.pack-type__field .qty__price,
.pack-type__field .qty__desc {
  color: white;
}
@media (min-width: 48em) {
  .pack-type__field .field--donation {
    padding-bottom: 0;
  }
}
.pack-type__field .field--donation .field__input-wrapper {
  position: relative;
  left: 0;
}
.pack-type__field .field--donation .field__input-wrapper::before, .pack-type__field .field--donation .field__input-wrapper::after {
  color: black;
}
.pack-type__field .field--donation label {
  padding: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-size: 0.75rem;
}
.pack-type__field .field--donation label strong {
  color: #dfd8cb;
  padding-top: 0.125rem;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
}

.lp-donations__img {
  display: flex;
}
.lp-donations__img img {
  object-position: center;
  object-fit: cover;
}

.donations-wrapper {
  display: grid;
  gap: 1.25rem;
  margin: 0 auto 2.5rem;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .donations-wrapper {
    gap: 2.5rem;
    grid-template-columns: 1fr 25rem;
    max-width: 60rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 60em) {
  .donations-wrapper {
    grid-template-columns: 1fr 35rem;
    align-items: center;
  }
}

.donations {
  max-width: 50rem;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .donations {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 1.25rem;
  }
}

.field--donation {
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .field--donation {
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.field--donation:last-child {
  margin-bottom: 0;
}
.field--donation:last-child .field-recurring {
  display: none;
}

@media (min-width: 48em) {
  .field--donation label {
    padding-top: 0;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    padding-left: 1.25rem;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    padding-left: 10.5rem;
  }
}
@media (min-width: 48em) {
  .field--donation label strong {
    display: block;
  }
}

@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    position: relative;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    position: absolute;
  }
}

.field--donation-recurring label {
  top: 0;
}

@media (min-width: 72em) {
  .field--donation-recurring .field-recurring {
    padding-left: 2.5rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring {
    padding-top: 0.375rem;
    padding-left: 11.75rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring [type=checkbox] {
    left: 1.25rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring [type=checkbox] {
    left: 10.5rem;
    top: 0.375rem;
  }
}
@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: #dfd8cb;
}

.lp-your-country {
  padding: 1.875rem 1.25rem 0;
}

.products__ordersummary {
  color: white;
}
.products__ordersummary .title,
.products__ordersummary .ordersummary__item {
  border-bottom-color: #54526d;
}

.products__ordersummary-type {
  margin-bottom: 0;
}
.products__ordersummary-type .title {
  margin-bottom: 0;
}

.field--submit [type=submit],
.lp-continue-submit .button.button--processing {
  background: #dfd8cb;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.field--submit [type=submit]:hover,
.lp-continue-submit .button.button--processing:hover {
  background: #ccc0ab;
}

.field--free-check {
  display: none;
}