.button,
[type=submit],
button {
  background: #569379;
  box-shadow: 0 6px 21px rgba(0, 0, 0, 0.2);
}
.button:hover,
[type=submit]:hover,
button:hover {
  background: #43735f;
}

.lp-share-band .share-band {
  background-color: #285274;
}

@media (min-width: 48em) {
  .hello-bar {
    flex: 1 0 100%;
  }
}
.hello-bar .hello-bar__inner {
  color: white;
  padding: 0 1.25rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .hello-bar .hello-bar__inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 84em) {
  .hello-bar .hello-bar__inner {
    margin-bottom: 0.5rem;
  }
}
.hello-bar .hello-bar__inner a {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline;
}
@media (min-width: 48em) {
  .hello-bar .hello-bar__inner a {
    color: #670001;
  }
}

.feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 1.5rem 1.875rem;
  color: white;
  background-color: #670001;
  max-width: 52.5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.375rem;
  margin: 0 auto 2.5rem;
}
.feedback a {
  color: white;
  text-decoration: underline;
}
.feedback a:hover {
  text-decoration: none;
}
.feedback h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}
.feedback ul {
  margin: 0;
  padding: 0 0 0 2rem;
}

.feedback--error {
  background-color: #670001;
}

.general-errors {
  position: relative;
  z-index: 1;
  background-color: #670001;
}
@media (min-width: 84em) {
  .general-errors {
    padding-top: 7.5rem;
  }
}
.general-errors a {
  color: #faf0d8;
  font-weight: bold;
}
.general-errors a:hover {
  color: white;
}
.general-errors ul {
  margin: 0;
}
.general-errors p:last-child {
  padding-bottom: 0;
}

.general-errors__inner {
  color: white;
  padding: 1.25rem;
  max-width: 27.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 36em) {
  .general-errors__inner {
    padding: 1.875rem 2.5rem;
  }
}

.general-errors__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-to-main:active, .skip-to-main:focus {
  background-color: #670001;
  color: white;
  border-radius: 0 0 0.625rem 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  z-index: 9999;
}

.ty-message {
  border-bottom: 0.125rem solid #182d3e;
  padding: 1.25rem;
}
.ty-message.is-hidden {
  display: none;
}

.ty-message__inner {
  background-color: white;
  color: #444;
  max-width: 46em;
  margin: 0 auto;
  padding: 1.25rem 0.625rem 0.625rem 2.5rem;
  border-radius: 0.375rem;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: tyMessageShow;
}
@media (min-width: 24em) {
  .ty-message__inner {
    padding-left: 3.75rem;
  }
}
@media (min-width: 48em) {
  .ty-message__inner {
    padding: 1.25rem 2.75rem 0.625rem 3.75rem;
  }
}
.ty-message__inner p {
  padding-bottom: 0.625rem;
}

@keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__icon {
  background-color: #569379;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -1.5rem;
  top: 1.25rem;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconShow;
}
@media (min-width: 24em) {
  .ty-message__icon {
    top: 0.625rem;
    left: 0;
  }
}

@keyframes tyMessageIconShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ty-message__icon-inner {
  background: transparent url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/icon_check.svg) center center no-repeat;
  background-size: 70% 70%;
  width: 3rem;
  height: 3rem;
  animation-delay: 1.75s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: tyMessageIconInnerShow;
}

@keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__title {
  color: #285274;
  margin: 0 0 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.ty-message__content a {
  color: #285274;
}

.top-error-wrap {
  padding: 1.25rem;
  max-width: 35rem;
  margin: 0 auto;
}

.top-error-wrap--global {
  max-width: none;
  background-color: black;
}
@media (min-width: 84em) {
  .top-error-wrap--global {
    padding-top: 7.5rem;
  }
}

.brought-lifeway {
  background-color: #182d3e;
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3;
  padding: 0.625rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 48em) {
  .brought-lifeway {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.brought-lifeway__inner {
  display: flex;
  align-items: center;
  text-align: right;
  max-width: 17rem;
}
@media (min-width: 48em) {
  .brought-lifeway__inner {
    max-width: none;
  }
}

.brought-lifeway__logo {
  background: url(../png/logo_lifeway.png) center no-repeat;
  background-size: contain;
  width: 7rem;
  height: 2rem;
  margin-left: 0.625rem;
  flex: 0 0 7rem;
  position: relative;
  text-indent: -999rem;
  text-align: left;
  top: 0.175rem;
}
@media (min-width: 48em) {
  .brought-lifeway__logo {
    flex-basis: 5rem;
    margin-left: 0.5rem;
    top: 0.1rem;
    width: 5rem;
  }
}

.home-hero {
  background: black url(../jpg/bg_header-3.jpg) center no-repeat;
  background-size: cover;
  padding: 2.5rem;
}

.home-hero__logo {
  background: url(../png/logo_vom.png) center no-repeat;
  background-size: contain;
  height: 0;
  opacity: 0.85;
  margin-bottom: 2.5rem;
  padding-top: 2rem;
  text-indent: -999rem;
}

.home-hero__title {
  margin: 0;
  position: relative;
  text-align: center;
  padding-bottom: 1.25rem;
}
.home-hero__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5rem;
  background: url(../png/hr_white.png) center no-repeat;
  background-size: contain;
  height: 1rem;
  width: 5rem;
}
@media (min-width: 72em) {
  .home-hero__title::before {
    margin-left: -3.5rem;
    width: 7rem;
  }
}
.home-hero__title span {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/text_virtualevent.svg) center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-indent: -999rem;
}
@media (min-width: 24em) {
  .home-hero__title span {
    padding-top: 0.75rem;
  }
}
@media (min-width: 48em) {
  .home-hero__title span {
    padding-top: 1rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 72em) {
  .home-hero__title span {
    padding-top: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.home-hero__title strong {
  background: url(../png/logo_heartsoffire.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 3.75rem;
  text-indent: -999rem;
}
@media (min-width: 24em) {
  .home-hero__title strong {
    padding-top: 4.75rem;
  }
}
@media (min-width: 48em) {
  .home-hero__title strong {
    padding-top: 7rem;
  }
}
@media (min-width: 72em) {
  .home-hero__title strong {
    padding-top: 11.25rem;
  }
}

.home-hero__nav {
  margin: 0 auto 3.75rem;
  padding-top: 2.5rem;
}

.home-hero__nav-title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.25em;
  font-weight: normal;
  margin: 0 0 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-hero__nav-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-hero__nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 48em) {
  .home-hero__nav-buttons {
    flex-direction: row;
    justify-content: center;
  }
}
.home-hero__nav-buttons .button {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-hero__details {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  margin: 0 -2.5rem -2.5rem;
  padding: 1.5rem;
}
@media (min-width: 60em) {
  .home-hero__details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0.625rem 0;
  }
}

.home-hero__details-ondemand {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 60em) {
  .home-hero__details-ondemand {
    padding: 0.625rem 0;
  }
}

.home-hero__details-date {
  letter-spacing: 0.3em;
  margin-bottom: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .home-hero__details-date {
    margin: 0;
  }
}
.home-hero__details-date button {
  background: none;
  text-decoration: underline;
}
.home-hero__details-date button:hover {
  text-decoration: none;
}

.lp-countdown {
  margin: 0 auto;
  max-width: 30rem;
}
@media (min-width: 60em) {
  .lp-countdown {
    margin: 0;
    padding: 0.5rem 0;
  }
}
.lp-countdown .countdown {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lp-countdown .countdown__num {
  font-size: 21px;
  font-size: 1.3125rem;
}
.lp-countdown .countdown__label {
  color: #f5ebc0;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: uppercase;
}
@media (min-width: 23.25em) {
  .lp-countdown .countdown__label {
    letter-spacing: 0.25em;
  }
}
.lp-countdown .countdown__item {
  flex-grow: 1;
}
@media (min-width: 48em) {
  .lp-countdown .countdown__item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 60em) {
  .lp-countdown .countdown__item {
    padding: 0 0.75rem;
  }
}
@media (min-width: 48em) {
  .lp-countdown .countdown__item:last-child {
    border-right: none;
  }
}
.home-speakers {
  background-color: #182d3e;
}

.home-speakers__main {
  margin: 0 auto;
  max-width: 18.75rem;
  padding: 1.25rem;
}
@media (min-width: 24em) {
  .home-speakers__main {
    max-width: 27.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 48em) {
  .home-speakers__main {
    grid-template-columns: repeat(4, 1fr);
    max-width: 72.5rem;
  }
}
@media (min-width: 84em) {
  .home-speakers__main {
    max-width: 80rem;
  }
}

.home-speaker {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  display: block;
  letter-spacing: 0;
  margin-bottom: 0.375rem;
  padding: 0.625rem;
  text-align: center;
  text-transform: none;
  width: 100%;
}
@media (min-width: 84em) {
  .home-speaker {
    padding: 1rem 1.5rem;
  }
}
.home-speaker:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.home-speaker__photo {
  transition: all 0.2s ease;
}
.home-speaker__photo img {
  border-radius: 50%;
  border: 0.375rem solid #f5ebc0;
  margin-bottom: 1.25rem;
}
.home-speaker:hover .home-speaker__photo {
  transform: scale(1.05);
}

.home-speaker__name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.15;
  text-transform: uppercase;
  max-width: 8rem;
  margin: 0 auto 0.25rem;
  transition: all 0.2s ease;
  letter-spacing: 0.1em;
}
@media (min-width: 72em) {
  .home-speaker__name {
    font-size: 21px;
    font-size: 1.3125rem;
    max-width: none;
  }
}
.home-speaker:hover .home-speaker__name {
  color: #b0ffdd;
}

.home-speaker__desc {
  color: #f5ebc0;
  transition: 0.2s ease all;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 72em) {
  .home-speaker__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-speakers__sub {
  background: #2b383a;
}

.home-music {
  background-color: black;
  border-radius: 0;
  width: 100%;
  text-align: left;
  line-height: 1;
  padding: 0;
  box-shadow: none;
}
.home-music:hover {
  background-color: black;
}
.home-music:hover .home-music__title::before,
.home-music:hover .home-music__title::after {
  transform: scale(1.05);
}

.home-music__title {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
  transition: all 0.2s ease;
  overflow: hidden;
}
@media (min-width: 48em) {
  .home-music__title {
    max-width: 48rem;
  }
}
@media (min-width: 60em) {
  .home-music__title {
    padding: 1.875rem 0;
    max-width: 60rem;
  }
}
@media (min-width: 24em) {
  .home-music__title::before, .home-music__title::after {
    transition: transform 0.2s ease;
    content: "";
    display: block;
    background-image: url(../jpg/speaker_christine_block.jpg);
    background-size: auto 100%;
    top: 0;
    left: calc(50% - 19rem);
    background-position: left center;
    position: absolute;
    height: 8rem;
    width: 13rem;
  }
}
@media (min-width: 25.875em) {
  .home-music__title::before, .home-music__title::after {
    left: calc(50% - 19.5rem);
  }
}
@media (min-width: 48em) {
  .home-music__title::before, .home-music__title::after {
    left: 0;
    height: 9rem;
    width: 15rem;
  }
}
@media (min-width: 60em) {
  .home-music__title::before, .home-music__title::after {
    height: 12rem;
    width: 20rem;
  }
}
.home-music__title::after {
  background-image: url(../jpg/speaker_michael_block.jpg);
  background-position: -1.5rem center;
  left: auto;
  right: calc(50% - 19rem);
}
@media (min-width: 25.875em) {
  .home-music__title::after {
    right: calc(50% - 19.5rem);
  }
}
@media (min-width: 48em) {
  .home-music__title::after {
    background-position: right center;
    right: 0;
  }
}
@media (min-width: 60em) {
  .home-music__title::after {
    right: 2.5rem;
  }
}

.home-music__title-inner {
  position: relative;
  z-index: 1;
}

.home-music__desc {
  color: #f5ebc0;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-music__desc {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 60em) {
  .home-music__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.home-music:hover .home-music__desc {
  color: white;
}

.home-music__name {
  background: url(../png/text_christine_michael.png) center top no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 3.5rem;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .home-music__name {
    padding-top: 4rem;
  }
}
@media (min-width: 60em) {
  .home-music__name {
    padding-top: 6.125rem;
  }
}

.home-event-info {
  margin: 0 auto;
  max-width: 60rem;
  padding: 5rem 2.5rem;
  display: grid;
  grid-gap: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .home-event-info {
    grid-gap: 5rem;
    grid-template-columns: 1fr 17.5rem;
  }
}
@media (min-width: 72em) {
  .home-event-info {
    padding-top: 6.25rem;
    align-items: center;
  }
}
.home-event-info::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5rem;
  background: url(../png/hr_blue.png) center no-repeat;
  background-size: contain;
  height: 1rem;
  width: 5rem;
}
@media (min-width: 72em) {
  .home-event-info::before {
    margin-left: -3.5rem;
    width: 7rem;
  }
}

.home-event-info__desc {
  font-size: 18px;
  font-size: 1.125rem;
}
.home-event-info__desc h2 {
  color: #569379;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}
.home-event-info__desc ul {
  margin: 0 0 1rem;
}
.home-event-info__desc li {
  margin-bottom: 0.625rem;
}

.home-event-info__schedule {
  margin: 0 auto;
  max-width: 20rem;
  width: 100%;
}
.home-event-info__schedule h3 {
  color: #285274;
  letter-spacing: 0.2em;
  margin: 0.125rem 0 1.25rem;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.home-event-info__schedule ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-event-info__schedule li {
  border-top: 1px solid #d0d6da;
  padding: 0.625rem 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
}
.home-event-info__schedule span {
  color: #569379;
  display: block;
  font-weight: bold;
}
.home-event-info__schedule strong {
  display: block;
  font-weight: normal;
}

.home-register {
  padding: 1.875rem;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.dialog-speaker,
.dialog-times {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
}
@media (min-width: 24em) {
  .dialog-speaker,
  .dialog-times {
    padding: 1.875rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-speaker,
  .dialog-times {
    max-width: 45rem;
    padding: 2.5rem;
  }
}

.dialog-speaker__inner {
  display: grid;
  grid-gap: 1.875rem;
}
@media (min-width: 48em) {
  .dialog-speaker__inner {
    grid-gap: 2.25rem;
    grid-template-columns: 15rem 1fr;
  }
}

.dialog-times__inner {
  width: 100%;
}

.dialog-speaker__close,
.dialog-times__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-speaker__close,
  .dialog-times__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-speaker__close button,
.dialog-times__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/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-speaker__close button,
  .dialog-times__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-speaker__close button:hover,
.dialog-times__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-speaker__img {
  margin: -1.25rem -1.25rem 0;
  overflow: hidden;
}
@media (min-width: 24em) {
  .dialog-speaker__img {
    margin: -1.875rem -1.875rem 0;
  }
}
@media (min-width: 48em) {
  .dialog-speaker__img {
    margin: 0 0 0 -2.5rem;
    height: auto;
  }
}
.dialog-speaker__img img {
  display: block;
  height: 15rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 48em) {
  .dialog-speaker__img img {
    height: auto;
  }
}

.dialog-speaker__img--second {
  margin-top: 1.25rem;
}
@media (min-width: 48em) {
  .dialog-speaker__img--second {
    margin-top: 0;
  }
}

.dialog-speaker__title,
.dialog-times__title {
  color: #285274;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.25;
  margin: -0.5rem 0 0.25rem;
}
@media (min-width: 48em) {
  .dialog-speaker__title,
  .dialog-times__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.dialog-speaker__sub {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  margin-bottom: 1rem;
}

.dialog-speaker__desc p:last-child,
.dialog-times__desc p:last-child {
  padding-bottom: 0;
}
.dialog-speaker__desc ol,
.dialog-times__desc ol {
  list-style: none;
  padding: 0;
}
.dialog-speaker__desc ol:last-child,
.dialog-times__desc ol:last-child {
  margin-bottom: 0;
}
.dialog-speaker__desc ol li,
.dialog-times__desc ol li {
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
}
.dialog-speaker__desc ol li:last-child,
.dialog-times__desc ol li:last-child {
  margin-bottom: 0;
}

.lp-register-individual,
.lp-register-church {
  margin: 0 auto;
  max-width: 60rem;
  padding: 2.5rem 0 3.75rem 0;
}
@media (min-width: 48em) {
  .lp-register-individual,
  .lp-register-church {
    padding-bottom: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-register-individual,
  .lp-register-church {
    padding-bottom: 7.5rem;
  }
}
.lp-register-individual h2,
.lp-register-church h2 {
  color: #285274;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.lp-register-individual label,
.lp-register-church label {
  color: #569379;
}
.lp-register-individual form,
.lp-register-church form {
  background-color: #f5f5ee;
  padding: 1.25rem;
  margin: 0 -1.875rem;
}
@media (min-width: 24em) {
  .lp-register-individual form,
  .lp-register-church form {
    padding: 1.875rem;
  }
}
@media (min-width: 25.875em) {
  .lp-register-individual form,
  .lp-register-church form {
    border-radius: 0.375rem;
    margin: 0 auto;
    max-width: 40rem;
  }
}
@media (min-width: 48em) {
  .lp-register-individual form,
  .lp-register-church form {
    padding: 2.5rem;
  }
}
.lp-register-individual .field__note,
.lp-register-church .field__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 0.625rem;
}
.lp-register-individual .title--minor,
.lp-register-church .title--minor {
  display: none;
}
.lp-register-individual .lp-yourinfo-fields,
.lp-register-church .lp-yourinfo-fields {
  padding-top: 0;
  border: none;
}
.lp-register-individual .lp-yourinfo-fields__fields,
.lp-register-church .lp-yourinfo-fields__fields {
  max-width: none;
}

.lp-register-individual__intro,
.lp-register-church__intro {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 2.5rem;
  max-width: 35rem;
  text-align: center;
}

.lp-register-international {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1.25rem;
  text-align: center;
}
.lp-register-international a {
  color: #285274;
}

@media (min-width: 72em) {
  .lp-register-church {
    padding-bottom: 2.5rem;
  }
}
.lp-register-church form h3 {
  color: #285274;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 2.5rem 0 1.25rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.lp-register-church form h3:first-of-type {
  margin-top: 0;
}

.lp-register-church__items {
  margin: 2.5rem 0;
}
@media (min-width: 72em) {
  .lp-register-church__items {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-gap: 2.5rem;
    align-items: start;
    margin: 2.5rem -5rem;
  }
}

@media (min-width: 72em) {
  .lp-register-church__info-boxes {
    order: 2;
  }
}

.lp-register-church__info-box {
  background-color: #285274;
  color: white;
  border-radius: 0.375rem;
  padding: 1.5rem 1.25rem;
  margin: 0 auto 2.5rem;
  max-width: 40rem;
}
@media (min-width: 72em) {
  .lp-register-church__info-box {
    padding: 2.25rem 1.875rem;
  }
}
.lp-register-church__info-box:last-child {
  margin-bottom: 0;
}
.lp-register-church__info-box *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.lp-register-church__info-box h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #f5ebc0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.lp-register-church__info-box ul {
  font-style: italic;
  margin: 0 0 1.875rem 1.875rem;
  padding: 0;
  list-style: disc;
  text-align: left;
}
.lp-register-church__info-box li {
  margin-bottom: 0.625rem;
}
.lp-register-church__info-box li em {
  font-style: normal;
}
.lp-register-church__info-box a {
  color: #f5ebc0;
}

.lp-for-my-church__info {
  display: none;
}
.lp-for-my-church__info.is-showing {
  display: block;
}

.lp-register-disclaimer {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
}

.watch .is-hidden {
  display: none;
}

.watch__inner {
  background-color: #111314;
  color: white;
  padding: 2.5rem 1.875rem;
  position: relative;
}
@media (min-width: 23.25em) {
  .watch__inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 48em) {
  .watch__inner {
    padding: 3.75rem;
  }
}
@media (min-width: 72em) {
  .watch__inner {
    padding: 5rem;
  }
}

.watch-player-link {
  padding: 2.5rem 0 0;
  text-align: center;
}
.watch-player-link a {
  color: #f5ebc0;
}

.watch__inner--countdown {
  background-image: url(../jpg/bg_header-3.jpg);
  background-position: center;
  background-size: cover;
}

.watch-countdown-logo {
  background: url(../png/logo_vom.png) center no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 2rem;
  text-indent: -999rem;
  margin-bottom: 1.25rem;
}

.watch-countdown {
  margin: 0 auto;
  max-width: 60rem;
  position: relative;
}
.watch-countdown h2 {
  text-transform: uppercase;
  color: #182d3e;
  font-weight: normal;
  margin: 0 0 1.25rem;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.watch-countdown .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding: 0.625rem 0.375rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
@supports (display: grid) {
  .watch-countdown .countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 23.4375em) {
  .watch-countdown .countdown {
    padding: 1rem 0.625rem 1.25rem;
  }
}
@media (min-width: 48em) {
  .watch-countdown .countdown {
    padding: 1.875rem;
  }
}
@media (min-width: 48em) {
  .watch-countdown .countdown.countdown--mini {
    padding: 1.25rem;
  }
}
.watch-countdown .countdown__num {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 23.4375em) {
  .watch-countdown .countdown__num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 25.875em) {
  .watch-countdown .countdown__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 48em) {
  .watch-countdown .countdown__num {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1;
    padding-bottom: 0.125em;
  }
}
@media (min-width: 72em) {
  .watch-countdown .countdown__num {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.countdown--mini .watch-countdown .countdown__num {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 23.4375em) {
  .countdown--mini .watch-countdown .countdown__num {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 25.875em) {
  .countdown--mini .watch-countdown .countdown__num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 48em) {
  .countdown--mini .watch-countdown .countdown__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 72em) {
  .countdown--mini .watch-countdown .countdown__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.watch-countdown .countdown__label {
  color: #f5ebc0;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: uppercase;
}
@media (min-width: 23.25em) {
  .watch-countdown .countdown__label {
    letter-spacing: 0.25em;
  }
}
@media (min-width: 25.875em) {
  .watch-countdown .countdown__label {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (min-width: 48em) {
  .watch-countdown .countdown__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 72em) {
  .watch-countdown .countdown__label {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.375em;
  }
}
@media (min-width: 48em) {
  .countdown--mini .watch-countdown .countdown__label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 72em) {
  .countdown--mini .watch-countdown .countdown__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.watch-countdown .countdown__item {
  flex-grow: 1;
}
@media (min-width: 48em) {
  .watch-countdown .countdown__item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
  }
}
@media (min-width: 48em) {
  .watch-countdown .countdown__item:last-child {
    border-right: none;
  }
}
.watch-player {
  background-color: black;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  max-width: 84rem;
}

.watch-player-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.watch-player-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.watch-offer {
  background-color: #182d3e;
  color: white;
  padding: 5rem 1.875rem 5rem;
}
@media (min-width: 60em) {
  .watch-offer {
    padding: 6.25rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .watch-offer {
    padding: 7.5rem 3.75rem;
  }
}

@media (min-width: 60em) {
  .watch-offer__top {
    margin: 0 auto;
    max-width: 60rem;
    padding-right: 18.75rem;
    position: relative;
  }
}
@media (min-width: 72em) {
  .watch-offer__top {
    padding-right: 16.875rem;
  }
}

@media (min-width: 60em) {
  .watch-offer__photo-1,
  .watch-offer__photo-2,
  .watch-offer__photo-3 {
    position: absolute;
    top: 0;
    right: 1.25rem;
    width: 15rem;
    height: 15rem;
    background: url(../png/photo_widow_1.png) center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 72em) {
  .watch-offer__photo-1,
  .watch-offer__photo-2,
  .watch-offer__photo-3 {
    top: -1.25rem;
  }
}

@media (min-width: 60em) {
  .watch-offer__photo-2 {
    background-image: url(../png/photo_widow_2.png);
    top: 8.375rem;
    right: -2.5rem;
  }
}

@media (min-width: 60em) {
  .watch-offer__photo-3 {
    background-image: url(../png/photo_widow_3.png);
    height: 12.5rem;
    width: 12.5rem;
    top: 15rem;
    right: 2rem;
  }
}

.watch-offer__title {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.watch-offer__title h2 {
  line-height: 1.25;
  margin: 0 auto 1.5rem;
  max-width: 60rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.watch-offer__title h2 strong {
  background: center no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  margin-bottom: 0.375rem;
  padding-top: 3.125rem;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .watch-offer__title h2 strong {
    padding-top: 3.75rem;
  }
}
@media (min-width: 48em) {
  .watch-offer__title h2 strong {
    padding-top: 6rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 72em) {
  .watch-offer__title h2 strong {
    padding-top: 7rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 84em) {
  .watch-offer__title h2 strong {
    padding-top: 8rem;
  }
}
.no-webp .watch-offer__title h2 strong {
  background-image: url(../png/title_supportwidows.png);
}
.webp .watch-offer__title h2 strong {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/title_supportwidows.webp);
}
.watch-offer__title h2 span {
  color: #f5ebc0;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.25em;
  margin-left: auto;
  margin-right: auto;
  max-width: 17.5rem;
}
@media (min-width: 48em) {
  .watch-offer__title h2 span {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.3em;
    max-width: 28rem;
    padding-left: 7.75rem;
  }
}
@media (min-width: 72em) {
  .watch-offer__title h2 span {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.3em;
    max-width: 31rem;
    padding-left: 8.375rem;
  }
}
@media (min-width: 84em) {
  .watch-offer__title h2 span {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.3em;
    max-width: 42rem;
    padding-left: 13rem;
    letter-spacing: 0.25em;
  }
}

.watch-offer__intro {
  margin: 0 auto 5rem;
  max-width: 45rem;
}
@media (min-width: 60em) {
  .watch-offer__intro {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.watch-offer__intro ul {
  margin: 0 0 1.25rem 1.875rem;
  padding: 0;
}
.watch-offer__intro li {
  margin: 0 0 0.3125rem;
}
.watch-offer__intro li strong {
  color: #f5ebc0;
}

.watch-offer-options {
  list-style: none;
  margin: 0 auto;
  max-width: 32.5rem;
  padding: 0;
}
@media (min-width: 48em) {
  .watch-offer-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
    margin-bottom: 2.5rem;
    max-width: 60rem;
  }
}
@media (min-width: 60em) {
  .watch-offer-options {
    margin-bottom: 3.125rem;
    grid-template-columns: 0.75fr 1fr;
    grid-gap: 2.5rem;
  }
}

.watch-offer-option {
  border: 2px solid rgba(245, 235, 192, 0.75);
  background-position: center;
  background-size: cover;
  max-width: 25rem;
  margin: 0 auto 2.5rem;
  padding: 2.5rem 1.875rem 1.875rem;
  position: relative;
  border-radius: 0.375rem;
  box-shadow: 0 12px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 48em) {
  .watch-offer-option {
    margin-bottom: 0;
    max-width: none;
  }
}
@media (min-width: 60em) {
  .watch-offer-option {
    padding-top: 1.875rem;
  }
}
@media (min-width: 66em) {
  .watch-offer-option {
    padding: 1.875rem 3.125rem 1.875rem;
  }
}
.watch-offer-option p {
  padding-bottom: 0;
}

.watch-offer-option__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  margin-left: -1.5rem;
  border-radius: 50%;
  background-color: #182d3e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}

.watch-offer-option__photo {
  margin: 0 -1.5rem 1rem;
}
@media (min-width: 48em) {
  .watch-offer-option__photo {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .watch-offer-option__photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 18rem;
  }
}
@media (min-width: 66em) {
  .watch-offer-option__photo {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 0.75rem;
    max-width: none;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 66em) {
  .watch-offer-option--2 .watch-offer-option__photo {
    margin-left: auto;
    margin-right: auto;
    max-width: 22.125rem;
  }
}

@media (min-width: 60em) {
  .watch-offer-option__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.watch-offer__cta {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 auto;
  max-width: 60rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .watch-offer__cta .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .watch-offer__cta .button {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.site-wrapper-outer .site-footer {
  background: white;
  padding: 0 1.875rem;
}
.site-wrapper-outer .site-footer__end {
  color: #444;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  max-width: 72.5rem;
  padding: 1.875rem 0 7.5rem;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.site-wrapper-outer .site-footer__end .copyright {
  padding-bottom: 0.3125rem;
}
.site-wrapper-outer .site-footer__end a {
  color: #444;
  font-weight: normal;
}

.privacy {
  padding: 3.75rem 1.875rem;
}

.privacy__title {
  background: url(../png/logo_heartsoffirea5b5.png) center no-repeat;
  background-size: contain;
  margin: 0 0 3.75rem;
  height: 5rem;
  text-indent: -999rem;
}

.privacy__content {
  max-width: 40rem;
  margin: 0 auto;
}
.privacy__content h1,
.privacy__content h2 {
  color: #569379;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-transform: uppercase;
}
.privacy__content h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 1.25em;
}
.privacy__content h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 2.5rem 0 1rem;
}
.privacy__content ul {
  margin: 0;
  padding: 0 0 1.25rem 1.25rem;
}
.privacy__content li {
  padding-bottom: 0.625rem;
}

.resources {
  padding: 3.75rem 1.875rem;
}

.resources__title {
  background: url(../png/logo_heartsoffire.png) center no-repeat;
  background-size: contain;
  margin: 0 0 3.75rem;
  height: 5rem;
  text-indent: -999rem;
}

.resources__content {
  max-width: 60rem;
  margin: 0 auto 5rem;
}
.resources__content h1 {
  text-align: center;
  color: #285274;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}

.resource-list {
  list-style: none;
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
  padding: 0;
  display: grid;
  grid-gap: 5rem;
}
@media (min-width: 48em) {
  .resource-list {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.resource__img {
  margin-bottom: 0.625rem;
}

.resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}

.privacy-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
}

.privacy-modal__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  background-size: cover;
  color: white;
  position: relative;
  width: 100%;
  max-width: 52.5rem;
  margin: 0 auto;
  padding: 1.875rem;
}
@media (min-width: 32em) {
  .privacy-modal__inner {
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 48em) {
  .privacy-modal__inner {
    padding: 1.875rem 2.5rem;
    width: 100%;
  }
}
@media (min-width: 60em) {
  .privacy-modal__inner {
    max-width: 56.25rem;
  }
}
@media (min-width: 72em) {
  .privacy-modal__inner {
    margin: 0;
    max-width: 66.25rem;
    display: grid;
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 1fr auto;
    grid-gap: 1.875rem;
    align-items: center;
  }
}

.privacy-modal__close {
  position: absolute;
  right: 0.625rem;
  top: -1.25rem;
  z-index: 1;
  background: #670001 url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/icon_close.svg) center no-repeat;
  border-radius: 50%;
  background-size: 1.75rem;
  box-shadow: none;
  padding: 0;
  height: 2.5rem;
  overflow: hidden;
  text-indent: -999rem;
  width: 2.5rem;
}
@media (min-width: 60em) {
  .privacy-modal__close {
    right: 50%;
    margin-right: -27.5rem;
  }
}
@media (min-width: 72em) {
  .privacy-modal__close {
    top: 50%;
    background-color: transparent;
    margin: -2rem 0 0;
    height: 4rem;
    width: 4rem;
    background-size: 2.5rem;
    right: 1.875rem;
  }
}
.privacy-modal__close:hover {
  background: rgba(255, 255, 255, 0.2) url(https://assets.persecution.com/public/graphics/lp_specific/es/lp_heartsevent/icon_close.svg) center no-repeat;
  background-size: 1.75rem;
}
@media (min-width: 72em) {
  .privacy-modal__close:hover {
    background-size: 2.5rem;
  }
}
.privacy-modal__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}

.privacy-modal__desc {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
@media (min-width: 60em) {
  .privacy-modal__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 72em) {
  .privacy-modal__desc {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.875rem 1.25rem 1.875rem 0;
  }
}
.privacy-modal__desc a {
  color: #f5ebc0;
}
.privacy-modal__desc p {
  padding-bottom: 1rem;
}
@media (min-width: 72em) {
  .privacy-modal__desc p {
    padding-bottom: 0;
  }
}

.privacy-modal__button {
  text-align: center;
}
.privacy-modal__button button {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .privacy-modal__button button {
    font-size: 16px;
    font-size: 1rem;
  }
}