.lp {
  background-color: #100e0d;
  color: white;
  overflow: hidden;
  position: relative;
  color: #292929;
  background-color: white;
}

.lp-main {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 0 1.875rem 5rem;
}
@media (min-width: 48em) {
  .lp-main {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-main {
    max-width: none;
  }
}

.lp-main__top {
  font-size: 18px;
  font-size: 1.125rem;
  background: #100e0d center no-repeat;
  background-size: 30rem auto;
  margin: 0 -1.875rem 2.5rem;
  padding: 1.875rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 15rem;
}
@media (min-width: 24em) {
  .lp-main__top {
    background-size: 27rem;
    background-position: 3rem center;
  }
}
@media (min-width: 32em) {
  .lp-main__top {
    background-size: 30rem auto;
    background-position: center;
  }
}
@media (min-width: 48em) {
  .lp-main__top {
    background-size: 45rem auto;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    padding: 3.75rem;
    min-height: 22.5rem;
  }
}
@media (min-width: 60em) {
  .lp-main__top {
    background-size: 52.5rem auto;
    min-height: 27.5rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-main__top {
    background-size: 60rem auto;
    background-position: center -2.5rem;
    margin-bottom: 5rem;
    min-height: 30rem;
  }
}
.no-webp .lp-main__top {
  background-image: url(../jpg/header-2.jpg);
}
.webp .lp-main__top {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/header.webp);
}
.lp-main__top::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  right: 40%;
  bottom: 0;
  top: 0;
}

