.sourcing-page{max-width:120rem;margin:0 auto;padding:2rem 1.5rem}.sourcing-page.background-secondary{background-color:rgb(var(--color-background))}@media screen and (min-width: 750px){.sourcing-page{padding:4rem 2rem}}@media screen and (min-width: 990px){.sourcing-page{padding:1rem}}.sourcing-header{text-align:center;margin-bottom:6rem;padding-bottom:2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.sourcing-title{margin-bottom:1rem;color:rgb(var(--color-foreground));font-weight:var(--font-heading-weight)}.sourcing-subtitle{max-width:80rem;margin:0 auto}.sourcing-subtitle .subtitle{font-size:1.4rem;color:rgba(var(--color-foreground),.8);font-style:italic;margin:0 0 1.4rem}.sourcing-description-text{font-size:1.4rem;color:rgba(var(--color-foreground),.7);font-weight:400;font-style:normal;line-height:1.5;max-width:60rem;margin:0 auto}@media screen and (min-width: 750px){.sourcing-subtitle .subtitle{font-size:2rem}.sourcing-description-text{font-size:1.6rem}}.sourcing-content{display:grid;gap:6rem}.sourcing-description{margin-bottom:4rem}.sourcing-description .content-container{padding:4rem;background-color:rgba(var(--color-foreground),.02)}.sourcing-page.background-secondary .sourcing-description .content-container{background-color:rgb(var(--color-background));border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),.12);box-shadow:0 .2rem .8rem rgba(var(--color-foreground),.06)}.sourcing-description h2{margin-bottom:1rem;color:rgb(var(--color-foreground))}.sourcing-description h3{margin-top:1rem;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.sourcing-description ul{padding-left:2rem}.sourcing-description li{margin-bottom:.5rem;color:rgba(var(--color-foreground),.9)}.sourcing-form-wrapper{background-color:rgb(var(--color-background))}.sourcing-form-wrapper .content-container{padding:5rem 4rem}.sourcing-page.background-secondary .sourcing-form-wrapper .content-container{background-color:rgb(var(--color-background));border-radius:var(--text-boxes-radius);border:none;box-shadow:none}.form-title{text-align:center;margin-bottom:1rem;color:rgb(var(--color-foreground))}.form-subtitle{text-align:center;margin-bottom:4rem;color:rgba(var(--color-foreground),.8);font-size:1.6rem}.sourcing-form{display:flex;flex-direction:column;gap:4rem;margin-bottom:2rem}.form-section{background-color:rgba(var(--color-foreground),.02);padding:1rem;border-radius:var(--text-boxes-radius);border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),.08)}.sourcing-page.background-secondary .form-section{background-color:#fff;border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),.08);box-shadow:none}.form-section-title{margin-bottom:2.5rem;color:rgb(var(--color-foreground));font-size:2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.15);padding-bottom:1rem}.contact-section{order:1}.sourcing-details-section{order:2}.newsletter-section{order:3;background-color:rgba(var(--color-foreground),.01);padding:2rem 3rem}.sourcing-page.background-secondary .newsletter-section{background-color:#fff;border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),.08)}.newsletter-section .checkbox-group.centered{display:flex;justify-content:center;text-align:center}.form-row{display:grid;gap:2rem;margin-bottom:2rem}@media screen and (min-width: 750px){.form-row{grid-template-columns:1fr 1fr}}.floating-label{position:relative;margin-bottom:2.5rem}.floating-label input,.floating-label textarea{width:100%;padding:2rem 1.5rem 1rem;font-size:1.6rem;border:.2rem solid rgba(var(--color-foreground),.15);border-radius:var(--inputs-radius);background:rgb(var(--color-background));outline:none;transition:all .3s ease;font-family:var(--font-body-family);color:rgb(var(--color-foreground))}.floating-label input:focus,.floating-label textarea:focus{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 .2rem rgba(var(--color-foreground),.1)}.floating-label input.error,.floating-label textarea.error{border-color:#e74c3c;background-color:#e74c3c0d}.floating-label label{position:absolute;top:2rem;left:1.5rem;font-size:1.6rem;color:rgba(var(--color-foreground),.6);transition:all .3s ease;pointer-events:none;background:rgb(var(--color-background));padding:0 .5rem}.floating-label input:focus+label,.floating-label input:not(:placeholder-shown)+label,.floating-label textarea:focus+label,.floating-label textarea:not(:placeholder-shown)+label{top:-.5rem;left:1rem;font-size:1.2rem;color:rgb(var(--color-foreground));font-weight:600}.floating-label textarea{min-height:12rem;resize:vertical}.file-upload-section{margin-top:3rem;padding-top:2rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.file-upload-section h4{margin-bottom:1rem;color:rgb(var(--color-foreground))}.file-upload-note{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem}.drag-drop-area{border:.2rem dashed rgba(var(--color-foreground),.3);border-radius:var(--inputs-radius);padding:4rem 2rem;text-align:center;background-color:rgba(var(--color-foreground),.01);transition:all .3s ease;cursor:pointer;position:relative}.drag-drop-area:hover{border-color:rgba(var(--color-foreground),.5);background-color:rgba(var(--color-foreground),.03)}.drag-drop-area.drag-over{border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05);transform:scale(1.02)}.drag-drop-area.has-files{border-style:solid;border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.02)}.drag-drop-content{pointer-events:none}.upload-icon{width:4rem;height:4rem;margin-bottom:1.5rem;color:rgba(var(--color-foreground),.6)}.drag-drop-text{font-size:1.6rem;color:rgba(var(--color-foreground),.8);margin-bottom:.5rem}.upload-link{color:rgb(var(--color-foreground));text-decoration:underline;font-weight:600;cursor:pointer}.file-types{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:0}.hidden-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.uploaded-files{margin-top:2rem}.uploaded-file-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius);margin-bottom:1rem}.file-name{font-size:1.4rem;color:rgb(var(--color-foreground));font-weight:500;flex-grow:1}.file-size{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-left:1rem}.remove-file{background:none;border:none;font-size:2rem;color:rgba(var(--color-foreground),.6);cursor:pointer;padding:0;margin-left:1rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.remove-file:hover{background-color:#e74c3c1a;color:#e74c3c}.radio-group{margin-bottom:3rem}.radio-group fieldset{border:none;padding:0;margin:0}.radio-group legend{margin-bottom:1.5rem;font-weight:600;font-size:1.6rem;color:rgb(var(--color-foreground));padding:0}.radio-options{display:grid;gap:1rem}@media screen and (min-width: 750px){.radio-options{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr))}}.radio-option{display:flex;align-items:center;cursor:pointer;padding:1.2rem 1.5rem;background-color:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:var(--inputs-radius);transition:all .3s ease;font-size:1.4rem}.radio-option:hover{background-color:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.2)}.radio-option input[type=radio]{margin-right:1rem;width:1.8rem;height:1.8rem;accent-color:rgb(var(--color-foreground))}.radio-option input[type=radio]:checked+.radio-label{font-weight:600;color:rgb(var(--color-foreground))}.radio-label{color:rgba(var(--color-foreground),.8)}.checkbox-group{display:grid;gap:1.5rem}.checkbox-option{display:flex;align-items:flex-start;cursor:pointer;font-size:1.4rem}.checkbox-option input[type=checkbox]{margin-right:1rem;margin-top:.2rem;width:1.6rem;height:1.6rem;accent-color:rgb(var(--color-foreground));flex-shrink:0}.checkbox-label{color:rgba(var(--color-foreground),.8);line-height:1.4}.form-submit{text-align:center;padding-top:3rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.form-submit .button{min-width:20rem;padding:1.5rem 4rem;font-size:1.6rem;font-weight:600;margin-bottom:2rem}.form-disclaimer{max-width:50rem;margin:0 auto;font-size:1.2rem;color:rgba(var(--color-foreground),.6);line-height:1.5}.form-status{padding:2rem;border-radius:var(--inputs-radius);margin-bottom:3rem;text-align:center}.form-status--success{background-color:#2ecc711a;border:.1rem solid rgba(46,204,113,.3);color:#27ae60}.form-status--error{background-color:#e74c3c1a;border:.1rem solid rgba(231,76,60,.3);color:#c0392b}.form-status h3{margin-bottom:1rem;font-size:1.8rem}.form-status-list{text-align:left;max-width:40rem;margin:0 auto}.form-status-list li{margin-bottom:.5rem}.sourcing-info{margin-top:6rem;padding-top:4rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.info-grid{display:grid;gap:3rem}@media screen and (min-width: 990px){.info-grid{grid-template-columns:1fr 1fr;gap:4rem}}.info-card{padding:3rem;background-color:rgba(var(--color-foreground),.02)}.sourcing-page.background-secondary .info-card{background-color:#fff;border:var(--text-boxes-border-width) solid rgba(var(--color-foreground),.08);box-shadow:none}.info-card h3{margin-bottom:2rem;color:rgb(var(--color-foreground));font-size:2rem}.info-card ol,.info-card ul{padding-left:2rem}.info-card li{margin-bottom:1rem;color:rgba(var(--color-foreground),.9);line-height:1.5}.info-card em{color:rgba(var(--color-foreground),.7);font-size:1.3rem}.info-card strong{color:rgb(var(--color-foreground));font-weight:600}@media screen and (max-width: 749px){.sourcing-page{padding:1rem}.sourcing-header{margin-bottom:4rem;padding-bottom:2rem}.sourcing-title{font-size:3rem}.form-section{padding:1rem}.sourcing-form-wrapper .content-container{padding:2rem}.floating-label input,.floating-label textarea{padding:1.5rem 1rem .8rem;font-size:1.5rem}.floating-label label{top:1.5rem;left:1rem;font-size:1.5rem}.floating-label input:focus+label,.floating-label input:not(:placeholder-shown)+label,.floating-label textarea:focus+label,.floating-label textarea:not(:placeholder-shown)+label{top:-.5rem;left:.8rem;font-size:1.1rem}}@media (prefers-reduced-motion: no-preference){.form-section{transition:transform .3s ease,box-shadow .3s ease}.form-section:hover{transform:translateY(-.2rem);box-shadow:0 .5rem 1.5rem rgba(var(--color-foreground),.08)}.info-card{transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{transform:translateY(-.2rem);box-shadow:0 .5rem 1.5rem rgba(var(--color-foreground),.08)}}@media (forced-colors: active){.floating-label input,.floating-label textarea,.radio-option,.form-section{border:.1rem solid}.form-status--success,.form-status--error{border:.2rem solid}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/sourcing-form.css.map */
