<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.fire-popup h1 {font-size: 60px; font-weight: 500; color: #000; margin: 0 0 20px 0;}
.fire-popup h4 {font-size: 20px; font-weight: 500; margin: 0 0 20px 0; color: #000;}
.fire-popup p {margin-bottom: 10px;}

.fire-popup {
  display: none;
  background-color: #fff;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
}

.fire-popup-content {
  display: table;
  max-width: 550px;
  text-align: center;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 7px;
  padding: 20px;
}

.fire-stripe {
  padding: 0;
}

.exit {
  color: gray;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 0;
}
  
.exit:hover {
  text-decoration: none;
  color: #6abd45;
}


.whatsapp-btn{
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 12px 22px;
  border-radius: 5px;
}

.whatsapp-btn:hover{
  text-decoration: none;
  background-color: #5c5c5c;
  color: #fff;
}
</pre></body></html>