.realestate-newsletter {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px 22px 18px;
  font-family: "Inter-Regular", sans-serif!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.realestate-newsletter__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f7f8;
  border-radius: 10px;
  z-index: 0;
}
.realestate-newsletter__stick {
  position: absolute;
  top: 1px;
  left: 21px;
  width: 100px;
  height: 4px;
  border-radius: 17px;
  background: linear-gradient(89deg, #ffbd5a 0%, #fe9010 100%);
  z-index: 1;
}
.realestate-newsletter__title {
  position: relative;
  margin: 8px 0 5px;
  font-family: "Inter-Bold", sans-serif!important;
  font-size: 18px!important;
  line-height: 1.2;
  color: #2a83bf;
  z-index: 1;
}
.realestate-newsletter__text {
  position: relative;
  margin: 0 0 8px;
  font-size: 14px!important;
  line-height: 1.35;
  color: #555555;
  z-index: 1;
}
.realestate-newsletter__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
.realestate-newsletter__form div {
  margin-left: auto;
}
.realestate-newsletter__input {
  width: 100%;
  height: 40px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background: #ffffff!important;
  font-size: 12px!important;
  color: #555555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.realestate-newsletter__input::placeholder {
  color: #c4c4c4;
}
.realestate-newsletter__input:focus {
  outline: 2px solid #2a83bf;
  outline-offset: 0;
  border-color: #2a83bf;
}
.realestate-newsletter__submit {
  width: 100px;
  height: 30px;
  padding: 0 !important;
  font-size: 12px!important;
  font-family: "Inter-SemiBold", sans-serif!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
