.profile-create__container{display:flex;flex-direction:row;align-items:start;width:100%;position:relative;min-height:100vh}.profile-create__banner{display:flex;width:100%;flex:1 0 0;max-width:550px}.profile-create__content{display:flex;flex-direction:column;flex:1 0 0;gap:32px;padding:0 110px;position:relative}.profile-create__title{padding:0 0 32px;text-align:left}.profile-create__title--center{padding:32px 0;text-align:center}.profile-create__form form{display:flex;flex-direction:column;gap:32px}.profile-create__field-container{display:flex;flex-direction:column;gap:24px}.profile-create__field-container.checkboxes{background:none;padding:0}.profile-create__subtitle{margin-bottom:8px;color:var(--black1)}.profile-create .font-xm input,.profile-create .font-xm select,.profile-create .font-xm label{font-weight:400;color:var(--black1)}.profile-create .field{position:relative;display:flex;height:70px;padding:0 20px;align-items:center;align-self:stretch;width:100%;border-radius:8px;border:1px solid var(--grey1);background:var(--white1)}.profile-create .field:hover{background-color:var(--grey3)}.profile-create .field__input{width:100%;padding:0;margin:0;height:70px;background:none;border:none;color:var(--black1);font-size:inherit}.profile-create .field__input:focus{outline:none}.profile-create .field__input[readonly]{color:var(--grey2);cursor:not-allowed}.profile-create .field__input[readonly]:focus~.field__label{color:var(--grey2)}.profile-create .field__label{color:var(--black1);position:absolute;left:20px;top:20px;pointer-events:none;background:transparent;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:2}.profile-create .field__input:focus~.field__label,.profile-create .field__input:not(:placeholder-shown)~.field__label,.profile-create .field__input:-webkit-autofill~.field__label,.profile-create .field__input[value]:not([value=""])~.field__label{top:0;left:20px;font-size:12px;color:var(--grey2)}.profile-create select{-webkit-appearance:none;appearance:none;background:none;border:none;width:100%;color:var(--black1);font-size:inherit;padding-right:50px}.profile-create .field__select-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:3}.profile-create .field:before,.profile-create .field:after{content:none;box-shadow:none}.profile-create .field__label .svg-wrapper{display:inline-flex;align-items:center;margin-right:8px}.profile-create .field__label .svg-wrapper svg{width:15px;height:15px;stroke:currentColor}.profile-create .field:focus-within{border-color:var(--orange1);box-shadow:0 0 0 1px var(--orange1)}.profile-create .field.error{border-color:var(--red1)}.profile-create .field.error .field__label{color:var(--red1)}.profile-create .field__row{display:flex;flex-direction:row;gap:24px;width:100%}.profile-create .field__row .field:first-child{width:fit-content;min-width:120px}.profile-create .field__row .field:last-child{flex:1}.profile-create .checkboxes{display:flex;flex-direction:column;gap:32px}.profile-create .checkboxes label{display:flex;flex-direction:row;align-items:flex-start;cursor:pointer}.profile-create .checkboxes input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;margin:6px 15px 15px;cursor:pointer;position:relative;accent-color:var(--black1)}.profile-create .checkboxes input[type=checkbox]:hover:before{content:"";position:absolute;top:-11px;left:-11px;width:40px;height:40px;background-color:var(--grey3);border-radius:50%;z-index:-1}.profile-create .checkboxes p{font-weight:400;margin:0}.profile-create .button-primary{margin-top:24px}.profile-create__disclaimer{margin-top:16px}.profile-create__disclaimer{font-weight:400;color:var(--black1);margin:0}.profile-create__disclaimer a{text-decoration:underline;color:var(--orange1)}.profile-progress-bar{display:flex;max-height:fit-content;align-items:flex-end;gap:8px;align-self:stretch}.profile-progress-bar__step{display:flex;width:80px;height:8px;border-radius:4px;background-color:#e6e3e3;transition:background-color .3s ease}.profile-progress-bar__step.active{background-color:var(--orange1)}.profile-create__caption.font-xm{font-weight:400}.profile-create__address-search{padding-top:32px}.profile-create__manual-address.button-primary{background-color:var(--white1);color:var(--orange1);border:none}.profile-create__manual-address.button-primary:hover{transition:none;filter:none}.profile-create__info-banner{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;padding:24px;border-radius:12px;background:#e6e3e3}.profile-create__info-banner-header{display:flex;flex-direction:row;align-items:center;gap:8px;align-self:stretch}.profile-create .field[type=password]{position:relative}.profile-create .field .eye-icon,.profile-create .field .eye-icon-closed{display:flex;align-items:center;justify-content:center;padding:0;width:20px;height:20px;background:none;border:none;outline:none;position:absolute;right:20px;top:50%;z-index:10;transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.profile-create .field .eye-icon:hover,.profile-create .field .eye-icon-closed:hover{opacity:.7}.profile-create .field .eye-icon:focus,.profile-create .field .eye-icon-closed:focus{outline:2px solid var(--orange1);outline-offset:4px;border-radius:2px}.profile-create .field .eye-icon svg,.profile-create .field .eye-icon-closed svg{width:20px;height:20px;pointer-events:none}.password_prompts{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.password_prompt{display:flex;align-items:center;gap:4px}.password_prompt .icon-close{width:20px;height:20px;stroke:var(--grey2);display:flex}.password_prompt .icon-checkmark-light{display:none;width:20px;height:20px;stroke:var(--orange1)}.password_prompt .icon-close.hidden{display:none!important}.password_prompt .icon-checkmark-light.visible{display:flex!important}.password_prompt-text.font-xm{font-weight:400;color:var(--grey2)}.profile-create__benefits{display:flex;flex-wrap:wrap;align-items:flex-start;align-self:stretch;align-content:flex-start;gap:24px;padding:16px 0 40px}.profile-create__benefits.grid{display:flex;flex-direction:column;align-items:center;margin-top:16px;width:100%;padding:0}.profile-create__benefit{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;flex:1 1 0;overflow:hidden}.profile-create__benefit-image,svg.profile-create__benefit-image{display:flex;justify-content:center;align-items:center;border-radius:16px;width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.profile-create__content.success{align-items:center;gap:64px}.profile-create__content.success .icon-checkmark{padding:6px;margin-bottom:-40px;width:48px;height:48px;border-radius:100%;stroke:var(--white1);background-color:var(--orange1)}.profile-create__content.success .button-primary.btn-light{color:var(--orange1);border:none}.profile-create__content.success .button-primary.btn-light:hover{filter:none}.profile-create__benefits.grid{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:16px;width:100%}.profile-create__benefits-caption.font-l{margin-bottom:16px;text-align:center;width:100%}.profile-create__benefits-grid{display:flex;flex-wrap:wrap;align-items:flex-start;align-self:stretch;align-content:flex-start;gap:24px;width:100%}.profile-create__benefit-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;flex:1 1 0;text-decoration:none;color:inherit}.profile-create__benefit-button a{text-decoration:none}.profile-create__benefit-image-container{width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden}.profile-create__benefit-image,svg.profile-create__benefit-image{display:flex;justify-content:center;align-items:center;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-create__benefit-button:hover .profile-create__benefit-image{transform:scale(1.1)}.profile-create__benefit-button:hover .profile-create__benefit-text{color:var(--orange1)}@media screen and (min-width:750px){.profile-create .field__row{flex-direction:column;gap:24px}.profile-create .field__row .field:first-child{width:100%;min-width:unset}}@media screen and (max-width:1200px){.profile-create__content{padding:0 0 0 60px}}@media screen and (max-width:800px){.profile-create__container{gap:24px;flex-direction:column;padding-bottom:0}.profile-create__banner{display:none}.profile-create__content{display:grid;padding:0;gap:24px;width:100%}.profile-create .field__row{flex-direction:column;gap:24px}.profile-create .field__row .field:first-child{width:100%;min-width:unset}.profile-create__title.font-xxl{font-size:var(--font-l);line-height:28.8px;padding:0}.profile-create .field,.profile-create .field .font-xm,.profile-create .field_input .font-xm,.profile-create .checkboxes p,.profile-create__disclaimer p,.profile-create .password_prompt-text{font-size:var(--font-m);font-weight:400;letter-spacing:-.14px}.profile-create .checkboxes{gap:16px}.profile-create__form form{gap:24px}.profile-create__address-search{padding-top:0}.profile-create__info-banner-description{line-height:21px;letter-spacing:-.14px}.profile-create__benefit-text.font-xm{font-size:12px;line-height:18px;letter-spacing:-.12px}.profile-create__benefits{gap:16px;padding:0}.profile-create__form .field input[type=password]{margin:16px 0 -8px}.profile-create__content.success{gap:40px}.profile-create__content.success .icon-checkmark{width:40px;height:40px;margin-bottom:-24px}.profile-create__benefits-grid{gap:16px}.profile-progress-bar{width:100%;gap:20px}.profile-progress-bar__step{width:100%}}@media screen and (max-width:600px){.profile-progress-bar{width:100%;gap:10px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-profile-create.css.map */
