.custom-form-wrapper .progress-box{display:inline-block;width:100%}.custom-form-wrapper progress{background-color:#e0e0e0;border-radius:10px;height:10px;overflow:hidden;width:100%}.custom-form-wrapper progress::-webkit-progress-bar{background-color:#f7f8fa;border-radius:10px}.custom-form-wrapper progress::-webkit-progress-value{border-radius:10px}.custom-form-wrapper progress::-moz-progress-bar{background-color:#4caf50;border-radius:10px}.custom-form-wrapper .progress-value{align-items:center;display:flex;grid-gap:12px;justify-content:space-between}.custom-form-wrapper .progress-box{display:flex;flex-direction:column;height:fit-content;margin-bottom:20px;overflow:hidden;position:relative}.custom-form-wrapper .progress-box:after{animation:move-line 8s linear infinite;background:#f7f8fa40;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}@keyframes move-line{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.custom-form-wrapper .price-form .price-buttons,.custom-form-wrapper-2 .price-form .price-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.custom-form-wrapper .price-form .price-buttons button,.custom-form-wrapper-2 .price-form .price-buttons button{background-color:#fff;border:none;border-radius:10px;color:#717171;cursor:pointer;font-size:18px;padding:16px 30px;transition:background-color .3s}.custom-form-wrapper .price-form .price-buttons button.active,.custom-form-wrapper .price-form .price-buttons button:hover,.custom-form-wrapper-2 .price-form .price-buttons button.active,.custom-form-wrapper-2 .price-form .price-buttons button:hover{color:#296bf7;outline:1px solid #296bf7}.custom-form-wrapper .price-form .number-field,.submit-button{margin-bottom:15px}.custom-form-wrapper .price-form input[type=number],.custom-form-wrapper-2 .price-form input[type=number]{border:1px solid #ccc;border-radius:5px;padding:20.2px 10px;width:100%}.custom-form-wrapper .price-form button.submit,.custom-form-wrapper-2 .price-form button.submit{border:none;border-radius:5px;cursor:pointer;width:100%}.custom-form-wrapper form,.custom-form-wrapper-2 form{background-color:transparent}.custom-form-wrapper-2 form{max-width:570px}.custom-form-wrapper .price-form button.submit:hover,.custom-form-wrapper-2 .price-form button.submit:hover{background-color:#218838}.custom-form-wrapper-2 .form-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;padding:60px 40px}.custom-form-wrapper-2 .subtitle:after{border-radius:2px;content:"";display:inline-block;height:2px;margin:0 12px;vertical-align:super;width:38px}.custom-form-wrapper-2 .number-field{margin-bottom:40px}@media screen and (max-width:767px){.custom-form-wrapper-2 .form-wrapper{grid-template-columns:1fr}}