/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.banner-section {
  position: relative;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  padding: 30px 0px;
  background-color: #5857F9;
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 1025px) {
  .banner-section {
    padding: 50px 0px;
    min-height: auto;
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .banner-section {
    padding: 75px 0px;
  }
}
.banner-section picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.banner-section picture.desktop-img {
  z-index: 0;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .banner-section picture.desktop-img {
    display: block;
  }
}
.banner-section picture.mobile-img {
  z-index: 0;
}
.banner-section picture.mobile-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (min-width: 1025px) {
  .banner-section picture.mobile-img {
    display: none;
  }
}
.banner-section picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-section .container {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .banner-section .container {
    height: auto;
  }
}
.banner-section .banner-section-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .banner-section .banner-section-wrapper {
    justify-content: flex-end;
    height: auto;
  }
}
.banner-section .banner-section-wrapper .banner-form {
  position: relative;
  z-index: 1;
  margin-top: auto;
}
@media only screen and (min-width: 1025px) {
  .banner-section .banner-section-wrapper .banner-form {
    max-width: 583px;
    padding-top: 0;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form p {
  margin-bottom: 0;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field {
  margin-top: 15px;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field:nth-child(2) {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field {
    margin-top: 45px;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field,
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 8px 14px;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field,
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field,
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field,
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field,
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
    padding: 10px 18px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field::-moz-placeholder, .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field::-moz-placeholder {
  color: #888888;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .input-field::placeholder,
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field::placeholder {
  color: #888888;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .textarea-field {
  padding-top: 17px;
  height: 194px;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .wpcf7-not-valid-tip {
  margin-left: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .wpcf7-not-valid-tip {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .form-field .wpcf7-not-valid-tip {
    margin-left: 18px;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper {
  position: relative;
  margin: 20px auto 0;
  max-width: 514px;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn {
  width: 100%;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 1.19;
  font-weight: 700;
  letter-spacing: normal;
  padding: 11px;
  color: #fff;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
  cursor: pointer;
  background: transparent;
  border-radius: 15px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn {
    font-size: 22px;
    line-height: 1.19;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: normal;
    border: 4px solid #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn {
    padding: 11px 20px;
    border: 5px solid #fff;
    font-size: 35px;
    line-height: 44.27px;
    font-weight: 700;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn {
    border: 6px solid #fff;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .submit-btn:hover {
  background-color: #fff;
  color: #5857F9;
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1281px) {
  .banner-section .banner-section-wrapper .banner-form .wpcf7-form .submit-btn-wrapper .wpcf7-spinner {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.banner-section .banner-section-wrapper .banner-form .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  color: #fff;
}
.banner-section .whatsapp-img {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 1281px) {
  .banner-section .whatsapp-img {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
}/*# sourceMappingURL=landing_banner.css.map */