[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.2em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  transition: all 0.275s;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/icon_check_big.svg) center no-repeat;
  background-size: contain;
  top: -0.4em;
  left: 0.1em;
  width: 1.8em;
  height: 1.8em;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:after {
  color: #777;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(189, 186, 179, 0.5);
}

.site-header.site-header--minimal {
  background: #171b1a;
}
@media (min-width: 48em) {
  .site-header.site-header--minimal .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 90em) {
  .site-header.site-header--minimal .site-header__inner {
    display: grid;
    grid-template-columns: 1fr 43rem 43rem 1fr;
  }
}
@media (min-width: 90em) {
  .site-header.site-header--minimal .logo-main-wrap {
    grid-column: 2;
  }
}
@media (min-width: 48em) {
  .site-header.site-header--minimal .logo-main {
    margin-left: 0;
    margin-right: auto;
  }
}

.header-extra {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.625rem;
  padding: 1rem 0 0.625rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .header-extra {
    border-top: none;
    margin-top: 0;
    padding: 0 0.625rem;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
  }
}
.header-extra .header-extra__title {
  display: block;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 0.3125rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .header-extra .header-extra__title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    order: 2;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 1.875rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1.875rem;
  }
}
.header-extra .header-extra__title span {
  font-weight: normal;
}
.header-extra .header-extra__title-pers {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.275em;
}
@media (min-width: 60em) {
  .header-extra .header-extra__title-pers {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header-extra .header-extra__date span {
  color: #fe8268;
  font-weight: normal;
  letter-spacing: 0.25em;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
  }
}
.header-extra .header-extra__date em {
  display: block;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: none;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.lp {
  background: white center top no-repeat;
  background-attachment: fixed;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/bg_light.webp);
  background-size: auto 80vh;
  overflow: hidden;
  padding: 0 1.25rem 5rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp {
    background-size: 120% auto;
  }
}
@media (min-width: 90em) {
  .lp {
    background-size: 100rem auto;
  }
}

.lp-top {
  margin: 0 -1.875rem;
}

.lp-top__banner {
  background: #2f3635 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/header_mobile.webp?v=20240704) center 8rem no-repeat;
  background-size: 32rem auto;
  position: relative;
  padding-top: 32.5rem;
}
@media (min-width: 32em) {
  .lp-top__banner {
    background-position: center 4rem;
    background-size: 48rem auto;
    padding-top: 40rem;
  }
}
@media (min-width: 48em) {
  .lp-top__banner {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/header.webp?v=20240720);
    background-size: auto 100%;
    background-position: calc(50% - 5rem) center;
    padding-top: 30rem;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 54em) {
  .lp-top__banner {
    background-position: calc(50% - 7.5rem) center;
  }
}
@media (min-width: 60em) {
  .lp-top__banner {
    padding-top: 33.75rem;
  }
}
@media (min-width: 66em) {
  .lp-top__banner {
    background-position-x: calc(50% - 8rem);
    padding-top: 37.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__banner {
    padding-top: 40rem;
  }
}
@media (min-width: 84em) {
  .lp-top__banner {
    background-position-x: calc(50% - 8.75rem);
    padding-top: 45rem;
  }
}
.lp-top__banner::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, #2f3635, rgba(47, 54, 53, 0.8), rgba(47, 54, 53, 0));
  left: 0;
  right: 0;
  top: 8rem;
  height: 10rem;
}
@media (min-width: 32em) {
  .lp-top__banner::before {
    top: 4rem;
    background-image: linear-gradient(to bottom, #2f3635, rgba(47, 54, 53, 0.8), rgba(47, 54, 53, 0));
    height: 14rem;
  }
}
@media (min-width: 48em) {
  .lp-top__banner::before {
    display: none;
  }
}

@media (min-width: 24em) {
  .lp-top__photo {
    padding-top: 6.25rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photo {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-top__photo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top__photo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lp-title {
  color: white;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .lp-title {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    margin-top: -5rem;
    margin-left: 10rem;
    padding-top: 0;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-title {
    margin-left: 11.25rem;
    width: 28rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    margin-left: 12.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title {
    margin-top: -6rem;
    margin-left: 17.5rem;
    width: 40rem;
  }
}
@media (min-width: 84em) {
  .lp-title {
    margin-left: 20rem;
  }
}

.lp-title__main {
  position: relative;
}

.lp-title__main-join {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.4em;
  margin-bottom: 0.25em;
}
@media (min-width: 60em) {
  .lp-title__main-join {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-join {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.lp-title__main-prayer {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/text_prayer.svg) center top no-repeat;
  background-size: contain;
  height: 7rem;
  text-indent: -999rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 48em) {
  .lp-title__main-prayer {
    height: 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-prayer {
    height: 9rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-prayer {
    height: 11rem;
    margin-bottom: 0.75rem;
  }
}

.lp-title__main-global {
  background-color: #131311;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid white;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  padding: 0.2em 0.75em;
}
@media (min-width: 48em) {
  .lp-title__main-global {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-global {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-global {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-title__main-movement {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5em;
}
@media (min-width: 48em) {
  .lp-title__main-movement {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-movement {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-movement {
    font-size: 32px;
    font-size: 2rem;
  }
}

.lp-idop-title {
  display: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1.15;
  position: absolute;
  bottom: 2.5rem;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}
@media (min-width: 48em) {
  .lp-idop-title {
    display: block;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    padding-top: 1.25rem;
    margin-top: 5.875rem;
    margin-left: 10rem;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-idop-title {
    width: 28rem;
    margin-left: 11.25rem;
  }
}
@media (min-width: 60em) {
  .lp-idop-title {
    margin-left: 12.5rem;
    margin-top: 7.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title {
    margin-top: 8.25rem;
    margin-left: 17.5rem;
  }
}
@media (min-width: 84em) {
  .lp-idop-title {
    margin-left: 20rem;
  }
}

.lp-idop-title__date {
  position: absolute;
  top: -0.875rem;
  left: 0;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-idop-title__date {
    top: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title__date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-idop-title__date sup {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: normal;
}
@media (min-width: 60em) {
  .lp-idop-title__date sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title__date sup {
    position: relative;
    top: -0.3125rem;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.lp-idop-title__date::before, .lp-idop-title__date::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  flex: 1;
}

.lp-idop-title__idop {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.285em;
}
@media (min-width: 60em) {
  .lp-idop-title__idop {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-idop-title__pers {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.55em;
  position: relative;
  left: 0.1em;
}
@media (min-width: 60em) {
  .lp-idop-title__pers {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lp-top__cta {
  position: absolute;
  padding-top: 5rem;
  padding-bottom: 1.875rem;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(30, 35, 34, 0), rgba(30, 35, 34, 0.6), rgba(30, 35, 34, 0.8));
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .lp-top__cta {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    margin-top: 8.75rem;
    margin-left: 10rem;
    background: none;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-top__cta {
    width: 28rem;
    margin-left: 11.25rem;
  }
}
@media (min-width: 60em) {
  .lp-top__cta {
    margin-top: 11.25rem;
    margin-left: 12.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta {
    margin-top: 12.5rem;
    margin-left: 17.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top__cta {
    margin-left: 20rem;
  }
}
.lp-top__cta .button {
  background: #db593d;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .lp-top__cta .button {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta .button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.lp-top__cta .button:hover {
  background-color: #c14024;
}
.lp-top__cta .button:focus {
  outline-color: white;
}

@media (min-width: 48em) {
  .lp-top__what {
    margin-bottom: -1.25rem;
  }
}
.lp-top__what button {
  background: none;
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: none;
  font-weight: normal;
  text-decoration: underline;
}
.lp-top__what button:hover {
  text-decoration: none;
}
.lp-top__what button:focus {
  outline-color: white;
}

.lp-content {
  background: #443d36 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/bg_content.webp) center -5rem no-repeat;
  background-size: 115rem auto;
  color: white;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem 5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-content {
    padding: 6.25rem 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-content {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
.lp-content .title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-content .title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.lp-content-inner {
  position: relative;
  margin: 0 auto;
  max-width: 25.875rem;
}
@media (min-width: 48em) {
  .lp-content-inner {
    max-width: 38.75rem;
  }
}
@media (min-width: 72em) {
  .lp-content-inner {
    max-width: 87.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-content-inner {
    grid-template-columns: 1.5fr 1fr;
  }
}

.lp-video {
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-video {
    padding-bottom: 0;
  }
}
.lp-video .title strong {
  padding-top: 0.25rem;
  display: block;
  text-transform: none;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0;
}

.lp-video-wrap {
  padding-top: 56.25%;
  position: relative;
  background-color: black;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 3.125rem;
}
@media (min-width: 48em) {
  .lp-video-wrap {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-video-wrap {
    margin-bottom: 3.75rem;
  }
}
.lp-video-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

@media (min-width: 72em) {
  .lp-video__desc {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-video__desc h2 {
  display: block;
  padding-top: 3.5rem;
  height: 0;
  margin-bottom: 1.25rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/text_youcangetinvolved.png) left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-video__desc h2 {
    padding-top: 4rem;
  }
}
@media (min-width: 72em) {
  .lp-video__desc h2 {
    padding-top: 4.5rem;
  }
}
.lp-video__desc h3 {
  color: #fe8268;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.lp-video__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.5rem 0;
}
.lp-video__imgs img {
  border: 0.375rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lp-video__imgs img:nth-child(1) {
  top: -1.25rem;
  left: 1.25rem;
  rotate: -2deg;
}
.lp-video__imgs img:nth-child(2) {
  rotate: 1deg;
}

.lp-free-resources {
  background-color: rgba(0, 0, 0, 0.375);
  border-radius: 0.375rem;
  padding: 1.875rem;
  max-width: 42.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-free-resources {
    margin-bottom: 0;
    padding: 3.125rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-free-resources {
    max-width: 87.5rem;
  }
}
.lp-free-resources .title {
  color: #fe8268;
  margin-bottom: 1.875rem;
  text-align: center;
  line-height: 1.35;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 90em) {
  .lp-free-resources .title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.free-offer {
  position: relative;
  padding: 0 0 1.25rem;
}
.free-offer [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.75rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
@media (min-width: 48em) {
  .free-offer [type=checkbox] {
    left: 1.5rem;
    top: 0.2rem;
  }
}
@media (min-width: 72em) {
  .free-offer [type=checkbox] {
    top: 0.375rem;
  }
}
.free-offer label {
  color: white;
  display: block;
  font-weight: normal;
}
.free-offer label em {
  color: white;
  display: inline-block;
  margin: 0;
}
.free-offer label strong {
  color: #ffedcd;
  display: block;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media (min-width: 72em) {
  .free-offer label strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.free-offer.free-offer--kit {
  padding-bottom: 0;
}

.free-offer__img {
  margin: 0 auto 1.25rem;
}
.free-offer--dvd .free-offer__img {
  max-width: 20rem;
  position: relative;
  left: 5%;
}
.free-offer--kit .free-offer__img {
  max-width: 30rem;
}

.free-offer__desc-included h3 {
  color: #ffedcd;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0.625rem 0 0;
}
.free-offer__desc-included .free-offer__desc-included-orderby {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0.875rem;
  display: block;
  opacity: 0.7;
}
.free-offer__desc-included ul {
  margin: 0;
  padding: 0 0 1.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .free-offer__desc-included ul {
    break-inside: avoid;
    columns: 2;
    column-gap: 2.5rem;
  }
}
.free-offer__desc-included ul li {
  break-inside: avoid;
  padding-bottom: 0.375rem;
}
.free-offer__desc-included .free-offer__view-more {
  text-align: center;
}
.free-offer__desc-included .free-offer__view-more .button {
  border: 2px solid #fe8268;
  color: #fe8268;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-size: 0.75rem;
  background: none;
}
.free-offer__desc-included .free-offer__view-more .button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.lp-about-idop {
  background: #ece8dd url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/bg_tan.webp) calc(50% + 10rem) top no-repeat;
  background-size: 50rem auto;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-about-idop {
    background-size: 100rem auto;
    padding: 7.5rem 3.75rem;
  }
}

.lp-about-idop__inner {
  margin: 0 auto;
  max-width: 30rem;
  display: grid;
  grid-template-rows: 25rem auto;
}
@media (min-width: 25.875em) {
  .lp-about-idop__inner {
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-about-idop__inner {
    max-width: 65rem;
    gap: 3.75rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-about-idop__inner {
    gap: 5rem;
  }
}

.lp-about-idop__imgs {
  margin: 0 auto;
  width: 100%;
  max-width: 22.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-about-idop__imgs {
    max-width: 100%;
  }
}

.lp-about-idop__img {
  border: 0.375rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.11);
  position: absolute;
  width: 70%;
}
.lp-about-idop__img:nth-child(1) {
  top: 0;
  right: 10%;
}
.lp-about-idop__img:nth-child(2) {
  top: 25%;
}
.lp-about-idop__img:nth-child(3) {
  top: 50%;
  right: 0;
}

.lp-about-idop__desc h2 {
  margin: 0 0 1.25rem;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.lp-about-idop__desc h2 strong {
  color: #009adc;
}
.lp-about-idop__desc p {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-about-idop__desc blockquote {
  border-top: 0.625rem solid #009adc;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  margin-bottom: 0;
}
.lp-about-idop__desc blockquote p {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: Georgia, serif;
  font-style: italic;
}
.lp-about-idop__desc blockquote cite {
  color: #db593d;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: right;
  font-style: normal;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.dialog-idop {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 4.375rem 1.25rem 0;
  width: 100%;
}
@media (min-width: 24em) {
  .dialog-idop {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-idop {
    max-width: 45rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.dialog-idop__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-idop__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-idop__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/icon_close.svg) center no-repeat;
  background-size: 70% auto;
  text-indent: -999rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .dialog-idop__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-idop__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-idop__desc {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.dialog-idop__verse {
  background-color: #db593d;
  padding: 1.875rem 1.25rem;
  margin: 0 -1.25rem;
}
@media (min-width: 24em) {
  .dialog-idop__verse {
    margin: 0 -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .dialog-idop__verse {
    margin: 0 -2.5rem;
    padding: 2.5rem;
  }
}
.dialog-idop__verse p {
  color: white;
}
.dialog-idop__verse cite {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lp-resources {
  padding: 7.5rem 0 0;
}
@media (min-width: 72em) {
  .lp-resources {
    padding: 8.75rem 0 0;
  }
}
.lp-resources h2 {
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
.lp-resources h2 strong {
  display: block;
  padding-top: 3.5rem;
  height: 0;
  margin-bottom: 1.25rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/text_resources.png) center top no-repeat;
  background-size: contain;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-resources h2 strong {
    padding-top: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-resources h2 strong {
    padding-top: 6.5rem;
  }
}
.lp-resources h2 span {
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
  margin: 0 auto;
  max-width: 20rem;
  display: block;
  line-height: 1.35;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 48em) {
  .lp-resources h2 span {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 40rem;
  }
}
@media (min-width: 60em) {
  .lp-resources h2 span {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 43.75rem;
  }
}

.lp .products {
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 1.25rem 0;
}
@media (min-width: 48em) {
  .lp .products {
    max-width: 30rem;
    padding: 1.25rem 1.25rem 7.5rem;
  }
}
@media (min-width: 48em) {
  .lp .products {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: 1fr 1fr;
    max-width: 70rem;
  }
}
@media (min-width: 72em) {
  .lp .products {
    grid-gap: 7.5rem;
  }
}
.lp .product {
  position: relative;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp .product {
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp .product {
    max-width: 30rem;
  }
}
.lp .product .product__fields .product {
  padding: 0;
  margin: 0;
}
.lp .product .product__fields .product__image,
.lp .product .product__fields .product__name,
.lp .product .product__fields .product__desc {
  display: none;
}
.lp .product__image {
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 1.25rem;
  margin: 0 -1.25rem;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__image {
    margin: 0 -2.5rem;
  }
}
@media (min-width: 84em) {
  .lp .product__image {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.lp .product__image img {
  display: block;
  height: 11rem;
  margin: 0 auto;
}
@media (min-width: 23.25em) {
  .lp .product__image img {
    height: 12.5rem;
  }
}
@media (min-width: 25.875em) {
  .lp .product__image img {
    height: 14.25rem;
  }
}
@media (min-width: 48em) {
  .lp .product__image img {
    height: 12rem;
  }
}
@media (min-width: 60em) {
  .lp .product__image img {
    height: 15rem;
  }
}
@media (min-width: 84em) {
  .lp .product__image img {
    height: 20rem;
  }
}
.lp .product__qtys {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp .product__name-main {
  color: #db593d;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__name-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp .product__desc {
  min-height: 0;
}
@media (min-width: 48em) {
  .lp .product__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp .product__content {
  position: relative;
}
.lp .product__content ul {
  margin: 0;
  padding: 0 0 0 1.875rem;
}
.lp .qty__name,
.lp .qty__name em {
  color: #db593d;
}
.lp .qty__price {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.lp .lp-continue-submit input,
.lp .button--processing {
  background: none;
  background-color: #db593d;
}
.lp .lp-continue-submit input:hover,
.lp .button--processing:hover {
  background-color: #c14024;
}

.product--out-of-stock .product__image img {
  opacity: 0.3;
}
.product--out-of-stock .product__image::before {
  content: "out of stock";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 10rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.lp-resources .title--minor {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #db593d;
}
.lp-resources label {
  color: #db593d;
}
.lp-resources .ordersummary__total .ordersummary__price,
.lp-resources .ordersummary .ordersummary__total td,
.lp-resources .product__info,
.lp-resources .product__info .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp-resources .cc-supported {
  background-color: #ffedcd;
}

.lp-order-by {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  max-width: 27.5rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 48em) {
  .lp-order-by {
    max-width: 70rem;
  }
}
.lp-order-by::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/icon_date.svg) left top no-repeat;
  background-size: cover;
  height: 2.5rem;
  opacity: 0.5;
  position: relative;
  top: -0.125rem;
  margin-right: 0.625rem;
  width: 2.5rem;
  flex-shrink: 0;
}

.donations {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .donations {
    margin-bottom: 5rem;
  }
}
.donations label {
  color: #5b5e63;
}
.donations label strong {
  color: #db593d;
}

.ordersummary .ordersummary__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ordersummary .ordersummary__total td span {
  color: #db593d;
}

.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #db593d;
}

.order-fields label,
.field--text .field__address2-link {
  color: #db593d;
}

.lp .products__content .cc-supported {
  background-color: rgba(255, 237, 205, 0.35);
}

.lp-for-my-church {
  margin: 0 auto 2.5rem;
  max-width: 24rem;
}
.lp-for-my-church [type=checkbox] {
  top: 0.3rem;
}

.lp-for-my-church__info {
  display: none;
  margin-bottom: 1.875rem;
}
.lp-for-my-church__info.is-showing {
  display: block;
}

.lp .field-recurring {
  padding-left: 10.25rem;
}
.lp .field-recurring [type=checkbox] + label:before {
  top: 0.05rem;
}
.lp .field-recurring [type=checkbox] + label:after {
  top: -0.3em;
}
.lp .field-recurring label {
  font-size: 11px;
  font-size: 0.6875rem;
}

.lp-resources [type=checkbox]:checked:focus + label:before,
.lp-resources [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(219, 89, 61, 0.5);
}

.site-main--idop2021com .title--minor {
  margin-bottom: 1.25rem;
}
.site-main--idop2021com .lp-yourinfo-fields {
  border-top: none;
}
@media (min-width: 48em) {
  .site-main--idop2021com .lp-yourinfo-fields {
    padding-top: 2.5rem;
  }
}
.site-main--idop2021com .lp-yourinfo-submit {
  margin: 0 auto;
  max-width: 32rem;
  padding-top: 0;
}
.site-main--idop2021com .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.lp--download-resources {
  background: none;
  padding-bottom: 5rem;
}

.lp-download-resources h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/text_resources_download.webp) center no-repeat;
  background-size: contain;
  height: 0;
  margin: 0 0 2.5rem;
  padding-top: 20%;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .lp-download-resources h1 {
    padding-top: 3.125rem;
  }
}
@media (min-width: 60em) {
  .lp-download-resources h1 {
    margin-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
}

.lp-download-resources__resources {
  background-color: white;
  margin: 0 -1.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 23.25em) {
  .lp-download-resources__resources {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-download-resources__resources {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.lp-download-resources__resources.is-hidden {
  display: none;
}

.resource-tabs__nav {
  border-bottom: 0.125rem solid #009adc;
  display: flex;
  justify-content: center;
  margin: 0 -0.625rem 1.25rem;
  padding: 0 0.625rem;
}
@media (min-width: 32em) {
  .resource-tabs__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 28.75rem;
  }
}
@media (min-width: 48em) {
  .resource-tabs__nav {
    max-width: 35rem;
  }
}
@media (min-width: 60em) {
  .resource-tabs__nav {
    max-width: 80rem;
    margin-bottom: 2.5rem;
  }
}

.resource-tabs__tab {
  box-shadow: none;
  border-radius: 0.375rem 0.375rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.resource-tabs__tab[aria-selected=true] {
  background: #009adc;
}
.resource-tabs__tab[aria-selected=false] {
  background: transparent;
  color: #009adc;
}
.resource-tabs__tab[disabled] {
  color: #999;
}
.resource-tabs__tab em {
  font-weight: normal;
  color: #999;
  letter-spacing: 0;
  text-transform: none;
}

.resource-tabs__section.is-hidden {
  display: none;
}

.resource-tabs__coming-soon {
  font-style: italic;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media (min-width: 48em) {
  .resource-tabs__coming-soon {
    padding: 7.5rem 5rem;
  }
}

.lp-download-resources__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  margin: 2.5rem 0;
}
@media (min-width: 60em) {
  .lp-download-resources__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-download-resources__resources-show {
  background-color: white;
  text-align: center;
  margin: 0 -1.25rem;
  padding: 0 1.25rem 10rem;
}
@media (min-width: 23.25em) {
  .lp-download-resources__resources-show {
    margin: 0 -1.875rem;
  }
}
.lp-download-resources__resources-show button {
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  border: 2px solid #009adc;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #009adc;
}
.lp-download-resources__resources-show button:hover {
  background-color: rgba(0, 154, 220, 0.2);
}

.lp-video-downloads {
  border: 2px solid #009adc;
  border-radius: 0.375rem;
  padding: 1.25rem;
  margin: 1.875rem auto 1rem;
  max-width: 25rem;
}
@media (min-width: 48em) {
  .lp-video-downloads {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 35rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 48em) {
  .resource-tabs__section--es .lp-video-downloads {
    max-width: 45rem;
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
}
.lp-video-downloads h3 {
  background-color: white;
  width: 13.75rem;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin: -1.65rem auto 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  left: 0.75rem;
}
.resource-tabs__section--es .lp-video-downloads h3 {
  width: 10rem;
}
@media (min-width: 24em) {
  .resource-tabs__section--es .lp-video-downloads h3 {
    width: 16.25rem;
  }
}
.lp-video-downloads h3::before {
  background: #009adc url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/icon_download.svg) center 0.375rem no-repeat;
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  border-radius: 50%;
}
.lp-video-downloads ul {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .lp-video-downloads ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-video-downloads li {
  padding-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .lp-video-downloads li:first-child {
    grid-column: 1/3;
  }
}
@media (min-width: 48em) {
  .resource-tabs__section--en .lp-video-downloads li:nth-child(2) {
    grid-column: 1/3;
  }
}
.lp-video-downloads li:last-child {
  padding-bottom: 0;
}
.lp-video-downloads a {
  color: #009adc;
}

.resource-list {
  list-style: none;
  padding: 0.625em 0 0;
  max-width: 80rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 48em) {
  .resource-list {
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-gap: 5rem;
  }
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .resource {
    padding-bottom: 0;
  }
}
.resource.resource--video {
  max-width: 25rem;
}
@media (min-width: 48em) {
  .resource.resource--video {
    padding-bottom: 5rem;
  }
}

.resource__img {
  margin: 0 auto 1rem;
  max-width: 15rem;
}
@media (min-width: 60em) {
  .resource__img {
    max-width: 25rem;
  }
}
.resource--video .resource__img {
  max-width: none;
  margin: 0 -0.625rem 1.25rem;
}
@media (min-width: 48em) {
  .resource--video .resource__img {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 60em) {
  .resource--video .resource__img {
    margin-left: -10rem;
    margin-right: -10rem;
    margin-bottom: 1.875rem;
  }
}
.resource--video .resource__img img {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.15);
}

.resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.resource__title-featured {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-style: italic;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}

.resource__description {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.65;
  margin-top: -0.625rem;
  padding-bottom: 1.875rem;
}
.resource__description p:last-of-type {
  padding-bottom: 0;
}

.resource__note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  padding-top: 1rem;
}

.resource__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 5px 18px rgba(0, 0, 0, 0.1);
  background: #009adc;
}
.resource__button span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.resource__button:hover {
  background: #0076a9;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP1_idop/icon_download.svg) center center no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -12px;
}
.resource__button::after {
  background-color: black;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  left: 2.625rem;
  top: 10%;
  opacity: 0.5;
}

.resource__download-count {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}