@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,500,700&display=swap&subset=latin-ext);
.accept-terms.collapsed .accept-terms__item{margin-left:10px}.accept-terms__collapsed{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.accept-terms__collapsed--text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.accept-terms__collapsed--button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;cursor:pointer;margin-top:3px;font-size:var(--font-size);color:var(--primary-color)}.accept-terms__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0}.accept-terms__item--checkbox{margin-top:5px !important;margin-right:5px !important}.accept-terms__item--label{font-size:var(--font-size)}
.calendar-field__label{margin-bottom:10px;font-size:var(--font-size);color:var(--text-color);line-height:1;display:block;font-weight:var(--form-label-font-weight)}.calendar-field__calendar{margin:0 auto;--day-content-bg-color-focus:var(--primary-color);font-family:var(--font-family);background:inherit}.calendar-field__calendar .vc-highlight{background:var(--primary-color) !important}.calendar-field__calendar .vc-h-full,.calendar-field__calendar .vc-svg-icon,.calendar-field__calendar .vc-title{color:var(--text-color);font-family:var(--font-family)}.calendar-field__calendar .vc-h-full path,.calendar-field__calendar .vc-svg-icon path,.calendar-field__calendar .vc-title path{fill:var(--text-color)}
.multiple-choice-field__label{margin-bottom:10px;font-size:var(--font-size);color:var(--text-color);line-height:1;display:block;font-weight:var(--form-label-font-weight)}.multiple-choice-field__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px 0}.multiple-choice-field__item--checkbox{margin-right:5px !important}
.input-field .input__wrapper{width:100%;margin-bottom:10px}.input-field label{display:block;width:100%;min-width:0;padding:var(--input-field-label-padding);font-size:var(--input-field-label-font-size);color:var(--input-field-label-color);line-height:var(--input-field-label-line-height);font-weight:var(--input-field-label-font-weight);word-wrap:break-word;overflow-wrap:break-word}.input-field__content{width:100%;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--input-field-content-gap, 5px)}.input-field__desc{display:block;width:100%;max-width:100%;min-width:0;margin:var(--input-field-desc-margin, -5px 0 10px 0);font-size:var(--input-field-desc-font-size);color:var(--input-field-desc-color);opacity:var(--input-field-desc-opacity);line-height:var(--input-field-desc-line-height, 1.4);word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.input-field__desc *{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.input-field input,.input-field textarea{width:100%;padding:0 10px;background-color:var(--input-bg-color, #FFF);border:var(--input-border, 1px solid var(--input-text-color, var(--text-color)));border-radius:var(--input-border-radius, 3px);outline:var(--input-outline, none);outline-offset:var(--input-outline-offset, 0);font-size:var(--font-size);font-family:var(--font-family);color:var(--input-text-color, var(--text-color))}.input-field input[aria-invalid=true],.input-field textarea[aria-invalid=true]{background-color:var(--input-error-bg-color, var(--input-bg-color, #FFF));border:var(--input-error-border, 1px solid var(--error-color, #d32f2f));outline:var(--input-error-outline, none)}.input-field input[aria-invalid=true]:focus,.input-field input[aria-invalid=true]:focus-visible,.input-field textarea[aria-invalid=true]:focus,.input-field textarea[aria-invalid=true]:focus-visible{background-color:var(--input-error-bg-color, transparent);border:2px solid var(--error-color, #d32f2f);outline:none;outline-offset:var(--focus-outline-offset, 2px);-webkit-box-shadow:0 0 0 3px rgba(211,47,47,.1);box-shadow:0 0 0 3px rgba(211,47,47,.1)}.input-field input[disabled],.input-field textarea[disabled]{cursor:not-allowed;background-color:var(--input-disabled-bg-color, #f5f5f5);border:var(--input-disabled-border, 1px solid #cccbcb);outline:var(--input-disabled-outline, none);opacity:var(--input-disabled-opacity, 0.7);color:var(--input-disabled-text-color, var(--text-color))}@media(prefers-contrast: high){.input-field input:focus,.input-field input:focus-visible,.input-field textarea:focus,.input-field textarea:focus-visible{outline-width:3px;outline-offset:3px}}@media(prefers-reduced-motion: reduce){.input-field input,.input-field textarea{-webkit-transition:none;transition:none}}.input-field input{height:var(--input-height, 30px)}.input-field textarea{padding:10px;resize:var(--textarea-resize, vertical);min-height:var(--textarea-min-height, 60px);line-height:1.4;background-color:var(--textarea-bg-color);border:var(--textarea-border, 1px solid var(--input-text-color, var(--text-color)));border-radius:var(--textarea-border-radius);outline:var(--textarea-outline)}.input-field textarea[aria-invalid=true]{background-color:var(--textarea-error-bg-color);border:var(--textarea-error-border);outline:var(--textarea-error-outline)}.input-field textarea[aria-invalid=true]:focus,.input-field textarea[aria-invalid=true]:focus-visible{background-color:var(--input-error-bg-color, transparent);border:2px solid var(--error-color, #d32f2f);outline:none;-webkit-box-shadow:0 0 0 3px rgba(211,47,47,.1);box-shadow:0 0 0 3px rgba(211,47,47,.1)}.input-field textarea[disabled]{background-color:var(--textarea-disabled-bg-color);border:var(--textarea-disabled-border)}.input-field .error{width:100%;text-align:right;color:var(--error-color)}.input-field__char-count{width:100%;margin-top:4px;font-size:calc(var(--font-size) - 2px);color:var(--text-color);opacity:.7;text-align:right;line-height:1.2}
.select-field label{width:100%;padding-bottom:10px;font-size:var(--font-size);color:var(--text-color);line-height:1;display:block;font-weight:var(--form-label-font-weight)}.select-field select{width:100%;height:32px;padding:0 12px;border:1px solid var(--primary-color);font-size:var(--font-size);-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--text-color);background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03LjQxIDcuODRMMTIgMTIuNDJsNC41OS00LjU4TDE4IDkuMjVsLTYgNi02LTZ6Ij48L3BhdGg+Cjwvc3ZnPg==) no-repeat 100% 50% #fff}.select-field select:focus{border:2px solid var(--primary-color);outline:none}.select-field select [disabled]{cursor:not-allowed}

.birthday-field__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.birthday-field__wrapper--day{width:27%}.birthday-field__wrapper--month{width:27%}.birthday-field__wrapper--year{width:39%}.birthday-field label{width:100%;padding-bottom:10px;font-size:var(--font-size);color:var(--text-color);line-height:1;display:block;font-weight:var(--form-label-font-weight)}.birthday-field select{height:32px;padding:0 12px;width:100%;border:1px solid var(--primary-color);font-size:var(--font-size);-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--text-color);background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03LjQxIDcuODRMMTIgMTIuNDJsNC41OS00LjU4TDE4IDkuMjVsLTYgNi02LTZ6Ij48L3BhdGg+Cjwvc3ZnPg==) no-repeat 100% 50% #fff;padding-right:20px}.birthday-field select:focus{border:2px solid var(--primary-color);outline:none}.birthday-field select [disabled]{cursor:not-allowed}
.rating-form button{margin:var(--rating-form-button-margin, 0 0 0 10px);width:var(--rating-form-button-width, 92%)}.rating-form .input-field{padding:var(--rating-form-input-field-padding, 22px 10px 0 10px)}.rating-form .input-field .input__wrapper{margin-bottom:0}.rating-form .chatbot-form__errors{padding:var(--rating-form-errors-padding, 0 10px 0 10px);margin:var(--rating-form-errors-margin, 0 0 10px 0)}.rating-form .chatbot-form__fields--rating-item .input-field,.rating-form .chatbot-form__fields--rating-item .chatbot-form__errors{margin:var(--rating-form-item-errors-margin, 0 0 auto 0);padding:var(--rating-form-item-errors-padding, 12px 10px 0 10px)}.rating-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:var(--rating-field-padding, 0 0 18px 0)}.rating-field .input-field.input__wrapper{margin-bottom:0px}.rating-field__label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;padding:10px 0px 12px 0px;font-size:var(--font-size, 14px);color:var(--text-color, #2a263c);line-height:1;font-weight:var(--form-label-font-weight, 600)}.rating-field__wrapper{width:100%}.rating-field__wrapper.numeric_scale[data-items-count=mode_10]{width:100%}.rating-field__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--rating-field-items-gap, 10px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:none}.rating-field__items.has-selection .rating-field__items--item.active{background:var(--rating-item-bg, #FBFBFB);color:var(--rating-item-text-color, #000);-webkit-box-shadow:var(--rating-item-box-shadow, none);box-shadow:var(--rating-item-box-shadow, none)}.rating-field__items:focus,.rating-field__items:focus-visible{outline:var(--focus-outline, 2px solid #005fcc);outline-offset:var(--focus-outline-offset, 2px);border-radius:var(--focus-border-radius, 8px)}.rating-field__items.emoji_scale[data-items-count=mode_3] .rating-field__items--item.active{border:var(--rating-item-active-border);border-radius:var(--rating-item-active-border-radius);outline:var(--rating-item-active-outline);outline-offset:var(--rating-item-active-outline-offset);-webkit-box-shadow:var(--rating-item-active-box-shadow);box-shadow:var(--rating-item-active-box-shadow)}.rating-field__items.emoji_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active{border:var(--rating-item-active-border);border-radius:var(--rating-item-active-border-radius);outline:var(--rating-item-active-outline);outline-offset:var(--rating-item-active-outline-offset);-webkit-box-shadow:var(--rating-item-active-box-shadow);box-shadow:var(--rating-item-active-box-shadow)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.emoji_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active{border:var(--rating-item-active-border);border-radius:var(--rating-item-active-border-radius);outline:var(--rating-item-active-outline);outline-offset:var(--rating-item-active-outline-offset);-webkit-box-shadow:var(--rating-item-active-box-shadow);box-shadow:var(--rating-item-active-box-shadow)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active{border:var(--rating-item-active-border);border-radius:var(--rating-item-active-border-radius);outline:var(--rating-item-active-outline);outline-offset:var(--rating-item-active-outline-offset);-webkit-box-shadow:var(--rating-item-active-box-shadow);box-shadow:var(--rating-item-active-box-shadow)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(4){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(5){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(6){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(8){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(9){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item.active:nth-of-type(10){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(9){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(9){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(10){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active{border:var(--rating-item-active-border);border-radius:var(--rating-item-active-border-radius);outline:var(--rating-item-active-outline);outline-offset:var(--rating-item-active-outline-offset);-webkit-box-shadow:var(--rating-item-active-box-shadow);box-shadow:var(--rating-item-active-box-shadow)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(4){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(5){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(6){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(7){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(8){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(9){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(10){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.active:nth-of-type(11){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="6"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="7"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="8"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="9"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(9){background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(9){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="10"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(10){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(1){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(2){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(6){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(7){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(8){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(9){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(10){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]:not(.single-hover-mode)[data-hover="11"] .rating-field__items--item.hovered:not(.disabled):nth-of-type(11){background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.binary_scale .rating-field__items--item{width:var(--rating-field-item-binary-scale-width, 35px);height:var(--rating-field-item-binary-scale-height, 35px)}.rating-field__items.binary_scale .rating-field__items--item.active{border:var(--rating-item-active-border, none);border-radius:var(--rating-item-active-border-radius, 8px);outline:var(--rating-item-active-outline, none);outline-offset:var(--rating-item-active-outline-offset, 0);-webkit-box-shadow:var(--rating-item-active-box-shadow, none);box-shadow:var(--rating-item-active-box-shadow, none)}.rating-field__items.binary_scale .rating-field__items--item:nth-of-type(1).active{background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.binary_scale .rating-field__items--item:nth-of-type(2).active{background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.binary_scale:not(.single-hover-mode) .rating-field__items--item:nth-of-type(1):not(.disabled):hover{background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.binary_scale:not(.single-hover-mode) .rating-field__items--item:nth-of-type(2):not(.disabled):hover{background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.binary_scale.single-hover-mode .rating-field__items--item:hover:not(.disabled):not(.active){border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item{width:var(--rating-field-item-numeric-scale-mode-5-width, 35px)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item,.rating-field__items.numeric_scale[data-items-count=mode_5] .rating-field__items--item{height:var(--rating-field-item-numeric-scale-mode-10-height, 35px)}.rating-field__items.numeric_scale[data-items-count=mode_10]{width:100%;gap:var(--rating-field-item-numeric-scale-mode-10-gap, 4px)}.rating-field__items.numeric_scale[data-items-count=mode_10] .rating-field__items--item{padding:var(--rating-field-item-numeric-scale-mode-10-padding, 10px 0);width:var(--rating-field-item-numeric-scale-mode-10-width, 22px);min-width:var(--rating-field-item-numeric-scale-mode-10-min-width, 22px)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10]{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--rating-field-item-numeric-scale-mode-0-10-gap, 8px)}.rating-field__items.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item{padding:var(--rating-field-item-numeric-scale-mode-0-10-padding, 10px 0);-webkit-box-flex:0;-ms-flex:0 0 calc(16.666% - 7px);flex:0 0 calc(16.666% - 7px);height:var(--rating-field-item-numeric-scale-mode-0-10-height, 35px)}.rating-field__items.emoji_scale[data-items-count=mode_5],.rating-field__items.emoji_scale[data-items-count=mode_3]{width:100%}.rating-field__items.emoji_scale[data-items-count=mode_5] .rating-field__items--item,.rating-field__items.emoji_scale[data-items-count=mode_3] .rating-field__items--item{padding:var(--rating-field-item-emoji-scale-mode-5-padding, 10px 0);width:var(--rating-field-item-emoji-scale-mode-5-width, 35px);height:var(--rating-field-item-emoji-scale-mode-5-height, 35px)}.rating-field__items--item{cursor:pointer;font-size:var(--rating-item-text-font-size, 14px);line-height:var(--rating-item-text-line-height, 15px);font-weight:var(--rating-item-text-font-weight, 300);color:var(--rating-item-text-color, #000);background:var(--rating-item-bg, #FBFBFB);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--rating-item-border-radius, 5px);padding:var(--rating-item-padding, 10px 15px);-webkit-transition:var(--rating-item-transition, background-color 0.3s ease, box-shadow 0.2s ease, outline 0.2s ease);transition:var(--rating-item-transition, background-color 0.3s ease, box-shadow 0.2s ease, outline 0.2s ease);border:none;outline:none;-webkit-box-shadow:var(--rating-item-box-shadow, none);box-shadow:var(--rating-item-box-shadow, none);width:var(--rating-item-width, auto);height:var(--rating-item-height, auto);max-width:var(--rating-item-max-width, none);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.rating-field__items--item.disabled{cursor:not-allowed;border:var(--rating-item-disabled-border, none);text-decoration:none}.rating-field__items--item.active{opacity:1}.rating-field__items--item:hover:not(.disabled){opacity:1}.rating-field__items--item:focus,.rating-field__items--item:focus-visible{outline:var(--focus-outline, 2px solid #005fcc);outline-offset:var(--focus-outline-offset, 2px);-webkit-box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1));box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1));border:none;border-radius:var(--focus-border-radius, 8px)}@media(prefers-contrast: high){.rating-field__items--item.focus,.rating-field__items--item:focus-visible{outline-width:3px;outline-offset:3px}}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_3] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_3] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_3] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.emoji_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(4){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_5] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(3){background:var(--rating-item-active-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(4){background:var(--rating-item-active-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(5){background:var(--rating-item-active-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(6){background:var(--rating-item-active-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(7){background:var(--rating-item-active-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(8){background:var(--rating-item-active-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(9){background:var(--rating-item-active-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(10){background:var(--rating-item-active-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(3){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(4){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(5){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(6){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(7){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(8){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(9){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(10){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__items.single-hover-mode.numeric_scale[data-items-count=mode_nps_0_10] .rating-field__items--item.hovered:not(.disabled):not(.active):nth-of-type(11){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border);border-radius:var(--rating-item-hover-border-radius);outline:var(--rating-item-hover-outline);outline-offset:var(--rating-item-hover-outline-offset);-webkit-box-shadow:var(--rating-item-hover-box-shadow);box-shadow:var(--rating-item-hover-box-shadow)}.rating-field__labels{margin:var(--rating-item-labels-margin, 10px 0);font-size:var(--rating-item-labels-font-size, 11px);line-height:var(--rating-item-labels-line-height, 12px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:var(--rating-item-labels-color, #707070)}.rating-field__labels--min,.rating-field__labels--max{width:150px}.rating-field__labels--max{text-align:right}.rating-field__items.star_scale .rating-field__items--item{width:var(--rating-field-item-star-scale-width, 35px);height:var(--rating-field-item-star-scale-height, 35px);padding:var(--rating-field-item-star-scale-padding, 8px);background:var(--rating-item-bg);border-radius:var(--rating-field-item-star-scale-border-radius, 5px);-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rating-field__items.star_scale .rating-field__items--item .star-icon{width:var(--rating-field-item-star-scale-icon-width, 80%);height:var(--rating-field-item-star-scale-icon-height, 80%)}.rating-field__items.star_scale .rating-field__items--item .star-icon .star-path{stroke:var(--rating-field-item-star-scale-icon-stroke, #000000);stroke-width:var(--rating-field-item-star-scale-icon-stroke-width, 1.5);fill:var(--rating-field-item-star-scale-icon-fill, transparent);-webkit-transition:all .2s ease;transition:all .2s ease}.rating-field__items.star_scale .rating-field__items--item.hovered .star-path,.rating-field__items.star_scale .rating-field__items--item.active .star-path{stroke:var(--rating-field-item-star-scale-icon-hover-stroke, #000000);fill:var(--rating-field-item-star-scale-icon-hover-fill, #000)}.rating-field__items.star_scale .rating-field__items--item.disabled{cursor:not-allowed}.rating-field__items.star_scale .rating-field__items--item.disabled.active{opacity:1}.rating-field__items.star_scale .rating-field__items--item:focus,.rating-field__items.star_scale .rating-field__items--item:focus-visible{outline:var(--focus-outline, 2px solid #005fcc);outline-offset:var(--focus-outline-offset, 2px);-webkit-box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1));box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1))}@media(prefers-contrast: high){.rating-field__items.star_scale .rating-field__items--item:focus,.rating-field__items.star_scale .rating-field__items--item:focus-visible{outline-width:3px;outline-offset:3px}}.rating-field__items.star_scale[data-items-count=mode_3] .rating-field__items--item.active{border:var(--rating-item-active-border, none);border-radius:var(--rating-item-active-border-radius, 8px);outline:var(--rating-item-active-outline, none);outline-offset:var(--rating-item-active-outline-offset, 0);-webkit-box-shadow:var(--rating-item-active-box-shadow, none);box-shadow:var(--rating-item-active-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(1){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.star_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.star_scale[data-items-count=mode_3] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.star_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.star_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.star_scale[data-items-count=mode_3]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.star_scale[data-items-count=mode_3].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(1){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_3].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(2){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_3].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(3){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_3].single-hover-mode .rating-field__items--item.active{border:var(--rating-item-active-border, none);border-radius:var(--rating-item-active-border-radius, 8px);outline:var(--rating-item-active-outline, none);outline-offset:var(--rating-item-active-outline-offset, 0);-webkit-box-shadow:var(--rating-item-active-box-shadow, none);box-shadow:var(--rating-item-active-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_5]{gap:var(--rating-field-items-star-scale-gap, 8px)}.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active{border:var(--rating-item-active-border, none);border-radius:var(--rating-item-active-border-radius, 8px);outline:var(--rating-item-active-outline, none);outline-offset:var(--rating-item-active-outline-offset, 0);-webkit-box-shadow:var(--rating-item-active-box-shadow, none);box-shadow:var(--rating-item-active-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(1),.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(2){background:var(--rating-item-active-color-bad, #fbd3cf)}.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(3){background:var(--rating-item-active-color-neutral, #ffeab0)}.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(4),.rating-field__items.star_scale[data-items-count=mode_5] .rating-field__items--item.active:nth-of-type(5){background:var(--rating-item-active-color-good, #c2edc4)}.rating-field__items.star_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="1"] .rating-field__items--item.hovered,.rating-field__items.star_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="2"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-bad, #fbd3cf)}.rating-field__items.star_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="3"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-neutral, #ffeab0)}.rating-field__items.star_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="4"] .rating-field__items--item.hovered,.rating-field__items.star_scale[data-items-count=mode_5]:not(.single-hover-mode)[data-hover="5"] .rating-field__items--item.hovered{background:var(--rating-item-hover-color-good, #c2edc4)}.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(1),.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(2){background:var(--rating-item-hover-color-bad, #fbd3cf);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(3){background:var(--rating-item-hover-color-neutral, #ffeab0);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(4),.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.hovered:not(.active):nth-of-type(5){background:var(--rating-item-hover-color-good, #c2edc4);border:var(--rating-item-hover-border, none);border-radius:var(--rating-item-hover-border-radius, 8px);outline:var(--rating-item-hover-outline, none);outline-offset:var(--rating-item-hover-outline-offset, 0);-webkit-box-shadow:var(--rating-item-hover-box-shadow, none);box-shadow:var(--rating-item-hover-box-shadow, none)}.rating-field__items.star_scale[data-items-count=mode_5].single-hover-mode .rating-field__items--item.active{border:var(--rating-item-active-border, none);border-radius:var(--rating-item-active-border-radius, 8px);outline:var(--rating-item-active-outline, none);outline-offset:var(--rating-item-active-outline-offset, 0);-webkit-box-shadow:var(--rating-item-active-box-shadow, none);box-shadow:var(--rating-item-active-box-shadow, none)}
.choice-field input[type=radio],.choice-field .chatbot-form input[type=checkbox]:not(.switch):after,.choice-field .chatbot-form input[type=radio]:not(.switch):after{display:none}.choice-field .radio-container,.choice-field .checkbox-container{display:block;position:relative;padding-left:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:normal;word-break:break-word}.choice-field .radio-container[disabled],.choice-field .checkbox-container[disabled]{cursor:not-allowed !important}.choice-field .radio-container .checkmark{position:absolute;top:3px;left:-2px;height:14px;width:14px;background-color:#eee;border-radius:50%}.choice-field .radio-container input:checked~.checkmark,.choice-field .radio-container input:checked~.checkmark:not([disabled]),.choice-field .checkbox-container input[type=checkbox]:checked~.checkmark{background-color:#2196f3}.choice-field .radio-container .checkmark:after,.choice-field .checkbox-container .checkmark:after{content:"";position:absolute;display:none}.choice-field .radio-container input:checked~.checkmark:after,.choice-field .checkbox-container input:checked~.checkmark:after{display:block}.choice-field .radio-container .checkmark:after{top:5px;left:5px;width:4px;height:4px;border-radius:50%;background:#fff}.choice-field .checkbox-container input[type=checkbox]+.checkmark{background-color:#eee;border-radius:3px;position:absolute;top:3px;left:0;height:14px;width:14px}.choice-field .checkbox-container .checkmark:after{content:"";position:absolute;left:5px;width:5px;top:1px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.choice-field input[type=checkbox],.choice-field input[type=radio]{width:0px !important}.choice-field__message-before{font-size:13px;font-weight:400;line-height:22px;text-align:left}.choice-field__additional-info{font-size:11px;font-weight:400;line-height:22px;text-align:left;color:#979ba5}.choice-field__single-mode-group,.choice-field__multiple-mode-group{width:100%;gap:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:13px}.choice-field__single-mode-group-item,.choice-field__multiple-mode-group-item{padding:11px 12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-height:40px;height:auto;width:100%;border:1px solid #dcdfe6;border-radius:4px}.choice-field__single-mode-radio,.choice-field__multiple-mode-checkbox{display:none !important}.choice-field__single-mode-radio .el-radio__label,.choice-field__single-mode-radio .el-checkbox__label,.choice-field__multiple-mode-checkbox .el-radio__label,.choice-field__multiple-mode-checkbox .el-checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:8.5px}.choice-field__single-mode-radio .el-radio__input,.choice-field__single-mode-radio .el-checkbox__input,.choice-field__multiple-mode-checkbox .el-radio__input,.choice-field__multiple-mode-checkbox .el-checkbox__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.choice-field__single-mode-subtitle,.choice-field__multiple-mode-subtitle{font-style:normal;font-weight:400;font-size:11px;line-height:15px;color:#979ba5;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-positive:0;flex-grow:0}
.yes-no-field{padding:var(--yes-no-field-padding, 0)}.yes-no-field__label{display:block;margin-bottom:var(--yes-no-field-label-margin-bottom, 10px);font-size:var(--yes-no-field-label-font-size, var(--font-size, 14px));color:var(--yes-no-field-label-color, var(--text-color, #2a263c));line-height:var(--yes-no-field-label-line-height, 1);font-weight:var(--yes-no-field-label-font-weight, var(--form-label-font-weight, 600))}.yes-no-field__desc{margin:var(--yes-no-field-desc-margin, 0 0 12px 0);font-size:var(--yes-no-field-desc-font-size, 14px);color:var(--yes-no-field-desc-color, #707070);line-height:1.4}.yes-no-field__options{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--yes-no-field-button-gap, 12px);-ms-flex-wrap:wrap;flex-wrap:wrap}.yes-no-field__option{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:var(--yes-no-field-option-min-width, 120px);min-height:var(--yes-no-field-option-min-height, auto);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:var(--yes-no-field-option-direction, row);flex-direction:var(--yes-no-field-option-direction, row);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--yes-no-field-button-padding, 12px 16px);background:var(--yes-no-field-button-bg, #fff);border:var(--yes-no-field-button-border, 1px solid #E0E0E0);border-radius:var(--yes-no-field-button-border-radius, 8px);cursor:pointer;-webkit-transition:var(--yes-no-field-button-transition, all 0.2s ease);transition:var(--yes-no-field-button-transition, all 0.2s ease);position:relative;outline:none}.yes-no-field__option:hover:not(.disabled):not(.active){background:var(--yes-no-field-button-hover-bg, #F5F5F5);border:var(--yes-no-field-button-hover-border, 1px solid #D0D0D0);-webkit-transform:var(--yes-no-field-button-hover-transform, translateY(-1px));transform:var(--yes-no-field-button-hover-transform, translateY(-1px));-webkit-box-shadow:var(--yes-no-field-button-hover-box-shadow, 0 2px 4px rgba(0, 0, 0, 0.08));box-shadow:var(--yes-no-field-button-hover-box-shadow, 0 2px 4px rgba(0, 0, 0, 0.08))}.yes-no-field__option:hover:not(.disabled):not(.active) .yes-no-field__label-text{color:var(--yes-no-field-button-hover-color, #2a263c)}.yes-no-field__option.active{background:var(--yes-no-field-button-active-bg, #F0F8FF);border:var(--yes-no-field-button-active-border, 2px solid var(--primary-color, #0066cc));-webkit-box-shadow:var(--yes-no-field-button-active-box-shadow, none);box-shadow:var(--yes-no-field-button-active-box-shadow, none)}.yes-no-field__option.active .yes-no-field__label-text{color:var(--yes-no-field-button-active-color, #2a263c)}.yes-no-field__option.active .yes-no-field__radio-custom::after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.yes-no-field__option:focus,.yes-no-field__option:focus-visible{outline:var(--focus-outline, 2px solid #0066cc);outline-offset:var(--focus-outline-offset, 2px);-webkit-box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1));box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1))}.yes-no-field__option.disabled{opacity:var(--yes-no-field-button-disabled-opacity, 0.5);cursor:var(--yes-no-field-button-disabled-cursor, not-allowed);pointer-events:none}.yes-no-field__radio-custom{width:var(--yes-no-field-radio-size, 20px);height:var(--yes-no-field-radio-size, 20px);border:var(--yes-no-field-radio-border, 2px solid #D0D0D0);border-radius:var(--yes-no-field-radio-border-radius, 50%);margin:var(--yes-no-field-radio-margin, 0 12px 0 0);position:relative;-ms-flex-negative:0;flex-shrink:0;background:var(--yes-no-field-radio-background-color, #FFF);-webkit-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.yes-no-field__radio-custom::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--yes-no-field-radio-checked-color, var(--primary-color, #0066cc));opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .2s ease;transition:all .2s ease}.yes-no-field__label-text{font-size:var(--yes-no-field-button-font-size, 14px);font-weight:var(--yes-no-field-button-font-weight, 400);color:var(--yes-no-field-button-color, #2a263c);-webkit-transition:color .2s ease;transition:color .2s ease;-webkit-box-flex:1;-ms-flex:1;flex:1}.yes-no-field__error{margin-top:var(--yes-no-field-error-margin-top, 8px);padding:var(--yes-no-field-error-padding, 8px 12px);font-size:calc(var(--font-size, 14px)*.9);color:var(--error-color, #d32f2f);background:var(--chat-error-bg, #FFF6F6);border-left:var(--yes-no-field-error-border-left, none);border-radius:var(--yes-no-field-error-border-radius, 0)}
.chatbot-form{padding:10px;font-size:var(--font-size);font-family:var(--font-family)}.chatbot-form input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.chatbot-form a{color:var(--primary-color)}.chatbot-form__headline{font-size:var(--chatbot-form-headline-font-size);font-weight:var(--chatbot-form-headline-font-weight);margin:var(--chatbot-form-headline-margin);color:var(--chatbot-form-headline-color);text-align:var(--chatbot-form-headline-text-align);line-height:var(--chatbot-form-headline-line-height)}.chatbot-form__before,.chatbot-form__after{font-size:var(--chatbot-form-text-font-size);font-weight:var(--chatbot-form-text-font-weight);margin:var(--chatbot-form-text-margin);color:var(--chatbot-form-text-color);text-align:var(--chatbot-form-text-text-align);line-height:var(--chatbot-form-text-line-height)}.chatbot-form__before{margin-bottom:15px}.chatbot-form__fields{margin-top:5px;margin-bottom:10px}.chatbot-form__fields--item:not(:first-of-type){margin-bottom:20px}.chatbot-form__errors{margin-top:5px;margin-bottom:5px;font-size:var(--font-size);text-align:center;color:var(--error-color);line-height:1;text-align:left}.chatbot-form__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 0;width:100%;border:none;background:var(--button-bg-color);color:var(--button-text-color);margin-top:10px;cursor:pointer;font-size:var(--font-size);border-radius:var(--button-border-radius);-webkit-box-shadow:var(--button-box-shadow);box-shadow:var(--button-box-shadow);border:var(--button-border);font-weight:var(--button-font-weight);font-family:var(--font-family);white-space:normal;word-break:break-word;min-height:40px}.chatbot-form__submit[disabled]{cursor:not-allowed;opacity:.4}.chatbot-form input[type=checkbox].error-checkbox{border:1px solid var(--error-color)}.chatbot-form label.error-checkbox{color:var(--error-color)}@supports(-webkit-appearance: none) or (-moz-appearance: none){.chatbot-form input[type=checkbox],.chatbot-form input[type=radio]{height:21px;outline:none;display:inline-block;vertical-align:top;position:relative;margin:0;cursor:pointer;border:1px solid var(--primary-color);background:rgba(0,0,0,0);-webkit-transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,-webkit-box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s;transition:background .3s,border-color .3s,box-shadow .2s,-webkit-box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.chatbot-form input[type=checkbox]:after,.chatbot-form input[type=radio]:after{content:"";display:block;width:5px;height:9px;left:6px;top:3px;position:absolute;border:1px solid var(--primary-color);border-top:0;border-left:0;-webkit-transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s);transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s),-webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease)}.chatbot-form input[type=checkbox]:checked,.chatbot-form input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;border:1px solid var(--primary-color);--d-t-e:cubic-bezier(0.2, 0.85, 0.32, 1.2)}.chatbot-form input[type=checkbox]:disabled,.chatbot-form input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.chatbot-form input[type=checkbox]:disabled:checked,.chatbot-form input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}.chatbot-form input[type=checkbox]:disabled+label,.chatbot-form input[type=radio]:disabled+label{cursor:not-allowed}.chatbot-form input[type=checkbox]:hover:not(:checked):not(:disabled),.chatbot-form input[type=checkbox]:focus:not(:checked):not(:disabled),.chatbot-form input[type=radio]:hover:not(:checked):not(:disabled),.chatbot-form input[type=radio]:focus:not(:checked):not(:disabled){--bc:var(--border-hover)}.chatbot-form input[type=checkbox]:focus,.chatbot-form input[type=radio]:focus{-webkit-box-shadow:0 0 0 var(--focus);box-shadow:0 0 0 var(--focus)}.chatbot-form input[type=checkbox]:not(.switch),.chatbot-form input[type=radio]:not(.switch){width:21px}.chatbot-form input[type=checkbox]:not(.switch):after,.chatbot-form input[type=radio]:not(.switch):after{opacity:var(--o, 0)}.chatbot-form input[type=checkbox]:not(.switch):checked,.chatbot-form input[type=radio]:not(.switch):checked{--o:1}.chatbot-form input[type=checkbox]+label,.chatbot-form input[type=radio]+label{font-size:var(--font-size);line-height:var(--line-height);display:inline-block;vertical-align:top;cursor:pointer;margin-left:4px;color:var(--text-color)}.chatbot-form input[type=checkbox]+label.error-checkbox,.chatbot-form input[type=radio]+label.error-checkbox{color:var(--error-color)}.chatbot-form input[type=checkbox]:not(.switch){min-width:21px}.chatbot-form input[type=checkbox]:not(.switch):focus,.chatbot-form input[type=checkbox]:not(.switch):active,.chatbot-form input[type=checkbox]:not(.switch):hover{border-color:var(--primary-color)}.chatbot-form input[type=checkbox]:not(.switch):after{width:5px;height:9px;border:1px solid var(--button-text-color);border-top:0;border-left:0;left:6px;top:3px;-webkit-transform:rotate(var(--r, 20deg));transform:rotate(var(--r, 20deg))}.chatbot-form input[type=checkbox]:not(.switch):checked{--r:43deg;color:#fff;background:var(--primary-color)}.chatbot-form input[type=checkbox].switch{width:38px}.chatbot-form input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));-webkit-transform:translateX(var(--x, 0));transform:translateX(var(--x, 0))}.chatbot-form input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}.chatbot-form input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}.chatbot-form input[type=radio]{border-radius:50%}.chatbot-form input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;-webkit-transform:scale(var(--s, 0.7));transform:scale(var(--s, 0.7))}.chatbot-form input[type=radio]:checked{--s:.5}}
.chatbot-form-message{width:100%;max-width:var(--chat-message-max-width, 320px);min-width:240px;-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);background:var(--chat-message-bot-bg);color:var(--chat-message-bot-text-color);font-size:var(--font-size);line-height:var(--line-height);font-family:var(--font-family);border:var(--chat-message-bot-border);position:relative;border-radius:var(--chat-message-bot-border-radius);--form-label-font-weight: var(--chatbot-forms-label-font-weight);--text-color: var(--chat-message-bot-text-color)}.chatbot-form-message__loading{position:absolute;width:100%;height:100%}.chatbot-form-message__loading::before{content:"";position:absolute;width:100%;height:100%;background:var(--chat-message-bot-bg);opacity:.8}.chatbot-form-message__loading .el-loading-spinner .path{stroke:var(--primary-color)}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0px 0px 5px 0px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 5px 0px var(--chat-footer-record-icon-active-pulse)}65%{-webkit-box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse)}90%{-webkit-box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse)}}@keyframes pulse{0%{-webkit-box-shadow:0px 0px 5px 0px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 5px 0px var(--chat-footer-record-icon-active-pulse)}65%{-webkit-box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse)}90%{-webkit-box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse);box-shadow:0px 0px 9px 12px var(--chat-footer-record-icon-active-pulse)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.chat-message-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:10px;border-top-right-radius:90px;width:100%}.chat-message-input__text-wrapper{width:100%}.chat-message-input__icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:15px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:5px}.ie11 .chat-message-input__icons-wrapper{margin-bottom:0px !important}.chat-message-input.disabled{cursor:not-allowed}.chat-message-input.disabled *{pointer-events:none}.chat-message-input__textarea{padding:0;margin:0;background:rgba(0,0,0,0);width:100%;border:none;resize:none;height:var(--chat-footer-textarea-height);padding-right:10px;font-size:var(--chat-footer-textarea-font-size);color:var(--chat-footer-textarea-color);font-family:var(--font-family);line-height:var(--chat-footer-textarea-line-height);margin-bottom:var(--chat-footer-textarea-margin-bottom);overflow:hidden;max-height:78px;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;white-space:pre-wrap;-webkit-column-count:initial !important;-moz-column-count:initial !important;column-count:initial !important;overflow-y:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.chat-message-input__textarea::-webkit-input-placeholder{color:var(--chat-footer-textarea-color-placeholder)}.chat-message-input__textarea::-moz-placeholder{color:var(--chat-footer-textarea-color-placeholder)}.chat-message-input__textarea:-ms-input-placeholder{color:var(--chat-footer-textarea-color-placeholder)}.chat-message-input__textarea:-moz-placeholder{color:var(--chat-footer-textarea-color-placeholder)}.chat-message-input__textarea:focus{outline:none;color:var(--chat-footer-textarea-color)}.chat-message-input__send{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);margin-left:3px;max-height:16px}.chat-message-input__send:hover{-webkit-filter:brightness(130%);filter:brightness(130%)}.chat-message-input__file-upload{display:none}.chat-message-input__file-upload-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);max-height:16px;margin-right:2px;cursor:pointer;margin-bottom:3px}.chat-message-input__file-upload-btn:hover{opacity:.7}.chat-message-input__file-upload-btn *{cursor:pointer}.chat-message-input__attachment{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);cursor:pointer}.chat-message-input__record{cursor:pointer}.chat-message-input__record path,.chat-message-input__record polygon{fill:var(--chat-footer-icon-disabled)}.chat-message-input__send{margin-bottom:3px;margin-right:2px}.chat-message-input__send polygon{fill:var(--chat-footer-icon-disabled)}.chat-message-input__send.active-send polygon{fill:var(--chat-footer-icon-active)}.chat-message-input__send:hover,.chat-message-input__send:focus,.chat-message-input__send:active{cursor:pointer}.chat-message-input__send:hover path,.chat-message-input__send:focus path,.chat-message-input__send:active path{fill:var(--chat-footer-icon-active)}.chat-message-input .emoji-input__emoji-icon{max-height:16px}.chat-message-input .emoji-input__emoji-icon path{fill:var(--primary-color)}.chat-message-input .emoji-input__button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:rgba(0,0,0,0);margin-right:10px;font-size:19px;outline:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-message-input .emoji-input__button:hover{opacity:.7}
.chat-pesistent-menu{width:93vw;-webkit-transition:height 300ms;transition:height 300ms;margin:0 10px 0;height:50px;background-color:var(--chat-bg);min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:var(--chat-footer-menu-text-color)}.chat-pesistent-menu--voice{height:58px;max-height:107px;overflow-y:auto}.chat-pesistent-menu__item{font-family:var(--font-family);border-radius:16px;color:var(--quick-reply-main-color);font-size:12px;border:var(--quick-reply-border);cursor:pointer;height:33px;background:var(--quick-reply-bg);line-height:32px;margin:3px 0 3px 5px;padding:0 10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:inline-block;font-weight:var(--quick-reply-font-weight)}.chat-pesistent-menu__item:hover{color:var(--quick-reply-hover-text-color);background:var(--quick-reply-hover-bg);border:var(--quick-reply-hover-border);fill:var(--quick-reply-hover-text-color);border-radius:var(--quick-reply-hover-border-radius);font-weight:var(--quick-reply-hover-font-weight)}
.chat-footer{background:rgba(0,0,0,0);border-top:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.chat-footer :focus{outline:none}.chat-footer textarea{outline:none !important}.chat-footer .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.chat-footer:not(.voice-support){padding-top:10px;min-height:83px}.chat-footer.chatbot-form-enabled .chat-footer__wrapper__input-wrapper{background-color:var(--chat-bg);-webkit-box-shadow:rgba(0,0,0,.1) 0px 0px 8px !important;box-shadow:rgba(0,0,0,.1) 0px 0px 8px !important}.chat-footer__svg{border-radius:20px 20px 0 0;margin-top:-40px;pointer-events:none}.chat-footer__mask-gradient-1{stop-color:var(--chat-footer-voice-mask-gradient-1)}.chat-footer__mask-gradient-2{stop-color:var(--chat-footer-voice-mask-gradient-2)}.chat-footer__mask-background{fill:var(--chat-footer-voice-bg)}.chat-footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:10px;background-color:rgba(0,0,0,0)}.chat-footer__wrapper--animate-up>div,.chat-footer__wrapper--animate-down>div{-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transition:background-color 300ms,-webkit-transform .4s ease-in-out;transition:background-color 300ms,-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,background-color 300ms;transition:transform .4s ease-in-out,background-color 300ms,-webkit-transform .4s ease-in-out}.chat-footer__wrapper--animate-down>div{-webkit-transform:translateY(200px);transform:translateY(200px);background-color:rgba(0,0,0,0)}.chat-footer__wrapper__voice{height:var(--chat-footer-voice-wrapper-height)}.chat-footer__wrapper__hamburger{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;width:24px;height:24px;margin-left:15px;position:relative}.chat-footer__wrapper__hamburger--ie11{margin-bottom:0px !important;padding-bottom:0px !important}.chat-footer__wrapper__hamburger svg{width:16px;height:16px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.chat-footer__wrapper__hamburger svg path{fill:var(--chat-footer-icon-active)}.chat-footer__wrapper__hamburger:hover{cursor:pointer;opacity:.7}.chat-footer__wrapper__hamburger--open svg{width:16px;height:16px}.chat-footer__wrapper__hamburger--open svg path{fill:var(--chat-footer-icon-active)}.chat-footer__wrapper__hamburger--solo{height:40px;width:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 auto;background-color:var(--chat-footer-input-bg)}.chat-footer__wrapper__hamburger--solo svg{width:16px;height:16px}.chat-footer__wrapper__hamburger--solo svg path{fill:var(--primary-color)}.chat-footer__wrapper__hamburger--solo--open{height:40px;width:40px;background-color:var(--chat-footer-input-bg);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px}.chat-footer__wrapper__hamburger--solo--open svg{width:16px;height:16px}.chat-footer__wrapper__hamburger--solo--open svg path{fill:var(--chat-footer-icon-active)}.chat-footer__wrapper__input-wrapper{background:var(--chat-footer-bg);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--chat-footer-voice-padding);margin:var(--chat-footer-voice-margin)}.chat-footer__wrapper__input-wrapper--textonly{background-color:var(--chat-footer-bg);border-radius:var(--chat-footer-border-radius);-webkit-box-shadow:var(--chat-footer-box-shadow);box-shadow:var(--chat-footer-box-shadow);clip-path:var(--chat-footer-clip-path);-webkit-clip-path:var(--chat-footer-clip-path);z-index:99;padding:var(--chat-footer-padding)}.chat-footer__wrapper__input-wrapper--hidden{padding:0;height:1px}.chat-footer__wrapper__input-wrapper--hidden .chat-footer__wrapper__message-input__counter{height:0px;margin:0}.chat-footer__wrapper__input-wrapper__icons-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.chat-footer__wrapper__input-wrapper__icons-input-container--is-any-icon{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chat-footer__wrapper__input-wrapper__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-footer__wrapper__input-wrapper__icons--icon{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 8px}.chat-footer__wrapper__input-wrapper__shadow{background-color:rgba(0,0,0,0);position:relative;pointer-events:none}.chat-footer__wrapper__input-wrapper__shadow--voice{top:-20px}.chat-footer__wrapper__input-wrapper__shadow--chrome49{position:relative;top:50px}.chat-footer__wrapper__input-wrapper__shadow--opened_menu{position:relative;top:80px}.chat-footer__wrapper__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--chat-footer-input-bg);min-height:48px;width:94%;padding:var(--chat-footer-input-padding);border-radius:24px;border:var(--chat-input-border)}.chat-footer__wrapper__input--inactive{border-radius:24px}.chat-footer__wrapper__input--onfocus{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);-webkit-box-shadow:var(--focus-box-shadow);box-shadow:var(--focus-box-shadow)}.chat-footer__wrapper__menu{background-color:var(--chat-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:5px 0px 5px 20px}.chat-footer__wrapper__menu--textonly{background-color:var(--chat-footer-menu-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:0px 30px 0 10px;position:relative;z-index:99}.chat-footer__wrapper__message-input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:5px;-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}.ie11 .chat-footer__wrapper__message-input{-webkit-transform:translate(0, 2px);transform:translate(0, 2px)}.firefox .chat-footer__wrapper__message-input{-webkit-transform:translate(0, 2px);transform:translate(0, 2px)}.ios .chat-footer__wrapper__message-input{-webkit-transform:translate(0, 3px);transform:translate(0, 3px)}.chat-footer__wrapper__message-input__counter{-ms-flex-item-align:end;align-self:flex-end;justify-self:flex-end;margin-right:40px;padding:5px 0px 5px 0px;font-size:11px;font-family:"Source Sans Pro"}.chat-footer__wrapper__message-input__counter__text{color:var(--chat-footer-counter-text)}.chat-footer__wrapper__message-input__counter__num{color:var(--chat-footer-counter-color);font-weight:bold}.chat-footer__wrapper__message-input__counter__num--invalid{color:var(--chat-footer-counter-color-error)}.ie11 .chat-footer__wrapper{display:inline-block}
.header-bar{width:100%;padding:0 10px;height:var(--chat-header-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;z-index:2;background:var(--chat-header-bg) !important}.header-bar:not(.show-bot-status){-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.header-bar__bot_details{color:var(--chat-header-text-color-description);font-weight:var(--chat-header-text-font-weight-description);font-size:var(--chat-header-text-font-size-description);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:5px}.header-bar__bot_details__element--bold{color:var(--chat-header-text-color-headline);font-weight:var(--chat-header-text-font-weight-headline);font-size:var(--chat-header-text-font-size-headline)}@media all and (max-width: 359px){.header-bar.show-feedback{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header-bar.show-feedback .header-bar__avatar{display:none}.header-bar.show-feedback .header-bar__bot{display:none}}.header-bar--wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--chat-header-bg) !important;-webkit-box-shadow:var(--chat-header-box-shadow);box-shadow:var(--chat-header-box-shadow)}.header-bar__avatar{background-size:cover;width:var(--chat-header-bot-avatar-size);height:var(--chat-header-bot-avatar-size);border-radius:var(--chat-header-bot-avatar-border-radius);margin:0 5px 0 5px;-webkit-box-flex:0;-ms-flex:0 0 var(--chat-header-bot-avatar-size);flex:0 0 var(--chat-header-bot-avatar-size);background-position:center center}.header-bar__avatar__container{width:100%;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header-bar__avatar__indicator{background-color:#69c85e;position:absolute;width:15px;height:15px;border-radius:20px;border:1px solid #fff;left:38px;top:35px}.header-bar__bot{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-family:var(--font-family)}.header-bar__bot--name{font-weight:700;font-size:var(--chat-header-bot-name-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-bar__bot--status{font-size:var(--font-size);white-space:nowrap}.header-bar__icon{all:initial;outline:revert;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;background:var(--chat-header-bg) !important;border-radius:4px;margin-left:10px;width:var(--chat-header-icon-btn-size);height:var(--chat-header-icon-btn-size);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.header-bar__icon.locked{pointer-events:none}.header-bar__icon:hover{opacity:.5}.header-bar__icon svg *{fill:#f9f9f9}.header-bar__icon.success:hover{background:var(--chat-header-icon-hover-helpfull-bg)}.header-bar__icon.success:hover svg *{fill:var(--chat-header-icon-hover-helpfull)}.header-bar__icon.close{margin-left:0}.header-bar__icon.close svg *{fill:var(--chat-header-icon-hover-clear-conversation)}.header-bar__icon.info svg{width:22px;height:22px}.header-bar__icon.info svg *{fill:var(--chat-header-icons-color)}.header-bar__icon.failure:hover{background:var(--chat-header-icon-hover-not-helpfull-bg)}.header-bar__icon.failure:hover svg *{fill:var(--chat-header-icon-hover-not-helpfull)}.header-bar__icon.remove:hover{background:var(--chat-header-icon-hover-clear-conversation-bg)}.header-bar__icon.remove svg{width:16px;height:16px}.header-bar__icon.remove svg *{fill:var(--chat-header-icon-hover-clear-conversation)}.header-bar__icon svg{width:auto;height:var(--chat-header-icon-size);display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.header-bar__icon svg *{fill:var(--chat-header-icon-active)}.tooltip{display:block !important;z-index:10000}.tooltip .tooltip-inner{background:var(--tooltip-bg);color:var(--tooltip-color);border-radius:5px;padding:5px 10px 4px}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px;border-color:var(--tooltip-bg);z-index:1}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px 5px;border-left-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:rgba(0,0,0,0) !important;border-top-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:rgba(0,0,0,0) !important;border-right-color:rgba(0,0,0,0) !important;border-bottom-color:rgba(0,0,0,0) !important;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:24px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;transition:opacity .15s}.error-bar,.powered-by{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;padding:5px 0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25px}.error-bar{color:var(--chat-header-error-connection-text);background-color:var(--chat-header-error-connection-bg);font-weight:var(--chat-comments-font-weight)}.error-bar__icon{margin-right:5px}.powered-by{color:var(--chat-header-powered-by-color);cursor:pointer;background:var(--chat-header-powered-by-bg)}.powered-by:hover{color:var(--chat-header-powered-by-color-hover)}.powered-by--label{font-size:10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-decoration:none;margin-right:5px}.powered-by--label strong{color:var(--chat-header-powered-by-color-link);font-weight:500}.chat-header-bar-buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex}
.chat-button{width:100%;display:block;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--font-size);background:var(--button-bg-color);color:var(--button-text-color);border-radius:var(--button-border-radius);-webkit-transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,-webkit-box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,-webkit-box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,box-shadow 300ms,-webkit-box-shadow 300ms;border:var(--button-border);font-weight:var(--button-font-weight);cursor:pointer;text-decoration:none;margin:var(--button-margin);height:var(--button-height);line-height:var(--button-height);padding:var(--button-padding);-webkit-box-shadow:var(--button-box-shadow);box-shadow:var(--button-box-shadow);text-overflow:ellipsis;max-width:100%;overflow:hidden}@media(pointer: coarse){.chat-button{padding:var(--button-padding-touch-devices);height:unset}}@media(prefers-reduced-motion: reduce){.chat-button{-webkit-transition:none;transition:none}.chat-button:hover,.chat-button:focus,.chat-button:active{-webkit-transform:none;transform:none}}.chat-button,.chat-button *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chat-button.locked{cursor:not-allowed !important}.chat-button:hover,.chat-button:focus{background:var(--button-hover-bg);color:var(--button-hover-text-color);border:var(--button-hover-border);font-weight:var(--button-hover-font-weight);-webkit-filter:var(--button-hover-filter);filter:var(--button-hover-filter);-webkit-box-shadow:var(--button-hover-box-shadow);box-shadow:var(--button-hover-box-shadow)}.chat-button.phone{display:block;text-decoration:none}
.chat-message-sources__header{padding:4px 0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--chat-message-bot-sources-reference-color);margin-top:10px}.chat-message-sources__header--arrow{margin-left:5px;height:11px}.chat-message-sources__header--arrow path{fill:var(--chat-message-bot-sources-reference-color)}.chat-message-sources__header--arrow.is-open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.chat-message-sources__items-item{margin:5px;padding:5px}.chat-source-item{background:var(--chat-message-bot-sources-item-background);border:var(--chat-message-bot-sources-item-border);border-radius:var(--chat-message-bot-sources-item-border-radius)}.chat-source-item__headline{display:-webkit-box;display:-ms-flexbox;display:flex}.chat-source-item__headline--toggle{cursor:pointer;padding:0 5px}.chat-source-item__headline--toggle.is-open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.chat-source-item__headline--name{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;font-size:var(--chat-message-bot-sources-item-header-font-size);font-weight:var(--chat-message-bot-sources-item-header-font-weight);color:var(--chat-message-bot-sources-item-header-font-color)}.chat-source-item__headline--name.clickable{cursor:pointer}.chat-source-item__content--url{cursor:pointer}.chat-source-item__content--content{opacity:var(--chat-message-bot-sources-item-content-opacity);margin-top:10px;font-size:var(--chat-message-bot-sources-item-content-font-size);color:var(--chat-message-bot-sources-item-content-color)}.chat-source-item-url{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-source-item-url:hover{text-decoration:underline}.chat-source-item-url__link{color:var(--chat-message-bot-sources-item-url-color);height:20px;line-height:20px;font-size:var(--chat-message-bot-sources-item-url-font-size);text-overflow:ellipsis;overflow:hidden;cursor:pointer;width:89%;position:relative;white-space:pre}.chat-source-item-url__icon{height:10px;margin-right:5px}.chat-source-item-url__icon path{fill:var(--chat-message-bot-sources-item-url-color)}
.audio-message__player{max-width:100%;height:30px}
.slider-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;min-height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;width:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.slider-item{min-height:100% !important;height:auto !important;text-align:left !important}.slider-container{overflow:visible !important}.generic-template{position:relative;margin-left:-46px;margin-top:10px;width:100%}.generic-template .swiper-slide{-webkit-transition:opacity 600ms;transition:opacity 600ms;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);height:auto}.generic-template .swiper-slide:last-of-type{margin-right:30px}.generic-template .swiper-slide:first-of-type{margin-left:35px}.generic-template.slider-center .swiper-slide-next,.generic-template.slider-center .swiper-slide-prev{opacity:.6}.generic-template .card{width:210px;background:var(--chat-message-bot-bg);-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);border-radius:12px;overflow:hidden;margin-bottom:10px;border:var(--chat-message-bot-border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:220px;min-height:100%}.generic-template .card--ie{height:340px}.generic-template .card__buttons{padding:0 12px 12px 12px;width:100%}.generic-template .card__top.clickable{cursor:pointer}.generic-template .card__photo{width:100%;height:110px;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:cover;background-position:center center}.generic-template .card__photo.square{height:210px}.generic-template .card__content{padding:4px;padding:12px 12px 0 12px;line-height:var(--line-height)}.generic-template .card__content--title{font-size:var(--font-size);color:var(--chat-message-bot-text-color);font-weight:var(--generic-template-title-font-weight);white-space:pre-wrap}.generic-template .card__content--subtitle{margin:8px 0 5px;font-size:var(--font-size);min-height:30px;color:var(--chat-message-bot-text-color);white-space:pre-wrap;font-weight:var(--font-weight)}.generic-template__arrow{position:absolute;top:50%;width:34px;height:34px;z-index:10;cursor:pointer;background:var(--generic-template-arrow-bg);border-radius:50%;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.34);box-shadow:0 0 15px 0 rgba(0,0,0,.34);-webkit-transition:all 300ms;transition:all 300ms}.generic-template__arrow,.generic-template__arrow *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.generic-template__arrow:focus{-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.64);box-shadow:0 0 15px 0 rgba(0,0,0,.64);opacity:1;outline:none}.generic-template__arrow:hover{opacity:.95}.generic-template__arrow svg{position:absolute;left:50%;top:50%;margin-top:-6px;margin-left:-6px;width:12px;height:12px;display:block}.generic-template__arrow svg path{fill:var(--generic-template-arrow-fill)}.generic-template__arrow.swiper-button-disabled{display:none}.generic-template__arrow.prev{left:20px;right:auto}.generic-template__arrow.prev svg{margin-left:-8px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.generic-template__arrow.next{right:20px;left:auto}.first-element{margin-left:46px !important}
.list{width:60vw;min-width:220px;max-width:400px;overflow:hidden}.list.large .list__item.first{display:none}.list__header{background-size:cover;background-position:center;padding-top:30px;position:relative;border-radius:15px 15px 0 0;overflow:hidden;min-height:90px}.list__header--content{z-index:20;position:absolute;z-index:2;bottom:0;left:9}.list__header::before{content:"";display:block;position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;pointer-events:none;background:rgba(0,0,0,.7)}.list__header *{color:#fff}.list__header .subtitle{color:#fff !important;margin:0 !important}.list__header .button{color:#fff !important;border-color:#fff !important;text-decoration:none;cursor:pointer}.list__header .button:active,.list__header .button:hover{background:#fff !important;color:#000 !important}.list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:#fff}.list__item--content{-webkit-box-flex:0;-ms-flex:0 1 80%;flex:0 1 80%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:17px}.list__item--content .title{font-size:13px}.list__item--content .subtitle{margin:3px 0 5px;color:#666;font-size:11px}.list__item--photo{margin:20px 10px 20px 5px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:100%}.list__item--photo .img{background-size:cover;background-position:center center;border-radius:5px;width:50px;height:50px}
.photo{position:relative}.photo:hover .photo__share{opacity:1}.photo__share{position:absolute;top:50%;left:92%;-webkit-transition:opacity 300ms;transition:opacity 300ms;cursor:pointer}.photo__share svg{width:15px;height:auto}.photo__share svg path{fill:var(--chat-comments-text-color)}.photo__link{cursor:pointer}.photo__img{max-width:500px;width:90%;height:auto;margin-bottom:-3px;-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);border:var(--image-border);overflow:hidden;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}
.video-message__player{width:100%;height:auto}
@-webkit-keyframes blink{50%{opacity:1}}@keyframes blink{50%{opacity:1}}@-webkit-keyframes bulge{50%{-webkit-transform:scale(1.02);transform:scale(1.02)}}@keyframes bulge{50%{-webkit-transform:scale(1.02);transform:scale(1.02)}}.chat-message-item{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:2px 0}.chat-message-item__not-supported{text-align:center;width:80%;margin:10px auto;background:#fef0f0;padding:10px;border:1px solid #f56c6c;border-radius:5px}.chat-message-item__avatar{width:30px;height:30px;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:var(--chat-message-bot-avatar-margin);-ms-flex-item-align:var(--chat-message-bot-avatar-position);align-self:var(--chat-message-bot-avatar-position)}.chat-message-item__avatar--img{-webkit-box-flex:0;-ms-flex:0 0 var(--chat-message-bot-avatar-size);flex:0 0 var(--chat-message-bot-avatar-size);width:var(--chat-message-bot-avatar-size);height:var(--chat-message-bot-avatar-size);background-size:cover;border-radius:50%;background-position:center center}.chat-message-item__content{max-width:calc(100% - 80px);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-weight:var(--font-weight)}.chat-message-item__content.type-button-template img,.chat-message-item__content.type-message img{width:100%;height:auto;margin:4px 0;pointer-events:none}.chat-message-item__content strong{font-weight:600}.chat-message-item__content h1,.chat-message-item__content h2,.chat-message-item__content h3,.chat-message-item__content h4{margin:14px 0}.chat-message-item__content h1{font-size:1.4em}.chat-message-item__content h2{font-size:1.2em}.chat-message-item__content h3,.chat-message-item__content h4{font-size:1em}.chat-message-item__content ul,.chat-message-item__content ol{margin:var(--markdown-list-margin)}.chat-message-item__content p:not(:first-of-type){margin-top:14px}.chat-message-item__content.type-generic-template{max-width:100%;width:100%}.chat-message-item__meta{height:0px;opacity:0;overflow:hidden}.chat-message-item__meta.show{height:auto;opacity:1}.chat-message-item__meta,.chat-message-item__status{font-size:var(--chat-comments-font-size);color:var(--chat-comments-text-color);font-weight:var(--chat-comments-font-weight);margin-bottom:5px;margin-top:5px;font-family:var(--font-family);font-style:normal;margin-right:12px}.chat-message-item__meta--link,.chat-message-item__status--link{text-decoration:underline;background:rgba(0,0,0,0);outline:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;margin-left:5px;font-weight:600;font-size:var(--chat-comments-font-size);color:var(--chat-comments-text-color);font-weight:var(--chat-comments-font-weight)}.chat-message-item__meta--link:hover,.chat-message-item__status--link:hover{opacity:500}.chat-message-item__meta--link.disabled,.chat-message-item__status--link.disabled{cursor:not-allowed;color:var(--chat-comments-text-color)}.chat-message-item__meta--icon,.chat-message-item__status--icon{margin-right:5px}.chat-message-item__meta.error,.chat-message-item__status.error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--chat-comments-error-color);white-space:nowrap}.chat-message-item[who=bot]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.chat-message-item[who=bot] .chat-message-item__status.error .chat-message-item__status--icon,.chat-message-item[who=bot] .chat-message-item__meta.error .chat-message-item__status--icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:5px}.chat-message-item[who=user]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chat-message-item[who=user] .chat-message-item__avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat-message-item[who=user] .chat-message-item__status,.chat-message-item[who=user] .chat-message-item__meta{text-align:right}.chat-message-item[who=user] .chat-message-item__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.chat-message-item__image-placeholder{padding:0 !important;max-width:500px;width:90%;margin:0 !important;background-color:rgba(0,0,0,0) !important;margin-bottom:-3px;-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);overflow:hidden;border:var(--chat-message-bot-border);height:auto}.message__loading{will-change:transform;width:20px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:2s bulge infinite ease-out;animation:2s bulge infinite ease-out}.message__loading span{height:5px;width:5px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 1px;background-color:#9e9ea1;display:block;border-radius:50%;opacity:.4}.message__loading span:nth-of-type(1){-webkit-animation:1s blink infinite .3333s;animation:1s blink infinite .3333s}.message__loading span:nth-of-type(2){-webkit-animation:1s blink infinite .6666s;animation:1s blink infinite .6666s}.message__loading span:nth-of-type(3){-webkit-animation:1s blink infinite .9999s;animation:1s blink infinite .9999s}.message{overflow:hidden;position:relative;padding:var(--chat-message-padding);max-width:var(--chat-message-max-width);width:var(--chat-message-width)}.message__loading{min-width:50px}.message__buttons{margin-top:20px}.message__buttons.disabled{cursor:not-allowed}.message a,.message button{color:var(--chat-message-bot-links-color);-webkit-text-decoration:var(--chat-message-bot-links-underline);text-decoration:var(--chat-message-bot-links-underline);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-weight:var(--chat-message-bot-links-font-weight);cursor:pointer;background:rgba(0,0,0,0)}.message hr{margin:12px 0;border:none;height:1px;opacity:.3}.message ul:has(>li.kb-list-item-standalone-link),.message ol:has(>li.kb-list-item-standalone-link){margin:var(--list-link-buttons-margin)}.message ul li:has(img),.message ol li:has(img){list-style:none}.message ul li.kb-list-item-standalone-link,.message ol li.kb-list-item-standalone-link{list-style:none;max-width:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.message ul li.kb-list-item-standalone-link p,.message ol li.kb-list-item-standalone-link p{margin:0}.message ul li.kb-list-item-standalone-link button,.message ul li.kb-list-item-standalone-link a,.message ol li.kb-list-item-standalone-link button,.message ol li.kb-list-item-standalone-link a{display:var(--list-link-button-display);-webkit-box-align:var(--list-link-button-align-items);-ms-flex-align:var(--list-link-button-align-items);align-items:var(--list-link-button-align-items);-webkit-box-pack:var(--list-link-button-justify-content);-ms-flex-pack:var(--list-link-button-justify-content);justify-content:var(--list-link-button-justify-content);padding:var(--list-link-button-padding);margin:var(--list-link-button-margin);border-radius:var(--list-link-button-border-radius);border:var(--list-link-button-border);background:var(--list-link-button-bg);-webkit-box-shadow:var(--list-link-button-box-shadow);box-shadow:var(--list-link-button-box-shadow);color:var(--list-link-button-color);font-weight:var(--list-link-button-font-weight);font-size:var(--list-link-button-font-size);-webkit-text-decoration:var(--list-link-button-text-decoration);text-decoration:var(--list-link-button-text-decoration);-webkit-transition:var(--list-link-button-transition);transition:var(--list-link-button-transition);cursor:pointer;line-height:var(--list-link-button-height);-webkit-appearance:none;-moz-appearance:none;appearance:none}.message ul li.kb-list-item-standalone-link button div,.message ul li.kb-list-item-standalone-link a div,.message ol li.kb-list-item-standalone-link button div,.message ol li.kb-list-item-standalone-link a div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media(pointer: coarse){.message ul li.kb-list-item-standalone-link button,.message ul li.kb-list-item-standalone-link a,.message ol li.kb-list-item-standalone-link button,.message ol li.kb-list-item-standalone-link a{padding:var(--list-link-button-touch-devices);height:unset}}.message ul li.kb-list-item-standalone-link button:hover,.message ul li.kb-list-item-standalone-link a:hover,.message ol li.kb-list-item-standalone-link button:hover,.message ol li.kb-list-item-standalone-link a:hover{background:var(--list-link-button-hover-bg);color:var(--list-link-button-hover-color);border:var(--list-link-button-hover-border);-webkit-transform:var(--list-link-button-hover-transform);transform:var(--list-link-button-hover-transform);-webkit-box-shadow:var(--list-link-button-hover-box-shadow);box-shadow:var(--list-link-button-hover-box-shadow)}.message ul li.kb-list-item-standalone-link button:focus,.message ul li.kb-list-item-standalone-link button:focus-visible,.message ul li.kb-list-item-standalone-link a:focus,.message ul li.kb-list-item-standalone-link a:focus-visible,.message ol li.kb-list-item-standalone-link button:focus,.message ol li.kb-list-item-standalone-link button:focus-visible,.message ol li.kb-list-item-standalone-link a:focus,.message ol li.kb-list-item-standalone-link a:focus-visible{outline:var(--focus-outline, 2px solid #005fcc);outline-offset:var(--focus-outline-offset, 2px);-webkit-box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1));box-shadow:var(--focus-box-shadow, 0 0 0 3px rgba(0, 95, 204, 0.1))}.message ul li.kb-list-item-standalone-link button:active,.message ul li.kb-list-item-standalone-link a:active,.message ol li.kb-list-item-standalone-link button:active,.message ol li.kb-list-item-standalone-link a:active{-webkit-transform:translateY(0);transform:translateY(0)}@media(prefers-reduced-motion: reduce){.message ul li.kb-list-item-standalone-link button,.message ul li.kb-list-item-standalone-link a,.message ol li.kb-list-item-standalone-link button,.message ol li.kb-list-item-standalone-link a{-webkit-transition:none;transition:none}.message ul li.kb-list-item-standalone-link button:hover,.message ul li.kb-list-item-standalone-link button:focus,.message ul li.kb-list-item-standalone-link a:hover,.message ul li.kb-list-item-standalone-link a:focus,.message ol li.kb-list-item-standalone-link button:hover,.message ol li.kb-list-item-standalone-link button:focus,.message ol li.kb-list-item-standalone-link a:hover,.message ol li.kb-list-item-standalone-link a:focus{-webkit-transform:none;transform:none}.message ul li.kb-list-item-standalone-link button:active,.message ul li.kb-list-item-standalone-link a:active,.message ol li.kb-list-item-standalone-link button:active,.message ol li.kb-list-item-standalone-link a:active{-webkit-transform:none;transform:none}}.message.bot-message{border-radius:var(--chat-message-bot-border-radius);-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);background:var(--chat-message-bot-bg);color:var(--chat-message-bot-text-color);font-size:var(--font-size);font-weight:var(--font-weight);-webkit-transform-origin:bottom left;transform-origin:bottom left;line-height:var(--line-height);border:var(--chat-message-bot-border);padding:var(--chat-message-bot-padding)}.message.bot-message hr{background:var(--chat-message-bot-text-color)}.message.user-message{border-radius:var(--chat-message-user-border-radius);-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);background:var(--chat-message-user-bg);color:var(--chat-message-user-text-color);font-size:var(--font-size);font-weight:var(--font-weight);-webkit-transform-origin:bottom left;transform-origin:bottom left;line-height:var(--line-height);border:var(--chat-message-user-border);margin-right:12px;display:inline-block;inline-size:-webkit-fill-available;inline-size:-moz-available;overflow-wrap:break-word}.message.user-message hr{background:var(--chat-message-user-text-color)}.message.user-message a{color:var(--chat-message-user-text-color)}.message.moderator-message{border-radius:var(--chat-message-bot-border-radius);-webkit-box-shadow:var(--chat-message-box-shadow);box-shadow:var(--chat-message-box-shadow);background:var(--chat-message-bot-bg);color:var(--chat-message-bot-text-color);font-size:var(--font-size);font-weight:var(--font-weight);-webkit-transform-origin:bottom left;transform-origin:bottom left;line-height:var(--line-height);border:var(--chat-message-bot-border)}.message.moderator-message hr{background:var(--chat-message-bot-text-color)}
.quick-replies-choose{margin:10px 10px 0px 35px;display:var(--quick-replies-display);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:90%}.quick-replies-choose.disabled{cursor:not-allowed}.quick-replies-choose.disabled *{pointer-events:none}.quick-replies-choose__item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:10px;margin:5px 5px 5px 0;padding:var(--quick-reply-padding);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:95px;min-height:33px;-webkit-transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,-webkit-box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,-webkit-box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,box-shadow 300ms;transition:color 300ms,background-color 300ms,color 300ms,border-color 300ms,box-shadow 300ms,-webkit-box-shadow 300ms;color:var(--quick-reply-text-color);background:var(--quick-reply-bg);font-size:var(--font-size);border:var(--quick-reply-border);fill:var(--quick-reply-text-color);border-radius:var(--quick-reply-border-radius);font-weight:var(--quick-reply-font-weight);font-family:var(--font-family)}.quick-replies-choose__item.locked{pointer-events:none}@media(pointer: coarse){.quick-replies-choose__item{padding:20px 17px 20px 17px}}.quick-replies-choose__item:hover{color:var(--quick-reply-hover-text-color);background:var(--quick-reply-hover-bg);border:var(--quick-reply-hover-border);fill:var(--quick-reply-hover-text-color);border-radius:var(--quick-reply-hover-border-radius);font-weight:var(--quick-reply-hover-font-weight)}.quick-replies-choose__item--icon{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;height:15px;margin-right:4px}.quick-replies-choose__item--icon svg{width:16px;height:16px}.quick-replies-choose__item--label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-height:20px;margin-right:4px;line-height:0px}
.chat-global-confirmation{width:100%;height:100%;position:fixed;background:var(--chat-config-modal-mask-bg);z-index:1003;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;-webkit-transition:opacity 300ms;transition:opacity 300ms}.chat-global-confirmation.disabled{cursor:not-allowed}.chat-global-confirmation.disabled *{pointer-events:none}.chat-global-confirmation.show{opacity:1;pointer-events:auto}.chat-global-confirmation.show .chat-global-confirmation__lightbox{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.chat-global-confirmation__lightbox{background:var(--chat-config-modal-bg);position:absolute;-webkit-box-flex:0;-ms-flex:0 0 90%;flex:0 0 90%;width:90%;padding:40px 20px 20px 20px;border-radius:5px;opacity:0;-webkit-transform:translate(0, 30px);transform:translate(0, 30px);-webkit-transition:all 300ms;transition:all 300ms;max-width:500px}.chat-global-confirmation__lightbox--loading{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1004}.chat-global-confirmation__lightbox--loading .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.chat-global-confirmation__lightbox--loading .el-loading-spinner .circular{-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.chat-global-confirmation__lightbox--loading .el-loading-spinner .path{stroke:var(--primary-color);stroke-linecap:round;stroke-width:2;-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes loading-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.chat-global-confirmation__lightbox--close{position:absolute;top:5px;right:5px;cursor:pointer;padding:10px;-webkit-transition:all 300ms;transition:all 300ms}.chat-global-confirmation__lightbox--close:hover{opacity:.8}.chat-global-confirmation__lightbox--close svg{width:25px;height:25px}.chat-global-confirmation__lightbox--content{margin:20px 0;font-size:var(--font-size);text-align:center;color:var(--chat-config-modal-text-color)}.chat-global-confirmation__lightbox--button{margin-top:30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:0 30px;margin:0 auto;cursor:pointer;-webkit-transition:all 300ms;transition:all 300ms;width:auto !important}
.chat-file-uploader{background:var(--file-upload-bg);position:absolute;top:100px;width:90%;z-index:10;left:5%;padding:10px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.16);box-shadow:0 0 8px rgba(0,0,0,.16);border-radius:8px;border:2px solid var(--file-upload-accent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat-file-uploader__button{margin-top:15px;-ms-flex-item-align:center;align-self:center}.chat-file-uploader__label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;color:var(--file-upload-bar-text-color);padding:8px 8px 8px 0;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-family);font-weight:initial;font-style:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:15px;overflow:hidden;color:var(--file-upload-accent);font-weight:var(--file-upload-label-font-weight)}.chat-file-uploader__label--filename{color:#000}.chat-file-uploader__progress{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:10px;color:var(--file-upload-accent);margin-bottom:8px}.chat-file-uploader__progress__bar{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;height:5px;border-radius:10px;background-color:var(--file-upload-bar-bg)}.chat-file-uploader__progress__bar--value{background-color:var(--file-upload-bar-val);margin:0;height:5px;max-height:30px;border-radius:10px}.chat-file-uploader__progress__percantage{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:20px;margin-left:10px}
.chat-error{position:absolute;bottom:150px;width:80%;z-index:10;left:10%;padding:5px 10px;-webkit-box-shadow:var(--chat-error-box-shadow);box-shadow:var(--chat-error-box-shadow);border:1px solid var(--chat-error-border);border-radius:8px;background-color:var(--chat-error-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.chat-error__icon{margin-right:13px}.chat-error__icon--closing{margin-right:0px;margin-top:-7px}.chat-error__icon__button{border:none;background:none;outline:none;cursor:pointer}.chat-error__message__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:7px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.chat-error__message__header{font-size:10px;letter-spacing:normal;color:var(--chat-error-headline-color);line-height:13px;font-weight:bold;margin-bottom:3px;font-family:var(--font-family);text-transform:uppercase;font-weight:bold;font-style:normal}.chat-error__message__text{font-family:var(--font-family);margin-bottom:3px;font-size:12px;color:var(--chat-error-color);font-weight:initial;font-style:normal}
.chat-debug-message{text-align:center;border-bottom:20px;width:80%;padding:4px 10px;border-radius:5px;margin:10px auto 10px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;color:#2a2600;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.chat-debug-message__icon{-webkit-box-flex:0;-ms-flex:0 0 25px;flex:0 0 25px;height:25px;width:25px;background-color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.chat-debug-message__icon svg{height:13px;width:auto}.chat-debug-message__name{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;text-align:left}.chat-debug-message__button{position:absolute;line-height:1;top:0;right:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;padding:4px 12px;cursor:pointer;opacity:0;font-size:12px}.chat-debug-message:hover .chat-debug-message__button{opacity:1}.chat-debug-message.info{background:#e7f5ff;border:1px solid #58aef4}.chat-debug-message.info path{fill:#3978ab}.chat-debug-message.info .chat-debug-message__button{background:#58aef4}.chat-debug-message.warning{background:#ffecdb;border:1px solid #ff9f40}.chat-debug-message.warning path{fill:#c06c19}.chat-debug-message.warning .chat-debug-message__button{background:#ff9f40}.chat-debug-message.error{background:#fef0f0;border:1px solid #f56c6c}.chat-debug-message.error path{fill:#b93c3c}.chat-debug-message.error .chat-debug-message__button{background:#f56c6c}
.chat-toast{background:var(--file-upload-bg);position:absolute;top:100px;width:90%;z-index:10;left:5%;padding:10px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.16);box-shadow:0 0 8px rgba(0,0,0,.16);border-radius:8px;border:2px solid var(--file-upload-accent);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translate(0, -300px);transform:translate(0, -300px);-webkit-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.35);transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.35)}.chat-toast.show{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.chat-toast__button{margin-top:15px;-ms-flex-item-align:center;align-self:center}.chat-toast__label{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;color:var(--file-upload-bar-text-color);padding:8px 8px 8px 0;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-family);font-weight:initial;font-style:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:15px;overflow:hidden;color:var(--file-upload-accent);font-weight:var(--file-upload-label-font-weight)}.chat-toast__label--text{color:#000}
.chat-form-modal{width:100%;height:100%;position:fixed;background:var(--chat-config-modal-mask-bg);z-index:1003;opacity:0;pointer-events:none;-webkit-transition:opacity 300ms;transition:opacity 300ms;overflow:scroll;--form-label-font-weight: var(--chatbot-forms-label-font-weight);--button-bg-color: var(--primary-color);--button-text-color: #fff;scrollbar-width:thin;scrollbar-color:var(--chat-form-modal-scrollbar-color) var(--chat-form-modal-scrollbar-bg)}.chat-form-modal::-webkit-scrollbar{width:var(--chat-form-modal-scrollbar-width)}.chat-form-modal::-webkit-scrollbar-track{background:var(--chat-form-modal-scrollbar-bg)}.chat-form-modal::-webkit-scrollbar-thumb{background:var(--chat-form-modal-scrollbar-color);border-radius:calc(var(--chat-form-modal-scrollbar-width)/2)}.chat-form-modal::-webkit-scrollbar-thumb:hover{background:var(--chat-form-modal-scrollbar-color-hover)}.chat-form-modal .chatbot-form{padding:0 !important}.chat-form-modal__close-button{--button-bg-color: #fff;--button-text-color: var(--primary-color);width:100%;margin-top:15px}.chat-form-modal.disabled{cursor:not-allowed}.chat-form-modal.disabled *{pointer-events:none}.chat-form-modal.show{opacity:1;pointer-events:auto}.chat-form-modal.show .chat-form-modal__lightbox{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.chat-form-modal__lightbox{background:var(--chat-config-modal-bg);width:90%;padding:10px 10px 20px 10px;margin:20px auto;border-radius:5px;opacity:0;-webkit-transition:all 300ms;transition:all 300ms;max-width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat-form-modal__lightbox--close{position:fixed;top:5px;right:5px;cursor:pointer;padding:10px;-webkit-transition:all 300ms;transition:all 300ms;z-index:10}.chat-form-modal__lightbox--close:hover{opacity:.8}.chat-form-modal__lightbox--close svg{width:25px;height:25px}.chat-form-modal__lightbox--close:focus,.chat-form-modal__lightbox--close:focus-visible{outline:var(--chatbot-form-modal-close-button-focus-outline);outline-offset:var(--chatbot-form-modal-close-button-focus-outline-offset);border-radius:var(--chatbot-form-modal-close-button-focus-outline-borde-radius)}.chat-form-modal__lightbox--content{margin:20px auto;font-size:var(--font-size);color:var(--chat-config-modal-text-color);padding:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0}.chat-form-modal__lightbox--content .chatbot-form__submit,.chat-form-modal__lightbox--content .chat-button{padding:var(--modal-form-button-padding);font-size:var(--modal-form-button-font-size);height:auto;line-height:1}.chat-form-modal__lightbox--loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.chat-form-modal__lightbox--loading .el-loading-spinner .circular{-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.chat-form-modal__lightbox--loading .el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--chat-config-modal-text-color);stroke-linecap:round}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
.chat-voice-info{position:absolute;bottom:150px;min-height:82px;width:80%;z-index:10;left:10%;padding:5px 10px;-webkit-box-shadow:var(--chat-info-box-shadow);box-shadow:var(--chat-info-box-shadow);border:1px solid var(--chat-info-border);border-radius:8px;background-color:var(--chat-info-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-voice-info__icon{-ms-flex-item-align:start;align-self:flex-start;margin-top:7px}.chat-voice-info__icon--speaker{-ms-flex-item-align:none;align-self:none;margin-top:7px;margin:auto 17px auto 17px}.chat-voice-info__icon--speaker path{fill:var(--chat-info-border)}.chat-voice-info__icon__button{-ms-flex-item-align:start;align-self:flex-start;border:none;background:none;outline:none;cursor:pointer}.chat-voice-info__icon__button__icon{fill:var(--chat-info-close-icon-color)}.chat-voice-info__info-msg__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:7px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-item-align:start;align-self:flex-start}.chat-voice-info__info-msg__header{font-size:var(--font-size);letter-spacing:normal;color:var(--chat-info-headline-color);line-height:var(--line-height);margin-bottom:3px;text-transform:uppercase;font-weight:600}.chat-voice-info__info-msg__text{margin-bottom:3px;font-size:12px;color:var(--chat-info-color);line-height:var(--line-height)}
.chat-queue{position:absolute;top:100px;width:80%;z-index:12;left:10%;padding:10px 10px;-webkit-box-shadow:var(--chat-info-box-shadow);box-shadow:var(--chat-info-box-shadow);border:1px solid var(--chat-info-border);border-radius:8px;background-color:var(--chat-info-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:center;flex-direction:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-queue__icon{width:17px;height:auto;margin-right:9px}.chat-queue__icon path{fill:var(--chat-info-border)}.chat-queue__info-msg__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-item-align:start;align-self:flex-start}.chat-queue__info-msg__text{font-size:var(--font-size);letter-spacing:normal;color:var(--chat-info-color);line-height:var(--line-height)}
@-webkit-keyframes spinner_zKoa{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner_zKoa{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}}.chat-message-functions-progress{margin-left:50px}.chat-message-functions-progress .spinner_V8m1{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:spinner_zKoa 2s linear infinite;animation:spinner_zKoa 2s linear infinite}.chat-message-functions-progress .spinner_V8m1 circle{stroke-linecap:round;-webkit-animation:spinner_YpZS 1.5s ease-in-out infinite;animation:spinner_YpZS 1.5s ease-in-out infinite}.chat-message-functions-progress__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-message-functions-progress__item svg{margin-right:4px}.chat-message-functions-progress__item.status-start{color:var(--chat-message-bot-custom-function-start)}.chat-message-functions-progress__item.status-start svg{stroke:var(--chat-message-bot-custom-function-start);margin-right:3px}.chat-message-functions-progress__item.status-success{color:var(--chat-message-bot-custom-function-success)}.chat-message-functions-progress__item.status-success svg path{fill:var(--chat-message-bot-custom-function-success)}.chat-message-functions-progress__item.status-error{color:var(--chat-message-bot-custom-function-error)}
.chat{width:100%;height:100%;max-width:100%;position:relative;-webkit-overflow-scrolling:touch;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);background:var(--chat-bg);overflow:hidden;scroll-behavior:smooth}.chat::-webkit-scrollbar{display:none}.chat__emoji-picker{position:absolute;z-index:998;right:55px;bottom:80px}.chat__header{position:fixed;left:0;top:0;-webkit-box-shadow:var(--chat-header-box-shadow);box-shadow:var(--chat-header-box-shadow);background:var(--chat-header-bg);z-index:1001}.chat__header--legacy-browsers{position:fixed;left:0;top:85px;-webkit-box-shadow:var(--chat-header-box-shadow);box-shadow:var(--chat-header-box-shadow);background:var(--chat-header-bg)}.chat__messages{overflow-x:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.chat__messages::-webkit-scrollbar{display:none}.chat__messages--container{padding:20px 0 40px 0}.chat__messages--container.is-mobile-voice-support{padding-bottom:130px}.chat__messages--privacy-policy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--chat-privacy-policy-color);font-size:var(--chat-privacy-policy-container-font-size--chat);line-height:var(--chat-privacy-policy-container-line-height--chat);margin:var(--chat-privacy-policy-margin--chat)}.chat__messages--privacy-policy p{width:90%}.chat__messages--privacy-policy a{color:var(--chat-privacy-policy-link-color);font-weight:var(--chat-privacy-policy-link-font-weight)}.chat__messages--comment{text-align:center;font-size:var(--font-size);color:var(--chat-comments-text-color);padding:10px 20px}.chat__messages--date{text-align:center;font-size:var(--font-size);color:var(--chat-comments-text-color);padding:10px 0;position:relative;font-weight:var(--font-weight)}.chat__messages--date div{display:inline-block;padding:0 10px;background:var(--chat-bg)}.chat__messages.show-scrollbar{scrollbar-color:var(--chat-scrollbar-color) var(--chat-scrollbar-bg);scrollbar-width:auto !important}.chat__messages.show-scrollbar::-webkit-scrollbar{width:var(--chat-scrollbar-width) !important;height:var(--chat-scrollbar-width);display:block !important}.chat__messages.show-scrollbar::-webkit-scrollbar-track{background-color:var(--chat-scrollbar-bg)}.chat__messages.show-scrollbar::-webkit-scrollbar-thumb{background-color:var(--chat-scrollbar-color)}.chat__messages.show-scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--chat-scrollbar-color-hover)}.chat__footer{z-index:99;width:100%;position:absolute;bottom:0;left:0}.chat #inboxChatDropzone{font-family:var(--font-family);letter-spacing:.2px;color:var(--file-dropzone-text-color);height:100%;font-weight:bold;font-size:20px;width:100%;opacity:var(--file-dropzone-box-opacity);position:absolute;z-index:100}.chat .vue-dropzone--active{background-color:var(--file-dropzone-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat .vue-dropzone--inner-outline{outline:var(--file-dropzone-outline);outline-offset:-25px}.chat.hide-input .chat__messages{height:100vh !important;padding-bottom:140px}.chat .scroll-to-bottom-button{position:fixed;bottom:var(--chat-scroll-to-bottom-button-bottom-position);right:calc(50% - 20px);width:40px;height:40px;border-radius:50%;background:var(--chat-scroll-to-bottom-button-bg);border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transition:background-color .3s;transition:background-color .3s;-webkit-transform-origin:center center;transform-origin:center center;z-index:100}.chat .scroll-to-bottom-button.show-message-input{bottom:var(--chat-voice-scroll-to-bottom-button-bottom-position)}.chat .scroll-to-bottom-button:hover{background:var(--chat-scroll-to-bottom-button-hover-bg)}.chat .scroll-to-bottom-button .arrow-down-icon{z-index:101;border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.chat .scroll-to-bottom-button.pulse{-webkit-animation:scrollButtonPulse var(--chat-scroll-to-bottom-button-pulse-duration) var(--chat-scroll-to-bottom-button-pulse-timing-function);animation:scrollButtonPulse var(--chat-scroll-to-bottom-button-pulse-duration) var(--chat-scroll-to-bottom-button-pulse-timing-function)}.chat .slide-up-enter-active{-webkit-animation:slideUp .3s ease-out;animation:slideUp .3s ease-out}.chat .slide-up-leave-active{animation:slideUp .3s ease-in reverse}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes scrollButtonPulse{0%{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-box-shadow:var(--chat-scroll-to-bottom-button-pulse-box-shadow);box-shadow:var(--chat-scroll-to-bottom-button-pulse-box-shadow);-webkit-transform:scale(var(--chat-scroll-to-bottom-button-pulse-scale));transform:scale(var(--chat-scroll-to-bottom-button-pulse-scale))}100%{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transform:scale(1);transform:scale(1)}}@keyframes scrollButtonPulse{0%{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-box-shadow:var(--chat-scroll-to-bottom-button-pulse-box-shadow);box-shadow:var(--chat-scroll-to-bottom-button-pulse-box-shadow);-webkit-transform:scale(var(--chat-scroll-to-bottom-button-pulse-scale));transform:scale(var(--chat-scroll-to-bottom-button-pulse-scale))}100%{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transform:scale(1);transform:scale(1)}}
.error-screen{width:100%;height:100%;background:var(--get-started-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.error-screen>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-family:var(--font-family)}.error-screen__headline_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error-screen__headline{font-size:40px;line-height:50px;color:var(--secondary-color);font-family:var(--font-family);font-weight:bold}.error-screen__headline__sub{color:var(--secondary-color);font-family:var(--font-family);font-size:20px;line-height:25px;font-weight:bold}.error-screen__button{margin-top:30px}.error-screen__text{margin-top:18px;font-size:14px;line-height:18px;color:var(--primary-color)}
.get-started{position:relative;width:100%;height:100%;overflow:hidden;background:var(--get-started-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:var(--font-family);font-weight:400;font-weight:initial;font-style:normal}.get-started::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.get-started__privacy_policy{text-align:center;margin:var(--chat-privacy-policy-container-margin);font-size:var(--chat-privacy-policy-container-font-size);line-height:var(--chat-privacy-policy-container-line-height);font-family:var(--font-family)}.get-started__privacy_policy a{color:var(--chat-privacy-policy-link-color);font-weight:var(--chat-privacy-policy-link-font-weight)}.get-started__privacy_policy_message_header{color:var(--chat-privacy-policy-header-color);font-weight:var(--chat-privacy-policy-header-font-weight);margin-bottom:var(--chat-privacy-policy-header-margin)}.get-started__privacy_policy_message{color:var(--chat-privacy-policy-color)}.get-started__bg{width:100%;height:60%;background-size:cover;background-position:center center;background-color:var(--get-started-cover-bg);border-radius:0 0 12px 12px}.get-started__bg--ie11{position:absolute !important}.get-started__content{top:60%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:90%;margin:0 auto;height:100%}@media all and (max-height: 501px)and (min-width: 501px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.65) !important;height:calc(var(--get-started-avatar-size)*.65) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 450px)and (min-width: 501px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.55) !important;height:calc(var(--get-started-avatar-size)*.55) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 440px)and (min-width: 501px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.45) !important;height:calc(var(--get-started-avatar-size)*.45) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 439px){.get-started__content--avatar{display:none}}@media all and (max-height: 590px)and (max-width: 500px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.75) !important;height:calc(var(--get-started-avatar-size)*.75) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 570px)and (max-width: 500px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.7) !important;height:calc(var(--get-started-avatar-size)*.7) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 560px)and (max-width: 500px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.65) !important;height:calc(var(--get-started-avatar-size)*.65) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 550px)and (max-width: 500px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.55) !important;height:calc(var(--get-started-avatar-size)*.55) !important}}@media all and (max-height: 550px)and (max-width: 500px){.get-started__content--avatar{width:calc(var(--get-started-avatar-size)*.45) !important;height:calc(var(--get-started-avatar-size)*.45) !important;background-color:var(--get-started-avatar-bg)}}@media all and (max-height: 500px)and (max-width: 500px){.get-started__content--avatar{display:none}}.get-started__content--avatar{width:var(--get-started-avatar-size);height:var(--get-started-avatar-size);margin-top:var(--get-started-avatar-offset-top);border-radius:var(--get-started-avatar-border-radius);border:none;background-size:cover;background-color:var(--get-started-cover-bg);background-position:center center}.get-started__content--name{padding-top:20px;font-size:var(--get-started-title-font-size);line-height:var(--get-started-title-line-height);color:var(--get-started-title-color);text-align:center;font-weight:700;font-family:var(--font-family);font-style:normal}.get-started__content--welcome{text-align:center;width:80%;font-size:var(--get-started-welcome-size);line-height:var(--get-started-welcome-line-height);color:var(--get-started-welcome-color);margin-top:20px;font-family:var(--font-family);font-weight:bold;font-style:normal;word-wrap:break-word;overflow:hidden;max-height:55px}.get-started__content--button{margin-bottom:42px;margin-top:21px;font-family:var(--font-family);font-weight:initial;font-style:normal;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;padding:10px 12px;font-size:14px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 300ms;transition:all 300ms;font-size:var(--get-started-button-font-size);background:var(--get-started-button-bg-color);color:var(--get-started-button-text-color);border-radius:var(--get-started-button-border-radius)}.get-started__content--button:hover{-webkit-filter:var(--get-started-button-hover-filter);filter:var(--get-started-button-hover-filter);color:var(--get-started-button-hover-text-color)}.get-started__content--button--icon{margin-left:22px;margin-bottom:3px}.get-started__content--button--icon polygon{fill:var(--get-started-button-text-color)}.get-started__powered-by{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25px;color:var(--chat-header-powered-by-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;padding:5px 0;left:0;width:100%;background:var(--get-started-bg);-ms-flex-item-align:end;align-self:flex-end}.get-started__powered-by:hover{color:var(--chat-header-powered-by-color-hover)}.get-started__powered-by--label{font-size:10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-decoration:none;margin-right:5px}.get-started__powered-by--label strong{color:var(--chat-header-powered-by-color-link);font-weight:500}.get-started .header-bar__icon.close{position:absolute;right:0}
.preload{position:relative;width:100%;height:100%}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:#fff;margin:3px 0;font-size:14px}.el-loading-spinner .circular{width:42px;height:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke-linecap:round}.mode-url .el-loading-spinner .path{stroke:#a8abad}.el-loading-fade-enter,.el-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
.voice-assistant{width:100%;height:100%;max-width:100%;position:relative;-webkit-overflow-scrolling:touch;background:var(--chat-bg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px}.voice-assistant__header{text-align:center;margin-bottom:30px;position:relative}.voice-assistant__header h2{margin:0;color:var(--text-color, #333);font-size:24px;font-weight:600}.voice-assistant__close{position:absolute;top:0;right:0;width:32px;height:32px;border:none;background:rgba(0,0,0,0);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transition:all .2s ease;transition:all .2s ease}.voice-assistant__close:hover{background:var(--close-button-hover-bg, rgba(0, 0, 0, 0.1))}.voice-assistant__close:focus{outline:2px solid var(--close-button-focus-color, #007bff);outline-offset:2px}.voice-assistant__close-icon{font-size:24px;line-height:1;color:var(--close-button-color, #666);font-weight:300;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.voice-assistant__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.voice-assistant__status-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:16px 24px;border-radius:25px;background:var(--status-bg, #f5f5f5);border:2px solid var(--status-border, #e0e0e0);-webkit-transition:all .3s ease;transition:all .3s ease}.voice-assistant__status-indicator--idle{background:var(--status-ready-bg, #f8f9fa);border-color:var(--status-ready-border, #dee2e6)}.voice-assistant__status-indicator--idle .voice-assistant__status-icon{background:var(--status-ready-color, #6c757d)}.voice-assistant__status-indicator--connecting{background:var(--status-connecting-bg, #fff3cd);border-color:var(--status-connecting-border, #ffeaa7)}.voice-assistant__status-indicator--connecting .voice-assistant__status-icon{background:var(--status-connecting-color, #856404);-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite}.voice-assistant__status-indicator--listening{background:var(--status-listening-bg, #d4edda);border-color:var(--status-listening-border, #c3e6cb)}.voice-assistant__status-indicator--listening .voice-assistant__status-icon{background:var(--status-listening-color, #155724);-webkit-animation:listening 1.5s infinite;animation:listening 1.5s infinite}.voice-assistant__status-indicator--processing{background:var(--status-processing-bg, #e2e3e5);border-color:var(--status-processing-border, #d6d8db)}.voice-assistant__status-indicator--processing .voice-assistant__status-icon{background:var(--status-processing-color, #383d41);-webkit-animation:processing .8s infinite;animation:processing .8s infinite}.voice-assistant__status-indicator--thinking{background:var(--status-thinking-bg, #fff3cd);border-color:var(--status-thinking-border, #ffeaa7)}.voice-assistant__status-indicator--thinking .voice-assistant__status-icon{background:var(--status-thinking-color, #856404);-webkit-animation:thinking 1.2s infinite;animation:thinking 1.2s infinite}.voice-assistant__status-indicator--speaking{background:var(--status-speaking-bg, #f8d7da);border-color:var(--status-speaking-border, #f5c6cb)}.voice-assistant__status-indicator--speaking .voice-assistant__status-icon{background:var(--status-speaking-color, #721c24);-webkit-animation:speaking .5s infinite;animation:speaking .5s infinite}.voice-assistant__status-icon{width:12px;height:12px;border-radius:50%;background:var(--status-default-color, #6c757d);-webkit-transition:all .3s ease;transition:all .3s ease}.voice-assistant__status-text{font-size:16px;font-weight:500;color:var(--text-color, #333)}.voice-assistant__messages{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px;padding:20px;background:var(--message-bg, #fff);border-radius:12px;border:1px solid var(--message-border, #e0e0e0);min-height:120px}.voice-assistant__message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.voice-assistant__message-content{font-size:18px;line-height:1.5;color:var(--text-color, #333);background:var(--message-content-bg, #f8f9fa);padding:16px 20px;border-radius:20px;max-width:100%;word-wrap:break-word}.voice-assistant__controls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.voice-assistant__button{padding:12px 32px;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;min-width:120px}.voice-assistant__button:disabled{opacity:.5;cursor:not-allowed}.voice-assistant__button--start{background:var(--button-start-bg, #28a745);color:var(--button-start-color, #fff)}.voice-assistant__button--start:hover:not(:disabled){background:var(--button-start-hover-bg, #218838);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.voice-assistant__button--stop{background:var(--button-stop-bg, #dc3545);color:var(--button-stop-color, #fff)}.voice-assistant__button--stop:hover:not(:disabled){background:var(--button-stop-hover-bg, #c82333);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.7}}@keyframes pulse{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.7}}@-webkit-keyframes listening{0%,100%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes listening{0%,100%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.2);transform:scale(1.2)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@-webkit-keyframes processing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes processing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes thinking{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}33%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.8}66%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:.6}}@keyframes thinking{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}33%{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:.8}66%{-webkit-transform:scale(0.9);transform:scale(0.9);opacity:.6}}@-webkit-keyframes speaking{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.15);transform:scale(1.15)}}@keyframes speaking{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.15);transform:scale(1.15)}}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}@supports(-webkit-touch-callout: none){.swiper-wrapper{margin-left:-65px}}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;transition:300ms;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;animation:swiper-preloader-spin 1s steps(12, end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}:root{--primary-color: #003364;--secondary-color: #F8335D;--bg-color: #fff;--error-color: #e34848;--font-family: "Source Sans Pro", Helvetica, sans-serif;--font-size: 13px;--line-height: 18px;--font-weight: 300;--focus-outline-color: #36f;--focus-outline: 2px solid var(--focus-outline-color);--focus-outline-offset: 2px;--focus-border-radius: 4px;--focus-box-shadow: none;--get-started-bg: #FBFBFB;--get-started-cover-bg: var(--primary-color);--get-started-cover-box-shadow: 0px 8px 16px rgba(0, 51, 102, 0.3);--get-started-title-color: #fff;--get-started-title-font-size: 26px;--get-started-title-line-height: 25px;--get-started-button-border-radius: 4px;--get-started-button-font-size: 16px;--get-started-button-bg-color: var(--button-bg-color);--get-started-button-text-color: #fff;--get-started-button-hover-text-color: #fff;--get-started-button-hover-filter: var(--button-hover-filter);--get-started-avatar-size: 200px;--get-started-avatar-border: none;--get-started-avatar-offset-top: -100px;--get-started-avatar-border-radius: 50%;--get-started-welcome-color: #cecece;--get-started-welcome-size: 14px;--get-started-welcome-line-height: 18px;--get-started-avatar-bg: none;--chat-privacy-policy-container-font-size: 10px;--chat-privacy-policy-container-line-height: 13px;--chat-privacy-policy-container-margin: 50px 40px 0 40px;--chat-privacy-policy-header-color: #A9A9A9;--chat-privacy-policy-header-font-weight: bold;--chat-privacy-policy-header-margin: 0px 0px 2px 0px;--chat-privacy-policy-color: #7F7F7F;--chat-privacy-policy-link-color: #7F7F7F;--chat-privacy-policy-link-font-weight: 600;--chat-privacy-policy-container-font-size--chat: 8px;--chat-privacy-policy-container-line-height--chat: 10px;--chat-privacy-policy-margin--chat: 9px 12px 0px 12px;--tooltip-bg: #000000;--tooltip-color: #fff;--chat-bg: #FBFBFB;--chat-message-max-width: 310px;--chat-message-width: auto;--chat-message-padding: 12px;--chat-message-bot-padding: 12px;--chat-message-box-shadow: none;--chat-message-user-bg: var(--primary-color);--chat-message-user-text-color: #fff;--chat-message-user-border-radius: 12px 12px 0px 12px;--chat-message-user-border-color: #fff;--chat-message-user-border: 1px solid var(--chat-message-user-border-color);--chat-message-bot-bg: #fff;--chat-message-bot-text-color: #2a263c;--chat-message-bot-links-underline: underline;--chat-message-bot-border-radius: 12px 12px 12px 0px;--chat-message-bot-border-color: #F3F3F3;--chat-message-bot-border: 1px solid var(--chat-message-bot-border-color);--chat-message-bot-avatar-position: flex-end;--chat-message-bot-avatar-margin: 8px 0 5px 5px;--chat-message-bot-avatar-size: 30px;--chat-message-bot-sources-reference-color: #707070;--chat-message-bot-sources-item-background: transparent;--chat-message-bot-sources-item-border-radius: 4px;--chat-message-bot-sources-item-border: 1px solid var(--chat-message-bot-border-color);--chat-message-bot-sources-item-header-font-size: var(--font-size);--chat-message-bot-sources-item-header-font-weight: 600;--chat-message-bot-sources-item-header-color: var(--chat-message-bot-text-color);--chat-message-bot-sources-item-url-font-size: var(--font-size);--chat-message-bot-sources-item-url-color: var(--chat-message-bot-links-color);--chat-message-bot-sources-item-content-font-size: 0.9em;--chat-message-bot-sources-item-content-color: var(--chat-message-bot-links-color);--chat-message-bot-sources-item-content-opacity: 0.7;--chat-message-bot-custom-function-success: #208520;--chat-message-bot-custom-function-start: var(--chat-comments-text-color);--chat-message-bot-custom-function-error: #fa3232;--button-bg-color: var(--secondary-color);--button-text-color: #fff;--button-hover-bg: var(--secondary-color);--button-hover-text-color: #fff;--button-box-shadow: none;--button-border-radius: 4px;--button-border: none;--button-hover-border: none;--button-hover-filter: brightness(85%);--button-height: 32px;--button-padding: 0 10px 0 10px;--button-padding-touch-devices: 5px 10px 5px 10px;--button-margin: 7px auto;--button-font-weight: var(--font-weight);--button-hover-font-weight: var(--button-font-weight);--button-hover-box-shadow: none;--chat-error-bg: #FFF6F6;--chat-error-box-shadow: 0 0 8px rgba(0,0,0,0.16);--chat-error-border: var(--error-color);--chat-error-headline-color: ;--chat-error-color: #000;--chat-info-bg: #fff;--chat-info-box-shadow: 0 0 8px rgba(0,0,0,0.16);--chat-info-border: #00d1b8;--chat-info-headline-color: #00d1b8;--chat-info-color: #000;--chat-info-close-icon-color: #000000;--chat-header-bg: var(--primary-color);--chat-header-text-color: #fff;--chat-header-text-color-headline: var(--chat-header-text-color);--chat-header-text-color-description: var(--chat-header-text-color);--chat-header-text-font-weight-headline: 600;--chat-header-text-font-weight-description: 400;--chat-header-text-font-size-headline: 15px;--chat-header-text-font-size-description: 13px;--chat-header-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;--chat-header-height: 65px;--chat-header-icons-color: #fff;--chat-header-error-connection-bg: #FFF6F6;--chat-header-error-connection-text: var(--error-color);--chat-header-bot-avatar-size: 40px;--chat-header-bot-avatar-border-radius: 50%;--chat-header-bot-name-font-size: var(--font-size);--chat-header-icon-hover-clear-conversation-bg: #fa3232;--chat-header-icon-hover-clear-conversation: var(--chat-header-icons-color);--chat-header-icon-active: #2a263c;--chat-header-icon-btn-size: 40px;--chat-header-icon-size: 18px;--chat-header-powered-by-color: #7F7F7F;--chat-header-powered-by-color-hover: rgb(150, 155, 166);--chat-header-powered-by-color-link: #39325a;--chat-header-powered-by-bg: #fff;--file-upload-bg: #fff;--file-upload-accent: #5ECEB9;--file-upload-bar-bg: #EBEFF3;--file-upload-bar-val: var(--secondary-color);--file-upload-bar-text-color: black;--file-upload-label-font-weight: 600;--file-dropzone-bg: var(--chat-bg);--file-dropzone-text-color: var(--secondary-color);--file-dropzone-box-opacity: 0.9;--file-dropzone-outline: 2px dashed var(--secondary-color);--chat-scrollbar-color: transparent;--chat-scrollbar-color-hover: var(--chat-scrollbar-color);--chat-scrollbar-bg: var(--chat-bg);--chat-scrollbar-width: 8px;--chat-scroll-to-bottom-button-bottom-position: 85px;--chat-voice-scroll-to-bottom-button-bottom-position: 110px;--chat-scroll-to-bottom-button-bg: var(--secondary-color);--chat-scroll-to-bottom-button-hover-bg: var(--secondary-color);--chat-scroll-to-bottom-button-pulse-duration: 0.3s;--chat-scroll-to-bottom-button-pulse-timing-function: ease-in-out;--chat-scroll-to-bottom-button-pulse-scale: 1.15;--chat-scroll-to-bottom-button-pulse-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0,0,0,0);--image-border: var(--chat-message-bot-border);--generic-template-arrow-bg: #fff;--generic-template-title-font-weight: 700;--generic-template-arrow-fill: var(--primary-color);--quick-replies-display: flex;--chat-message-bot-links-color: var(--chat-message-bot-text-color);--chat-message-bot-links-font-weight: 600;--markdown-list-margin: 15px;--list-link-buttons-margin: 10px 0;--list-link-button-display: inline-flex;--list-link-button-align-items: center;--list-link-button-justify-content: center;--list-link-button-padding: var(--button-padding);--list-link-button-touch-devices: var(--button-padding-touch-devices);--list-link-button-margin: var(--button-margin);--list-link-button-border-radius: var(--button-border-radius);--list-link-button-border: var(--button-border);--list-link-button-bg: var(--button-bg-color);--list-link-button-color: var(--button-text-color);--list-link-button-font-weight: var(--button-font-weight);--list-link-button-font-size: var(--font-size);--list-link-button-text-decoration: none;--list-link-button-transition: color 300ms, background-color 300ms, color 300ms, border-color 300ms, box-shadow 300ms;--list-link-button-box-shadow: var(--button-box-shadow);--list-link-button-height: var(--button-height);--list-link-button-width: fit-content;--list-link-button-width-min-width: 120px;--list-link-button-width-max-width: 100%;--list-link-content-max-width: calc(100% - 50px);--list-link-content-message-width: 550px;--list-link-content-message-max-width: 550px;--list-link-button-hover-bg: var(--button-hover-bg);--list-link-button-hover-color: var(--button-hover-text-color);--list-link-button-hover-border: var(--button-hover-border);--list-link-button-hover-transform: none;--list-link-button-hover-box-shadow: var(--button-hover-box-shadow);--quick-reply-main-color: var(--primary-color);--quick-reply-text-color: var(--quick-reply-main-color);--quick-reply-border-color: var(--quick-reply-main-color);--quick-reply-border-radius: 40px;--quick-reply-bg: #fff;--quick-reply-padding: 15px 17px;--quick-reply-border: 1px solid var(--quick-reply-border-color);--quick-reply-font-weight: var(--font-weight);--quick-reply-hover-font-weight: var(--quick-reply-font-weight);--quick-reply-hover-text-color: var(--quick-reply-text-color);--quick-reply-hover-border-radius: var(--quick-reply-border-radius);--quick-reply-hover-bg: #f7f7f7;--quick-reply-hover-border: 1px solid var(--quick-reply-border-color);--chatbot-forms-text-color: var(--chat-message-bot-text-color);--chatbot-form-headline-font-weight: 600;--chatbot-form-headline-font-size: 16px;--chatbot-form-headline-text-align: center;--chatbot-form-headline-margin: 5px 0 16px 0;--chatbot-form-headline-color: var(--chatbot-forms-text-color);--chatbot-form-headline-line-height: var(--line-height);--chatbot-form-text-font-weight: default;--chatbot-form-text-font-size: var(--font-size);--chatbot-form-text-text-align: center;--chatbot-form-text-margin: 16px 0;--chatbot-form-text-color: var(--chatbot-forms-text-color);--chatbot-form-text-line-height: var(--line-height);--chatbot-forms-label-font-weight: 600;--form-label-font-weight: 600;--rating-item-labels-font-size: 11px;--rating-item-labels-line-height: 12px;--rating-item-labels-margin: 10px 0;--rating-item-labels-color: #707070;--rating-field-padding: 0 0 18px 0;--rating-form-button-width: 92%;--rating-form-button-margin: 0 0 0 10px;--rating-form-errors-padding: 0 10px 0 10px;--rating-form-errors-margin: 0 0 10px 0;--rating-form-item-errors-padding: 12px 10px 0 10px;--rating-form-item-errors-margin: 0 0 auto 0;--rating-field-items-gap: 10px;--rating-field-item-binary-scale-width: 35px;--rating-field-item-binary-scale-height: 35px;--rating-field-item-numeric-scale-mode-5-width: 35px;--rating-field-item-numeric-scale-mode-10-width: 22px;--rating-field-item-numeric-scale-mode-10-min-width: 22px;--rating-field-item-numeric-scale-mode-10-height: 35px;--rating-field-item-numeric-scale-mode-10-padding: 10px 0;--rating-field-item-numeric-scale-mode-10-gap: 4px;--rating-field-item-numeric-scale-mode-0-10-height: 35px;--rating-field-item-numeric-scale-mode-0-10-gap: 8px;--rating-field-item-numeric-scale-mode-0-10-padding: 10px 0;--rating-field-item-emoji-scale-mode-5-width: 35px;--rating-field-item-emoji-scale-mode-5-height: 35px;--rating-field-item-emoji-scale-mode-5-padding: 10px 0;--rating-field-item-star-scale-width: 35px;--rating-field-item-star-scale-height: 35px;--rating-field-item-star-scale-padding: 8px;--rating-field-item-star-scale-border-radius: 5px;--rating-field-item-star-scale-icon-width: 80%;--rating-field-item-star-scale-icon-height: 80%;--rating-field-item-star-scale-icon-stroke: #000000;--rating-field-item-star-scale-icon-stroke-width: 1.5;--rating-field-item-star-scale-icon-fill: transparent;--rating-field-item-star-scale-icon-hover-stroke: #000000;--rating-field-item-star-scale-icon-hover-stroke-width: 1.5;--rating-field-item-star-scale-icon-hover-fill: #000;--rating-field-items-star-scale-gap: 8px;--rating-form-input-field-padding: 22px 0 0 0;--rating-item-bg: #FBFBFB;--rating-item-text-color: #000;--rating-item-text-font-size: 14px;--rating-item-text-font-weight: 300;--rating-item-text-line-height: 15px;--rating-item-border-radius: 5px;--rating-item-padding: 10px 15px;--rating-item-box-shadow: none;--rating-item-width: auto;--rating-item-max-width: none;--rating-item-height: auto;--rating-item-transition: background-color .3s ease, box-shadow .2s ease, outline .2s ease;--rating-item-active-color-bad: #fbd3cf;--rating-item-active-color-neutral: #ffeab0;--rating-item-active-color-good: #c2edc4;--rating-item-active-border: none;--rating-item-active-border-radius: var(--rating-item-border);--rating-item-active-outline: none;--rating-item-active-outline-offset: 0;--rating-item-active-outline-radius: 8px;--rating-item-active-box-shadow: none;--rating-item-active-border: none;--rating-item-active-border-radius: 8px;--rating-item-hover-mark-previous: "1";--rating-item-hover-color-bad: var(--rating-item-active-color-bad);--rating-item-hover-color-neutral: var(--rating-item-active-color-neutral);--rating-item-hover-color-good: var(--rating-item-active-color-good);--rating-item-hover-border: var(--rating-item-active-border);--rating-item-hover-border-radius: var(--rating-item-active-border-radius);--rating-item-hover-outline: var(--rating-item-active-outline);--rating-item-hover-outline-offset: var(--rating-item-active-outline-offset);--rating-item-hover-outline-radius: var(--rating-item-active-outline-radius);--rating-item-hover-box-shadow: var(--rating-item-active-box-shadow);--rating-item-hover-border: var(--rating-item-active-border);--rating-item-hover-border-radius: var(--rating-item-active-border-radius);--yes-no-field-padding: 0;--yes-no-field-label-font-weight: 600;--yes-no-field-label-margin-bottom: 10px;--yes-no-field-button-border: 1px solid #E0E0E0;--yes-no-field-button-border-radius: 8px;--yes-no-field-button-bg: #fff;--yes-no-field-button-color: #2a263c;--yes-no-field-button-padding: 12px 16px;--yes-no-field-button-font-size: var(--font-size);--yes-no-field-button-font-weight: var(--font-weight);--yes-no-field-button-transition: all 0.2s ease;--yes-no-field-button-gap: 12px;--yes-no-field-button-hover-bg: #F5F5F5;--yes-no-field-button-hover-color: #2a263c;--yes-no-field-button-hover-border: 1px solid #D0D0D0;--yes-no-field-button-hover-transform: translateY(-1px);--yes-no-field-button-hover-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);--yes-no-field-button-active-bg: #F0F8FF;--yes-no-field-button-active-color: #2a263c;--yes-no-field-button-active-border: 1px solid #D0D0D0;--yes-no-field-button-active-box-shadow: none;--yes-no-field-button-disabled-opacity: 0.5;--yes-no-field-button-disabled-cursor: not-allowed;--yes-no-field-radio-size: 20px;--yes-no-field-radio-border-color: #D0D0D0;--yes-no-field-radio-border: 2px solid var(--yes-no-field-radio-border-color);--yes-no-field-radio-border-radius: 50%;--yes-no-field-radio-checked-color: var(--primary-color);--yes-no-field-radio-background-color: #FFF;--yes-no-field-radio-margin: 0 12px 0 0;--yes-no-field-option-direction: row;--yes-no-field-error-padding: 8px 12px;--yes-no-field-error-margin-top: 8px;--yes-no-field-error-border-left: none;--yes-no-field-error-border-radius: 0;--yes-no-field-label-font-size: var(--font-size);--yes-no-field-label-line-height: 1.4;--yes-no-field-label-color: var(--chatbot-forms-text-color);--yes-no-field-desc-margin: 0 0 12px 0;--yes-no-field-desc-font-size: calc(var(--font-size) * 0.9);--yes-no-field-desc-color: var(--chat-comments-text-color);--yes-no-field-option-min-width: 120px;--yes-no-field-option-min-height: auto;--input-field-content-gap: 10px;--input-field-desc-position: below;--input-field-desc-margin: 0;--input-bg-color: #FFF;--input-border: 1px solid var(--chatbot-forms-text-color);--input-border-radius: 3px;--input-outline: none;--input-outline-offset: 0;--input-text-color: var(--chatbot-forms-text-color);--input-height: 30px;--input-field-label-font-size: var(--font-size);--input-field-label-line-height: 1;--input-field-label-font-weight: var(--form-label-font-weight);--input-field-label-color: var(--chatbot-forms-text-color);--input-field-label-padding: 0 0 10px 0;--input-field-desc-font-size: calc(var(--font-size) - 1px);--input-field-desc-opacity: .7;--input-field-desc-font-weight: var(--form-label-font-weight);--input-field-desc-color: var(--chatbot-forms-text-color);--input-error-bg-color: transparent;--input-error-border: 1px solid var(--error-color, #d32f2f);--input-error-outline: none;--input-disabled-bg-color: #f5f5f5;--input-disabled-border: 1px solid #cccbcb;--input-disabled-outline: none;--input-disabled-opacity: 0.7;--input-disabled-text-color: var(--chatbot-forms-text-color);--textarea-bg-color: #FFF;--textarea-border: 1px solid var(--chatbot-forms-text-color);--textarea-border-radius: var(--input-border-radius);--textarea-outline: var(--input-outline);--textarea-min-height: 60px;--textarea-resize: vertical;--textarea-error-bg-color: var(--input-error-bg-color);--textarea-error-border: var(--input-error-border);--textarea-error-outline: var(--input-error-outline);--textarea-disabled-bg-color: var(--input-disabled-bg-color);--textarea-disabled-border: var(--input-disabled-border);--chat-comments-text-color: #707070;--chat-comments-font-size: 11px;--chat-comments-font-weight: var(--font-weight);--chat-comments-error-color: var(--error-color);--chat-config-modal-bg: var(--chat-message-bot-bg);--chat-config-modal-mask-bg: var(--chat-bg);--chat-config-modal-text-color: var(--chat-message-bot-text-color);--chat-form-modal-bg: var(--chat-message-bot-bg);--chat-form-modal-mask-bg: var(--chat-bg);--chat-form-modal-text-color: var(--chat-message-bot-text-color);--chat-form-modal-scrollbar-color: var(--primary-color);--chat-form-modal-scrollbar-color-hover: var(--chat-form-modal-scrollbar-color);--chat-form-modal-scrollbar-bg: var(--chat-form-modal-bg);--chat-form-modal-scrollbar-width: 4px;--chat-footer-bg: #fff;--chat-footer-border: 1px solid rgba(0, 0, 0, 0.1);--chat-footer-padding: 15px 0 5px 0;--chat-footer-border-radius: 12px 12px 0 0;--chat-footer-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;--chat-footer-clip-path: inset(-8px -8px 0px -8px);--chat-footer-icon-active: var(--primary-color);--chat-footer-icon-disabled:rgb(215, 215, 215);--chat-footer-input-bg: #F5F5F5;--chat-footer-textarea-font-size: var(--font-size);--chat-footer-textarea-line-height: 1.3333;--chat-footer-textarea-color: #000;--chat-footer-textarea-color-placeholder: rgb(150, 155, 166);--chat-input-border-color: var(--chat-footer-input-bg);--chat-input-border: 1px solid var(--chat-input-border-color);--chat-footer-textarea-height: 17px;--chat-footer-textarea-margin-bottom: 4px;--chat-footer-input-padding: 7px;--chat-footer-counter-text: var(--chat-comments-text-color);--chat-footer-counter-color: var(--primary-color);--chat-footer-counter-color-error: var(--error-color);--chat-footer-record-icon-active-pulse: var(--primary-color);--chat-footer-menu-bg: var(--chat-bg);--chat-footer-menu-text-color: var(--chatbot-forms-text-color);--chat-footer-voice-padding: 0;--chat-footer-voice-margin: 0;--chat-footer-voice-min-height: 40px;--chat-footer-voice-margin-top: -10px;--chat-footer-voice-bg: #ffffff;--chat-footer-voice-text-speaking: red;--chat-footer-voice-icons: var(--primary-color);--chat-footer-voice-microphone-bg: var(--primary-color);--chat-footer-voice-icons-hover-bg: #F5F5F5;--chat-footer-voice-mask-gradient-1: #FDFDFD;--chat-footer-voice-mask-gradient-2: #FBFBFB;--chat-footer-voice-wrapper-height: 45px;--chat-scroll-to-bottom-button-bg: var(--primary-color);--chat-scroll-to-bottom-button-hover-bg: var(--secondary-color);--chat-scroll-to-bottom-button-bottom-position: 85px;--chat-voice-scroll-to-bottom-button-bottom-position: calc(var(--chat-scroll-to-bottom-button-bottom-position) + 46px);--modal-form-button-padding: var(--button-padding);--modal-form-button-font-size: var(--font-size)}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased !important}html,body,.app{width:100%;height:100%;overflow:hidden;position:relative}a{text-decoration:none}@-webkit-keyframes show{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes show{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible,[role=button]:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);-webkit-box-shadow:var(--focus-box-shadow);box-shadow:var(--focus-box-shadow)}.show-animate{-webkit-animation:show .3s ease forwards;animation:show .3s ease forwards;-webkit-transform:scale(0);transform:scale(0)}html{background:var(--bg-color);font-size:var(--font-size);font-family:var(--font-family);font-weight:var(--font-weight)}html .app{max-width:100%;margin:0 auto;-webkit-box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.15);box-shadow:0 9.5px 12.7px 0 rgba(0,0,0,.15)}.ios select,.ios textarea,.ios input{font-size:16px !important}
