.form-module-scss-module__nGzUPa__form{background:#fff;border-radius:1.6rem;margin:2rem auto 0;padding:3rem;box-shadow:0 .4rem 2rem #0000001a}@media (max-width:600px){.form-module-scss-module__nGzUPa__form{border-radius:1.2rem;margin:1rem;padding:2rem}}.form-module-scss-module__nGzUPa__title{text-align:center;margin-bottom:4rem}.form-module-scss-module__nGzUPa__title h1{color:#00457d;margin-bottom:1rem}.form-module-scss-module__nGzUPa__section{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.form-module-scss-module__nGzUPa__section:last-child{margin-bottom:0}.form-module-scss-module__nGzUPa__sectionTitle{color:#00457d;border-bottom:.2rem solid #ececff;margin-bottom:2rem;padding-bottom:1rem}.form-module-scss-module__nGzUPa__grid{gap:2rem;display:grid}.form-module-scss-module__nGzUPa__grid_two{grid-template-columns:1fr}@media (min-width:601px) and (max-width:1024px){.form-module-scss-module__nGzUPa__grid_two{grid-template-columns:1fr 1fr}}.form-module-scss-module__nGzUPa__grid_three{grid-template-columns:1fr}@media (min-width:601px) and (max-width:1024px){.form-module-scss-module__nGzUPa__grid_three{grid-template-columns:1fr 1fr}}@media (min-width:1025px){.form-module-scss-module__nGzUPa__grid_three{grid-template-columns:1fr 1fr 1fr}}.form-module-scss-module__nGzUPa__field{flex-direction:column;gap:.8rem;display:flex}.form-module-scss-module__nGzUPa__label{color:#00457d;font-size:1.4rem;font-weight:600}@media (min-width:601px){.form-module-scss-module__nGzUPa__label{font-size:1.6rem}}.form-module-scss-module__nGzUPa__input,.form-module-scss-module__nGzUPa__select{color:#00457d;will-change:border-color;background:#fff;border:.2rem solid #ececff;border-radius:.8rem;width:100%;padding:1.2rem;font-size:1.4rem;transition:border-color .3s}@media (min-width:601px){.form-module-scss-module__nGzUPa__input,.form-module-scss-module__nGzUPa__select{padding:1.4rem;font-size:1.6rem}}.form-module-scss-module__nGzUPa__input:focus,.form-module-scss-module__nGzUPa__select:focus{border-color:#9f5796;outline:none}.form-module-scss-module__nGzUPa__input::placeholder,.form-module-scss-module__nGzUPa__select::placeholder{color:#00457d99}.form-module-scss-module__nGzUPa__input_textarea{resize:vertical;min-height:8rem}.form-module-scss-module__nGzUPa__input_url{font-family:monospace}.form-module-scss-module__nGzUPa__select{cursor:pointer}.form-module-scss-module__nGzUPa__select option{color:#00457d}.form-module-scss-module__nGzUPa__checkboxGroup{gap:1rem;display:grid}.form-module-scss-module__nGzUPa__checkboxGroup_two{grid-template-columns:1fr}@media (min-width:601px) and (max-width:1024px){.form-module-scss-module__nGzUPa__checkboxGroup_two{grid-template-columns:1fr 1fr}}.form-module-scss-module__nGzUPa__checkboxGroup_three{grid-template-columns:1fr}@media (min-width:601px) and (max-width:1024px){.form-module-scss-module__nGzUPa__checkboxGroup_three{grid-template-columns:1fr 1fr}}@media (min-width:1025px){.form-module-scss-module__nGzUPa__checkboxGroup_three{grid-template-columns:1fr 1fr 1fr}}.form-module-scss-module__nGzUPa__checkboxItem{cursor:pointer;will-change:background-color;border-radius:.6rem;align-items:center;gap:.8rem;padding:.8rem;transition:background-color .3s;display:flex}.form-module-scss-module__nGzUPa__checkboxItem:hover{background:#ececff4d}.form-module-scss-module__nGzUPa__checkboxItem input[type=checkbox]{accent-color:#9f5796;cursor:pointer;width:1.6rem;height:1.6rem}.form-module-scss-module__nGzUPa__checkboxItem span{color:#00457d;font-size:1.3rem;line-height:1.4}@media (min-width:601px){.form-module-scss-module__nGzUPa__checkboxItem span{font-size:1.4rem}}.form-module-scss-module__nGzUPa__checkboxItem:has(input:disabled){opacity:.5;cursor:not-allowed}.form-module-scss-module__nGzUPa__checkboxItem:has(input:disabled) span{color:#00457d80}.form-module-scss-module__nGzUPa__dynamicList{flex-direction:column;gap:1rem;display:flex}.form-module-scss-module__nGzUPa__dynamicItem{align-items:center;gap:1rem;display:flex}.form-module-scss-module__nGzUPa__dynamicItem .form-module-scss-module__nGzUPa__input,.form-module-scss-module__nGzUPa__dynamicItem .form-module-scss-module__nGzUPa__select{flex:1}.form-module-scss-module__nGzUPa__button{cursor:pointer;border:none;border-radius:.8rem;padding:1rem 2rem;font-size:1.4rem;font-weight:600;transition:all .3s}@media (min-width:601px){.form-module-scss-module__nGzUPa__button{padding:1.2rem 2.4rem;font-size:1.6rem}}.form-module-scss-module__nGzUPa__button_primary{color:#fff;background:#9f5796}.form-module-scss-module__nGzUPa__button_primary:hover{background:#a05598;transform:translateY(-.2rem)}.form-module-scss-module__nGzUPa__button_primary:active{transform:translateY(0)}.form-module-scss-module__nGzUPa__button_secondary{color:#9f5796;background:#ececff}.form-module-scss-module__nGzUPa__button_secondary:hover{background:#bfc0eb}.form-module-scss-module__nGzUPa__button_danger{color:#fff;background:#dc2626}.form-module-scss-module__nGzUPa__button_danger:hover{background:#b91c1c}.form-module-scss-module__nGzUPa__button_submit{color:#fff;background:#00457d;width:100%;padding:1.6rem;font-size:1.6rem}@media (min-width:601px){.form-module-scss-module__nGzUPa__button_submit{padding:2rem;font-size:1.8rem}}.form-module-scss-module__nGzUPa__button_submit:hover{background:#00294a;transform:translateY(-.2rem)}.form-module-scss-module__nGzUPa__error{color:#dc2626;margin-top:.4rem;font-size:1.2rem}@media (min-width:601px){.form-module-scss-module__nGzUPa__error{font-size:1.3rem}}.form-module-scss-module__nGzUPa__success{color:#166534;background:#dcfce7;border-radius:.8rem;margin-bottom:2rem;padding:1.2rem;font-size:1.4rem}@media (min-width:601px){.form-module-scss-module__nGzUPa__success{font-size:1.6rem}}.form-module-scss-module__nGzUPa__consentGroup{background:#ececff;border-radius:1rem;flex-direction:column;gap:1.2rem;padding:2rem;display:flex}.form-module-scss-module__nGzUPa__consentItem{align-items:center;gap:1rem;display:flex}.form-module-scss-module__nGzUPa__consentItem input[type=checkbox]{accent-color:#9f5796;width:1.8rem;height:1.8rem}.form-module-scss-module__nGzUPa__consentItem span{color:#00457d;font-size:1.4rem}@media (min-width:601px){.form-module-scss-module__nGzUPa__consentItem span{font-size:1.6rem}}.form-module-scss-module__nGzUPa__required:after{content:" *";color:#dc2626}.form-module-scss-module__nGzUPa__limitInfo{color:#00457db3;margin-top:.4rem;font-size:1.2rem}@media (min-width:601px){.form-module-scss-module__nGzUPa__limitInfo{font-size:1.3rem}}
.index-module-scss-module__gIfVJq__container{gap:1.6rem;margin:0 auto;padding:2.4rem 1.6rem;display:grid}.index-module-scss-module__gIfVJq__header{justify-content:space-between;align-items:center;gap:1.2rem;display:flex}.index-module-scss-module__gIfVJq__title{margin:0;font-size:2rem;font-weight:600;line-height:1.4}.index-module-scss-module__gIfVJq__actions{align-items:center;gap:.8rem;display:flex}.index-module-scss-module__gIfVJq__button{appearance:none;color:#fff;cursor:pointer;background:#111;border:none;border-radius:.8rem;padding:1rem 1.4rem;font-size:1.4rem;transition:transform 80ms,background .2s,opacity .2s}.index-module-scss-module__gIfVJq__button:hover{background:#000}.index-module-scss-module__gIfVJq__button:active{transform:translateY(1px)}.index-module-scss-module__gIfVJq__button[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none}.index-module-scss-module__gIfVJq__section{background:#fff;border:.1rem solid #eee;border-radius:1.2rem;padding:1.6rem}.index-module-scss-module__gIfVJq__spinner{vertical-align:middle;border:.2rem solid #ffffff80;border-top-color:#fff;border-radius:50%;width:1.6rem;height:1.6rem;animation:.8s linear infinite index-module-scss-module__gIfVJq__spin;display:inline-block}@keyframes index-module-scss-module__gIfVJq__spin{to{transform:rotate(360deg)}}.index-module-scss-module__gIfVJq__modalBackdrop{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.index-module-scss-module__gIfVJq__modal{background:#fff;border:.1rem solid #eee;border-radius:1.2rem;gap:1.2rem;width:min(52rem,92vw);padding:2rem;display:grid;box-shadow:0 1rem 3rem #00000026}.index-module-scss-module__gIfVJq__modalTitle{margin:0;font-size:1.8rem;font-weight:600}.index-module-scss-module__gIfVJq__modalActions{justify-content:flex-end;gap:.8rem;display:flex}
