.lp-sponsor {
  padding: 0.875rem 1.875rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-sponsor {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto 1fr;
    margin: 0 auto -1.25rem;
    max-width: 41.875rem;
    padding: 2.5rem 1.25rem 0;
  }
}
@media (min-width: 84em) {
  .lp-sponsor {
    margin-bottom: -2.5rem;
  }
}

.lp-sponsor__img {
  max-width: 13.75rem;
  margin: 0 auto 0.375rem;
}
@media (min-width: 60em) {
  .lp-sponsor__img {
    margin: 0;
  }
}

.lp-sponsor__inner {
  border-top: 1px solid #ddd;
  text-align: center;
  padding-top: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .lp-sponsor__inner {
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
    border-top: none;
    padding: 0 0 0 1.875rem;
  }
}

.lp .button {
  background: #8f4a41;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.25rem;
}
@media (min-width: 60em) {
  .lp .button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
.lp .button:hover {
  background: #6c3831;
}
.lp .button--up,
.lp .button--down {
  padding-left: 3rem;
  position: relative;
}
.lp .button--up::before,
.lp .button--down::before {
  content: "";
  position: absolute;
  left: 0.575rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP10_malachichallenge/icon_arrow_up.svg) center no-repeat;
  background-size: 1.375rem;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp .button--down::before {
  rotate: 180deg;
  transform-origin: center top;
}
.lp .button--light {
  background-color: #f4ebe1;
  color: rgba(0, 0, 0, 0.75);
}
.lp .button--light:hover {
  background: #e6d2bc;
}
.lp .button--up.button--light::before {
  background-color: rgba(143, 74, 65, 0.75);
}

.lp-top {
  position: relative;
}
@media (min-width: 60em) {
  .lp-top {
    padding: 3.75rem 3.75rem 0;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    padding: 5rem 5rem 0;
  }
}

@media (min-width: 60em) {
  .lp-top__inner-wrap {
    margin: 0 auto;
    max-width: 85rem;
  }
}

.lp-top__inner {
  background: #dad4d3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP10_malachichallenge/photo_top.webp) center top no-repeat;
  background-size: 100% auto;
  display: grid;
}
@media (min-width: 60em) {
  .lp-top__inner {
    background-size: cover;
    padding-top: 66.25%;
    position: relative;
  }
}

.lp-top__desc {
  background: #dad4d3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP10_malachichallenge/bg_top.webp) center no-repeat;
  background-size: cover;
  margin-top: 65%;
  position: relative;
  padding: 2.5rem;
}
@media (min-width: 60em) {
  .lp-top__desc {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    left: -2.5%;
    padding: 2.25rem 1.875rem;
    box-shadow: 0 18px 84px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.075);
  }
}
@media (min-width: 72em) {
  .lp-top__desc {
    width: 40%;
    padding: 3.125rem;
  }
}
@media (min-width: 90em) {
  .lp-top__desc {
    left: -3.125rem;
  }
}
.lp-top__desc p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-top__desc p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-top__desc-inner {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-top__desc-inner {
    max-width: 100%;
  }
}
.lp-top__desc-inner p:last-child {
  padding-bottom: 0;
}

.lp-title {
  margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
  .lp-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-title {
    margin-bottom: 1.875rem;
  }
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP10_malachichallenge/title.webp) left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  height: 6.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 60em) {
  .lp-title strong {
    height: 0;
    padding-top: 36%;
  }
}
.lp-title span {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lp-intro {
  background: #222 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP10_malachichallenge/bg_intro.webp) center no-repeat;
  background-size: cover;
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0.7);
  padding: 5rem 2.5rem 7.5rem;
  color: white;
}
@media (min-width: 60em) {
  .lp-intro {
    padding: 5rem 5rem 7.5rem;
  }
}

.lp-intro__inner {
  margin: 0 auto;
  max-width: 45rem;
  gap: 3.75rem;
  display: grid;
}
@media (min-width: 60em) {
  .lp-intro__inner {
    grid-template-columns: 1fr 1fr;
    max-width: 85rem;
  }
}
@media (min-width: 72em) {
  .lp-intro__inner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 84em) {
  .lp-intro__inner {
    padding: 5rem;
  }
}
.lp-intro__inner p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-intro__inner p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-intro__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: 1;
  gap: 1.25rem;
}
@media (min-width: 60em) {
  .lp-intro__photos {
    gap: 2.5rem;
  }
}

@media (min-width: 60em) {
  .lp-intro__photo {
    display: flex;
  }
}
.lp-intro__photo img {
  object-fit: cover;
}
@media (min-width: 60em) {
  .lp-intro__photo img {
    height: 100%;
  }
}

.lp-intro__content strong {
  color: #edcd6c;
}

