.ff-form-steps{display:none;transition:all .3s ease;opacity:0;gap:20px;background:#fff;border-radius:60px;padding:10px 15px 10px 35px}.ff-form-steps.init{display:flex;opacity:1}.ff-form-steps .gform_wrapper{flex:1}.ff-form-steps .next-btn,.ff-form-steps .back-btn{display:inline-block;width:100%;min-width:120px;cursor:pointer;outline:none;color:#fff;padding:16.5px 35px;height:50px;font-size:16px;font-weight:700;text-align:center;border-radius:30px;background-color:#f36b2d;line-height:1;transition:.3s}.ff-form-steps .back-btn{display:none}.ff-form-steps .next-btn:hover,.ff-form-steps .back-btn:hover{transition-timing-function:ease-in-out;background-color:#fd883a}.ff-form-steps .gform_fields{display:block}.ff-form-steps .gform_heading,.ff-form-steps .gfield_label{display:none}.ff-form-steps input[type=text],.ff-form-steps input[type=email],.ff-form-steps input[type=tel]{padding:15px 0;border:0;background:#fff;color:#37312e;font-size:17px;font-family:'Poppins',sans-serif}.ff-form-steps input:-webkit-autofill,.ff-form-steps input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s}.ff-form-steps .progress-indicator{font-weight:700;font-family:'Poppins',sans-serif;font-size:17px}.ff-form-steps .gform_footer{display:none;height:0;opacity:0;pointer-events:none;position:absolute}.ff-form-steps i.form-submitting{position:absolute;margin-left:10px}.ff-form-steps .validation-msg{font-size:12px;font-weight:700;color:#fa7d5a;position:absolute;bottom:-5px;left:0}.ff-form-steps .custom-footer{display:inline-flex;align-items:center;justify-content:center;display:flex;gap:20px;flex-shrink:0}.ff-form-steps .custom-submit-btn{display:none}.ff-form-steps.last-step .custom-submit-btn{display:block}.ff-form-steps.last-step .custom-submit-btn:hover{background:#fd883a;border-color:#fd883a;color:#fff}.ff-form-steps.last-step .next-btn{display:none}.form-submitted .custom-footer,.form-submitted .progress-indicator{display:none}.ff-form-steps .custom-footer .s2{display:flex;align-items:center;gap:10px}.ff-form-steps input::-webkit-input-placeholder{opacity:1;color:#37312e}.ff-form-steps input:-moz-placeholder{opacity:1;color:#37312e}.ff-form-steps input::-moz-placeholder{opacity:1;color:#37312e}.ff-form-steps input:-ms-input-placeholder{opacity:1;color:#37312e}@keyframes flip-in-ver-left{0%{-webkit-transform:rotateY(80deg);transform:rotateY(80deg);opacity:0}100%{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:1}}.flip-in-ver-left{-webkit-animation:flip-in-ver-left .5s cubic-bezier(.25,.460,.45,.940) both;animation:flip-in-ver-left .5s cubic-bezier(.25,.460,.45,.940) both}@media(max-width:767px){.ff-form-steps{background:0 0;border-radius:0;box-shadow:none;padding:0}.ff-form-steps.init{display:block}.ff-form-steps input{font-size:18px !important;box-shadow:0px 10px 33px 0px rgba(2,6,19,.09);padding:20px !important}.ff-form-steps .custom-footer{justify-content:space-between;margin-top:15px}.ff-form-steps .validation-msg{font-size:11px;bottom:-1px;left:20px}}