.elementor-1995 .elementor-element.elementor-element-ae396e7{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1995 .elementor-element.elementor-element-ae396e7.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1995 .elementor-element.elementor-element-3a31ff0 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-1995 .elementor-element.elementor-element-3a31ff0{text-align:center;}.elementor-1995 .elementor-element.elementor-element-3a31ff0 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:35px;font-weight:600;}.elementor-1995 .elementor-element.elementor-element-cde53c7{width:100%;max-width:100%;}.elementor-1995 .elementor-element.elementor-element-cde53c7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-1995 .dialog-widget-content{animation-duration:0.3s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1995{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1995 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-1995 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1995 .elementor-element.elementor-element-ae396e7{--width:100%;}}/* Start custom CSS for wpforms, class: .elementor-element-cde53c7 *//* ===== KILL THAT DASHED BORDER ===== */
.wpforms-container,
.wpforms-container-full,
.wpforms-form,
.wpforms-field,
.elementor-widget-wpforms,
.elementor-widget-wpforms .elementor-widget-container {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-style: none !important;
}

/* ===== FORM CONTAINER ===== */
.wpforms-container,
.wpforms-container-full {
  max-width: 420px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* ===== FIELDS FULL WIDTH INSIDE CONTAINER ===== */
.wpforms-form .wpforms-field {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
}

/* ===== INPUTS STYLED + ROUNDED ===== */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form textarea,
.wpforms-form select,
.wpforms-form .wpforms-field input {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  height: auto !important;
}

/* ===== SIZE CLASS OVERRIDE ===== */
.wpforms-form .wpforms-field-small,
.wpforms-form .wpforms-field-medium,
.wpforms-form .wpforms-field-large {
  max-width: 100% !important;
}

/* ===== HIDE SUBLABELS ===== */
.wpforms-form .wpforms-field-sublabel {
  display: none !important;
}

/* ===== LABELS ===== */
.wpforms-form .wpforms-field-label {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
}

/* ===== BUTTON — NOT FULL WIDTH ===== */
.wpforms-form .wpforms-submit-container {
  text-align: center !important;
  width: 100% !important;
  padding: 0 !important;
  margin-top: 5px !important;
}

.wpforms-form .wpforms-submit {
  width: 70% !important;
  max-width: 300px !important;
  border-radius: 10px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border: none !important;
  cursor: pointer !important;
}

/* ===== MOBILE ===== */
@media only screen and (max-width: 768px) {

  .wpforms-container,
  .wpforms-container-full {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .wpforms-form .wpforms-submit {
    width: 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */