/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./scss/sections/pro-form-v2.scss ***!
  \***************************************************************************************************************************************************************************************************************************/.pro-form{margin:0 auto;max-width:800px}.pro-form__header{margin-bottom:1.5rem;text-align:center}@media (min-width:1024px){.pro-form__header{margin-bottom:2rem}}.pro-form__title{color:#282fee;font-family:var(--primary-font);font-size:20px;font-weight:700;line-height:1.2;margin-bottom:1rem}@media (min-width:1024px){.pro-form__title{font-family:var(--primary-font);font-size:32px;font-weight:700;line-height:27px}}.pro-form__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.pro-form__form{gap:2rem}}.pro-form__section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}@media (min-width:1024px){.pro-form__section{padding:2rem}}.pro-form__section-title{border-bottom:2px solid #e8ff5c;color:#282fee;font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:1.2;margin-bottom:1rem;padding-bottom:.5rem}@media (min-width:1024px){.pro-form__section-title{font-family:var(--primary-font);font-size:20px;font-weight:700;line-height:1.2;margin-bottom:1.5rem}}.pro-form__subsection-title{color:#282fee;font-family:var(--primary-font);font-size:12px;font-weight:400;font-weight:600;line-height:16.9px;margin-bottom:.75rem}@media (min-width:1024px){.pro-form__subsection-title{font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:1.2;margin-bottom:1rem}}.pro-form__field{margin-bottom:1rem}@media (min-width:1024px){.pro-form__field{margin-bottom:1.5rem}}.pro-form__field-label{color:#374151;display:block;font-family:var(--primary-font);font-size:12px;font-weight:500;font-weight:400;line-height:16.9px;margin-bottom:.5rem}@media (min-width:1024px){.pro-form__field-label{font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:1.2}}.pro-form__field-required{color:#ef4444;margin-left:.25rem}.pro-form__field-input{border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;padding:.75rem;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s;width:100%}@media (min-width:1024px){.pro-form__field-input{font-size:1rem}}.pro-form__field-input:focus{border-color:#282fee;-webkit-box-shadow:0 0 0 3px rgba(59,130,246,.1);box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.pro-form__field-input--error{border-color:#ef4444;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1);box-shadow:0 0 0 3px rgba(239,68,68,.1)}.pro-form__field-select{background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;padding:.75rem;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s;width:100%}@media (min-width:1024px){.pro-form__field-select{font-size:1rem}}.pro-form__field-select:focus{border-color:#282fee;-webkit-box-shadow:0 0 0 3px rgba(59,130,246,.1);box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.pro-form__field-select--error{border-color:#ef4444;-webkit-box-shadow:0 0 0 3px rgba(239,68,68,.1);box-shadow:0 0 0 3px rgba(239,68,68,.1)}.pro-form__field-error{color:#ef4444;display:block;font-size:.875rem;margin-top:.25rem}.pro-form__field--checkbox{display:block}.pro-form__field-checkbox-container,.pro-form__field-checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem}.pro-form__field-checkbox-label{cursor:pointer}.pro-form__field-checkbox-input{cursor:pointer;margin:7px 0 0;width:auto}.pro-form__field-checkbox-text{color:#374151;line-height:1.5}.pro-form__field--file-upload .pro-form__file-upload-area{background:#fff;border:2px dashed #d1d5db;border-radius:4px;padding:2rem;text-align:center;-webkit-transition:border-color .2s;transition:border-color .2s}.pro-form__field--file-upload .pro-form__file-upload-area:hover{border-color:#282fee}.pro-form__field-group{display:grid;grid-gap:.75rem;gap:.75rem}@media (min-width:1024px){.pro-form__field-group{gap:1rem}}.pro-form__field-group--2-columns{grid-template-columns:1fr}@media (min-width:1024px){.pro-form__field-group--2-columns{grid-template-columns:repeat(2,1fr)}}.pro-form__field-group--3-columns{grid-template-columns:1fr}@media (min-width:1024px){.pro-form__field-group--3-columns{grid-template-columns:repeat(3,1fr)}}.pro-form__field-group--phone-group{grid-template-columns:1fr}@media (min-width:1024px){.pro-form__field-group--phone-group{grid-template-columns:1fr 2fr}}.pro-form__file-upload-button{background:#6b7280;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;-webkit-transition:background-color .2s;transition:background-color .2s}.pro-form__file-upload-button:hover{background:#4b5563}.pro-form__agreement-section{margin:1.5rem 0}@media (min-width:1024px){.pro-form__agreement-section{margin:2rem 0}}.pro-form__agreement-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1rem}@media (min-width:1024px){.pro-form__agreement-item{margin-bottom:2rem;padding:1.5rem}}.pro-form__agreement-content{margin-bottom:1rem}.pro-form__agreement-content h4{color:#282fee;font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:1.2;margin-bottom:.75rem}@media (min-width:1024px){.pro-form__agreement-content h4{font-family:var(--primary-font);font-size:20px;font-weight:700;line-height:1.2;margin-bottom:1rem}}.pro-form__pdf-viewer{border:1px solid #d1d5db;border-radius:4px;max-height:400px;overflow:hidden;overflow-y:auto}.pro-form__pdf-viewer iframe{border:none;height:400px;width:100%}@media (min-width:1024px){.pro-form__pdf-viewer{max-height:500px}.pro-form__pdf-viewer iframe{height:500px}}.pro-form__pdf-loading{padding:2rem}.pro-form__pdf-content{background:#fff;color:#374151;font-size:.75rem;line-height:1.4;padding:.75rem}@media (min-width:1024px){.pro-form__pdf-content{font-size:.875rem;line-height:1.5;padding:1rem}}.pro-form__pdf-content pre{margin:0;white-space:pre-wrap;word-wrap:break-word}.pro-form__pdf-loading{color:#6b7280;font-style:italic;padding:1.5rem;text-align:center}@media (min-width:1024px){.pro-form__pdf-loading{padding:2rem}}.pro-form__screenshot-preview{background:#f8fafc;border:2px dashed #3b82f6;border-radius:8px;margin:1.5rem 0;padding:1rem;text-align:center}@media (min-width:1024px){.pro-form__screenshot-preview{margin:2rem 0;padding:1.5rem}}.pro-form__screenshot-preview img{border:1px solid #d1d5db;border-radius:4px;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1);height:auto;max-width:100%}.pro-form__first-error{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;margin:1rem 0;padding:1rem;text-align:center}@media (min-width:1024px){.pro-form__first-error{margin:1.5rem 0}}.pro-form__error-text{color:#dc2626;font-family:var(--primary-font);font-size:12px;font-weight:500;font-weight:400;line-height:16.9px}@media (min-width:1024px){.pro-form__error-text{font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:1.2}}.pro-form__submit-section{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}@media (min-width:1024px){.pro-form__submit-section{margin-top:2rem;padding-top:2rem}}.pro-form__submit-btn{background:#e8ff5c;border:none;border-radius:4px;color:#282fee;cursor:pointer;font-size:1rem;font-weight:600;min-width:150px;padding:.875rem 1.5rem;-webkit-transition:all .2s;transition:all .2s;width:100%}@media (min-width:1024px){.pro-form__submit-btn{font-size:1.125rem;min-width:200px;padding:1rem 2rem;width:auto}}.pro-form__submit-btn:hover:not(:disabled){background:#e1ff29;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.pro-form__submit-btn:disabled{background:#9ca3af;color:#6b7280;cursor:not-allowed;-webkit-transform:none;transform:none}.pro-form__date-group{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:1024px){.pro-form__date-group{gap:1rem;grid-template-columns:repeat(3,1fr)}}.pro-form__date-field .pro-form__field-input{text-align:center}.pro-form__file-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;justify-content:space-between;margin-top:8px;padding:12px 16px;-webkit-transition:all .2s ease;transition:all .2s ease}.pro-form__file-preview:hover{background-color:#f1f5f9;border-color:#cbd5e0}.pro-form__file-preview-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-flex:1;-ms-flex:1;flex:1}.pro-form__file-icon{font-size:24px;-ms-flex-negative:0;flex-shrink:0}.pro-form__file-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;min-width:0}.pro-form__file-name{color:#2d3748;font-size:14px;font-weight:500;word-wrap:break-word;line-height:1.3;word-break:break-all}.pro-form__file-size{color:#718096;font-size:12px}.pro-form__file-remove-button{background:#fed7d7;border:none;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;width:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;color:#e53e3e;cursor:pointer;font-size:16px;font-weight:700;justify-content:center;-webkit-transition:all .2s ease;transition:all .2s ease;-ms-flex-negative:0;flex-shrink:0}.pro-form__file-remove-button:hover{background:#feb2b2;-webkit-transform:scale(1.1);transform:scale(1.1)}.pro-form__file-remove-button:active{-webkit-transform:scale(.95);transform:scale(.95)}.pro-form__success-container{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:60vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);justify-content:center;padding:40px 20px}.pro-form__success-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.1);box-shadow:0 10px 25px rgba(0,0,0,.1);max-width:500px;padding:40px;text-align:center}@media (min-width:1024px){.pro-form__success-content{max-width:600px;padding:60px}}.pro-form__success-icon{-webkit-animation:bounce .6s ease-in-out;animation:bounce .6s ease-in-out;font-size:64px;margin-bottom:24px}@media (min-width:1024px){.pro-form__success-icon{font-size:80px;margin-bottom:32px}}.pro-form__success-title{color:#2d3748;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:16px}@media (min-width:1024px){.pro-form__success-title{font-size:36px;margin-bottom:20px}}.pro-form__success-message{color:#4a5568;font-size:16px;line-height:1.6;margin-bottom:32px}@media (min-width:1024px){.pro-form__success-message{font-size:18px;margin-bottom:40px}}.pro-form__success-button{background:#e8ff5c;border:none;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);color:#282fee;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:16px 32px;-webkit-transition:all .3s ease;transition:all .3s ease}@media (min-width:1024px){.pro-form__success-button{font-size:18px;min-width:220px;padding:18px 36px}}.pro-form__success-button:hover{background:#e1ff29;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.15);box-shadow:0 6px 20px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.pro-form__success-button:active{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);-webkit-transform:translateY(0);transform:translateY(0)}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}60%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}