@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;color:inherit;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:white;border:solid;color:black;display:block;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}#chatbot-iframe{border:none}#chatbot-container{font-family:"Open Sans",sans-serif;color:#000;margin:0}#chatbot-container *,#chatbot-container *::before,#chatbot-container *::after{box-sizing:border-box}#chatbot-container main{display:grid;grid-template-areas:"header" "chatbot";grid-template-columns:1fr;grid-template-rows:max-content 1fr;height:100svh;background:#f5f5f5}@media only screen and (min-width: 1024px){#chatbot-container main{grid-template-areas:"header header header" ". chatbot .";grid-template-columns:2fr 8fr 2fr}}pm-chatbot{grid-area:chatbot;display:flex;flex-direction:column;justify-content:stretch;width:100%;height:calc(100% - calc(20 / 16 * 1rem));max-height:calc(100% - calc(20 / 16 * 1rem));min-height:calc(100% - calc(20 / 16 * 1rem));margin-bottom:calc(20/16*1rem)}@media only screen and (min-width: 768px){pm-chatbot{height:calc(100% - calc(80 / 16 * 1rem));max-height:calc(100% - calc(80 / 16 * 1rem));margin-bottom:calc(80/16*1rem)}}pm-chatbot-header{grid-area:header;height:calc(56/16*1rem);min-height:calc(56/16*1rem);max-height:calc(56/16*1rem);background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.5);z-index:1}@media only screen and (min-width: 768px){pm-chatbot-header{height:calc(96/16*1rem);max-height:calc(96/16*1rem)}}pm-chatbot-header .header{display:flex;flex-direction:row;align-items:center;height:100%;max-height:100%}pm-chatbot-header .title{margin-left:calc(36/16*1rem);font-size:calc(18/16*1rem);line-height:calc(24/16*1rem);font-weight:700}@media only screen and (min-width: 768px){pm-chatbot-header .title{margin-left:calc(72/16*1rem)}}pm-chatbot-header .button{display:flex;align-items:center;justify-content:center;height:calc(32/16*1rem);width:calc(32/16*1rem);cursor:pointer;margin-left:calc(16/16*1rem);background:#fff;border:calc(1/16*1rem) solid;border-radius:calc(4/16*1rem)}pm-chatbot-header .button:hover{background:#f5f5f5}pm-chatbot-header .button--hidden{display:none;visibility:hidden}pm-chatbot-header .icon{max-height:calc(24/16*1rem);margin-right:calc(36/16*1rem);margin-left:auto;fill:#000}@media only screen and (min-width: 768px){pm-chatbot-header .icon{max-height:calc(48/16*1rem);margin-right:calc(72/16*1rem)}}pm-chatbot-bubble::after{content:"";display:block;height:1rem}pm-chatbot-bubble .message{position:relative;padding:calc(16/16*1rem);margin:0}pm-chatbot-bubble .message>:first-child{margin-top:0}pm-chatbot-bubble .message>:last-child{margin-bottom:0}pm-chatbot-bubble[speaker=user]{align-self:flex-start}pm-chatbot-bubble[speaker=user] .message{padding-left:0;font-size:calc(18/16*1rem);line-height:calc(24/16*1rem);font-weight:700}pm-chatbot-bubble[speaker=system]{align-self:flex-start}pm-chatbot-bubble[speaker=system] .message{border-radius:calc(6/16*1rem);background-color:#fff;font-size:calc(14/16*1rem);line-height:calc(20/16*1rem);font-weight:400}pm-chatbot-example-questions{display:grid;grid-template-rows:repeat(3, 1fr);grid-template-columns:repeat(2, 1fr);grid-gap:calc(24/16*1rem);margin-top:auto}@media only screen and (min-width: 768px){pm-chatbot-example-questions{grid-template-rows:repeat(2, 1fr);grid-template-columns:repeat(3, 1fr)}}pm-chatbot-example-questions .example-question{padding:calc(20/16*1rem);background:#fff;border-radius:calc(6/16*1rem);cursor:pointer;transition:box-shadow .2s;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.6);font-size:calc(14/16*1rem);text-align:center;color:#4b5563;line-height:calc(21/16*1rem)}pm-chatbot-example-questions .example-question:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}pm-chatbot-conversation{flex-grow:1;flex-shrink:1;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:2rem min(5%,4rem) 1rem min(5%,4rem)}pm-chatbot-conversation header{text-align:center;margin-bottom:2rem}pm-chatbot-conversation header h1{margin:0}pm-chatbot-conversation header h2{margin:0}pm-chatbot-keyhole .toggle{position:fixed;right:2rem;bottom:2rem;cursor:pointer;display:block;opacity:1;width:35px;height:35px;border:0;font-size:0;background:var(--pm-chatbot-bright);transition:opacity 200ms}pm-chatbot-keyhole .toggle::before{content:"";opacity:.5;position:absolute;top:50%;left:50%;border-top:15px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:15px solid var(--pm-chatbot-dark);border-left:10px solid rgba(0,0,0,0);transform:translate(-10px, -23px);transition:opacity 200ms}pm-chatbot-keyhole .toggle:hover::before{opacity:1}pm-chatbot-keyhole .panel{display:block;overflow:hidden;opacity:0;position:fixed;right:2rem;bottom:calc(2rem + 35px + 1rem);height:0;width:0;border:1px solid var(--pm-chatbot-bright);background-color:var(--pm-chatbot-dark);transition:width 200ms,height 200ms,opacity 200ms}pm-chatbot-keyhole .panel.is-open{opacity:1;height:500px;width:320px}pm-chatbot-prompt{flex-grow:0;flex-shrink:0;display:flex;justify-content:stretch;gap:1em;margin-inline:min(5%,4rem) min(5%,4rem);margin-block:calc(24/16*1rem);font-size:calc(14/16*1rem)}@media only screen and (min-width: 768px){pm-chatbot-prompt{margin-block:calc(48/16*1rem)}}pm-chatbot-prompt .question{flex-grow:1;flex-shrink:0;opacity:1;height:calc(40/16*1rem);padding:calc(8/16*1rem) calc(12/16*1rem);border:1px solid #e2e8f0;border-radius:calc(6/16*1rem);outline:0;background:#fff;transition:opacity 200ms}pm-chatbot-prompt .question::placeholder{color:#000}pm-chatbot-prompt .question[disabled]{opacity:.5;pointer-events:none;cursor:default}pm-chatbot-prompt .submit-question{flex-grow:0;flex-shrink:0;cursor:pointer;display:block;opacity:1;position:relative;width:calc(40/16*1rem);height:calc(40/16*1rem);border:0;border-radius:calc(4/16*1rem);font-size:0;background:#d62339;transition:opacity 200ms}pm-chatbot-prompt .submit-question .material-icons{color:#fff;font-size:calc(24/16*1rem)}pm-chatbot-prompt .submit-question:hover{opacity:.75}pm-chatbot-prompt .submit-question[disabled]{opacity:.5;pointer-events:none;cursor:default}:root{--pm-chatbot-dark: darkslategray;--pm-chatbot-bright: white;--pm-chatbot-bright-rgb: 255, 255, 255;--pm-chatbot-accent: mediumaquamarine;--pm-chatbot-user: lightseagreen;--pm-chatbot-system: hotpink}
/*# sourceMappingURL=app.css.map */