@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}app-root{display:block;height:100%}body{margin:0;font-family:var(--font-sans);background-color:var(--color-background-color)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1rem;background:var(--color-primary);color:#fff;font-weight:500;text-decoration:none;border-radius:0 0 4px}.skip-link:focus{left:0;outline:2px solid #fff;outline-offset:2px}#main-content{scroll-margin-top:var(--app-header-height-pct, 7%)}#main-content:focus{outline:none}#main-content:focus-visible{outline:2px solid var(--color-primary, #1e158d);outline-offset:4px}:root{--app-header-height-pct: 7%;--app-header-min-height: 64px;--app-header-max-height: 84px;--app-footer-height-pct: 6%;--color-primary: #1e158d;--color-primary-selected: #3429cc;--color-primary-hover: #ece8ff;--color-text: #0f0c3f;--color-muted: #a2a4b8;--color-border: #e5e5e5;--color-surface: #ffffff;--color-background: #f5f5fa;--color-border-hover: #837acc;--color-content-border: #c6cacc;--color-background-color: #fcfbff;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}#webchat .bpWebchat{position:unset!important;width:100%!important;height:100%!important;max-height:100%!important;max-width:100%!important;box-shadow:none!important}#webchat .bpFab{display:none}.desktop-layout{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;box-sizing:border-box}.desktop-layout .navigation{width:64px;height:100%}.desktop-layout .content{display:flex;flex-wrap:wrap;flex:1 1 0;min-height:0;width:100%;border:1px solid var(--color-content-border);box-sizing:border-box}.desktop-layout .content .header{height:64px;width:100%;background:var(--header)}.desktop-layout .content .header app-header{width:100%;height:100%}.desktop-layout .content .contacts{width:30%;height:calc(100% - 64px)}.desktop-layout .content .content{width:70%;height:calc(100% - 64px);background-color:#fbfaff;min-height:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.header-mode-full{position:fixed!important;top:0!important}.footer-mode-full{position:fixed!important;bottom:0!important}.content-mode-full{flex:1 1 0!important;min-height:0!important;height:auto!important;max-height:100%;padding:0!important;box-sizing:border-box}.layout-mode-full{position:relative!important;top:0!important;flex:1 1 0!important;min-height:0!important;height:auto!important;max-height:100%;padding-top:var(--app-header-height-pct);padding-bottom:var(--app-footer-height-pct);box-sizing:border-box;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.side-nav-mode-full{background-color:#fcfbff99!important}button.button{font:inherit;appearance:none}.button{display:flex;align-items:center;justify-content:center;gap:.2rem;position:relative;line-height:24px;font-size:24px;text-transform:capitalize;padding:9px 14px;border:3px solid #1e158d;border-radius:50px;background-color:#ece8ffcc;color:#1e158d;cursor:pointer;transition:all .2s ease;white-space:nowrap}.button .button-icon path{fill:#1e158d}.button:hover{color:var(--color-primary-selected);border:3px solid var(--color-primary-selected)}.button:hover .button-icon path{fill:var(--color-primary-selected)}.button:active{transform:scale(.98)}.button:focus-visible{outline:2px solid #0f0c3f;outline-offset:2px}.app-footer .button{font-size:clamp(12px,38cqh,21px);line-height:1.2;padding:clamp(4px,15cqh,9px) clamp(6px,2.6cqw,14px);gap:clamp(.08rem,1.75cqh,.32rem);border-radius:clamp(18px,46cqh,40px);border-width:clamp(2px,.55cqh,3px);border-style:solid;border-color:#1e158d;min-width:0}.app-footer .button:hover{border-width:clamp(2px,.55cqh,3px);border-style:solid;border-color:var(--color-primary-selected)}.app-footer .button .button-icon{width:clamp(10px,26cqh,16px);height:clamp(10px,26cqh,16px);flex-shrink:0}@container app-footer (max-width: 30rem){.app-footer .navigation-buttons{flex-wrap:wrap;justify-content:flex-end;row-gap:.4rem;min-width:0}.app-footer .button{white-space:normal;text-align:center;max-width:100%;overflow-wrap:anywhere}}@media(max-width:30rem){.app-footer .navigation-buttons{flex-wrap:wrap;justify-content:flex-end;row-gap:.4rem;min-width:0}.app-footer .button{white-space:normal;text-align:center;max-width:100%;overflow-wrap:anywhere}}@media(max-height:16rem){.app-footer .navigation-buttons{flex-wrap:wrap;justify-content:flex-end;row-gap:.25rem;min-width:0}.app-footer .button{white-space:normal;text-align:center;max-width:100%;overflow-wrap:anywhere;line-height:1.15}}.app-footer .spinner{width:clamp(12px,28cqh,18px);height:clamp(12px,28cqh,18px);border-width:clamp(2px,.28cqh,3px)}.loading{pointer-events:none;opacity:.8}.spinner{width:20px;height:20px;border:3px solid rgba(30,21,141,.3);border-top-color:#fff;border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
