@font-face {
  font-family: Conv_apercu-regular-webfont;
  src: url(../fonts/apercu-regular-webfont.eot);
  src: local(""), url(../fonts/apercu-regular-webfont.woff) format("woff"),
    url(../fonts/apercu-regular-webfont.ttf) format("truetype"),
    url(../fonts/apercu-regular-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_Apercu-Bold;
  src: url(../fonts/Apercu-Bold.eot);
  src: local(""), url(../fonts/Apercu-Bold.woff) format("woff"),
    url(../fonts/Apercu-Bold.ttf) format("truetype"),
    url(../fonts/Apercu-Bold.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_apercu-light;
  src: url(../fonts/apercu-light.eot);
  src: local(""), url(../fonts/apercu-light.woff) format("woff"),
    url(../fonts/apercu-light.ttf) format("truetype"),
    url(../fonts/apercu-light.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_apercu-medium;
  src: url(../fonts/apercu-medium.eot);
  src: local(""), url(../fonts/apercu-medium.woff) format("woff"),
    url(../fonts/apercu-medium.ttf) format("truetype"),
    url(../fonts/apercu-medium.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.exit-intent-popup,
.exit-intent-popup-scroll {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  /* background: rgba(33, 33, 33, 0.5); */
  background: rgba(250, 250, 250, 0.85);
  transform: translateY(60%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  padding: 0;
  /* border: 0; */
  font: inherit;
  line-height: normal !important;
}

.exit-intent-popup.visible,
.exit-intent-popup-scroll.visible {
  transform: translateY(0) scale(1);
}

.exit-intent-popup-left-ctnr a {
  color: #ff9300;
}

.wait-dont-go {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  color: #000;
  cursor: pointer;
}

.bold {
  font-weight: 900;
}

/* Popup-specific styles */
.wait-dont-go {
  background: #fff;
  /* padding: 10px; */
  border-radius: 10px;
  display: flex;
  font-family: Conv_apercu-light !important;
}

.close-pop {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 0.4;
  z-index: 9999;
  pointer-events: all;
  border-radius: 50%;
  align-items: center;
  text-align: center;
}

.close-pop p {
  color: #fff;
  opacity: 1;
  margin-left: 10px;
  margin-top: 5px;
}

.exit-intent-popup-left-ctnr {
  align-content: center;
  align-items: center;
  padding: 20px;
  display: inline-grid;
  width: 30%;
  width: 36%;
  text-align: center;
  font-size: 20px;
  color: #000;
}

a.exit-intent-popup-left-ctnr {
  color: #000 !important;
}

.exit-intent-popup-right-ctnr {
  width: 70%;
  background: url("../images/brett_and_mom_poster5.jpg");
  background-size: cover;
  background-position-x: center;
  min-width: 340px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.exit-intent-popup-right-ctnr img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.wait-dont-go-cta {
  margin: -8px 0px 8px 0px;
  padding: 10px 0px 10px 0px;
  border-style: dashed;
  border-width: 1px 0px 1px 0px;
  border-color: grey;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  color: #000;
}

a.wait-dont-go-cta:hover {
  color: #fd9326;
}

.click-here-btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #fd9326;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fd9326;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 12%);
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
}

a.click-here-btn {
  color: #fff;
}
a.click-here-btn:hover {
  color: #000;
}

.guarantee_img {
  filter: invert(1);
  width: 68%;
  margin: auto;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .exit-intent-popup-left-ctnr,
  .exit-intent-popup-right-ctnr {
    width: 50%;
    min-width: inherit;
  }

  .exit-intent-popup-right-ctnr {
    background-position-x: -320px;
  }
}

@media screen and (max-width: 736px) {
  .wait-dont-go {
    display: block;
  }
  .exit-intent-popup-left-ctnr,
  .exit-intent-popup-right-ctnr {
    width: 100%;
    min-width: inherit;
    display: list-item;
    list-style: none;
  }

  .exit-intent-popup-left-ctnr {
    width: 90% !important;
    margin-left: -5px;
  }

  .guarantee_img {
    width: 38%;
  }

  .exit-intent-popup-right-ctnr {
    height: 190px;
    background-position-x: center;
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (max-width: 425px) {
  .wait-dont-go {
    width: 75%;
  }
  .guarantee_img {
    width: 58%;
  }
}
