.mobile-layout{display:block}.desktop-layout{display:none}@media screen and (min-width:960px){.mobile-layout{display:none}.desktop-layout{display:block}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--chat--color-primary:#18576c;--chat--color-primary-shade-50:#18576c;--chat--color-primary-shade-100:#18576c;--chat--color-secondary:#18576c;--chat--color-secondary-shade-50:#18576c;--chat--color-white:#fff;--chat--color-light:#f2f4f8;--chat--color-light-shade-50:#e6e9f1;--chat--color-light-shade-100:#c2c5cc;--chat--color-medium:#d2d4d9;--chat--color-dark:#18576c;--chat--color-disabled:#777980;--chat--color-typing:#404040;--chat--spacing:1rem;--chat--border-radius:12px;--chat--transition-duration:0.15s;--chat--window--width:400px;--chat--window--height:600px;--chat--header-height:auto;--chat--header--padding:var(--chat--spacing);--chat--header--background:var(--chat--color-dark);--chat--header--border-top:none;--chat--header--border-bottom:none;--chat--heading--font-size:1.5em;--chat--header--color:var(--chat--color-light);--chat--subtitle--font-size:13px;--chat--subtitle--line-height:1.8;--chat--textarea--height:50px;--chat--message--font-size:11px;--chat--message--padding:var(--chat--spacing);--chat--message--border-radius:var(--chat--border-radius);--chat--message-line-height:1.8;--chat--message--bot--background:var(--chat--color-white);--chat--message--bot--color:var(--chat--color-typing);--chat--message--bot--border:none;--chat--message--user--background:var(--chat--color-secondary);--chat--message--user--color:var(--chat--color-white);--chat--message--user--border:none;--chat--message--pre--background:rgba(0,0,0,.05);--chat--toggle--background:var(--chat--color-primary);--chat--toggle--hover--background:var(--chat--color-primary-shade-50);--chat--toggle--active--background:var(--chat--color-primary-shade-100);--chat--toggle--color:var(--chat--color-white);--chat--toggle--size:50px;--chat--toggle--bottom:100px}@media (max-width:600px){.chat-window-wrapper{bottom:63px;font-family:Flexo-Regular;src:url(/_next/static/media/Flexo-Regular.83a98e9e.ttf);font-weight:400;font-style:normal;max-height:calc(100% - var(--chat--window--bottom, var(--chat--spacing))* 4)}}.chat-window-wrapper{font-family:Flexo-Regular;src:url(/_next/static/media/Flexo-Regular.83a98e9e.ttf);font-weight:400;font-style:normal}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation-name:fadeIn;animation-fill-mode:forwards}.fade-in,.fade-out{animation-duration:1s}.fade-out{animation-name:fadeOut;animation-fill-mode:forwards}.fade-in:after{content:"";position:absolute;top:100%;right:10px}