.withdrawal-form{--withdrawal-black: rgb(var(--color-base-text, 10 10 10));--withdrawal-green: rgb(var(--color-base-highlight, 168 213 0));--withdrawal-white: rgb(var(--color-base-background, 255 255 255));--withdrawal-muted: rgb(242 242 242);--withdrawal-border: rgb(213 213 213);--withdrawal-error: rgb(var(--color-error-text, 190 18 60));--withdrawal-success: rgb(var(--color-success-text, 77 124 15));background:var(--withdrawal-white);color:var(--withdrawal-black);font-family:var(--font-body-family, Inter, sans-serif);padding:clamp(48px,7vw,112px) var(--page-padding, 20px)}.withdrawal-form__inner{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(32px,5vw,80px);max-width:var(--page-container, 1280px);margin:0 auto;align-items:start}.withdrawal-form__intro{background:var(--withdrawal-black);color:var(--withdrawal-white);padding:clamp(28px,4vw,56px);min-height:100%}.withdrawal-form__eyebrow{margin:0 0 18px;color:var(--withdrawal-green);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0}.withdrawal-form__title{margin:0;color:currentColor;font-family:var(--font-heading-family, Inter, sans-serif);font-size:clamp(2rem,4vw,4.5rem);font-weight:var(--font-heading-weight, 700);line-height:1;letter-spacing:0;text-transform:uppercase}.withdrawal-form__copy{margin:24px 0 0;max-width:56ch;font-size:1rem;line-height:1.55}.withdrawal-form__notice{display:grid;gap:8px;margin-top:36px;padding-top:24px;border-top:1px solid rgb(255 255 255 / .24);font-size:.9rem;line-height:1.45}.withdrawal-form__notice-label{color:var(--withdrawal-green);font-weight:700;text-transform:uppercase}.withdrawal-form__form{position:relative;overflow:hidden;display:grid;gap:20px;padding:clamp(24px,4vw,44px);background:var(--withdrawal-muted);border:1px solid var(--withdrawal-border);transition:opacity .16s ease}.withdrawal-form__progress{position:absolute;top:0;left:0;width:100%;height:3px;overflow:hidden;background:#0a0a0a14;opacity:0;transition:opacity .16s ease;pointer-events:none}.withdrawal-form__progress span{display:block;width:42%;height:100%;background:var(--withdrawal-green);transform:translate(-120%)}.withdrawal-form.is-loading .withdrawal-form__progress{opacity:1}.withdrawal-form.is-loading .withdrawal-form__progress span{animation:withdrawal-progress .96s cubic-bezier(.65,0,.35,1) infinite}.withdrawal-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.withdrawal-form__field{display:grid;gap:8px}.withdrawal-form__field label,.withdrawal-form__consent label{font-size:.8125rem;font-weight:700;line-height:1.3;text-transform:uppercase}.withdrawal-form__field input,.withdrawal-form__field textarea{width:100%;min-height:48px;padding:13px 14px;border:1px solid transparent;border-radius:0;background:var(--withdrawal-white);color:var(--withdrawal-black);font:inherit;line-height:1.4;transition:border-color .16s ease,box-shadow .16s ease}.withdrawal-form__field textarea{resize:vertical}.withdrawal-form__field input:focus,.withdrawal-form__field textarea:focus{outline:0;border-color:var(--withdrawal-black);box-shadow:0 0 0 2px var(--withdrawal-green)}.withdrawal-form__field input[aria-invalid=true],.withdrawal-form__field textarea[aria-invalid=true]{border-color:var(--withdrawal-error)}.withdrawal-form__field-error{min-height:1rem;margin:0;color:var(--withdrawal-error);font-size:.8125rem;line-height:1.25}.withdrawal-form__trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.withdrawal-form__consent{display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;padding-top:4px}.withdrawal-form__consent input{width:20px;height:20px;margin:0;accent-color:var(--withdrawal-black)}.withdrawal-form__footer{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding-top:4px}.withdrawal-form__button{position:relative;min-height:50px;min-width:210px;border:1px solid var(--withdrawal-black);border-radius:0;background:var(--withdrawal-black);color:var(--withdrawal-green);cursor:pointer;font:inherit;font-weight:700;line-height:1;padding:0 26px;text-transform:uppercase;transition:background .16s ease,color .16s ease,opacity .16s ease}.withdrawal-form__spinner{position:absolute;top:50%;left:18px;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;opacity:0;transform:translateY(-50%) scale(.85);transition:opacity .16s ease,transform .16s ease}.withdrawal-form.is-loading .withdrawal-form__spinner{opacity:1;transform:translateY(-50%) scale(1);animation:withdrawal-spin .68s linear infinite}.withdrawal-form__button:hover,.withdrawal-form__button:focus-visible{background:var(--withdrawal-green);color:var(--withdrawal-black)}.withdrawal-form__button:disabled{cursor:wait;opacity:.68}.withdrawal-form__button:disabled:hover{background:var(--withdrawal-black);color:var(--withdrawal-green)}.withdrawal-form__status{flex:1 1 260px;margin:0;font-size:.9rem;line-height:1.4}.withdrawal-form__status.is-success{color:var(--withdrawal-success);font-weight:700}.withdrawal-form__status.is-error{color:var(--withdrawal-error);font-weight:700}@media(max-width:900px){.withdrawal-form__inner{grid-template-columns:1fr}.withdrawal-form__intro{min-height:auto}}@media(max-width:640px){.withdrawal-form{padding-block:36px}.withdrawal-form__grid{grid-template-columns:1fr}.withdrawal-form__footer{display:grid;grid-template-columns:1fr}.withdrawal-form__button{width:100%}}@media(prefers-reduced-motion:reduce){.withdrawal-form__form,.withdrawal-form__progress,.withdrawal-form__button,.withdrawal-form__spinner{transition:none}.withdrawal-form.is-loading .withdrawal-form__progress span,.withdrawal-form.is-loading .withdrawal-form__spinner{animation:none}.withdrawal-form.is-loading .withdrawal-form__progress span{transform:translate(0);width:100%}}@keyframes withdrawal-spin{to{transform:translateY(-50%) rotate(360deg)}}@keyframes withdrawal-progress{0%{transform:translate(-120%)}55%{transform:translate(80%)}to{transform:translate(240%)}}.veltuff-product-docs{background:var(--vpd-background);color:var(--vpd-text);padding-block:var(--vpd-padding-top) var(--vpd-padding-bottom)}.veltuff-product-docs *,.veltuff-product-docs *:before,.veltuff-product-docs *:after{box-sizing:border-box}.veltuff-product-docs__inner{width:min(100% - 32px,1400px);margin-inline:auto}.veltuff-product-docs__heading{margin:0 0 24px;color:inherit;font-size:clamp(1.5rem,2.5vw,2rem)}.veltuff-product-docs__filters{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(240px,1.4fr) auto;gap:16px;align-items:end;margin-bottom:28px}.veltuff-product-docs__field{display:grid;gap:7px}.veltuff-product-docs__field label{font-size:.875rem;font-weight:650}.veltuff-product-docs__field select,.veltuff-product-docs__field input,.veltuff-product-docs__reset{min-height:46px;border:1px solid var(--vpd-border);border-radius:4px;font:inherit}.veltuff-product-docs__field select,.veltuff-product-docs__field input{width:100%;padding:10px 12px;background:var(--vpd-background);color:var(--vpd-text)}.veltuff-product-docs__reset{padding:10px 20px;background:var(--vpd-text);color:var(--vpd-background);cursor:pointer;font-weight:650}.veltuff-product-docs :is(button,input,select,a):focus-visible{outline:3px solid var(--vpd-focus);outline-offset:2px}.veltuff-product-docs__desktop{overflow-x:auto;border:1px solid var(--vpd-border);border-radius:4px}.veltuff-product-docs table{width:100%;border-collapse:collapse;font-size:.9375rem}.veltuff-product-docs th,.veltuff-product-docs td{padding:15px 16px;border-bottom:1px solid var(--vpd-border);text-align:left;vertical-align:top}.veltuff-product-docs thead th{background:var(--vpd-header-background);font-size:.8125rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.veltuff-product-docs tbody tr:last-child>*{border-bottom:0}.veltuff-product-docs tbody th{min-width:190px;font-weight:650}.veltuff-product-docs a{color:var(--vpd-link);font-weight:650;text-underline-offset:3px}.veltuff-product-docs a:hover{color:var(--vpd-link-hover)}.veltuff-product-docs__mobile{display:none}.veltuff-product-docs__empty{margin:24px 0 0;padding:28px;border:1px solid var(--vpd-border);color:var(--vpd-muted);text-align:center}@media(max-width:749px){.veltuff-product-docs__filters{grid-template-columns:1fr;gap:14px}.veltuff-product-docs__reset{width:100%}.veltuff-product-docs__desktop{display:none}.veltuff-product-docs__mobile{display:grid;gap:10px}.veltuff-product-docs__card{border:1px solid var(--vpd-border);border-radius:4px;background:var(--vpd-background)}.veltuff-product-docs__accordion-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:16px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.veltuff-product-docs__card-summary{display:grid;gap:4px}.veltuff-product-docs__card-summary strong{font-size:1rem}.veltuff-product-docs__card-summary span{color:var(--vpd-muted);font-size:.8125rem}.veltuff-product-docs__accordion-icon{position:relative;width:18px;height:18px;flex:0 0 18px}.veltuff-product-docs__accordion-icon:before,.veltuff-product-docs__accordion-icon:after{position:absolute;top:8px;left:1px;width:16px;height:2px;background:currentcolor;content:""}.veltuff-product-docs__accordion-icon:after{transform:rotate(90deg);transition:transform .16s ease}.veltuff-product-docs__accordion-toggle[aria-expanded=true] .veltuff-product-docs__accordion-icon:after{transform:rotate(0)}.veltuff-product-docs__card-details{padding:0 16px 16px;border-top:1px solid var(--vpd-border)}.veltuff-product-docs__card-details dl{margin:0}.veltuff-product-docs__card-details dl>div{display:grid;grid-template-columns:minmax(110px,.8fr) 1.2fr;gap:14px;padding:13px 0;border-bottom:1px solid var(--vpd-border)}.veltuff-product-docs__card-details dl>div:last-child{border-bottom:0;padding-bottom:0}.veltuff-product-docs__card-details dt{color:var(--vpd-muted);font-size:.8125rem;font-weight:650}.veltuff-product-docs__card-details dd{margin:0;overflow-wrap:anywhere}}
/*# sourceMappingURL=/cdn/shop/t/53/compiled_assets/styles.css.map */
