.modal{position:fixed;top:-70px;right:0;bottom:0;left:0;z-index:110;padding-bottom:70px;background:rgba(26,26,26,.5);transform:translateY(70px);will-change:opacity;transition:opacity .2s cubic-bezier(.65,.05,.36,1)}.modal.without-backdrop{width:auto;background:none}.modal.without-backdrop .close{top:-.5rem;right:-.5rem;color:#595959}.modal.without-backdrop .close:hover{color:#1a1a1a}.modal .modal-wrapper{position:fixed;top:50%;left:50%;z-index:1;width:calc(100% - 2rem);max-width:100%;height:auto;padding:2rem;background-color:#fff;border-radius:1rem;transform:translate(-50%,-50%);will-change:transform;transition:transform .15s linear}@media(min-width:576px){.modal .modal-wrapper{margin:0 auto}}.modal .modal-wrapper.bg-grey-500{background:#f2f4f5}.modal .modal-wrapper.bg-graphite-500{color:hsla(0,0%,100%,.85);background:#292929}.modal .modal-wrapper.bg-graphite-500 .title{color:#fff}.modal .title{margin-bottom:.5rem}@media(min-width:992px){.modal .title{margin-bottom:1rem}}.modal .title *{margin-bottom:0}.modal .close{position:absolute;top:-2rem;right:-2rem;padding:1rem;color:hsla(0,0%,100%,.5);background:transparent;border:none;outline:none;cursor:pointer;transition:color .3s ease-out}@media(max-width:767px){.modal .close{top:-3rem;right:-1rem}}.modal .close:hover{color:#fff}.modal .close .icon{width:16px;height:16px}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.modal-fade-enter .modal-wrapper,.modal-fade-leave-to .modal-wrapper{transform:translate(-50%,-125%)}@media(min-width:576px){.modal-m .modal-wrapper{max-width:500px}}@media(min-width:992px){.modal-l .modal-wrapper{max-width:800px}}.add-file .input-file{display:flex;align-items:center;margin-bottom:1rem;cursor:pointer}.add-file .input-file input{display:none}.add-file .input-file .file-icon{margin-right:.5rem}.add-file .input-file .file-text{font-weight:700}.add-file .file-note{margin-bottom:1.5rem}@media(min-width:992px){.add-file .file-note{margin-bottom:2rem}}.add-file.small .input-file{margin-bottom:.25rem}.add-file .has-error .error-block{max-height:3rem;opacity:1}.add-file .error-block{display:flex;min-height:1rem;max-height:0;color:#a81d28;opacity:0;transition:max-height .2s cubic-bezier(.65,.05,.36,1),opacity .2s cubic-bezier(.65,.05,.36,1)}.mv-link{color:rgba(26,26,26,.85);text-decoration:none;border-bottom:1px solid currentColor;transition:all .3s cubic-bezier(.65,.05,.36,1)}.mv-link:hover{color:#1a1a1a}.mv-link.anchor-link{border-bottom-style:dashed}.v-button{display:inline-flex;align-items:center;justify-content:center;font-weight:400;font-size:1rem;line-height:1.15;letter-spacing:-.2px;text-align:left;text-decoration:none;vertical-align:top;border:.25rem solid transparent;cursor:pointer;transition:background-color .3s cubic-bezier(.65,.05,.36,1),border-color .3s cubic-bezier(.65,.05,.36,1),transform .3s cubic-bezier(.65,.05,.36,1)}.v-button:active,.v-button:focus{outline:0}.v-button .button-icon:not(:last-child){margin-right:.5rem}.rtl .v-button .button-icon:not(:last-child){margin-right:0;margin-left:.5rem}.v-button .button-text:not(:last-child){margin-right:1rem}.rtl .v-button .button-text:not(:last-child){margin-right:0;margin-left:1rem}@media(min-width:992px){.v-button:not(:disabled):not(.disabled).slide-up:hover{transform:translateY(-4px)}.v-button:not(:disabled):not(.disabled).slide-right:hover{transform:translateX(4px)}.v-button:not(:disabled):not(.disabled).slide-down:hover{transform:translateY(4px)}.v-button:not(:disabled):not(.disabled).slide-left:hover{transform:translateX(-4px)}}.v-button.size-s{min-width:136px;max-width:190px;height:48px;padding:.375rem .875rem;border-width:.125rem;border-radius:8px}.v-button.size-l{min-width:190px;max-width:250px;height:72px;padding:.25rem 1.25rem;border-radius:16px}@media(max-width:767px){.v-button.size-l{width:100%;max-width:100%}}.v-button.default-color{color:#fff;background-color:#292929;border-color:#292929}.v-button.white{color:#1a1a1a;background-color:#fff;border-color:#fff}.v-button.grey{color:#1a1a1a;background-color:#d9e2e7;border-color:#d9e2e7}.v-button.transparent{background:transparent;border-color:transparent}.v-button.main-blue{color:#1a1a1a;background-color:#87d1ff;border-color:#87d1ff}.v-button.teal{color:#1a1a1a;background-color:#73e5d2;border-color:#73e5d2}.v-button.indigo{color:#1a1a1a;background-color:#94a6ff;border-color:#94a6ff}.v-button.deep-purple{color:#1a1a1a;background-color:#b595fa;border-color:#b595fa}.v-button.magenta{color:#1a1a1a;background-color:#e588ed;border-color:#e588ed}.v-button.red{color:#1a1a1a;background-color:#fe7f8a;border-color:#fe7f8a}.v-button.orange{color:#1a1a1a;background-color:#ffb660;border-color:#ffb660}.v-button.yellow{color:#1a1a1a;background-color:#ffd138;border-color:#ffd138}.v-button.light-green{color:#1a1a1a;background-color:#c4ee66;border-color:#c4ee66}.v-button.cactus{color:#1a1a1a;background-color:#67ec88;border-color:#67ec88}.v-button.danger{color:#1a1a1a;background-color:#e53935;border-color:#e53935}.suite .v-button,.veplus .v-button{background-color:#87d1ff;border-color:#87d1ff;color:#1a1a1a}.ve .v-button{background-color:#73e5d2;border-color:#73e5d2;color:#1a1a1a}.vc .v-button{background-color:#94a6ff;border-color:#94a6ff;color:#1a1a1a}.ssm .v-button{background-color:#b595fa;border-color:#b595fa;color:#1a1a1a}.pedit .v-button{background-color:#fe7f8a;border-color:#fe7f8a;color:#1a1a1a}.pdfchef .v-button{background-color:#ffb660;border-color:#ffb660;color:#1a1a1a}.gc .v-button{background-color:#ffd138;border-color:#ffd138;color:#1a1a1a}.sr .v-button{background-color:#67ec88;border-color:#67ec88;color:#1a1a1a}.bg-product .v-button{color:#1a1a1a;background:#fff;border-color:#fff}.v-button.outline{color:#1a1a1a;background-color:transparent}.v-button.rounded{min-width:auto;max-width:none;padding:0;border:none;border-radius:50%}.v-button.rounded.size-xs{width:32px;height:32px}.v-button.rounded.size-s{width:56px;height:56px}.v-button.rounded.size-m{width:80px;height:80px}.v-button.rounded.size-l{width:120px;height:120px}.v-button.full-width{width:100%;max-width:none}.v-button.disabled,.v-button:disabled{cursor:default;opacity:.5;pointer-events:none}.modal .support-form{padding:1.5rem;will-change:auto}@media(max-width:575px){.modal .support-form{position:relative;margin-top:6rem;margin-bottom:2rem}}@media(min-width:992px){.modal .support-form{padding:2rem}}.modal .support-form .support-form-title{margin-bottom:1.5rem;font-weight:700}@media(min-width:992px){.modal .support-form .support-form-title{margin-bottom:2rem}}.modal .support-form .form-group .form-control.active~label,.modal .support-form .form-group .form-control:focus~label{transform:translateY(-2.25rem)}.modal .support-form .form-group textarea{display:block;width:100%;height:158px;padding:1.5rem;color:#1a1a1a;font-weight:400;font-size:1rem;line-height:1.15;background-color:transparent;background-clip:padding-box;border:4px solid #d9e2e7;border-radius:1rem;outline:none;transition:border-color .2s cubic-bezier(.65,.05,.36,1);resize:none}.modal .support-form .form-group .checkbox-text{color:rgba(26,26,26,.7)}.modal .support-form .support-form-success .form-success-title{margin-bottom:1rem;font-weight:700}@media(min-width:992px){.modal .support-form .support-form-success .form-success-title{margin-bottom:1.5rem}}.modal .support-form .support-form-success .form-success-btn{margin-top:1.5rem}@media(min-width:992px){.modal .support-form .support-form-success .form-success-btn{margin-top:2rem}}.modal .support-form .grecaptcha-badge{visibility:hidden}.custom-scrollbar{overflow-x:hidden;overflow-y:auto;scrollbar-color:#596e7a transparent;scrollbar-width:thin}.custom-scrollbar::-webkit-scrollbar{width:.75rem;background:inherit;border:0}.custom-scrollbar::-webkit-scrollbar-track{margin:0;background:transparent;border:0}.custom-scrollbar::-webkit-scrollbar-thumb{width:.25rem;background-color:rgba(89,110,122,.7);background-clip:padding-box;border:.25rem solid transparent;border-radius:.75rem}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#596e7a}.custom-scrollbar::-webkit-scrollbar-button{display:none}.remove-horizontal-scrollbar{overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.remove-horizontal-scrollbar::-webkit-scrollbar{display:none}