:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.PreviewPage-container{display:none;border:2px solid #00008f;border-radius:.5rem;min-height:2rem;align-items:center;justify-content:center;overflow:hidden}.PreviewPage-container.PreviewPage-success{display:block}.BotMessage-header-container{width:90%;display:flex;flex-direction:row;align-items:center}.star-icon{transform:scale(.72);flex-shrink:0}.star-icon-suggestion{align-self:flex-start;height:1px}.star-icon-bot-name{align-self:center}.purple-text{color:#874fcb}.BotMessage-name{font-weight:425;font-style:normal;font-size:.875rem;flex-grow:0}.BotMessage-name:first-child{font-size:1.5rem;font-weight:700}.BotMessage-date{font-style:italic;font-size:1rem;margin-left:.5rem}.BotMessage-copy-button{padding:0;margin:0 1px;transform:scale(.8)}.BotMessage-speaker-button{padding:0;margin:0 1px;transform:scale(.9)}.BotMessage-content{padding:18px 16px;width:90%;font-weight:425;margin-bottom:18px;font-style:normal;font-size:1rem;color:#333;border-radius:8px;background:#f8f8f8}.BotMessage-content a,.BotMessage-content a:visited{color:inherit}.BotMessage-suggestion-box{margin-top:24px}.BotMessage-suggestion-text{font-weight:600;margin-bottom:10px;width:90%}.BotMessage-suggestions{display:flex;width:90%;flex-wrap:wrap;gap:20px}@media (max-width: 767px){.BotMessage-suggestions{flex-direction:column}}.BotMessage-suggestion{display:flex;flex:1 1;flex-direction:row;align-items:flex-start;padding:1rem;font-size:1rem;font-weight:425;line-height:125%;color:#333;border-radius:.5rem;background-color:#fff;border:1px solid #EAE7E7;cursor:pointer;text-align:left}.BotMessage-suggestion:hover{background-color:#e7e7e7}.BotMessage-actions{display:flex;justify-content:flex-end;flex-grow:0;gap:0}.BotMessage-header-gap{flex-grow:1}.BotMessage-actions button{border:none;background:none;height:2rem;cursor:pointer}.BotMessage-actions button:hover{opacity:.5}.BotMessage-speaker-button:disabled{opacity:20%}.BotMessageLoader-dot{display:inline-block;padding:0;margin:.5rem;width:.5rem;height:.5rem;border-radius:50%;background-color:currentColor;animation:loader-dot-keys 1s infinite ease-in-out}@keyframes loader-dot-keys{0%{transform:translateY(7px)}50%{transform:translateY(-7px)}to{transform:translateY(7px)}}.Chat-container{display:flex;flex-grow:1;flex-direction:column;align-items:center;align-self:center;width:100%;height:100%}.Chat-messages-container{flex:1 1;width:100%;min-height:0;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;align-items:stretch}.Chat-footer{width:100%}.Chat-privacy-disclaimer{font-size:.75rem;font-weight:425;text-align:center;margin:.5rem 1rem 0;color:#5f5f5f}.Header{font-size:36px;line-height:38px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding-inline:.5rem;padding-bottom:44px}@media (max-width: 767px){.Header{font-size:24px}}.ChatInput-container{font-weight:500;font-size:1rem;color:#00008f;border-radius:50px;background-color:#e9ecf2;display:flex;padding:5px 24px;min-height:60px;align-items:center;cursor:text}.ChatInput-input{border:none;resize:none;padding:4px;flex:1 1;min-width:0;background:none}.ChatInput-input:focus{outline:none}.ChatInput-container button{border:none;background:none;height:2rem;cursor:pointer}.ChatInput-container button:hover{opacity:.5}@keyframes SoundBars{0%{height:30px}50%{height:3px}to{height:30px}}.ChatInput-listening{margin:auto;display:flex;align-items:center;max-width:800px;height:35px;overflow:hidden;flex-wrap:wrap}.ChatInput-listening-line{overflow:hidden;width:1px;border-radius:5px;height:30px;background-color:#00008d;animation:SoundBars 1s infinite ease-in-out;margin:3px}.ChatInput-char-count{display:flex;justify-content:flex-start;margin:0 28px;font-size:.75rem;color:#5f5f5f}.svg-container{z-index:2;transform:translateY(11%);position:relative;display:inline-block}.svg-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160%;height:160%;background-color:#fff;border-radius:50%;z-index:-1}.ChatInput-action-button{margin:0 8px;padding:0;align-self:end;transform:translateY(-7px)}.UserMessage-name{display:flex;justify-content:flex-end;font-weight:425;margin-bottom:8px;font-size:.875rem;line-height:100%}.UserMessage-date{font-style:italic;font-size:1rem;margin-right:.5rem}.UserMessage-content{padding:18px 17px;font-weight:425;font-size:1rem;color:#000;border-radius:8px;background-color:#eff3ff;margin-bottom:1rem;align-self:flex-end}.UserMessage-error{display:flex;justify-content:flex-end;gap:.5rem;font-weight:500;transform:translateY(-.5rem)}.UserMessage-error button{background:none;color:#00008f;padding:0;margin:0;border:none;outline:none;text-decoration:underline}.Guide-title{margin:1rem 0;display:flex;gap:1rem;align-items:baseline}.Guide-title h1{font-size:1.5rem;font-weight:700}.Guide-title a{font-weight:500;font-size:1.25rem;color:#00008f}.Guide-viewport{flex:1 1;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.Guide-viewport::-webkit-scrollbar{display:none}.Index-container{padding:1rem;display:flex;flex-direction:column;gap:1rem}.Index-title{font-size:1.5rem;font-weight:700}.Header-title{font-weight:600;line-height:125%;color:#00008f}.Header-subtitle{padding-top:5px;font-weight:300;line-height:125%;color:#00008f}.Index-link{display:inline-flex;padding:1rem;font-weight:500;color:#00008f;border-radius:.5rem;background-color:#f1f5fb;border:2px solid #00008f;cursor:pointer;text-decoration:none}.Index-link:hover{opacity:.5}.Index-bot-selection-cards{display:flex;width:100%;flex-wrap:wrap;gap:24px}@media (max-width: 767px){.Index-bot-selection-cards{flex-direction:column}}.Index-bot-selection-card{display:flex;flex:1 1;flex-direction:row;gap:16px;align-items:center;padding:24px 16px;border-radius:.5rem;background-color:#fff;border:1px solid #EAE7E7}.Index-icon-container{width:72px;height:72px;flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:center}.Index-card-text-container{display:flex;flex-direction:column;gap:10px}.Index-card-title{font-weight:700;font-size:24px;color:#00008f;text-align:left;line-height:100%;min-height:30px}.Index-card-description{font-weight:400;font-size:16px;text-align:left;line-height:110%;color:#000}.Index-bot-selection-card:hover{background-color:#eae7e7}.Root-container{background-color:#fff;height:100%;width:min(100%,832px);margin:auto;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column}.Root-content{flex:1 1;overflow-y:auto;min-height:0;display:flex;flex-direction:column}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-Black.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-BlackItalic.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-Italic.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-Light.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-LightItalic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-Regular.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Source Sans Pro;src:url(/fonts/source_sans_pro/SourceSansPro-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic}:root{font-family:Source Sans Pro,system-ui,Avenir,Helvetica,Arial,sans-serif}html,body,#root{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{font:inherit;overflow-wrap:break-word}#root,#__next{isolation:isolate}
