.las-contact-form {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.las-contact-form .las-form {
  padding: 12px;
}
.las-contact-form__content {
  width: 100%;
}
.las-contact-form__form {
  width: 100%;
}
.las-contact-form__form .wpcf7-form-control-wrap {
  width: 100%;
}
.las-contact-form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background: #fdffeb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}
.las-contact-form__overlay-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.las-contact-form__overlay-content > * {
  opacity: 0;
  transform: translateY(20px);
}
.las-contact-form__overlay-content .las-contact-form__success-message {
  color: #29B298;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Play", Sans-serif;
}
.las-contact-form__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
  height: auto;
  width: 60%;
}
.las-contact-form__logo img {
  max-width: 140px;
  object-fit: contain;
  display: block;
  height: auto;
}
.las-contact-form__refresh-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  color: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Play", Sans-serif;
  font-size: 16px;
  line-height: 16px;
  border-radius: 65px 65px 65px 65px;
  padding: 20px 48px 20px 48px;
  transition: background-color 0.3s ease;
  background-color: #F0C05A;
  color: #fff;
}
.las-contact-form__refresh-btn i {
  margin-right: 8px;
}
.las-contact-form__refresh-btn:hover {
  background-color: #29B298;
}/*# sourceMappingURL=las-contact-form.css.map */