/*
######## ##     ## #### ########    #### ##    ## ######## ######## ##    ## ########
##        ##   ##   ##     ##        ##  ###   ##    ##    ##       ###   ##    ##
##         ## ##    ##     ##        ##  ####  ##    ##    ##       ####  ##    ##
######      ###     ##     ##        ##  ## ## ##    ##    ######   ## ## ##    ##
##         ## ##    ##     ##        ##  ##  ####    ##    ##       ##  ####    ##
##        ##   ##   ##     ##        ##  ##   ###    ##    ##       ##   ###    ##
######## ##     ## ####    ##       #### ##    ##    ##    ######## ##    ##    ##
*/
#exit-intent-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#exit-intent-container .btn.btn-primary {
  color: #042b35;
  background-color: #dde4e7;
  height: 2.3rem;
  line-height: 2.3rem;
}

#exit-intent-container .btn.btn-action {
  color: #042b35;
  background-color: #FFE450;
  height: 2.3rem;
  line-height: 2.3rem;
}

#exit-intent-container #exit-intent {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: calc(50% - 470px/2);
  border-radius: 10px;
  top: 200px;
  width: 470px;
  background-color: #009ec7;
  padding: 30px 20px 20px;
  color: #fff;
}

#exit-intent-container #exit-intent h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}
/*# sourceMappingURL=exit-intent-style.css.map */