.wfa-loading-box{background:#0000005c;width:100%;height:100%;position:absolute;z-index:99999;display:flex;justify-content:center;align-items:center;border-radius:8px}.wfa-loading{display:inline-block;position:relative;width:80px;height:80px}.wfa-loading div{position:absolute;width:16px;height:16px;border-radius:50%;background:#fc0;animation:wfa-loading 2s linear infinite}.wfa-loading div:nth-child(1){top:8px;left:8px;animation-delay:0s}.wfa-loading div:nth-child(2){top:8px;left:32px;animation-delay:-0.4s}.wfa-loading div:nth-child(3){top:8px;left:56px;animation-delay:-0.8s}.wfa-loading div:nth-child(4){top:32px;left:8px;animation-delay:-0.4s}.wfa-loading div:nth-child(5){top:32px;left:32px;animation-delay:-0.8s}.wfa-loading div:nth-child(6){top:32px;left:56px;animation-delay:-1.2s}.wfa-loading div:nth-child(7){top:56px;left:8px;animation-delay:-0.8s}.wfa-loading div:nth-child(8){top:56px;left:32px;animation-delay:-1.2s}.wfa-loading div:nth-child(9){top:56px;left:56px;animation-delay:-1.6s}.hidden-field-container{width:0;height:0}.mhk-lead-form .required-star{color:#c00}.mhk-lead-form{display:flex;justify-content:space-between;align-content:center;align-items:center;flex-wrap:wrap}.mhk-lead-form .input-row{width:49%;margin:10px auto}.mhk-lead-form .input-row-full{width:100%;margin:10px auto}.mhk-lead-form-footer{width:100%}.mhk-lead-form-footer.right{text-align:right}.mhk-lead-form-footer.left{text-align:left}.mhk-lead-form-footer.right>*{margin-left:5px}.mhk-lead-form-footer.left{margin-right:5px}.mhk-lead-form-footer.full .mhk-btn-form-submition{width:100%}.mhk-lead-form-msg{width:100%;padding:10px;border-radius:8px;position:relative}.mhk-lead-form-msg>*{margin:0;padding:0}.mhk-lead-form-msg.error{background:#cc00001a;color:#c00}.mhk-lead-form-msg.success{background:#00cc001a;color:#0c0}.mhk-lead-form-msg span{position:absolute;top:7px;left:10px;cursor:pointer}.spin-animation{animation:spin 2s linear infinite}.svg-in-btn{width:18px;fill:#58595b}.mhk-lead-form-msg .wfa-timer-box{margin:0;font-size:14px;color:#b9b9b9}.mhk-lead-form [type=submit],.mhk-lead-form .button,.mhk-lead-form button{background-color:#fc0;border-color:#fc0;color:#58595B;border-radius:99999px;min-width:145px;padding:5px;transition:0.3S}.mhk-lead-form [type=submit]:hover,.mhk-lead-form .button:hover,.mhk-lead-form button:hover{background-color:#58595B;border-color:#58595B;color:#fff}.mhk-lead-form .selectize-input{padding:.5rem 1rem;border-radius:9999px;border:1px solid #666}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes wfa-loading{0%,100%{opacity:1}50%{opacity:.5}}@media screen and (max-width:720px){.mhk-lead-form .input-row{width:100%}}