.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.crown::before {
  content: url("/static/multisite/img/multisite/regional_sites_common/missing_spouse/crown-ico.4854dd295b5c.svg") !important;
  left: -4px !important;
}
.crown-mobile {
  font-size: 13px;
  line-height: 18px;
  font-family: Merriweather, sans-serif;
  color: #22242a;
  font-weight: 400;
}
.crown-mobile::before {
  margin-right: 8px;
}

.ls-custom-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ls-custom-radio label:first-child {
  flex-grow: 1;
  width: 100%;
}
.ls-custom-radio label:not(:first-child) {
  width: 50%;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.ls-custom-radio input[type=radio] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  visibility: visible;
  outline: none !important;
  transition: background-color, 0.3s ease-in-out;
  -webkit-appearance: none;
  margin: 0;
  border-radius: 3px;
}
.ls-custom-radio input[type=radio] + span {
  pointer-events: none;
  color: #000;
  z-index: 1;
  transition: color 0.2s ease-in-out;
}
.ls-custom-radio input[type=radio]:checked {
  background-color: #002868;
}
.ls-custom-radio input[type=radio]:checked + span {
  color: #fff;
}
.ls-custom-radio input[type=radio]::before, .ls-custom-radio input[type=radio]::after {
  content: none;
}
.ls-custom-radio.has-error input {
  border: 1px solid #BF0A30;
}
.ls-custom-radio.has-error .error-msg {
  color: #BF0A30;
}

.funnel-modal-missing-spouse .body-bg {
  background: url("/static/multisite/img/multisite/regional_sites_common/missing_spouse/modal-lg-bg.afff0fcffb74.png") no-repeat center/cover;
  padding: 50px 60px 26px 60px;
}
.funnel-modal-missing-spouse .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  opacity: 1;
  font-weight: 300;
  font-size: 2.5rem;
}
.funnel-modal-missing-spouse .h1 {
  font-family: Merriweather, sans-serif;
  font-size: 42px;
  line-height: 53px;
  font-weight: 900;
}
.funnel-modal-missing-spouse .mt-10 {
  margin-top: 10px;
}
.funnel-modal-missing-spouse .btn-wrap {
  max-width: 400px;
  width: 100%;
}
.funnel-modal-missing-spouse .btn-wrap .tx-btn {
  letter-spacing: 0.72px;
  padding-left: 1rem;
  padding-right: 2rem;
  min-height: 52px;
  height: auto;
}
.funnel-modal-missing-spouse .btn-wrap .tx-btn-arrow::after {
  content: "";
  background: url("/static/multisite/img/multisite/regional_sites_common/btn-arrow.80f947501ab6.svg") center/cover no-repeat;
  top: calc(50% - 9px);
  display: block;
  width: 10px;
  height: 18px;
}
.funnel-modal-missing-spouse .bg-review {
  background: url("/static/multisite/img/multisite/regional_sites_common/missing_spouse/modal-review-lg-bg.78b2ff951df1.png") no-repeat center/cover;
  padding: 72px 30px;
}
.funnel-modal-missing-spouse .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.funnel-modal-missing-spouse .swiper-pagination .swiper-pagination-bullet-active {
  background: #BF0A30;
}
.funnel-modal-missing-spouse .card {
  border-radius: 10px;
}
.funnel-modal-missing-spouse .card * {
  font-size: 18px;
}

.missing-spouse-modal-form small {
  line-height: 16px;
}
.missing-spouse-modal-form .date-input {
  position: relative;
}
.missing-spouse-modal-form .date-input .calendar-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;
}
.missing-spouse-modal-form .date-input input {
  min-height: 48px;
}
.missing-spouse-modal-form .btn {
  min-width: 240px !important;
}

@media (max-width: 991.98px) {
  .funnel-modal-missing-spouse .body-bg {
    background: #EBEBEB;
    padding: 24px 16px 16px 16px;
  }
  .funnel-modal-missing-spouse .body-bg-sm {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: -23px;
    overflow: hidden;
  }
  .funnel-modal-missing-spouse .body-bg-sm img {
    height: 126px;
    width: 100%;
    object-fit: cover;
  }
  .funnel-modal-missing-spouse .mt-10 {
    margin-top: 5px;
  }
  .funnel-modal-missing-spouse .close {
    color: #002868 !important;
  }
  .funnel-modal-missing-spouse .h1 {
    text-align: left;
    font-size: 28px;
    line-height: 35px;
  }
  .funnel-modal-missing-spouse .h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .funnel-modal-missing-spouse .pseudo-list p {
    font-size: 14px;
    line-height: 18px;
  }
  .funnel-modal-missing-spouse .btn-wrap {
    margin: 0 15px;
  }
  .funnel-modal-missing-spouse .swiper-slide {
    transition: opacity 0.3s;
  }
  .funnel-modal-missing-spouse .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
  }
}
@media (max-width: 767.98px) {
  .funnel-modal-missing-spouse .btn-wrap {
    min-width: calc(100% - 30px);
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .funnel-modal-missing-spouse .body-bg-sm img {
    height: 160px;
  }
  .funnel-modal-missing-spouse .btn-wrap .tx-btn {
    font-size: 12px;
    padding: 3px 18px 3px 3px;
    white-space: nowrap;
  }
  .funnel-modal-missing-spouse .btn-wrap .tx-btn-arrow::after {
    left: calc(100% - 15px);
  }

  .w-85-sm {
    width: 85% !important;
  }
}
@media (max-width: 374.98px) {
  .funnel-modal-missing-spouse .btn-wrap .tx-btn {
    white-space: normal;
    line-height: 1.6;
  }
}
@media (max-width: 319.98px) {
  .funnel-modal-missing-spouse .btn-wrap .tx-btn {
    padding: 3px 3px 3px 3px;
  }
}
@media (min-width: 576px) {
  .modal-xl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal-xl {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-xl {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1142px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-funnel .form .radio input[type=radio]::-ms-check {
    visibility: hidden;
  }
}
