.footer-form.rrsg {
  display: flex;
  padding: 2.25rem 0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  width: 100%;
  background-color: #dbdcde;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
}
.footer-form.rrsg button:focus-visible,
.footer-form.rrsg .btn:focus-visible,
.footer-form.rrsg .form-control:focus-visible,
.footer-form.rrsg input:focus-visible,
.footer-form.rrsg a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.footer-form.rrsg button:focus,
.footer-form.rrsg .btn:focus,
.footer-form.rrsg .form-control:focus,
.footer-form.rrsg input:focus,
.footer-form.rrsg a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.footer-form.rrsg .the-cls-btn {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
}
.footer-form.rrsg .the-cls-btn .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 3rem;
}
.footer-form.rrsg .the-cls-btn .btn-close svg {
  display: block;
  width: 1.75em;
  height: 1.75em;
  fill: #000;
}
.footer-form.rrsg.fixed-bottom {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 0.5s;
}

.wrap {
  margin: 0 auto;
  padding-right: 0.75em;
  padding-left: 0.75em;
  max-width: 87.75em;
  width: 100%;
}
.wrap .da-content .the-title {
  color: #000;
}
.wrap .da-content span.omerto {
  color: #000;
}
.wrap input.form-front {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000;
  padding: 16px 20px;
  font-size: 15px;
  text-align: left;
  font-family: soleil, sans-serif;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 0.1px;
  text-transform: none;
  width: 100%;
}
.wrap input.form-front :focus {
  border: 2px solid #000;
}
.wrap button.submit-me {
  color: #ffffff;
  width: 100%;
  border: 2px solid #000000;
  display: inline-block;
  padding: 16px 20px;
  font-size: 15px;
  background: #000000;
  text-align: center;
  font-family: soleil, sans-serif;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 0px;
  letter-spacing: 0.1px;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .wrap {
    padding: 1.5rem 0rem;
  }
  .wrap .the-title {
    font-size: 1.25rem;
  }
  .wrap .da-content span.omerto {
    font-size: 0.8rem;
    display: table;
    line-height: 1.5;
  }
  .wrap button.submit-me {
    font-size: 0.8rem;
  }
  .wrap input.form-front {
    font-size: 0.8rem;
    text-align: center;
  }
}/*# sourceMappingURL=rrsg.css.map */