.site-wrapper-outer {
  background: #ebe7dc url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP6_thomas/bg.jpg) center top no-repeat;
  background-size: 90rem auto;
}
@media (min-width: 90em) {
  .site-wrapper-outer {
    background-size: 100% auto;
  }
}

.lp {
  padding: 1.875rem 1.875rem 0;
}

.lp-thomas {
  margin: 0 auto 10rem;
  max-width: 32.5rem;
}
@media (min-width: 60em) {
  .lp-thomas {
    margin-bottom: 3.75rem;
    max-width: none;
    padding: 2.5rem;
  }
}
@media (min-width: 76em) {
  .lp-thomas {
    margin-bottom: 6.25rem;
    max-width: 76rem;
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

@media (min-width: 60em) {
  .lp-thomas__inner {
    display: grid;
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1.25fr;
  }
}
@media (min-width: 76em) {
  .lp-thomas__inner {
    grid-column-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
  }
}

.lp-photo {
  max-width: 20rem;
  margin: 0 auto 1.875rem;
}
@media (min-width: 60em) {
  .lp-photo {
    margin: -0.625rem 0 0 -2.5rem;
    max-width: none;
  }
}
@media (min-width: 76em) {
  .lp-photo {
    margin-top: -1.25rem;
  }
}
.lp-photo img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.15));
}
@media (min-width: 60em) {
  .lp-photo img {
    position: sticky;
    top: 1.25rem;
  }
}