.lp-counter-wrap {
  max-width: 60rem;
  margin: -2.375rem 1.25rem;
}
@media (min-width: 60em) {
  .lp-counter-wrap {
    max-width: 60rem;
    margin: -2.375rem auto;
  }
}

.lp-counter {
  display: none;
  background-color: #4c8189;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
  color: white;
  border-radius: 0.25rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
}
@media (min-width: 25.875em) {
  .lp-counter {
    margin-left: auto;
    margin-right: auto;
  }
}
.lp-counter.is-showing {
  display: block;
}

.lp-counter__goal-bar-wrap {
  display: grid;
  grid-gap: 0.625rem;
}
@media (min-width: 23.25em) {
  .lp-counter__goal-bar-wrap {
    grid-template-columns: 1fr auto;
    line-height: 1;
    align-items: center;
  }
}
@media (min-width: 48em) {
  .lp-counter__goal-bar-wrap {
    grid-gap: 1rem;
  }
}

.lp-counter__goal-bars {
  background-color: #151413;
  border: 0.4rem solid #151413;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.lp-counter__goal-bar {
  height: 0.75rem;
  position: relative;
}
.lp-counter__goal-bar:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid #151413;
}

.lp-counter__goal-bar-inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 0;
  background-color: #edcd6c;
  transition: all 1.5s ease;
}

.lp-counter__current,
.lp-counter__goal {
  line-height: 1;
  text-align: center;
}
.lp-counter__current strong,
.lp-counter__goal strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.lp-counter__current span,
.lp-counter__goal span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-map {
  background-color: #fbf7f4;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 72em) {
  .lp-map {
    padding: 7.5rem 5rem 7.5rem;
  }
}

.lp-map__inner {
  max-width: 85rem;
}
@media (min-width: 72em) {
  .lp-map__inner {
    margin: 0 auto;
  }
}

.lp-map__desc {
  max-width: 53.75rem;
  margin: 0 auto 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 48em) {
  .lp-map__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-map__wrap {
  margin-bottom: 1.875rem;
}
@media (min-width: 72em) {
  .lp-map__wrap {
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.15);
    border: 0.125rem solid #dbd0ba;
    border-radius: 0.25rem;
  }
}

.lp-map__figure {
  background-color: #f4ece1;
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__figure {
    overflow: hidden;
  }
}

.lp-map__embed {
  padding-top: 62.0220588%;
  position: relative;
}
.lp-map__embed svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-map__embed svg [data-country-name] {
  transition: all 0.6s ease;
}
.lp-map__embed svg [data-level-class=is-level-dangerous].is-hovered {
  fill: #8b6c37;
}
.lp-map__embed svg [data-level-class=is-level-illegal].is-hovered {
  fill: #733b34;
}
.lp-map__embed svg [data-level-class=is-level-covert].is-hovered {
  fill: #5e5a55;
}

.lp-map__legend {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -1.875rem;
  position: relative;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 25.875em) {
  .lp-map__legend {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-map__legend {
    margin-top: 0;
    bottom: 1.875rem;
    display: flex;
    left: 50%;
    width: 95%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media (min-width: 60em) {
  .lp-map__legend {
    width: 90%;
  }
}
@media (min-width: 72em) {
  .lp-map__legend {
    width: 80%;
    max-width: 54rem;
  }
}

.lp-map__legend-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  margin: 0 0.625rem 0.625rem;
  padding-left: 1.875rem;
  line-height: 1;
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__legend-box {
    margin: 0 0.625rem;
  }
}
.lp-map__legend-box:last-child {
  margin-bottom: 0;
}
.lp-map__legend-box::before {
  content: "";
  align-self: stretch;
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 50%;
  height: 1rem;
  margin-top: -0.5rem;
}

.lp-map__legend-box--dangerous::before {
  background-color: #a88343;
}

.lp-map__legend-box--illegal::before {
  background-color: #8f4a41;
}

.lp-map__legend-box--covert::before {
  background-color: #736f68;
}

.map-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
}

.map-hover__country {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #8f4a41;
}
.is-level-dangerous .map-hover__country {
  color: #a88343;
}
.is-level-illegal .map-hover__country {
  color: #8f4a41;
}
.is-level-covert .map-hover__country {
  color: #736f68;
}

.map-hover__level {
  font-style: italic;
}

.lp-map__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #8f4a41;
  font-style: italic;
  font-family: "freight-text-pro", serif;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-map__title {
    padding: 3.875rem 3.125rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-map__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .lp-map__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.lp-map__cta {
  text-align: center;
}

.lp-give {
  background-color: #253a3e;
  color: white;
  padding: 7.5rem 1.875rem 6.25rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-give {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}

.lp-give__inner {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

.lp-give__intro {
  margin: 0 auto 1.875rem;
  max-width: 50rem;
  text-align: center;
}

.lp-give__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #edcd6c;
  margin: 0 auto 1.25rem;
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-give__title {
    max-width: 23rem;
  }
}
@media (min-width: 48em) {
  .lp-give__title {
    max-width: 32rem;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 54em) {
  .lp-give__title {
    max-width: none;
  }
}
@media (min-width: 84em) {
  .lp-give__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.give-options {
  list-style: none;
  margin: 0 -0.625rem 1.875rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
}
@media (min-width: 25.875em) {
  .give-options {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 30em) {
  .give-options {
    max-width: 30rem;
    margin: 0 auto 2.5rem;
  }
}
@media (min-width: 48em) {
  .give-options {
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .give-options__item {
    flex-grow: 1;
    min-width: 8rem;
    width: 30%;
  }
}
@media (min-width: 25.875rem) {
  .give-options__item {
    min-width: 8rem;
    margin: 0 -0.125rem;
  }
}
@media (min-width: 36em) {
  .give-options__item {
    margin: 0.125rem;
  }
}
@media (min-width: 54em) {
  .give-options__item {
    max-width: 8rem;
    margin: 0;
  }
}

.give-options__radio {
  position: absolute;
  left: -999rem;
}
.give-options__radio:checked + .give-options__button {
  color: white;
  background-color: #4c8189;
}
.give-options__radio:checked + .give-options__button .give-options__num,
.give-options__radio:checked + .give-options__button .give-options__amount {
  color: white;
}
.give-options__radio:checked + .give-options__button .give-options__choose {
  background-color: white;
  color: #4c8189;
}
.give-options__radio:focus + label {
  outline: 2px solid #f4ebe1;
}

.give-options__button {
  border-radius: 0.375rem;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: #5b5e63;
  line-height: 1;
  overflow: hidden;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}

.give-options__num {
  display: block;
  color: #4c8189;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0.3125rem;
  margin-left: -0.125rem;
}

.give-options__label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.35rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.give-options__amount {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.give-options__amount strong {
  font-style: normal;
  font-weight: bold;
}

.give-options__choose {
  background-color: #4c8189;
  border-radius: 0.375rem;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin: 0 -0.625rem -0.625rem;
  padding: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}

.field--donation {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 37.5rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
@media (min-width: 60em) {
  .field--donation {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .field--donation {
    padding-bottom: 5rem;
  }
}
.field--donation .field__input-wrapper {
  margin: 0 auto;
  position: relative;
  width: 8rem;
}
@media (min-width: 48em) {
  .field--donation .field__input-wrapper {
    display: inline-block;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    width: 10rem;
  }
}
.field--donation .field__input-wrapper .field__prefix,
.field--donation .field__input-wrapper .field__suffix {
  color: black;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix,
  .field--donation .field__input-wrapper .field__suffix {
    font-size: 20px;
    font-size: 1.25rem;
    top: 0.65rem;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix {
    left: 0.65em;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__suffix {
    left: 5.5em;
  }
}
.field--donation .field__input-wrapper input[type=text] {
  border-color: white;
  padding-left: 1.375rem;
  padding-right: 2.125em;
  max-width: 10rem;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper input[type=text] {
    border-radius: 0.375rem;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
    width: 100%;
  }
}
.field--donation label {
  color: white;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 48em) {
  .field--donation label {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0.3125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.field--donation .field-recurring {
  display: none;
}

.recur {
  max-width: 48rem;
  margin: -1.875rem auto 2.5rem;
  display: flex;
  justify-content: center;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 60em) {
  .recur {
    margin-top: -3.125rem;
  }
}
@media (min-width: 72em) {
  .recur {
    margin-top: -3.75rem;
    margin-bottom: 3.75rem;
  }
}
.recur [type=checkbox] {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .recur [type=checkbox] {
    left: 0;
  }
}
.recur .field-recurring {
  padding-left: 1.5rem;
}
.recur .field-recurring label {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.recur .field-recurring [type=checkbox] {
  top: 0.1rem;
}
.recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.field--text label,
.lp-your-country label,
.products__ordersummary-type .title {
  color: #4c8189;
}

.products__continue [type=submit],
.lp-continue-submit .button.button--processing {
  background: #4c8189;
  text-transform: none;
  letter-spacing: 0;
}
.products__continue [type=submit]:hover,
.lp-continue-submit .button.button--processing:hover {
  background: #3a6268;
}

.field--text label,
.lp-your-country label,
.products__ordersummary-type .title,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #f3dc99;
}

.products__ordersummary-type .title,
.ordersummary .ordersummary__item {
  border-bottom-color: #38585e;
}