.elementor-736 .elementor-element.elementor-element-4877f53{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-736 .elementor-element.elementor-element-9d43b2b > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-736 .elementor-element.elementor-element-9d43b2b{text-align:center;}.elementor-736 .elementor-element.elementor-element-9d43b2b .elementor-heading-title{font-family:var( --e-global-typography-f923ef6-font-family ), Sans-serif;font-size:var( --e-global-typography-f923ef6-font-size );font-weight:var( --e-global-typography-f923ef6-font-weight );line-height:var( --e-global-typography-f923ef6-line-height );color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-736 .elementor-element.elementor-element-9d43b2b > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-736 .elementor-element.elementor-element-9d43b2b .elementor-heading-title{font-size:var( --e-global-typography-f923ef6-font-size );line-height:var( --e-global-typography-f923ef6-line-height );}}@media(min-width:768px){.elementor-736 .elementor-element.elementor-element-4877f53{--content-width:1270px;}}@media(max-width:767px){.elementor-736 .elementor-element.elementor-element-4877f53{--padding-top:2em;--padding-bottom:2em;--padding-left:1em;--padding-right:1em;}.elementor-736 .elementor-element.elementor-element-9d43b2b > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-736 .elementor-element.elementor-element-9d43b2b .elementor-heading-title{font-size:var( --e-global-typography-f923ef6-font-size );line-height:var( --e-global-typography-f923ef6-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-36f3fa1 */.step-form input, .step-form textarea, .step-form select {
    border-color: #00000029 !important;
    border-radius: 8px !important;
}
.step-form * {
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.step-form .wpcf7-form-control-wrap {
    margin-top: 15px;
}
.step-form .wpcf7-form-control-wrap {
    margin-top: 13px !important;
    display: block;
}
.step-form .form-row > p {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.step-form .form-row p label {
  flex: 1 1 48%;
  display: block;
}
.step-form .form-full {
  margin-bottom: 35px;
}
.step-form label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}
.step-form small {
  font-weight: 400;
  font-size: 13px;
}
.step-form .required-asterisk {
    color: red;
    font-weight: 600;
}
.step-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.step-form .wpcf7-list-item input {
    margin-right: 5px;
}
.step-form br {
    display: none;
}
.step-form .wpcf7-submit[type=submit]:focus,
.step-form .wpcf7-submit {
    background: #5a40e2;
    color: #fff;
    border-color: #5a40e2;
    border-radius: 30px !important;
    width: 100%;
    max-width: 150px;
}
.radio-field .wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.step-form .wpcf7-submit:hover {
    background: #859fd2;
    border-color: #859fd2;
}
.step-form .wpcf7-not-valid-tip {
    margin-top: 7px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.step-navigation {
    margin-top: 40px;
}
.step-navigation p {
    display: flex;
    gap: 10px;
}
.step-navigation button {
    padding: 10px 20px;
    background-color: #5a40e2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    max-width: 150px;
    width: 100%;
}
.step-navigation button:focus,
.step-navigation button:focus-visible,
.step-navigation button:hover {
    background-color: #b4c4e4;
}
.progressbar {
    counter-reset: step;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    position: relative;
}
.progressbar li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    max-width: 200px;
    width: 100%;
    position: relative;
}
.progressbar li span {
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    border-radius: 50%;
    background: #ddd;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    z-index: 3;
  }
.progressbar li.active span {
    background-color: #5a40e2;
    color: #fff;
  }
.field-error {
  border: 1px solid red;
}
.error-msg {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.progressbar li:before {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ddd;
    top: 14px;
    left: -50%;
    z-index: -1;
    transition: all .8s;
}
.progressbar li:after {
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #5a40e2;
    top: 14px;
    left: -50%;
    z-index: 1;
    transition: width .8s;
}
.progressbar li:first-child:before,
.progressbar li:first-child:after {
    content: unset;
}
.progressbar li.active:after {
    transition: all .8s;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .step-form .form-row p {
      flex-wrap: wrap;
    }
    .step-form .form-row > p,
    .step-form .form-row {
        gap: 10px;
    }
    .step-form .form-row > p {
        margin-bottom: 10px;
    }
    .step-form .form-row p label {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    .progressbar li {
        flex: 0 0 170px;
        max-width: 170px;
        padding: 0 10px;
    }
    .progressbar {
        gap: 0;
        overflow-x: scroll;
    }
    .step-form li p {
        font-size: 14px;
    }
    .progressbar {
        justify-content: flex-start;
    }
    .step-form .step-navigation button,
    .step-form .wpcf7-list-item-label,
    .step-form label, .step-form input, .step-form textarea, .step-form select, .step-form option{
        font-size: 14px !important;
        line-height: 1.4 !important;
    }
}/* End custom CSS */