.lp-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 0.625rem -0.625rem 1.875rem;
  text-align: center;
  position: relative;
}
@media (min-width: 30em) {
  .lp-title {
    margin: 1.25rem auto 1.875rem;
  }
}
@media (min-width: 48em) {
  .lp-title {
    margin-top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    margin: 0 0 3.125rem;
    grid-column: 1/3;
  }
}
.lp-title .lp-title-free {
  background-color: #662b29;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.6em;
  padding: 0.375rem 0.625rem;
}
@media (min-width: 23.25em) {
  .lp-title .lp-title-free {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 25.875em) {
  .lp-title .lp-title-free {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 60em) {
  .lp-title .lp-title-free {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0.7em;
  }
}
@media (min-width: 76em) {
  .lp-title .lp-title-free {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-title .lp-title-main {
  color: #9c423f;
  display: block;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  line-height: 0.95;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  font-weight: 500;
}
@media (min-width: 24em) {
  .lp-title .lp-title-main {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
@media (min-width: 60em) {
  .lp-title .lp-title-main {
    font-size: 56px;
    font-size: 3.5rem;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 76em) {
  .lp-title .lp-title-main {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 84em) {
  .lp-title .lp-title-main {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.lp-title .lp-title-main em {
  font-style: normal;
}
.lp-title .lp-title-with {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  opacity: 0.65;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .lp-title .lp-title-with {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .lp-title .lp-title-with {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lp-thomas-form {
  border-top: 0.25rem solid rgba(0, 0, 0, 0.15);
  padding: 3.75rem 0 0;
}
.lp-thomas-form [type=submit] {
  background: #9c423f;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-size: 1.125rem;
  flex: 1;
  padding: 0.625rem 1.875rem;
}

.lp-thomas-form-title {
  color: #9c423f;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}
@media (min-width: 32em) {
  .lp-thomas-form-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-content {
  margin-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .lp-content {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.lp-summary {
  margin-bottom: 1.25rem;
}

.lp-summary__cta {
  text-align: center;
  border-top: 0.25rem solid rgba(0, 0, 0, 0.15);
  margin-top: 1.25rem;
  padding: 1.25rem 0 0;
}
@media (min-width: 36em) {
  .lp-summary__cta {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
  }
}

.lp-summary__cta-photo {
  max-width: 10rem;
  margin: 0 auto -1rem;
}
@media (min-width: 36em) {
  .lp-summary__cta-photo {
    margin: -3.125rem 0;
  }
}

.lp-summary__cta-links span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.lp-summary__cta-links .button {
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: none;
  color: #9c423f;
  background: transparent;
  border: 2px solid #9c423f;
}
.lp-summary__cta-links .button:hover {
  background: rgba(156, 66, 63, 0.2);
}

.lp-courageous-form {
  background-color: #ddd5c3;
  margin: 0 -1.875rem;
  padding: 0 1.875rem 7.5rem;
}

.lp-courageous-form__inner {
  margin: 0 auto;
  max-width: 32.5rem;
}
@media (min-width: 60em) {
  .lp-courageous-form__inner {
    max-width: none;
    padding: 5rem 2.5rem 0;
    display: grid;
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 76em) {
  .lp-courageous-form__inner {
    max-width: 76rem;
    padding-top: 7.5rem;
    padding-bottom: 0;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3.75rem;
  }
}

.lp-courageous-form__photo {
  max-width: 20rem;
  margin: 0 auto -8.25rem;
  position: relative;
  top: -6.25rem;
}
@media (min-width: 60em) {
  .lp-courageous-form__photo {
    top: 0;
    margin: -2.5rem -3.75rem 0 -1.25rem;
    max-width: none;
    order: 2;
  }
}
@media (min-width: 76em) {
  .lp-courageous-form__photo {
    margin: -4.375rem -5rem 0 -2.5rem;
  }
}
@media (min-width: 60em) {
  .lp-courageous-form__photo img {
    position: sticky;
    top: 1.25rem;
  }
}

.lp-give__title {
  color: #9c423f;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.5;
  margin: 2.5rem 0 1.875rem;
}
@media (min-width: 60em) {
  .lp-give__title {
    margin-top: 0;
  }
}
.lp-give__title strong {
  background-color: #662b29;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.6em;
  padding: 0.375rem 0.625rem;
}
@media (min-width: 23.25em) {
  .lp-give__title strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 25.875em) {
  .lp-give__title strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 60em) {
  .lp-give__title strong {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0.7em;
  }
}
@media (min-width: 72em) {
  .lp-give__title strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.lp-give__title span {
  color: #9c423f;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
@media (min-width: 60em) {
  .lp-give__title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 76em) {
  .lp-give__title span {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.lp-give__title span em {
  font-style: normal;
}

@media (min-width: 60em) {
  .lp-give__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-give__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.give-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.625rem;
  list-style: none;
  margin: 0 -0.625rem 0.625rem;
  padding: 0;
}
@media (min-width: 60em) {
  .give-options {
    margin-left: 0;
    margin-right: 0;
  }
}
.give-options li {
  display: flex;
  justify-content: center;
}
.give-options label {
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #9c423f;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1);
  border: 2px solid #9c423f;
  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) {
  .give-options label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.give-options label:hover {
  background-color: rgba(156, 66, 63, 0.75);
  border-color: rgba(156, 66, 63, 0.75);
  color: white;
  cursor: pointer;
}
.give-options input:checked + label {
  background-color: #9c423f;
  color: white;
}
.give-options input {
  position: absolute;
  left: -999em;
}

.field--free-check {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field--donation {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin: 0 -0.625rem 1.875rem;
}
@media (min-width: 60em) {
  .field--donation {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}
.field--donation label {
  padding: 0;
}
@media (min-width: 60em) {
  .field--donation label {
    margin-bottom: 0;
    padding-top: 0.625rem;
    padding-right: 0.625rem;
  }
}
.field--donation .field__input-wrapper {
  padding-bottom: 0;
  position: relative;
  left: 0;
}
.field--donation .field-recurring {
  display: none;
}

.recur {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 60em) {
  .recur {
    justify-content: center;
  }
}
@media (min-width: 72em) {
  .recur {
    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.375rem;
}
.recur .field-recurring label {
  color: #5b5e63;
  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.175rem;
}
.recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.products__ordersummary-type .title,
.ordersummary .ordersummary__item {
  border-bottom-color: #c3bcab;
}

.ordersummary .ordersummary__total .ordersummary__total-label,
.lp-your-country label {
  color: #9c423f;
}