@media (min-width: 60em) {
  .lp-main__top-inner {
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
  }
}
.lp-main__top-inner h1 {
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
  color: #9acefc;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.lp-main__top-inner h1 span {
  color: white;
  display: block;
  line-height: 1.1;
  font-weight: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 21px;
  font-size: 1.3125rem;
  max-width: 12rem;
  width: 100%;
}
@media (min-width: 24em) {
  .lp-main__top-inner h1 span {
    max-width: 15rem;
  }
}
@media (min-width: 48em) {
  .lp-main__top-inner h1 span {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 20rem;
  }
}
@media (min-width: 60em) {
  .lp-main__top-inner h1 span {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media (min-width: 72em) {
  .lp-main__top-inner h1 span {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: 0.15em;
    max-width: 25rem;
  }
}
.lp-main__top-inner h1 strong {
  background: linear-gradient(white, #9acefc);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  -webkit-text-fill-color: transparent;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
}
@media (min-width: 24em) {
  .lp-main__top-inner h1 strong {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (min-width: 48em) {
  .lp-main__top-inner h1 strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (min-width: 60em) {
  .lp-main__top-inner h1 strong {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media (min-width: 72em) {
  .lp-main__top-inner h1 strong {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media (min-width: 84em) {
  .lp-main__top-inner h1 strong {
    font-size: 138px;
    font-size: 8.625rem;
  }
}

.lp-main__content {
  padding: 0 1.875rem 3.75rem;
}
@media (min-width: 60em) {
  .lp-main__content {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 42.5rem;
    margin: 0 auto;
    padding: 0 3.75rem 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp--videos .lp-main__content {
    max-width: 80rem;
  }
}
.lp-main__content p span {
  font-style: italic;
  font-family: Georgia, serif;
  color: #3c7da9;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.25rem;
}
@media (min-width: 60em) {
  .lp-main__content p span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-main__content p:last-child {
  padding-bottom: 0;
}
.lp-main__content h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-main__content h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-main__form {
  margin: 0 -1.875rem 2.5rem;
}
@media (min-width: 32em) {
  .lp-main__form {
    border-radius: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}
@media (min-width: 48em) {
  .lp-main__form {
    max-width: none;
  }
}
@media (min-width: 60em) {
  .lp-main__form {
    max-width: 35rem;
    transform: translateX(-10rem);
    position: relative;
  }
}
@media (min-width: 84em) {
  .lp-main__form {
    transform: translateX(-20rem);
  }
}
.lp-main__form h2 {
  margin: 0 0 1.25rem;
  letter-spacing: 0.15em;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
}
.lp-main__form .lp-yourinfo-fields {
  border-top: none;
  padding-top: 0;
}
.lp-main__form .lp-yourinfo-fields__fields {
  padding-top: 0;
}

.lp-form {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 2.5rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-form {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .lp-form {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.lp-request-dvd {
  max-width: 25rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 48em) {
  .lp-request-dvd {
    margin-bottom: 5rem;
  }
}
@media (min-width: 60em) {
  .lp-request-dvd {
    transform: translateX(-10rem);
  }
}
@media (min-width: 84em) {
  .lp-request-dvd {
    transform: translateX(-20rem);
  }
}
.lp-request-dvd a {
  color: #3c7da9;
}

.lp-collage-mobile {
  display: grid;
  grid-gap: 0.125rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0.625rem -2.5rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-collage-mobile {
    display: none;
  }
}
.lp-collage-mobile div {
  padding-top: 100%;
  background-size: 105%;
  background-position: center;
}
.no-webp .lp-collage-mobile div:nth-child(1) {
  background-image: url(../jpg/photo_victoria.jpg);
}
.webp .lp-collage-mobile div:nth-child(1) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_victoria.webp);
}
.no-webp .lp-collage-mobile div:nth-child(2) {
  background-image: url(../jpg/photo_padina.jpg);
}
.webp .lp-collage-mobile div:nth-child(2) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_padina.webp);
}
.no-webp .lp-collage-mobile div:nth-child(3) {
  background-image: url(../jpg/photo_wurmbrands.jpg);
}
.webp .lp-collage-mobile div:nth-child(3) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_wurmbrands.webp);
}
.no-webp .lp-collage-mobile div:nth-child(4) {
  background-image: url(../jpg/photo_suta.jpg);
}
.webp .lp-collage-mobile div:nth-child(4) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_suta.webp);
}
.no-webp .lp-collage-mobile div:nth-child(5) {
  background-image: url(../jpg/photo_sangchul.jpg);
}
.webp .lp-collage-mobile div:nth-child(5) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_sangchul.webp);
}
.no-webp .lp-collage-mobile div:nth-child(6) {
  background-image: url(../jpg/photo_boun.jpg);
}
.webp .lp-collage-mobile div:nth-child(6) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_boun.webp);
}
.no-webp .lp-collage-mobile div:nth-child(7) {
  background-image: url(../jpg/photo_hands.jpg);
}
.webp .lp-collage-mobile div:nth-child(7) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_hands.webp);
}
.no-webp .lp-collage-mobile div:nth-child(8) {
  background-image: url(../jpg/photo_fassal.jpg);
}
.webp .lp-collage-mobile div:nth-child(8) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_fassal.webp);
}

