@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/Content/fonts/merriweather-v33-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/Content/fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/Content/fonts/inter-v20-latin-700.woff2") format("woff2");
}
.reveal-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}

.reveal-modal,
.home-popup {
  visibility: hidden;
  position: absolute;
  top: 50px !important;
  left: 50%;
  margin-top: -5px;
  max-width: 100%;
  background: url(/Content/images/textures/light-cross-texture.png);
  z-index: 999999999;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-align: left;
  color: #444;
}

.reveal-modal {
  width: 600px;
  margin-left: -330px;
}

.home-popup {
  width: 1000px;
  margin-left: -500px;
}
.home-popup .reveal-modal-inside {
  background: #fff;
  padding: 0;
  display: flex;
}
.home-popup .reveal-modal-inside .left {
  padding: 40px;
  flex-basis: 40%;
  background-size: cover;
  position: relative;
}
.home-popup .reveal-modal-inside .left span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  text-shadow: 0 0 8px rgb(0, 0, 0);
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
}
.home-popup .reveal-modal-inside .right {
  padding: 40px;
  display: flex;
  flex-basis: 60%;
  flex-direction: column;
  text-align: center;
}
.home-popup .reveal-modal-inside .right h2 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.home-popup .reveal-modal-inside .right h2 strong {
  font-size: 48px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .home-popup {
    top: 50px !important;
    margin-left: 5%;
    margin-top: 0;
    width: 90%;
    max-width: 90%;
    left: auto;
    box-sizing: border-box;
  }
  .home-popup .reveal-modal-inside .right h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .home-popup .reveal-modal-inside .right h2 strong {
    font-size: 30px;
    line-height: 1.1em;
  }
}
@media (max-width: 768px) {
  .home-popup .reveal-modal-inside .right {
    padding: 20px;
  }
  .home-popup .reveal-modal-inside .right h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home-popup .reveal-modal-inside .right h2 strong {
    font-size: 20px;
  }
}
@media (max-width: 481px) {
  .home-popup .reveal-modal-inside {
    flex-direction: column;
  }
  .home-popup .reveal-modal-inside .left {
    padding: 80px;
  }
}

.reveal-modal .button {
  margin-bottom: 15px;
}

.reveal-modal span {
  font-size: 16px;
  font-weight: bold;
}

.reveal-modal span span {
  font-weight: normal;
}

.reveal-modal-inside {
  background: #fff;
  padding: 15px;
}
.reveal-modal-inside h2 {
  font-size: 20px;
  font-weight: bold;
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 22px;
  right: 21px;
  font-size: 26px;
  line-height: 0.5;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
}

.reveal-modal .close-reveal-modal img {
  border: none;
  width: auto;
}

.reveal-modal .error,
.reveal-modal .error a {
  color: #FA700A;
}

.reveal-modal table {
  padding: 20px 0;
}

.reveal-modal .medium img {
  width: auto;
}

/*# sourceMappingURL=reveal-modal.css.map */
