@charset "UTF-8";
.button.user-feedback-button{display:inline-flex;align-items:center;line-height:1;font-size:13px;font-weight:700;padding:10px 12px;border-radius:3px;border-width:1px;border-style:solid;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;text-transform:none;letter-spacing:normal;transition:all .2s ease-in-out;color:#fff;background-color:#2d87f1;border-color:#0e6bd7}.button.user-feedback-button span{margin-bottom:0!important}.button.user-feedback-button.is-small{padding:8px 12px}.button.user-feedback-button.is-large{font-size:15px;padding:12px}.button.user-feedback-button .icon{color:#0e6bd7}.button.user-feedback-button .icon:first-child{margin-right:8px}.button.user-feedback-button .icon:last-child{margin-left:8px}.button.user-feedback-button .icon:only-child{margin:0}.button.user-feedback-button[disabled]{color:#a7aaad;border-color:#dcdcde;background:#f6f7f7;pointer-events:none}.button.user-feedback-button[disabled] .icon{color:currentColor}.button.user-feedback-button:hover{color:#fff;background-color:#1579ef;border-color:#0e6bd7}.button.user-feedback-button.is-primary{color:#fff;background-color:#2d87f1;border-color:#0e6bd7}.button.user-feedback-button.is-primary .icon{color:#0e6bd7}.button.user-feedback-button.is-primary:hover{color:#fff;background-color:#1579ef;border-color:#0e6bd7}.button.user-feedback-button.is-secondary{color:#23282d;background-color:#f9f9f9;border-color:#ddd}.button.user-feedback-button.is-secondary .icon{color:#ddd}.button.user-feedback-button.is-secondary:hover{color:#23282d;background-color:#f0f0f0;border-color:#bbb}.button.user-feedback-button.is-alternate{color:#fff;background-color:#46bf40;border-color:#31862d}.button.user-feedback-button.is-alternate .icon{color:#31862d}.button.user-feedback-button.is-alternate:hover{color:#fff;background-color:#3fac3a;border-color:#31862d}.button.user-feedback-button.is-link{background-color:#fff0;text-decoration:underline;font-weight:400;color:#aaa;border-color:#fff0}.button.user-feedback-button.is-link:hover{text-decoration:underline}.button.user-feedback-button.is-disabled{background-color:#fff0;text-decoration:none;font-weight:400;color:#aaa;border-color:#fff0}.button.user-feedback-button.is-disabled .icon{color:inherit}.button.user-feedback-button.is-disabled:hover{cursor:help;text-decoration:none}.button.user-feedback-button.is-flat{border:none;background-color:#fff0;color:#2d87f1}.button.user-feedback-button.is-flat .icon{color:inherit}.button.user-feedback-button:active,.button.user-feedback-button:focus,.button.user-feedback-button:hover{text-decoration:none}.field{position:relative}.field .cta-overlay{position:absolute;top:0;right:0;width:100%;height:100%;cursor:pointer;z-index:99999;padding:5px}.field .cta-overlay:focus{outline:none;border:none}.field label:not(.userfeedback-checkbox):not(.radio):not(.toggle__field):not(.color-picker){display:flex;align-items:center;font-weight:700;color:#000;cursor:pointer}.field label:not(.userfeedback-checkbox):not(.radio):not(.toggle__field):not(.color-picker):not(:last-child){margin-bottom:8px}.field .select{position:relative;display:inline-flex}.field .select:after{content:"";display:block;position:absolute;top:50%;right:14px;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid #191e23;transform:translateY(-50%)}.field .select select{line-height:1.1;padding:12px;border-radius:3px;font-size:13px;border:1px solid #ddd;margin:0;transition:all .2s ease-in-out;padding-right:26px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}.field .select select:disabled{box-shadow:none;border-color:#e0e0e0;opacity:.5;background-color:#fff;color:#23282d}.field .select select:focus{border-color:#2d87f1;box-shadow:0 0 0 1px #2d87f1}.field .select select::-moz-placeholder{color:#aaa}.field .select select::placeholder{color:#aaa}.field .select select.has-error{border-color:#eb5757;box-shadow:0 0 0 1px #eb5757}.field .select select:hover{color:initial}.field input[type=date],.field input[type=email],.field input[type=number],.field input[type=tel],.field input[type=text],.field input[type=url]{line-height:1.1;padding:12px;border-radius:3px;font-size:13px;border:1px solid #ddd;margin:0;transition:all .2s ease-in-out;width:100%}.field input[type=date]:disabled,.field input[type=email]:disabled,.field input[type=number]:disabled,.field input[type=tel]:disabled,.field input[type=text]:disabled,.field input[type=url]:disabled{box-shadow:none;border-color:#e0e0e0;opacity:.5;background-color:#fff;color:#23282d}.field input[type=date]:focus,.field input[type=email]:focus,.field input[type=number]:focus,.field input[type=tel]:focus,.field input[type=text]:focus,.field input[type=url]:focus{border-color:#2d87f1;box-shadow:0 0 0 1px #2d87f1}.field input[type=date]::-moz-placeholder,.field input[type=email]::-moz-placeholder,.field input[type=number]::-moz-placeholder,.field input[type=tel]::-moz-placeholder,.field input[type=text]::-moz-placeholder,.field input[type=url]::-moz-placeholder{color:#aaa}.field input[type=date]::placeholder,.field input[type=email]::placeholder,.field input[type=number]::placeholder,.field input[type=tel]::placeholder,.field input[type=text]::placeholder,.field input[type=url]::placeholder{color:#aaa}.field input[type=date].has-error,.field input[type=email].has-error,.field input[type=number].has-error,.field input[type=tel].has-error,.field input[type=text].has-error,.field input[type=url].has-error{border-color:#eb5757;box-shadow:0 0 0 1px #eb5757}.field input[type=date]{width:auto;padding-top:6px;padding-bottom:6px}.field .radio{display:inline-flex;align-items:center;font-weight:400;cursor:pointer}.field .radio input[type=radio]{margin:0 8px 0 0}.field .radio input[type=radio]:disabled~*{opacity:.5}.field textarea{line-height:1.1;padding:12px;border-radius:3px;font-size:13px;border:1px solid #ddd;margin:0;transition:all .2s ease-in-out;min-width:100%;max-width:100%;min-height:120px}.field textarea:disabled{box-shadow:none;border-color:#e0e0e0;opacity:.5;background-color:#fff;color:#23282d}.field textarea:focus{border-color:#2d87f1;box-shadow:0 0 0 1px #2d87f1}.field textarea::-moz-placeholder{color:#aaa}.field textarea::placeholder{color:#aaa}.field textarea.has-error{border-color:#eb5757;box-shadow:0 0 0 1px #eb5757}.field:not(:last-child){margin-bottom:16px}.field.is-narrow input[type=email],.field.is-narrow input[type=number],.field.is-narrow input[type=tel],.field.is-narrow input[type=text]{max-width:300px}.help{font-size:13px;color:#828282;margin:12px 0 0}.help:not(:last-child){margin-bottom:16px}.inline-fields{display:flex;align-items:center}.inline-fields>.field:not(:last-child),.inline-fields>label:not(:last-child){margin-bottom:0;margin-right:16px}.inline-fields>:not(:last-child){margin-right:8px}.inline-fields.is-wide>.field:not(:last-child),.inline-fields.is-wide>label:not(:last-child){margin-right:24px}.inline-fields-disabled{position:relative}.inline-fields-disabled:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:1}.icon-input{display:flex;line-height:1.1;padding:12px;border-radius:3px;font-size:13px;border:1px solid #ddd;margin:0;transition:all .2s ease-in-out;padding:8px}.icon-input:disabled{box-shadow:none;border-color:#e0e0e0;opacity:.5;background-color:#fff;color:#23282d}.icon-input:focus{border-color:#2d87f1;box-shadow:0 0 0 1px #2d87f1}.icon-input::-moz-placeholder{color:#aaa}.icon-input::placeholder{color:#aaa}.icon-input.has-error{border-color:#eb5757;box-shadow:0 0 0 1px #eb5757}.icon-input .icon{color:#818181;margin-right:8px}.icon-input input[type=date],.icon-input input[type=email],.icon-input input[type=number],.icon-input input[type=tel],.icon-input input[type=text]{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none}.radio-list{display:flex;flex-direction:column;align-items:flex-start}.radio-list .radio:not(:last-child){margin-bottom:8px}.radio{display:inline-flex;align-items:center;position:relative;cursor:pointer;color:#000}.radio input[type=radio]{position:absolute;opacity:0;left:20px;z-index:-1}.radio__skin{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:16px;height:16px;background-color:#fff;border-radius:50%;border:2px solid #d3d7de;margin-right:8px;margin-top:2px;transition:all .2s ease-in-out}.radio__skin:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background-color:#2d87f1;opacity:0;transition:inherit}.radio__content{display:flex;align-items:center;flex:1}.radio__content .icon{width:12px;height:12px}.radio__content .icon:not(:first-child){margin-left:4px}.radio input[type=radio]:checked+.radio__skin{border-color:#2d87f1}.radio input[type=radio]:checked+.radio__skin:after{opacity:1}.radio.is-disabled{opacity:.5;pointer-events:auto}.checkbox-group{display:flex;align-items:center}.checkbox-group .userfeedback-checkbox:not(:last-child){margin-right:24px}.checkbox-wrapper{display:flex}.userfeedback-checkbox{display:inline-flex;position:relative;font-size:13px;cursor:pointer}.userfeedback-checkbox input[type=checkbox]{position:absolute;opacity:0;left:20px;z-index:-1}.userfeedback-checkbox .checkbox__skin{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:#fff;border:2px solid #d3d7de;color:#fff0;border-radius:3px;margin-top:2px;margin-right:8px;box-sizing:border-box;transition:all .2s ease-in-out}.userfeedback-checkbox input[type=checkbox]:checked+.checkbox__skin{background-color:#2d87f1;border-color:#2d87f1;color:#fff}.userfeedback-checkbox.is-disabled{opacity:.5;pointer-events:auto}.userfeedback-widget{--uf-widget-text-color:#23282d;--uf-widget-bg-color:#fff;--uf-widget-borders-color:rgba(0,0,0,0.15);--uf-title-text-color:var(--uf-widget-text-color);--uf-button-color:#2d87f1;--uf-radio-check-color:#555;--uf-nps-option-bg-color:#e9e9e9;--uf-nps-option-text-color:#23282d;--uf-nps-option-selected-bg-color:var(--uf-button-color);--uf-nps-option-selected-text--color:#fff;--uf-input-border-color:#dadada;--uf-input-bg-color:#fff;--uf-input-help-color:#c4c4c4;--uf-input-placeholder-color:#7e7e7e;--uf-star-picker-color:#f29b4a}.userfeedback-widget.widget-theme--dark{--uf-widget-text-color:#fff;--uf-widget-body-bg-color:#454545}.userfeedback-widget.has-shortcode{display:none}.userfeedback-question{all:unset;display:block;padding:24px}.field .textarea{border-color:var(--uf-input-border-color);background-color:var(--uf-input-bg-color);max-height:120px;height:120px}.field .textarea::-moz-placeholder{color:var(--uf-input-placeholder-color)}.field .textarea::placeholder{color:var(--uf-input-placeholder-color)}.field .textarea:focus{outline:none}.field .input{border-color:var(--uf-input-border-color);background-color:var(--uf-input-bg-color)}.field .input::-moz-placeholder{color:var(--uf-input-placeholder-color)}.field .input::placeholder{color:var(--uf-input-placeholder-color)}.field .input:focus{outline:none}.field .help{font-size:13px;margin-top:8px;color:var(--uf-input-help-color)}.field .help--right{text-align:right}.userfeedback-widget{all:unset;display:block;z-index:999999;color:var(--uf-widget-text-color);background-color:var(--uf-widget-bg-color);max-width:320px!important;min-width:320px!important;border-top-right-radius:5px;border-top-left-radius:5px;box-shadow:0 -1px 3px 2px rgb(0 0 0 / .075);padding:0;font-size:14px;will-change:transform,opacity;opacity:1;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif!important;transition:all .2s ease-in-out}.userfeedback-widget form{all:unset}.userfeedback-widget *{box-sizing:border-box}.userfeedback-widget .userfeedback-widget__toggle{cursor:pointer}.userfeedback-widget:not(.is-preview){position:fixed;right:40px;bottom:0}.userfeedback-widget:not(.is-preview).widget-position-bottom_left{right:unset;left:40px}.userfeedback-widget:not(.is-preview).widget-position-bottom_left .userfeedback-widget__toggle{right:unset;left:24px}.userfeedback-widget:not(.is-preview).widget-position-middle_left{right:unset;bottom:unset;left:0;top:50vh;transform:translateY(-50%);border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;border-top-left-radius:0}.userfeedback-widget:not(.is-preview).widget-position-middle_left .userfeedback-widget__toggle{rotate:90deg;transform-origin:bottom right;bottom:unset;left:unset;top:52%;right:0}.userfeedback-widget:not(.is-preview).widget-position-middle_left.is-closed{left:-320px}.userfeedback-widget:not(.is-preview).widget-position-middle_right{left:unset;bottom:unset;right:0;top:50vh;transform:translateY(-50%);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;border-top-left-radius:5px}.userfeedback-widget:not(.is-preview).widget-position-middle_right .userfeedback-widget__toggle{rotate:-90deg;transform-origin:bottom left;bottom:unset;right:unset;top:52%;left:0}.userfeedback-widget:not(.is-preview).widget-position-middle_right.is-closed{right:-320px}.userfeedback-widget.is-preview{position:absolute;right:40px;bottom:0}.userfeedback-widget.is-preview.widget-position-bottom_left{right:unset;left:40px}.userfeedback-widget.is-preview.widget-position-bottom_left .userfeedback-widget__toggle{right:unset;left:24px}.userfeedback-widget.is-preview.widget-position-middle_left{right:unset;bottom:unset;left:0;top:50%;transform:translateY(-50%);border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0;border-top-left-radius:0}.userfeedback-widget.is-preview.widget-position-middle_left .userfeedback-widget__toggle{rotate:90deg;transform-origin:bottom right;bottom:unset;left:unset;top:54%;right:0}.userfeedback-widget.is-preview.widget-position-middle_left.is-closed{left:-320px}.userfeedback-widget.is-preview.widget-position-middle_right{left:unset;bottom:unset;right:0;top:50%;transform:translateY(-50%);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px;border-top-left-radius:5px}.userfeedback-widget.is-preview.widget-position-middle_right .userfeedback-widget__toggle{rotate:-90deg;transform-origin:bottom left;bottom:unset;right:unset;top:54%;left:0}.userfeedback-widget.is-preview.widget-position-middle_right.is-closed{right:-320px}.userfeedback-widget.is-inline{position:relative;border-bottom-right-radius:5px;border-bottom-left-radius:5px;margin:0 auto;margin-bottom:20px!important}.userfeedback-widget.is-closed{transform:translateY(100%)}.userfeedback-widget.is-delayed.is-waiting{opacity:0}.userfeedback-widget__toggle{all:unset;position:absolute;bottom:100%;right:24px;border-top-right-radius:5px;border-top-left-radius:5px;padding:10px 28px 9px;background-color:var(--uf-widget-bg-color);color:inherit;box-shadow:0 -1px 3px 2px rgb(0 0 0 / .075);-webkit-clip-path:polygon(-15% -20%,115% -20%,120% 100%,-15% 100%);clip-path:polygon(-15% -20%,115% -20%,120% 100%,-15% 100%);border:none}.userfeedback-widget__toggle .icon-wrap{display:flex;align-items:center;justify-content:flex-start}.userfeedback-widget__toggle .icon-wrap .label{margin-right:10px;font-weight:600}.userfeedback-widget__toggle .icon-wrap .icon{all:unset;display:flex;transition:all .2s ease-in-out;will-change:transform;width:16px;height:16px}.userfeedback-widget__toggle .icon-wrap .icon svg{width:100%;height:100%;margin:0!important}.userfeedback-widget__toggle .icon-wrap .icon.is-small{width:10px;height:10px}.userfeedback-widget__header{all:unset;display:block;padding:24px}.userfeedback-widget__header .question-title,.userfeedback-widget__thank-you .question-title{all:unset;letter-spacing:.03125em;font-weight:700;margin:0;text-transform:none;font-size:inherit;color:var(--uf-title-text-color)}.userfeedback-widget__body{all:unset;display:block;position:relative;border-top:1px solid var(--uf-widget-borders-color)!important;border-bottom:1px solid var(--uf-widget-borders-color);padding:0;font-size:14px}.userfeedback-widget__body label{font-size:1em}.userfeedback-widget__body .field input,.userfeedback-widget__body .field textarea{position:relative}.userfeedback-widget__body:before{content:"";display:block;position:absolute;inset:0;background-color:hsl(0 0% 100% / .05);mix-blend-mode:difference}.userfeedback-widget__footer{all:unset;display:flex;align-items:center;justify-content:space-between;padding:24px 16px}.userfeedback-widget__footer-branding{all:unset;position:relative;max-width:115px;max-height:50px}.userfeedback-widget__footer-branding img{max-width:100%;max-height:50px}.userfeedback-widget__footer-actions{all:unset;display:block}.userfeedback-widget__footer-actions .user-feedback-button-base{all:unset;display:inline-flex;align-items:center;line-height:1;font-size:13px;font-weight:700;padding:10px 12px;border-radius:3px;border-width:1px;border-style:solid;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;text-transform:none;letter-spacing:normal;transition:all .2s ease-in-out;color:#fff;background-color:#2d87f1;border-color:#0e6bd7;border:none}.userfeedback-widget__footer-actions .user-feedback-button-base span{margin-bottom:0!important}.userfeedback-widget__footer-actions .user-feedback-button-base.is-small{padding:8px 12px}.userfeedback-widget__footer-actions .user-feedback-button-base.is-large{font-size:15px;padding:12px}.userfeedback-widget__footer-actions .user-feedback-button-base .icon{color:#0e6bd7}.userfeedback-widget__footer-actions .user-feedback-button-base .icon:first-child{margin-right:8px}.userfeedback-widget__footer-actions .user-feedback-button-base .icon:last-child{margin-left:8px}.userfeedback-widget__footer-actions .user-feedback-button-base .icon:only-child{margin:0}.userfeedback-widget__footer-actions .user-feedback-button-base[disabled]{color:#a7aaad;border-color:#dcdcde;background:#f6f7f7;pointer-events:none}.userfeedback-widget__footer-actions .user-feedback-button-base[disabled] .icon{color:currentColor}.userfeedback-widget__footer-actions .user-feedback-button-base:hover{color:#fff;background-color:#1579ef;border-color:#0e6bd7}.userfeedback-widget__footer-actions .user-feedback-button-base.is-primary{color:#fff;background-color:#2d87f1;border-color:#0e6bd7}.userfeedback-widget__footer-actions .user-feedback-button-base.is-primary .icon{color:#0e6bd7}.userfeedback-widget__footer-actions .user-feedback-button-base.is-primary:hover{color:#fff;background-color:#1579ef;border-color:#0e6bd7}.userfeedback-widget__footer-actions .user-feedback-button-base.is-secondary{color:#23282d;background-color:#f9f9f9;border-color:#ddd}.userfeedback-widget__footer-actions .user-feedback-button-base.is-secondary .icon{color:#ddd}.userfeedback-widget__footer-actions .user-feedback-button-base.is-secondary:hover{color:#23282d;background-color:#f0f0f0;border-color:#bbb}.userfeedback-widget__footer-actions .user-feedback-button-base.is-alternate{color:#fff;background-color:#46bf40;border-color:#31862d}.userfeedback-widget__footer-actions .user-feedback-button-base.is-alternate .icon{color:#31862d}.userfeedback-widget__footer-actions .user-feedback-button-base.is-alternate:hover{color:#fff;background-color:#3fac3a;border-color:#31862d}.userfeedback-widget__footer-actions .user-feedback-button-base.is-link{background-color:#fff0;text-decoration:underline;font-weight:400;color:#aaa;border-color:#fff0}.userfeedback-widget__footer-actions .user-feedback-button-base.is-link:hover{text-decoration:underline}.userfeedback-widget__footer-actions .user-feedback-button-base.is-disabled{background-color:#fff0;text-decoration:none;font-weight:400;color:#aaa;border-color:#fff0}.userfeedback-widget__footer-actions .user-feedback-button-base.is-disabled .icon{color:inherit}.userfeedback-widget__footer-actions .user-feedback-button-base.is-disabled:hover{cursor:help;text-decoration:none}.userfeedback-widget__footer-actions .user-feedback-button-base.is-flat{border:none;background-color:#fff0;color:#2d87f1}.userfeedback-widget__footer-actions .user-feedback-button-base.is-flat .icon{color:inherit}.userfeedback-widget__footer-actions .user-feedback-button-base:active,.userfeedback-widget__footer-actions .user-feedback-button-base:focus,.userfeedback-widget__footer-actions .user-feedback-button-base:hover{text-decoration:none}.userfeedback-widget__footer-actions .user-feedback-button-base:not(.is-link){background-color:var(--uf-button-color)!important}.userfeedback-widget__footer-actions .user-feedback-button-base .icon{color:currentColor!important;width:8px;height:10px}.userfeedback-widget__footer-actions .user-feedback-button-base:not(:last-child){margin-right:4px}.userfeedback-widget__footer-actions .user-feedback-button-base.no-border{border:none!important}.userfeedback-widget__thank-you{text-align:center;padding:36px 24px 24px}.userfeedback-question__comment-box{margin-top:10px}.userfeedback-question__comment-box .textarea{width:100%!important;max-width:100%;height:90px;max-height:90px;min-height:90px}.userfeedback-question-radio-button{padding:0}.userfeedback-question-radio-button .radio{display:flex;width:100%;padding:12px 24px;margin:0;color:inherit;align-items:flex-start}.userfeedback-question-radio-button .radio:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--uf-widget-borders-color)}.userfeedback-question-radio-button .radio .radio__skin{background-color:#fff0}.userfeedback-question-radio-button .radio input[type=radio]:checked+.radio__skin{border-color:hsl(0 0% 100% / .85);mix-blend-mode:difference}.userfeedback-question-radio-button .radio input[type=radio]:checked+.radio__skin:after{background-color:hsl(0 0% 100% / .85);mix-blend-mode:difference}.userfeedback-question-radio-button .radio__content{display:block;flex:1}.userfeedback-question-icon-choice,.userfeedback-question-image-radio{display:flex;flex-wrap:wrap;-moz-column-gap:5px;column-gap:5px;row-gap:10px}.userfeedback-question-icon-choice .image-radio,.userfeedback-question-image-radio .image-radio{min-width:87px;flex:1;height:55px;border:.61px solid #dadada;border-radius:1.83px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.userfeedback-question-icon-choice .image-radio:nth-child(4),.userfeedback-question-icon-choice .image-radio:nth-child(n+5),.userfeedback-question-image-radio .image-radio:nth-child(4),.userfeedback-question-image-radio .image-radio:nth-child(n+5){flex:0 0 87px;min-width:87px}.userfeedback-question-icon-choice .image-radio.is-selected,.userfeedback-question-icon-choice .image-radio:hover,.userfeedback-question-image-radio .image-radio.is-selected,.userfeedback-question-image-radio .image-radio:hover{border:1px solid #2d87f1}.userfeedback-question-icon-choice .image-radio input,.userfeedback-question-image-radio .image-radio input{display:none}.userfeedback-question-icon-choice .image-radio .icon-choice-the-icon,.userfeedback-question-image-radio .image-radio .icon-choice-the-icon{display:inline-block}.userfeedback-question-icon-choice .image-radio .icon-choice-the-icon svg,.userfeedback-question-image-radio .image-radio .icon-choice-the-icon svg{height:var(--question-icon-size);width:var(--question-icon-size);color:var(--question-icon-color);fill:var(--question-icon-color)}.userfeedback-question-icon-choice .image-radio .icon-choice-label,.userfeedback-question-icon-choice .image-radio .image-radio-label,.userfeedback-question-image-radio .image-radio .icon-choice-label,.userfeedback-question-image-radio .image-radio .image-radio-label{line-height:1;white-space:nowrap;max-width:70px;overflow:hidden;text-overflow:ellipsis}.userfeedback-question-icon-choice .image-radio .radio__content,.userfeedback-question-image-radio .image-radio .radio__content{flex-direction:column}.userfeedback-question-icon-choice .image-radio .radio__content img,.userfeedback-question-image-radio .image-radio .radio__content img{max-width:100%;max-height:30px;width:30px;height:auto}.userfeedback-question-checkbox{all:unset;display:block;padding:0}.userfeedback-question-checkbox .userfeedback-checkbox{display:flex;width:100%;padding:12px 24px;margin:0}.userfeedback-question-checkbox .userfeedback-checkbox:not(:last-child){border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--uf-widget-borders-color)}.userfeedback-question-checkbox .userfeedback-checkbox input[type=checkbox]:checked+.checkbox__skin{background-color:var(--uf-radio-check-color);border-color:var(--uf-radio-check-color)}.userfeedback-question-checkbox .userfeedback-question__comment-box{margin-top:0;padding:12px 24px}.nps-picker__head{font-size:13px;margin-bottom:8px}.nps-picker__head,.nps-picker__options{display:flex;justify-content:space-between}.nps-option{position:relative;cursor:pointer}.nps-option input[type=radio]{position:absolute;left:0;opacity:0;margin:0;z-index:-1}.nps-option__skin{font-size:12px;line-height:1;padding:5px 7px;z-index:1;background-color:var(--uf-nps-option-bg-color);color:var(--uf-nps-option-text-color);border-radius:3px;transition:all .2s ease-in-out}input[type=radio]:checked+.nps-option__skin{background-color:var(--uf-nps-option-selected-bg-color);color:var(--uf-nps-option-selected-text--color)}.nps-option:not(:last-child){margin-right:4px}.rating-picker{display:flex;justify-content:center}.rating-picker__star{position:relative;cursor:pointer;color:var(--uf-star-picker-color);padding:0 8px}.rating-picker__star input[type=radio]{position:absolute;left:0;z-index:-1;opacity:0}.rating-picker__star-icon{display:inline-block;cursor:pointer;width:36px;height:36px}.rating-picker__star-icon svg{width:36px;height:36px}.rating-picker__star:first-child{padding-left:0}.rating-picker__star:last-child{padding-right:0}.userfeedback-survey-shortcode .userfeedback-widget.has-shortcode{display:inherit}[disabled]~_{font-weight:inherit}.wq-x-suspended,.wq-x-suspended body{overflow:hidden}.wq-Form .wq-Image,.wq-Form .wq-Option,.wq-Form .wq-Option>.wq--label{box-sizing:border-box;display:block;flex:0 0 auto;font-size:16px;height:auto;margin:0;padding:0;width:auto}.wq-Form .wq-Option,.wq-Form .wq-Option>.wq--label>.wq--main,.wq-Form .wq-Option>.wq--label>.wq--media,.wq-Form .wq-Quantity>.wq--head>.wq--media,.wq-Form .wq-Selector>.wq--body,.wq-Form .wq-Selector>.wq--head>.wq--media,.wq-Form .wq-Slider>.wq--head>.wq--media{align-items:stretch;display:flex;flex-wrap:nowrap;justify-content:flex-start}.wq-Form .wq-Quantity,.wq-Form .wq-Selector,.wq-Form .wq-Slider{border:1px solid hsl(0 0% 7% / .26);display:flex;flex-direction:column}.wq-Form .wq-Quantity>.wq--head,.wq-Form .wq-Selector>.wq--head,.wq-Form .wq-Slider>.wq--head{align-items:center;background-color:#f0f0f0;border-bottom:1px solid hsl(0 0% 7% / .26);color:#121212;display:flex;flex-direction:row;font-size:16px;padding:10px;position:relative}.wq-Form .wq-Quantity>.wq--head>.wq--main,.wq-Form .wq-Selector>.wq--head>.wq--main,.wq-Form .wq-Slider>.wq--head>.wq--main{display:flex;flex-basis:auto;flex-direction:column;flex-grow:1;flex-shrink:1;width:100%}.wq-Form .wq-Quantity>.wq--head>.wq--main>.wq--note,.wq-Form .wq-Selector>.wq--head>.wq--main>.wq--note,.wq-Form .wq-Slider>.wq--head>.wq--main>.wq--note{color:hsl(0 0% 7% / .6);font-size:14px;line-height:1.3}.wq-Form .wq-Quantity>.wq--head>.wq--message,.wq-Form .wq-Selector>.wq--head>.wq--message,.wq-Form .wq-Slider>.wq--head>.wq--message{background:#fff0;position:absolute;right:10px;top:10px}.wq-Form .wq-is-invalid.wq-Quantity,.wq-Form .wq-is-invalid.wq-Selector,.wq-Form .wq-is-invalid.wq-Slider{border-color:#dd4522}.wq-Form .wq-belongs-hnavigator.wq-Quantity,.wq-Form .wq-belongs-hnavigator.wq-Selector,.wq-Form .wq-belongs-hnavigator.wq-Slider{border-radius:0;overflow:hidden}.wq-Form .wq-belongs-wnavigator.wq-Quantity,.wq-Form .wq-belongs-wnavigator.wq-Selector,.wq-Form .wq-belongs-wnavigator.wq-Slider{box-sizing:border-box;height:100%;overflow:hidden;position:relative;width:100%}.wq-Form .wq-belongs-wnavigator.wq-Quantity>.wq--head,.wq-Form .wq-belongs-wnavigator.wq-Selector>.wq--head,.wq-Form .wq-belongs-wnavigator.wq-Slider>.wq--head{flex:0 0 auto}.wq-Form .wq-TextArea,.wq-Form .wq-TextInput{background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:0;box-sizing:border-box;color:#121212;display:block;font-size:16px;height:auto;line-height:1.5;margin:0;max-width:100%;outline:none;padding:7px;position:relative;transition:box-shadow .1s linear,border-color .1s linear}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-TextArea:hover,.wq-Form .wq-TextInput:hover{box-shadow:0 0 0 4px rgb(235 66 102 / .2);z-index:2}}.wq-Form .wq-TextArea:focus,.wq-Form .wq-TextInput:focus{animation:explosion .6s;border:1px solid hsl(0 0% 7% / .26);box-shadow:0 0 0 4px rgb(235 66 102 / .4);outline:none;z-index:2}.wq-Form .wq-is-invalid.wq-TextArea:not(:focus),.wq-Form .wq-is-invalid.wq-TextInput:not(:focus){border-color:#dd4522}.wq-Form .wq-TextArea::placeholder,.wq-Form .wq-TextInput::placeholder{color:hsl(0 0% 7% / .35);font-size:16px}.wq-Form .wq-TextArea:-ms-input-placeholder,.wq-Form .wq-TextInput:-ms-input-placeholder{color:hsl(0 0% 7% / .35);font-size:16px}.wq-Form .wq-TextArea::-ms-input-placeholder,.wq-Form .wq-TextInput::-ms-input-placeholder{color:hsl(0 0% 7% / .35);font-size:16px}@keyframes explosion{0%{box-shadow:0 0 0 4px rgb(235 66 102 / .2),0 0 0 0 rgb(235 66 102 / .2)}15%{box-shadow:0 0 0 4px rgb(235 66 102 / .3),0 0 6px 10px rgb(235 66 102 / .2)}30%{box-shadow:0 0 0 4px rgb(235 66 102 / .4),0 0 8px 17px rgb(235 66 102 / .1)}to{box-shadow:0 0 0 4px rgb(235 66 102 / .4),0 0 12px 25px #fff0}}.wq-Form .wq-Checkbox,.wq-Form .wq-Radio{border:none;box-sizing:border-box;color:#121212;display:block;line-height:1.5;margin:0;max-width:100%;outline:none;padding:0}.wq-Form .wq-Checkbox>input,.wq-Form .wq-Radio>input{display:block;opacity:0;position:absolute}.wq-Form .wq-Checkbox>label,.wq-Form .wq-Radio>label{background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:100px;box-sizing:border-box;display:block;font-size:16px;height:40px;line-height:38px;margin:0;max-width:100%;overflow:hidden;padding:0 15px 0 7px;position:relative;transition:box-shadow .1s linear,border-color .1s linear;white-space:nowrap}.wq-Form .wq-Checkbox>input.wq-is-invalid+label,.wq-Form .wq-Radio>input.wq-is-invalid+label{border-color:#dd4522;z-index:2}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Checkbox>label:hover,.wq-Form .wq-Radio>label:hover{box-shadow:0 0 0 4px rgb(235 66 102 / .2);z-index:10}}.wq-Form .wq-Control>.wq--body>.wq--message,.wq-Form .wq-Quantity>.wq--head>.wq--message,.wq-Form .wq-Selector>.wq--head>.wq--message,.wq-Form .wq-Slider>.wq--head>.wq--message,.wq-Form .wq-WNavigator>.wq--base .wq--message{color:#dd4522;display:block;font-size:14px;font-weight:400;line-height:1;margin-top:0!important;max-width:100%;width:auto}.wq-Form .wq-Control>.wq--body>.wq--message:before,.wq-Form .wq-Quantity>.wq--head>.wq--message:before,.wq-Form .wq-Selector>.wq--head>.wq--message:before,.wq-Form .wq-Slider>.wq--head>.wq--message:before,.wq-Form .wq-WNavigator>.wq--base .wq--message:before{content:"";display:inline-block;font-family:dashicons;line-height:1;margin-right:1px;vertical-align:-2px}.wq-Form .wq-Control>.wq--body>.wq-is-run.wq-for-removed.wq--message,.wq-Form .wq-Quantity>.wq--head>.wq-is-run.wq-for-removed.wq--message,.wq-Form .wq-Selector>.wq--head>.wq-is-run.wq-for-removed.wq--message,.wq-Form .wq-Slider>.wq--head>.wq-is-run.wq-for-removed.wq--message,.wq-Form .wq-WNavigator>.wq--base .wq-is-run.wq-for-removed.wq--message{transition:opacity .2s linear}.wq-Form .wq-Control>.wq--body>.wq-is-removed.wq--message,.wq-Form .wq-Quantity>.wq--head>.wq-is-removed.wq--message,.wq-Form .wq-Selector>.wq--head>.wq-is-removed.wq--message,.wq-Form .wq-Slider>.wq--head>.wq-is-removed.wq--message,.wq-Form .wq-WNavigator>.wq--base .wq-is-removed.wq--message{opacity:0}.wq-Form .wq-Control>.wq--body>.wq-is-run.wq-for-created.wq--message,.wq-Form .wq-Quantity>.wq--head>.wq-is-run.wq-for-created.wq--message,.wq-Form .wq-Selector>.wq--head>.wq-is-run.wq-for-created.wq--message,.wq-Form .wq-Slider>.wq--head>.wq-is-run.wq-for-created.wq--message,.wq-Form .wq-WNavigator>.wq--base .wq-is-run.wq-for-created.wq--message{animation-iteration-count:1;animation:rejection .3s}@keyframes rejection{0%{transform:translateX(.25em)}15%{transform:translateX(-.25em)}30%{transform:translateX(.125em)}50%{transform:translateX(-.125em)}70%{transform:translateX(.0625em)}90%{transform:translateX(-.0625em)}}.wq-Form .wq-Image{background-position:50%;background-repeat:no-repeat;overflow:hidden}.wq-Form .wq-Image.wq-scaling-center{background-image:none!important;position:relative}.wq-Form .wq-Image.wq-scaling-center>.wq--img{border:none;display:block;height:auto;left:50%;max-height:100%;max-width:100%;min-height:1px;min-width:1px;position:relative;top:50%;transform:translate(-50%,-50%);width:auto}.wq-Form .wq-Image.wq-scaling-cover{background-size:cover}.wq-Form .wq-Image.wq-scaling-cover>.wq--img{display:block;opacity:0;pointer-events:none}.wq-Form .wq-Image.wq-scaling-contain{background-size:contain}.wq-Form .wq-Image.wq-scaling-contain>.wq--img{display:block;opacity:0;pointer-events:none}.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator{height:100px;width:130px}@media screen and (min-width:782.001px){.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator{height:100px;width:130px}}.wq-Form .wq-Image.wq-belongs-option.wq-belongs-wnavigator{height:100px;width:100px}@media screen and (min-width:782.001px){.wq-Form .wq-Image.wq-belongs-option.wq-belongs-wnavigator{height:100px;width:100px}}.wq-Form .wq-Image.wq-belongs-quantity,.wq-Form .wq-Image.wq-belongs-selector,.wq-Form .wq-Image.wq-belongs-slider{height:30px;margin-right:4px;width:30px}.wq-Form .wq-Image.wq-belongs-quantity.wq-src-empty,.wq-Form .wq-Image.wq-belongs-selector.wq-src-empty,.wq-Form .wq-Image.wq-belongs-slider.wq-src-empty{display:none}.wq-Form .wq-Image.wq-belongs-file{height:78px;width:78px}.wq-Form .wq-Option{align-self:stretch;justify-content:center;overflow:hidden;position:relative;width:150px}@media screen and (min-width:782.001px){.wq-Form .wq-Option{width:150px}}.wq-Form .wq-Option>.wq--input{height:1px;opacity:0;overflow:hidden;position:absolute;top:100px;width:1px}@media screen and (min-width:782.001px){.wq-Form .wq-Option>.wq--input{top:100px}}.wq-Form .wq-Option>.wq--input:before{content:none}.wq-Form .wq-Option>.wq--select{-webkit-appearance:none;-moz-appearance:none;appearance:none;bottom:0;box-sizing:border-box;display:block;font-size:16px;height:auto;left:0;margin:0;max-height:1000px;max-width:1000px;opacity:0;outline:none;position:absolute;right:0;top:0;width:100%;z-index:2}@media (-ms-high-contrast:none){.wq-Form .wq-Option>.wq--select:focus{bottom:10px;left:10px;max-height:auto;opacity:1;outline:auto;right:10px;top:auto;width:calc(100% - 20px)}}.wq-Form .wq-Option>.wq--label{background:#fff;box-sizing:border-box;cursor:pointer;display:flex;flex-basis:0%;flex-direction:column;flex-grow:1;flex-shrink:1;max-width:100%;overflow:hidden;padding:10px;transition:background-color .2s linear;width:100%}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Option>.wq--label:hover{background-color:rgb(235 66 102 / .2)}}.wq-Form .wq-Option>.wq--label>.wq--media{flex:0 0 auto;justify-content:center;margin-bottom:6px}.wq-Form .wq-Option>.wq--label>.wq--main{flex:1 1 auto;flex-direction:column;line-height:1.5;max-width:100%;position:relative}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--name{flex:0 0 auto;flex-basis:auto;flex-grow:0;flex-shrink:0;max-width:100%;text-align:center}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--note{color:hsl(0 0% 7% / .6);flex:1 0 auto;flex-basis:auto;flex-grow:1;flex-shrink:0;font-size:14px;line-height:1.3;max-width:100%;text-align:center}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices{line-height:1;max-width:100%;padding:4px 0 0;text-align:center}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--normalPrice{padding-right:4px;text-decoration:line-through}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--price{color:#eb4266;font-size:20px}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--quantity{color:#eb4266;font-size:14px;font-weight:700;line-height:1.5;position:absolute;right:0;top:-27px}.wq-Form .wq-Option>.wq--label>.wq--main>.wq--quantity:before{content:"x";display:inline}.wq-Form .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1{background:red;border-radius:100px;color:#ff0;display:block;font-size:11px;height:40px;left:6px;line-height:40px;position:absolute;text-align:center;top:70px;width:40px}@media screen and (min-width:782.001px){.wq-Form .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-1{top:70px}}.wq-Form .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-2{background-color:#15155b;color:#fff;display:inline-block;font-size:11px;font-weight:400;height:16px;left:-25px;line-height:16px;position:absolute;text-align:center;top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:90px}.wq-Form .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-3{background:red;border-radius:100px;color:#ff0;display:block;font-size:11px;height:40px;left:50px;line-height:40px;position:absolute;text-align:center;top:70px;width:40px}@media screen and (min-width:782.001px){.wq-Form .wq-Option>.wq--label>.wq--ribbon.wq-ribbon-3{top:70px}}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Option>.wq--select:not(:disabled):hover+.wq--label{background-color:rgb(235 66 102 / .2)}}.wq-Form .wq-Option>.wq--input:checked+.wq--label,.wq-Form .wq-Option>.wq--select.wq-is-selected+.wq--label{background:rgb(235 66 102 / .4)}.wq-Form .wq-Option>.wq--input:disabled+.wq--label,.wq-Form .wq-Option>.wq--select:disabled+.wq--label{opacity:.3;pointer-events:none}.wq-Form .wq-Option>.wq-type-checkbox+label:after{box-sizing:border-box;color:hsl(0 0% 7% / .35);content:"";display:block;font-family:dashicons;font-size:48px;line-height:48px;position:absolute;right:0;top:0}.wq-Form .wq-Option>.wq-type-checkbox:checked+label:after{animation:spin .3s;color:#fff;transform:scale(1.2)}.wq-Form .wq-Option.wq-belongs-wnavigator{align-self:stretch;min-width:1px;width:auto}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label{flex-direction:row}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--media{margin-bottom:0;margin-right:10px}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main{justify-content:center}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main>.wq--name{flex:0 0 auto;flex-basis:auto;flex-grow:0;flex-shrink:0;padding-right:24px;text-align:left}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main>.wq--note,.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main>.wq--prices{padding-right:24px;text-align:left}.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main>.wq--quantity{bottom:0;top:auto}@keyframes spin{0%{color:hsl(0 0% 7% / .35);transform:rotate(0) scale(1)}60%{color:#fff;transform:rotate(375deg) scale(1.2)}70%{transform:rotate(348deg) scale(1.2)}80%{transform:rotate(368deg) scale(1.2)}90%{transform:rotate(354deg) scale(1.2)}to{transform:rotate(1turn) scale(1.2)}}.wq-Form .wq-Selector{box-sizing:border-box}.wq-Form .wq-Selector>.wq--body{flex-direction:row;overflow:auto}.wq-Form .wq-Selector.wq-belongs-wnavigator>.wq--body{align-self:stretch;flex-basis:auto;flex-direction:column;flex-grow:1;flex-shrink:1;flex-wrap:nowrap;max-width:100%;overflow:auto;width:100%}.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-run{max-height:300px;overflow:hidden;transition:max-height .2s ease-in,opacity .2s linear}.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-created,.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-removed{max-height:0;opacity:0}.wq-Form .wq-Quantity>.wq--body,.wq-Form .wq-Slider>.wq--body{box-sizing:border-box;padding:10px}.wq-Form .wq-Quantity>.wq--body .wq--suffix,.wq-Form .wq-Slider>.wq--body .wq--suffix{font-size:16px}.wq-Form .wq-Quantity.wq-belongs-wnavigator>.wq--body,.wq-Form .wq-Slider.wq-belongs-wnavigator>.wq--body{align-self:stretch;flex-basis:auto;flex-direction:column;flex-grow:1;flex-shrink:1;width:100%}.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-run,.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-run{max-height:300px;overflow:hidden;transition:max-height .2s ease-in,opacity .2s linear}.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-created,.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-removed,.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-created,.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-removed{max-height:0;opacity:0}.wq-Form .wq-NavBar.wq-belongs-hnavigator{display:none}.wq-Form .wq-NavBar.wq-belongs-wnavigator{background:#fff;color:#121212;display:flex}.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress{display:block;flex:1 1 auto}.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--current,.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--max,.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--min,.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--percentage{display:none}.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--bar{background-color:hsl(0 0% 7% / .26);height:4px;padding:0;width:100%}.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--bar>.wq--bar-content{background-color:#eb4266;height:100%!important;transition:width .2s ease-in-out}.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--commands,.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--summary{display:none}.wq-Form .wq-WNavigator{order:20}.wq-Form .wq-WNavigator>.wq--base{align-items:center;display:flex;flex-direction:column;font-size:16px;height:160px;justify-content:center;position:relative;width:100%}.wq-Form .wq-WNavigator>.wq--base .wq--message{left:0;position:absolute;text-align:center;top:42px;width:100%}.wq-Form .wq-WNavigator>.wq--overlay{background:#fff;bottom:0;display:block;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:100}.wq-Form .wq-WNavigator>.wq--overlay.wq-is-run{transition:opacity .3s linear}.wq-Form .wq-WNavigator>.wq--overlay.wq-is-run>.wq--dialog{transition:transform .3s linear,opacity .3s linear}.wq-Form .wq-WNavigator>.wq--overlay.wq-is-created,.wq-Form .wq-WNavigator>.wq--overlay.wq-is-removed{opacity:0}.wq-Form .wq-WNavigator>.wq--overlay.wq-is-created>.wq--dialog,.wq-Form .wq-WNavigator>.wq--overlay.wq-is-removed>.wq--dialog{opacity:0;transform:scale(.8)}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog{background:#fff;border-top-left-radius:0;border-top-right-radius:0;box-sizing:border-box;color:#121212;display:flex;flex-direction:column;height:calc(100% - 64px);margin:32px auto;max-width:calc(100% - 2em);overflow:hidden;position:relative;width:480px}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main{flex-basis:100%;flex-grow:1;flex-shrink:1;height:calc(100% - 4px);overflow:hidden;position:relative;width:100%}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide{height:100%;overflow:auto}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide.wq-is-run{transition:transform .3s ease-in-out,opacity .3s linear}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide.wq-is-run.wq-for-removed{left:0;overflow:hidden;position:absolute;top:0;width:100%}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide.wq-is-removed{left:0;opacity:0;position:absolute;top:0;transform:translateX(-120vw);width:100%}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide.wq-is-run.wq-for-created{position:relative;transition-delay:.1s}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main>.wq--slide.wq-is-created{opacity:0;transform:translateX(120vw)}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main.wq-is-flipped>.wq--slide.wq-is-removed{transform:translateX(120vw)}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--main.wq-is-flipped>.wq--slide.wq-is-created{transform:translateX(-120vw)}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--action{background:#f0f0f0;border:1px solid hsl(0 0% 7% / .26);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0 solid hsl(0 0% 7% / .26);display:flex;flex:0 0 auto;justify-content:flex-end;padding:4px}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--action>.wq--spacer{flex:1 1 auto}.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--action>:not(:last-child){margin-right:4px}.wq-Form .wq-Monitor{color:#121212;font-size:16px;order:21}.wq-Form .wq-Monitor>.wq--header{background:#fff;display:none}.wq-Form .wq-Monitor>.wq--header>.wq--title{color:#121212;font-size:14px;font-weight:700;line-height:1.3;padding:10px 0}.wq-Form .wq-Monitor>.wq--header>.wq--menu{display:none}.wq-Form .wq-Monitor>.wq--entries{background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:0;border-bottom-right-radius:0;overflow:hidden}.wq-Form .wq-Monitor>.wq--entries>.wq--entry{align-items:center;display:flex}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header{border-bottom:1px solid hsl(0 0% 7% / .26);flex-wrap:nowrap;font-size:14px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:nth-child(2n){background:#f0f0f0}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq--prop{padding:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-no{display:none;flex:10 10 3.8461538462%;order:10}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-no{color:hsl(0 0% 7% / .6);font-size:14px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-category{display:block;flex:50 50 19.2307692308%;order:30}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-category{color:hsl(0 0% 7% / .6);font-size:14px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-entry{flex:70 70 26.9230769231%;order:40}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-normalUnitPrice{display:none;flex:30 30 11.5384615385%;order:60;text-align:right}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-normalUnitPrice{color:hsl(0 0% 7% / .6);font-size:14px;text-decoration:line-through}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-unitPrice{display:block;flex:30 30 11.5384615385%;order:70;text-align:right}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-unitPrice{color:hsl(0 0% 7% / .6);font-size:14px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-quantity{display:block;flex:20 20 7.6923076923%;order:80;text-align:right}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-quantity>.wq--independentDisplay{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-price{display:block;flex:30 30 11.5384615385%;order:100;text-align:right}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-taxClass{display:block;flex:20 20 7.6923076923%;order:110;text-align:center}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-taxClass{font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-is-run{max-height:100px;overflow:hidden;transition:max-height .2s linear,opacity .2s linear}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-is-created,.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-is-removed{max-height:0;opacity:0}.wq-Form .wq-Monitor>.wq--footer{background:#fff;margin-left:auto;max-width:20em}.wq-Form .wq-Monitor>.wq--footer>.wq--entry{align-items:center;border:1px solid hsl(0 0% 7% / .26);display:flex;font-weight:700}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop{padding:10px}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-name{box-sizing:border-box;flex:1 1 8em}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-normalValue{box-sizing:border-box;display:none;flex:1 1 7em;overflow:hidden;text-align:right;text-decoration:line-through}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value{box-sizing:border-box;flex:1 1 7em;line-height:1.5em;overflow:hidden;text-align:right}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span{display:inline-block;height:1.5em;max-height:1.5em;position:relative}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span span{display:block;position:relative}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span span.wq-is-run{transition:transform .3s ease-in-out}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span span.wq-is-run.wq-for-removed{position:absolute;top:0}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span span.wq-is-created{opacity:1;transform:translateY(-4em)}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-value span span.wq-is-removed{position:absolute;top:0;transform:translateY(4em)}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-total{border-bottom-left-radius:0;border-bottom-right-radius:0}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-total>.wq-for-value{color:#eb4266;font-size:20px}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-tax>.wq--prop.wq-for-normalValue,.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-total>.wq--prop.wq-for-normalValue{display:none}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-subtotal span{transition-delay:.2s!important}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-tax span{transition-delay:.28s!important}.wq-Form .wq-Monitor>.wq--footer>.wq--entry.wq-for-total span{transition-delay:.36s!important}@media screen and (min-width:782.001px){.wq-Form .wq-Monitor.wq-is-sidebar{display:flex;flex-direction:column;overflow:hidden;z-index:1000}.wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-top{bottom:auto;position:absolute;top:0}.wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-bottom{bottom:0;position:absolute;top:auto}.wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-screen{bottom:auto;position:fixed;top:0}.wq-Form .wq-Monitor.wq-is-sidebar>.wq--header{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries{border-bottom-left-radius:0;display:flex;flex-basis:auto;flex-direction:column;flex-grow:1;flex-shrink:1;max-height:60vh;min-height:1px;overflow:auto}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry{align-items:flex-end;flex-wrap:wrap;justify-content:flex-end;padding:10px 5px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq--prop{box-sizing:border-box;line-height:1.3;padding:0 5px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-no{display:none;flex:0 0 auto;order:10}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-no{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-no{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-category{display:block;flex:1 1 51%;order:30}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-category{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-category{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-entry{flex:1 1 100%;order:40}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-entry{flex:1 1 50%}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-normalUnitPrice{display:none;flex:1 1 50px;order:60}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-normalUnitPrice{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-normalUnitPrice{color:hsl(0 0% 7% / .6);font-size:10px;text-decoration:line-through}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-unitPrice{display:block;flex:1 1 50px;order:70}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-unitPrice{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-unitPrice{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-quantity{display:block;flex:1 1 30px;order:80}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-quantity{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity>.wq--simpleDisplay{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity>.wq--independentDisplay{display:inline}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-taxClass{display:block;flex:1 1 50px;order:90}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry.wq-for-header>.wq-for-taxClass{display:none}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-taxClass{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor.wq-is-sidebar .wq--entries>.wq--entry>.wq-for-price{display:block;flex:10 10 60px;order:100;text-align:right}.wq-Form .wq-Monitor.wq-is-sidebar>.wq--footer{flex-basis:auto;flex-grow:0;flex-shrink:0;width:100%}.wq-Form .wq-Monitor.wq-is-sidebar>.wq--footer>.wq--entry>.wq--prop.wq-for-name{flex-basis:7em;font-size:14px}.wq-Form .wq-Monitor.wq-is-sidebar>.wq--footer>.wq--entry.wq-for-subtotal>.wq--prop.wq-for-normalValue{display:none}}@media screen and (max-width:782px){.wq-Form .wq-Monitor>.wq--entries>.wq--entry{align-items:flex-end;flex-wrap:wrap;justify-content:flex-end;padding:10px 5px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq--prop{box-sizing:border-box;line-height:1.3;padding:0 5px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-no{display:none;flex:0 0 auto;order:10}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-no{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-no{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-category{display:block;flex:1 1 51%;order:30}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-category{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-category{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-entry{flex:1 1 100%;order:40}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-entry{flex:1 1 50%}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-normalUnitPrice{display:none;flex:1 1 50px;order:60}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-normalUnitPrice{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-normalUnitPrice{color:hsl(0 0% 7% / .6);font-size:10px;text-decoration:line-through}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-unitPrice{display:block;flex:1 1 50px;order:70}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-unitPrice{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-unitPrice{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-quantity{display:block;flex:1 1 30px;order:80}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-quantity{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity>.wq--simpleDisplay{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-quantity>.wq--independentDisplay{display:inline}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-taxClass{display:block;flex:1 1 50px;order:90}.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header>.wq-for-taxClass{display:none}.wq-Form .wq-Monitor>.wq--entries>.wq--entry:not(.wq-for-header)>.wq-for-taxClass{color:hsl(0 0% 7% / .6);font-size:10px}.wq-Form .wq-Monitor>.wq--entries>.wq--entry>.wq-for-price{display:block;flex:10 10 60px;order:100;text-align:right}.wq-Form .wq-Monitor>.wq--footer>.wq--entry>.wq--prop.wq-for-name{flex-basis:7em;font-size:14px}}.wq-Form #wq-informer{top:0}.wq-Form .wq-Control{align-items:flex-start;color:#121212;display:flex;font-size:16px;justify-content:flex-start;line-height:1.5}.wq-Form .wq-Control.wq-for-action{order:40}.wq-Form .wq-Control>.wq--header{align-items:flex-start;box-sizing:border-box;display:flex;flex:0 0 auto;flex-wrap:wrap;padding:9px 0;width:10em}.wq-Form .wq-Control>.wq--header>.wq--label{flex:0 1 auto;font-size:14px;font-weight:700;line-height:24px}.wq-Form .wq-Control>.wq--header>.wq--required{color:#eb4266;flex:0 0 auto;font-size:14px;font-weight:400;line-height:24px}.wq-Form .wq-Control>.wq--header.wq-content-empty>.wq--required,.wq-Form .wq-Control>.wq--header>.wq--required.wq-is-optional{display:none}.wq-Form .wq-Control>.wq--header>:not(:last-child){margin-right:4px}.wq-Form .wq-Control>.wq--body{flex:1 1 auto;position:relative}.wq-Form .wq-Control>.wq--body>:not(:first-child){margin-top:4px}.wq-Form .wq-Control>.wq--body .wq--note{display:block;font-size:14px;margin-left:4px;margin-top:4px;opacity:.6}.wq-Form .wq-Control>.wq--body>.wq--message{left:4px;position:absolute;top:-18px}.wq-Form .wq-Control.wq-is-run.wq-for-removed{display:none}@media screen and (max-width:782px){.wq-Form .wq-Control{flex-direction:column}.wq-Form .wq-Control>.wq--header{margin-bottom:4px;padding:0;width:100%}.wq-Form .wq-Control>.wq--header.wq-content-empty{display:none}.wq-Form .wq-Control>.wq--body{width:100%}.wq-Form .wq-Control>.wq--body .wq--message{left:auto;right:4px}}.wq-Form .wq-TextInput.wq-size-full{width:100%}.wq-Form .wq-TextInput.wq-size-nano{width:calc(3em + 16px)}.wq-Form .wq-TextInput.wq-size-mini{width:calc(5em + 16px)}.wq-Form .wq-TextInput.wq-size-small{width:calc(8em + 16px)}.wq-Form .wq-TextInput.wq-size-normal{width:calc(13em + 16px)}.wq-Form .wq-TextArea{height:160px;width:100%}.wq-Form .wq-TextArea.wq-size-full{height:256px}.wq-Form .wq-TextArea.wq-size-normal{height:160px}.wq-Form .wq-TextArea.wq-size-small{height:112px}.wq-Form .wq-TextArea.wq-size-mini{height:88px}.wq-Form .wq-TextArea.wq-size-nano{height:64px}.wq-Form .wq-InputGroup{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wq-Form .wq-InputGroup>:not(:last-child){margin-right:4px}.wq-Form .wq-Checkbox>label:before{color:hsl(0 0% 7% / .35);content:"";display:inline-block;font-family:dashicons;font-size:24px;line-height:24px;vertical-align:-25%}.wq-Form .wq-Checkbox>input:checked+label:before{animation:spin2 .3s;color:#eb4266;transform:scale(1.2)}@keyframes spin2{0%{transform:rotate(0) scale(1)}60%{transform:rotate(375deg) scale(1.2)}70%{transform:rotate(348deg) scale(1.2)}80%{transform:rotate(368deg) scale(1.2)}90%{transform:rotate(354deg) scale(1.2)}to{transform:rotate(1turn) scale(1.2)}}.wq-Form .wq-Radio>label:before{background:hsl(0 0% 7% / .35);border-radius:100px;content:"";display:inline-block;height:12.8px;margin-right:4px;vertical-align:0;width:12.8px}.wq-Form .wq-Radio>input:checked+label:before{animation:jump .3s;background:#eb4266;transform:scale(1.2)}@keyframes jump{0%{animation-timing-function:ease-out;transform:translateY(0) scale(1)}30%{animation-timing-function:ease-in;transform:translateY(-8px) scale(1.1)}60%{animation-timing-function:ease-out;transform:translateY(0) scale(1.2)}75%{animation-timing-function:ease-in;transform:translateY(-4px) scale(1.2)}90%{animation-timing-function:ease-out;transform:translateY(0) scale(1.2)}95%{animation-timing-function:ease-in;transform:translateY(-2px) scale(1.2)}to{animation-timing-function:ease-in;transform:translateY(0) scale(1.2)}}.wq-Form .wq-Select{box-sizing:border-box;display:inline-block;margin:0;position:relative;width:auto}.wq-Form .wq-Select>.wq--input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:0;box-sizing:border-box;color:#121212;display:block;font-size:16px;height:auto;line-height:1.5;margin:0;outline:none;padding:7px 27px 7px 7px;transition:box-shadow .1s linear,border-color .1s linear}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Select>.wq--input:hover{box-shadow:0 0 0 4px rgb(235 66 102 / .2);z-index:2}}.wq-Form .wq-Select>.wq--input:focus{animation:explosion .6s;border:1px solid hsl(0 0% 7% / .26);box-shadow:0 0 0 4px rgb(235 66 102 / .4);outline:none;z-index:2}.wq-Form .wq-Select>.wq--input.wq-is-invalid:not(:focus){border-color:#dd4522}.wq-Form .wq-Select>.wq--input::-ms-expand{display:none}.wq-Form .wq-Select:after{content:"";display:block;font-family:dashicons;font-size:16px;pointer-events:none;position:absolute;right:4px;top:7px}.wq-Form .wq-Range{box-sizing:border-box;display:flex;margin:0;max-width:100%;padding:0;position:relative}.wq-Form .wq-Range.wq-size-nano{width:80px}.wq-Form .wq-Range.wq-size-mini{width:120px}.wq-Form .wq-Range.wq-size-small{width:160px}.wq-Form .wq-Range.wq-size-medium{width:240px}.wq-Form .wq-Range.wq-size-large{width:360px}.wq-Form .wq-Range.wq-size-xlarge{width:auto}.wq-Form .wq-Range>.wq--input{-webkit-appearance:none;background-color:inherit;border:none;box-sizing:border-box;cursor:pointer;flex-basis:auto;flex-grow:1;flex-shrink:1;height:40px;margin:0 4px;overflow:visible;padding:18px 4px 2px;position:relative;transition:box-shadow .1s linear;width:100%}@media (hover:none){.wq-Form .wq-Range>.wq--input{touch-action:manipulation;user-select:none;-webkit-user-select:none}}.wq-Form .wq-Range>.wq--input:focus{outline:none}.wq-Form .wq-Range>.wq--input::-webkit-slider-runnable-track{background:hsl(0 0% 7% / .26);background-clip:content-box;border-radius:0;box-shadow:none;box-sizing:border-box;cursor:pointer;height:20px;padding:8px 0;width:100%}.wq-Form .wq-Range>.wq--input::-webkit-slider-thumb{-webkit-appearance:none;background-clip:border-box;background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:20px;cursor:pointer;height:20px;margin-top:-8px;transition:box-shadow .1s linear;width:20px}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Range>.wq--input:hover::-webkit-slider-thumb{box-shadow:0 0 0 4px rgb(235 66 102 / .2);z-index:2}}@supports (-ms-ime-align:auto){.wq-Form .wq-Range>.wq--input::-webkit-slider-thumb{margin-top:0!important}.wq-Form .wq-Range>.wq--input:hover::-webkit-slider-thumb{box-shadow:none}}.wq-Form .wq-Range>.wq--input::-moz-range-track{background:hsl(0 0% 7% / .26);background-clip:content-box;box-sizing:border-box;cursor:pointer;height:20px;padding:8px 0;width:100%}.wq-Form .wq-Range>.wq--input::-moz-range-thumb{background-clip:border-box;background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:20px;cursor:pointer;height:20px;transition:box-shadow .1s linear;width:20px}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Range>.wq--input:hover::-moz-range-thumb{box-shadow:0 0 0 4px rgb(235 66 102 / .2);z-index:2}}.wq-Form .wq-Range>.wq--input::-ms-track{animate:.2s;background:#fff0;background-clip:content-box;border-color:#fff0;border-width:8px 0;box-sizing:border-box;color:#fff0;cursor:pointer;height:20px;overflow:visible;width:100%}.wq-Form .wq-Range>.wq--input::-ms-fill-lower,.wq-Form .wq-Range>.wq--input::-ms-fill-upper{background:hsl(0 0% 7% / .26)}.wq-Form .wq-Range>.wq--input::-ms-thumb{background-color:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:20px;box-sizing:border-box;cursor:pointer;height:20px;transition:background-color .1s linear;width:20px}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Form .wq-Range>.wq--input:hover::-ms-thumb{background-color:#eb4266}}.wq-Form .wq-Range>.wq--input::-ms-tooltip{display:none}.wq-Form .wq-Range>.wq--label{align-self:stretch;box-sizing:border-box;color:hsl(0 0% 7% / .6);display:block;flex-basis:auto;flex-grow:0;flex-shrink:0;font-size:14px;margin:0;padding:17.5px 0 1.5px}.wq-Form .wq-Range>.wq--state{font-size:14px;left:50%;line-height:1.3;pointer-events:none;position:absolute;text-align:center;top:0;transform:translate(-50%);width:100px}.wq-Form .wq-Echo{box-sizing:border-box;display:block;line-height:1.5;padding:8px 0}.wq-Form .wq-FileInput{box-sizing:border-box;display:block;position:relative}.wq-Form .wq-FileInput>.wq--input{height:1px;position:absolute;width:1px;z-index:-1}.wq-Form .wq-FileInput>.wq--label{align-items:center;background-color:#cec5c7;border:1px solid hsl(0 0% 7% / .26);border-radius:0;box-sizing:border-box;color:#121212;display:flex;height:80px;justify-content:center;margin:0;overflow:hidden;padding:7px;transition:background-color .1s linear,border-color .1s linear;width:80px}.wq-Form .wq-FileInput>.wq--label>.wq--text{font-feature-settings:"palt";color:#121212;flex-basis:auto;flex-grow:1;flex-shrink:1;font-size:12px;font-weight:400;line-height:1.3;text-align:center}.wq-Form .wq-FileInput>.wq--label:active,.wq-Form .wq-FileInput>.wq--label:hover{background-color:#b1a5a8}.wq-Form .wq-FileInput>.wq--input:focus+.wq--label{background-color:#cec5c7;color:inherit;outline:none;z-index:2}.wq-Form .wq-FileInput.wq-is-invalid>.wq--label{border-color:#dd4522}.wq-Form .wq-FileInput.wq-is-dragging>.wq--label{animation:inhale 1s linear;animation-iteration-count:infinite;background-color:#b1a5a8;box-shadow:0 0 0 4px rgb(235 66 102 / .2)}@keyframes inhale{0%{box-shadow:0 0 0 4px rgb(235 66 102 / .2)}70%{box-shadow:0 0 0 4px rgb(235 66 102 / .4)}to{box-shadow:0 0 0 4px rgb(235 66 102 / .2)}}.wq-Form .wq-File{align-items:center;background:#fff;border:1px solid hsl(0 0% 7% / .26);border-radius:0;box-sizing:border-box;color:#121212;display:flex;flex-direction:row;height:80px;justify-content:center;margin:0;overflow:hidden;position:relative;transition:opacity .2s linear;width:80px}.wq-Form .wq-File>.wq--filename{box-sizing:border-box;flex-basis:78px;flex-grow:0;flex-shrink:0;font-size:14px;line-height:1.3;max-height:78px;max-width:78px;overflow:hidden;padding:7px;text-overflow:ellipsis;width:78px;word-break:break-all}.wq-Form .wq-File.wq-is-viewable>.wq--filename{display:none}.wq-Form .wq-File.wq-is-loading>.wq--filename{animation:blink 1s linear;animation-iteration-count:infinite}.wq-Form .wq-File>.wq--actions{display:flex;position:absolute;right:-4px;top:-4px;z-index:10}.wq-Form .wq-File.wq-is-run{transition:opacity .2s linear}.wq-Form .wq-File.wq-is-created,.wq-Form .wq-File.wq-is-removed{opacity:0}@keyframes blink{0%{opacity:0}33%{opacity:.5}67%{opacity:.5}to{opacity:0}}.wq-Dialog .wq-Button,.wq-Form .wq-Button{background-clip:border-box;background-color:#cec5c7;border:1px solid hsl(0 0% 7% / .26);border-radius:0;box-sizing:border-box;color:inherit;display:block;font-size:16px;font-weight:400;line-height:1.5;margin:0;max-width:100%;outline:none;overflow:hidden;padding:7px 15px;position:relative;text-align:center;text-decoration:none;transition:box-shadow .1s linear,background-color .1s linear,background-image .1s,opacity .1s linear;white-space:nowrap}.wq-Dialog .wq-Button:disabled,.wq-Form .wq-Button:disabled{opacity:.3;pointer-events:none}.wq-Dialog .wq-Button:not(:hover):not(:active),.wq-Form .wq-Button:not(:hover):not(:active){background-color:#cec5c7;color:inherit}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Dialog .wq-Button:hover,.wq-Form .wq-Button:hover{background-color:#b1a5a8;color:inherit}}.wq-Dialog .wq-Button:focus,.wq-Form .wq-Button:focus{background-color:#cec5c7;box-shadow:0 0 0 4px rgb(235 66 102 / .4);color:inherit;outline:none;z-index:2}.wq-Dialog .wq-Button:active,.wq-Form .wq-Button:active{background-color:#b1a5a8;color:inherit}.wq-Dialog .wq-Button.wq-type-primary,.wq-Form .wq-Button.wq-type-primary{background-color:#eb4266;color:#fff;min-width:180px;padding-left:23px;padding-right:23px}.wq-Dialog .wq-Button.wq-type-primary:not(:hover):not(:active),.wq-Form .wq-Button.wq-type-primary:not(:hover):not(:active){background-color:#eb4266;color:#fff}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Dialog .wq-Button.wq-type-primary:hover,.wq-Form .wq-Button.wq-type-primary:hover{background-color:#dd234b}}.wq-Dialog .wq-Button.wq-type-primary:focus,.wq-Form .wq-Button.wq-type-primary:focus{background-color:#eb4266}.wq-Dialog .wq-Button.wq-type-primary:active,.wq-Form .wq-Button.wq-type-primary:active{background-color:#dd234b}.wq-Dialog .wq-Button.wq-for-closewizard,.wq-Form .wq-Button.wq-for-closewizard{background-color:#fff0;border-color:#fff0;box-shadow:none}.wq-Dialog .wq-Button.wq-for-closewizard:not(:hover):not(:active),.wq-Form .wq-Button.wq-for-closewizard:not(:hover):not(:active){background-color:#fff0;background-image:none}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Dialog .wq-Button.wq-for-closewizard:hover,.wq-Form .wq-Button.wq-for-closewizard:hover{background-color:#b1a5a8;background-image:none}}.wq-Dialog .wq-Button.wq-for-closewizard:focus,.wq-Form .wq-Button.wq-for-closewizard:focus{background-color:#fff0;background-image:none}.wq-Dialog .wq-Button.wq-for-forwardwizard:after,.wq-Form .wq-Button.wq-for-forwardwizard:after{content:"";display:inline-block;font-family:dashicons;margin-left:4px;vertical-align:top}.wq-Dialog .wq-Button.wq-for-back:before,.wq-Dialog .wq-Button.wq-for-backwizard:before,.wq-Form .wq-Button.wq-for-back:before,.wq-Form .wq-Button.wq-for-backwizard:before{content:"";display:inline-block;font-family:dashicons;margin-right:4px;vertical-align:top}.wq-Dialog .wq-Button.wq-for-link,.wq-Dialog .wq-Button.wq-for-link:not(:hover):not(:active),.wq-Form .wq-Button.wq-for-link,.wq-Form .wq-Button.wq-for-link:not(:hover):not(:active){background-color:#eb4266;color:#fff}@media (hover:hover),screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.wq-Dialog .wq-Button.wq-for-link:hover,.wq-Form .wq-Button.wq-for-link:hover{background-color:#dd234b}}.wq-Dialog .wq-Button.wq-for-link:focus,.wq-Form .wq-Button.wq-for-link:focus{background-color:#eb4266}.wq-Dialog .wq-Button.wq-for-link:active,.wq-Form .wq-Button.wq-for-link:active{background-color:#dd234b}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete{background-color:#fff0;background-image:none;border-width:0;height:40px;padding-left:0;padding-right:0;width:40px}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:before,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:before{background-color:#cec5c7;background-image:none;border-radius:100px;color:#121212;content:"";display:inline-block;font-family:dashicons;font-size:14px;height:20px;line-height:20px;transition:background-color .2s linear;vertical-align:middle;width:20px}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:hover,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:hover{background-color:#fff0;background-image:none}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:hover:before,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:hover:before{background-color:#b1a5a8;background-image:none}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:focus,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:focus{background-image:none;box-shadow:none}.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:focus:before,.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:focus:before{background-image:none;box-shadow:0 0 0 4px rgb(235 66 102 / .4)}@media screen and (max-width:782px){.wq-Form .wq-Button.wq-type-primary{width:100%}}.wq-Form .wq-HNavigator{order:20}.wq-Form .wq-HNavigator>.wq--items>:not(:last-child){margin-bottom:28px}.wq-Form .wq-Attributes{order:30}.wq-Form .wq-Attributes>:not(:last-child){margin-bottom:28px}.wq-Form{background-color:#fff;color:#121212;display:flex;flex-direction:column;padding:0;position:relative}.wq-Form>.wq--lead{order:10}.wq-Form>.wq--lead>.wq--leadText{font-size:16px;line-height:1.5;margin:0}.wq-Form>:not(:last-child){margin-bottom:40px}.wq-Dialog{background-color:hsl(0 0% 7% / .3);bottom:0;display:none;left:0;margin:0!important;max-height:none!important;max-width:none!important;opacity:0;padding:0;position:fixed;right:0;top:0;transition:opacity .2s linear;z-index:1000}.wq-Dialog>.wq--frame{background-color:#fff;box-shadow:0 3px 6px rgb(0 0 0 / .2);color:#121212;display:block;font-size:16px;left:0;margin:auto;max-width:80%;opacity:0;position:absolute;right:0;top:32px;transform:translateY(10vh);transition:transform .2s ease-out,opacity .3s linear;width:30em}.wq-Dialog>.wq--frame>.wq--message{color:#121212;font-size:16px;line-height:1.5;margin:0;padding:10px}.wq-Dialog>.wq--frame>.wq--actions{display:flex;flex-direction:row;justify-content:flex-end;padding:10px}.wq-Dialog>.wq--frame>.wq--actions>*{margin-left:4px}.wq-Dialog.wq-is-shown{display:block;opacity:1}.wq-Dialog.wq-is-shown>.wq--frame{opacity:1;transform:translateY(0)}