.lp-collage-desktop {
  display: none;
}
@media (min-width: 60em) {
  .lp-collage-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.125rem;
    position: absolute;
    top: 0;
    right: -20.125rem;
    width: 20rem;
  }
}
@media (min-width: 84em) {
  .lp-collage-desktop {
    grid-template-columns: repeat(4, 1fr);
    width: 40rem;
    right: -40.125rem;
  }
}
.lp-collage-desktop div {
  padding-top: 100%;
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 84em) {
  .lp-collage-desktop div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.no-webp .lp-collage-desktop div:nth-child(1) {
  background-image: url(../jpg/photo_padina.jpg);
}
.webp .lp-collage-desktop div:nth-child(1) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_padina.webp);
}
.no-webp .lp-collage-desktop div:nth-child(2) {
  background-image: url(../jpg/photo_victoria.jpg);
}
.webp .lp-collage-desktop div:nth-child(2) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_victoria.webp);
}
.no-webp .lp-collage-desktop div:nth-child(3) {
  background-image: url(../jpg/photo_wurmbrands.jpg);
}
.webp .lp-collage-desktop div:nth-child(3) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_wurmbrands.webp);
}
@media (min-width: 60em) {
  .lp-collage-desktop div:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2/4;
    padding-top: 75%;
    background-position-y: 20%;
  }
}
@media (min-width: 84em) {
  .lp-collage-desktop div:nth-child(3) {
    grid-column: 3/5;
    padding-top: 100%;
    background-position: center;
  }
}
.no-webp .lp-collage-desktop div:nth-child(4) {
  background-image: url(../jpg/photo_fassal.jpg);
}
.webp .lp-collage-desktop div:nth-child(4) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_fassal.webp);
}
@media (min-width: 84em) {
  .lp-collage-desktop div:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
}
.no-webp .lp-collage-desktop div:nth-child(5) {
  background-image: url(../jpg/photo_suta.jpg);
}
.webp .lp-collage-desktop div:nth-child(5) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_suta.webp);
}
.no-webp .lp-collage-desktop div:nth-child(6) {
  background-image: url(../jpg/photo_sangchul.jpg);
}
.webp .lp-collage-desktop div:nth-child(6) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_sangchul.webp);
}
@media (min-width: 60em) {
  .lp-collage-desktop div:nth-child(6) {
    grid-column: 1/3;
    padding-top: 75%;
    background-position-y: 20%;
    grid-row: 5;
  }
}
@media (min-width: 84em) {
  .lp-collage-desktop div:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
    padding-top: 100%;
  }
}
.no-webp .lp-collage-desktop div:nth-child(7) {
  background-image: url(../jpg/photo_boun.jpg);
}
.webp .lp-collage-desktop div:nth-child(7) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_boun.webp);
}
.no-webp .lp-collage-desktop div:nth-child(8) {
  background-image: url(../jpg/photo_hands.jpg);
}
.webp .lp-collage-desktop div:nth-child(8) {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/photo_hands.webp);
}
@media (min-width: 84em) {
  .lp-collage-desktop div:nth-child(8) {
    grid-column: 2/4;
    grid-row: 4/6;
  }
}

.lp-top {
  font-size: 18px;
  font-size: 1.125rem;
  background: #100e0d center no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heroicfaith/header.webp);
  background-size: 30rem auto;
  margin: 0 -1.875rem 2.5rem;
  padding: 1.875rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
}
@media (min-width: 24em) {
  .lp-top {
    background-size: 27rem;
    background-position: 3rem center;
  }
}
@media (min-width: 32em) {
  .lp-top {
    background-size: 30rem auto;
    background-position: center;
  }
}
@media (min-width: 48em) {
  .lp-top {
    background-size: 45rem auto;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    padding: 3.75rem;
    min-height: 22.5rem;
  }
}
.lp-top::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  right: 40%;
  bottom: 0;
  top: 0;
}

@media (min-width: 60em) {
  .lp-top__inner {
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
  }
}
.lp-top__inner h1 {
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
  color: #9acefc;
  display: block;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  background: linear-gradient(white, #9acefc);
  -webkit-background-clip: text;
          background-clip: text;
  display: block;
  -webkit-text-fill-color: transparent;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.6));
  font-weight: 600;
}
@media (min-width: 24em) {
  .lp-top__inner h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (min-width: 48em) {
  .lp-top__inner h1 {
    font-size: 102px;
    font-size: 6.375rem;
  }
}

.lp--video {
  background: #191919;
  overflow: hidden;
  position: relative;
}

.lp-video {
  padding: 3.125rem 1.875rem 1.25rem;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 48em) {
  .lp-video {
    padding: 5rem 5rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-video {
    padding: 6.25rem 5rem 5rem;
  }
}

.lp-video__title {
  text-align: center;
  margin: 0 0 1.875rem;
  line-height: 1;
}
.lp-video__title strong {
  color: #9acefc;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .lp-video__title strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-video__title strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-video__title span {
  color: white;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .lp-video__title span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lp-video__embed-wrap {
  margin: 0 -1.875rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-video__embed-wrap {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 2.5rem;
  }
}

.lp-video__embed {
  background-color: black;
  position: relative;
  padding-top: 56.25%;
}
.lp-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lp-discussion-button {
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 72em) {
  .lp-discussion-button {
    margin-bottom: 7.5rem;
  }
}
.lp-discussion-button .button {
  background: #3c7da9;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 60em) {
  .lp-discussion-button .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-discussion-button .button:hover {
  background: #2f6183;
}