.custom-form-section{width:100%;background:#000;padding:8rem 0;min-height:auto}.custom-form-wrapper{max-width:700px;width:100%;margin:0 auto;background:transparent}.custom-form__heading{text-align:center;margin-bottom:.8rem;word-break:break-word;font-size:3.2rem;font-weight:700;color:#fff;letter-spacing:-.01em}.custom-form__description{text-align:center;margin-bottom:4rem;color:#9ca3af;font-size:1.6rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.custom-form__description p{margin-top:0;margin-bottom:.5rem}.custom-form__fields{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}@media screen and (min-width: 750px){.custom-form__fields{grid-template-columns:1fr;gap:1rem}}.custom-form__field{display:flex;flex-direction:column;position:relative;z-index:auto}.custom-form__field--full{grid-column:1 / -1}.custom-form__field--checkbox{flex-direction:row;align-items:flex-start;padding:0;background:transparent;border-radius:0}.custom-form__label{display:block;margin-bottom:.8rem;font-size:1.4rem;font-weight:600;color:#9ca3af;letter-spacing:0}.custom-form__label .required{color:#dc2626;margin-left:.2rem;font-weight:600}.custom-form__input,.custom-form__textarea,.custom-form__select{width:100%;padding:1rem 2.4rem;font-size:1.6rem;line-height:1.5;color:#fff;background-color:#1a1a1a;border:2px solid #2a2a2a;border-radius:3rem;transition:all .3s ease;font-family:inherit;box-shadow:none}.custom-form__input:hover,.custom-form__textarea:hover,.custom-form__select:hover{border-color:#3a3a3a;background-color:#222}.custom-form__input:focus,.custom-form__textarea:focus,.custom-form__select:focus{outline:none;border-color:#3a3a3a;background-color:#000;box-shadow:none}.custom-form__input::placeholder,.custom-form__textarea::placeholder{color:#ccc;font-size:1.6rem}.custom-form__textarea{resize:vertical;min-height:140px;font-family:inherit;border-radius:2rem}.custom-form__input:-webkit-autofill,.custom-form__input:-webkit-autofill:hover,.custom-form__input:-webkit-autofill:focus,.custom-form__input:-webkit-autofill:active,.custom-form__textarea:-webkit-autofill,.custom-form__textarea:-webkit-autofill:hover,.custom-form__textarea:-webkit-autofill:focus,.custom-form__textarea:-webkit-autofill:active,.custom-form__select:-webkit-autofill,.custom-form__select:-webkit-autofill:hover,.custom-form__select:-webkit-autofill:focus,.custom-form__select:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #1a1a1a inset!important;-webkit-text-fill-color:#ffffff!important;border-color:#2a2a2a!important;transition:background-color 5000s ease-in-out 0s}.custom-form__input:-webkit-autofill:focus,.custom-form__textarea:-webkit-autofill:focus,.custom-form__select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #000000 inset!important;border-color:#3a3a3a!important}.custom-form__select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:2.4rem;padding-right:4.5rem;position:relative;z-index:10;pointer-events:auto;touch-action:manipulation}.custom-form__select:focus{z-index:20}.custom-form__select::-ms-expand{display:none}.custom-form__select option{background-color:#000;color:#fff;padding:1rem;border:none;outline:none}.custom-form__select:-moz-focusring{color:transparent;text-shadow:0 0 0 #ffffff}.custom-form__select::-webkit-scrollbar{width:8px;background-color:#000}.custom-form__select::-webkit-scrollbar-thumb{background-color:#3a3a3a;border-radius:4px}.custom-form__select optgroup{background-color:#000;color:#fff}.custom-form__checkbox-label{display:flex;align-items:flex-start;cursor:pointer;margin:0;width:100%;transition:opacity .2s ease}.custom-form__checkbox-label:hover{opacity:.8}.custom-form__checkbox{width:2.4rem;height:2.4rem;min-width:2.4rem;margin-right:1.4rem;margin-top:.1rem;cursor:pointer;accent-color:#3b82f6;border:2px solid #cbd5e1;border-radius:.6rem;transition:all .2s ease}.custom-form__checkbox:hover{border-color:#3b82f6}.custom-form__checkbox-text{font-size:1.5rem;color:#d1d5db;line-height:1.6;font-weight:500}.custom-form__checkbox-text .required{color:#fff;margin-left:.4rem;font-weight:800}.custom-form__checkbox-group{display:grid;grid-template-columns:1fr;gap:1.4rem;padding:2rem;background:transparent;border-radius:1.2rem;border:2px solid #2a2a2a}@media screen and (min-width: 750px){.custom-form__checkbox-group{grid-template-columns:repeat(2,1fr);gap:1.6rem}}.custom-form__checkbox-option-label{display:flex;align-items:center;cursor:pointer;padding:1.5rem 1.8rem;background:#1a1a1a;border:2px solid #2a2a2a;border-radius:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);margin:0;box-shadow:none}.custom-form__checkbox-option-label:hover{border-color:#3a3a3a;background:#222;transform:translateY(-1px)}.custom-form__checkbox-option-label:has(input:checked){border-color:#1a73e8;background:#1a1a1a}.custom-form__checkbox-option{width:2.2rem;height:2.2rem;min-width:2.2rem;margin-right:1.2rem;cursor:pointer;accent-color:#1a73e8;border:2px solid #3a3a3a;border-radius:.5rem}.custom-form__checkbox-option-text{font-size:1.5rem;color:#d1d5db;font-weight:600}.custom-form__submit-wrapper{display:flex;justify-content:center;margin-bottom:2rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.custom-form__submit{width:100%;max-width:1200px;padding:1.2rem 4rem;font-size:1.8rem;font-weight:600;position:relative;display:inline-flex;align-items:center;justify-content:center;background:#1a73e8;border:none;color:#fff;border-radius:3rem;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.02em;box-shadow:none;cursor:pointer}.custom-form__submit:hover:not(:disabled){background:#1557b0;transform:translateY(-1px)}.custom-form__submit:active:not(:disabled){transform:translateY(0)}.custom-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-loading{display:none}.spinner{width:2rem;height:2rem;animation:rotate 1s linear infinite}.spinner .path{stroke:currentColor;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.custom-form__message{border-radius:1.2rem;font-size:1.6rem;text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center;gap:1.2rem;animation:slideIn .4s cubic-bezier(.4,0,.2,1);max-width:1200px;margin-left:auto;margin-right:auto;color:#d1d5db;background:transparent;border:none}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.custom-form__message--success{background:transparent;color:#d1d5db;border:none;box-shadow:none}.custom-form__message--success:before{content:"";display:none}.custom-form__message--error{background:transparent;color:#fbbf24;border:none;box-shadow:none}.custom-form__message--error:before{content:"";display:none}@media screen and (max-width: 749px){.custom-form-section{min-height:auto;padding:4rem 0}.custom-form-wrapper{margin:0;border-radius:0}.custom-form__heading{font-size:2.4rem}.custom-form__description{font-size:1.5rem;margin-bottom:3rem}.custom-form__fields{gap:1.5rem}.custom-form__input,.custom-form__textarea,.custom-form__select{padding:1rem 4rem 1rem 2rem;font-size:1.6rem}.custom-form__submit{width:100%;min-width:auto;padding:1rem 3rem;font-size:1.7rem}.custom-form__message{padding:1.6rem 2rem;font-size:1.5rem}}.custom-form__input:invalid:not(:placeholder-shown):not(:focus),.custom-form__textarea:invalid:not(:placeholder-shown):not(:focus),.custom-form__select:invalid:not(:placeholder-shown):not(:focus){border-color:#2a2a2a;background-color:#1a1a1a;box-shadow:none}.custom-form__input:valid:not(:placeholder-shown),.custom-form__textarea:valid:not(:placeholder-shown),.custom-form__select:valid:not(:placeholder-shown){border-color:#2a2a2a;background-color:#1a1a1a}.custom-form__field:focus-within .custom-form__label{color:#d1d5db}.custom-form__field--checkbox{padding:0;background:transparent;border-radius:0;border:none;transition:all .25s ease}.custom-form__field--checkbox:hover{border-color:transparent;background:transparent}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spinner .path{stroke:currentColor;stroke-linecap:round;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}
/*# sourceMappingURL=/cdn/shop/t/185/assets/custom-form.css.map */
