html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}img,fieldset,a img{border:none}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none}input[type=submit],button{cursor:pointer}input[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0}button{background:none}textarea{overflow:auto}input,button{margin:0;padding:0;border:0}div,input,textarea,select,button,h1,h2,h3,h4,h5,h6,a,span,a:focus{outline:none}ul,ol{list-style-type:none}table{border-spacing:0;border-collapse:collapse;width:100%}*,*:before,*:after{box-sizing:inherit}:root{--primary: #263b85;--primary-alt: #0d2042;--secondary: #2d6c9f;--white: white;--jaji: #ff9184;--success: #41b983;--success-alt: #e5f8f0;--error: #ea7b81;--error-alt: #fef0f2;--background: #fcfcfd;--btn-primary-label: #fff;--highlight-focus: #2d6c9f;--highlight-border: #d7efff;--highlight-bg: rgba(16, 45, 105, .2)}@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_slnt_wght-Cl4AQHp9.ttf) format("truetype");font-weight:100 900;font-style:normal;font-stretch:normal}.txt-center{text-align:center}.l-break{line-break:anywhere}.l-break-word{line-break:auto}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.flex-auto{flex:auto}.d-block{display:block}.animate-ping{animation:ping 3s cubic-bezier(0,0,.2,1) 2s infinite}body{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@keyframes appear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.home{display:flex;flex-direction:column;align-items:center}.home .container{display:flex;flex-direction:column;align-items:center;row-gap:30px;margin:50px 0 0;max-width:740px;padding:30px}@media (min-width: 768px){.home .container{justify-content:center;height:100vh}}.home .content{display:flex;flex-direction:column;align-items:center;row-gap:30px;margin:0;max-width:740px}@media (min-width: 768px){.home .content{justify-content:center;height:100vh}}.home .header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;column-gap:20px}.home .header span{background-color:var(--highlight-border);font-weight:600;padding:8px 15px;border-radius:30px;color:var(--primary)}.home .header h1{font-size:3rem;line-height:110%;letter-spacing:-.02em;font-weight:400;text-align:center}@media (min-width: 768px){.home .header h1{font-size:3rem}}.home .header .logo{max-width:120px;width:100%}.home p{font-size:16px;margin-top:20px;font-weight:400;text-align:center;line-height:1.5}@media (min-width: 768px){.home p{font-size:18px}}.home .download-button{transition:all .4s cubic-bezier(.25,.1,.25,1);background-color:var(--primary);color:var(--btn-primary-label);border-radius:100px;padding:0 30px;white-space:nowrap;min-height:50px;display:flex;align-items:center;justify-content:center;gap:.3em;font-size:16px;text-decoration:none;position:relative;overflow:hidden}.home .download-button .icon{position:absolute;left:-30px;transition:left .4s cubic-bezier(.25,.1,.25,1);width:20px;height:20px}.home .download-button .icon path{stroke:var(--btn-primary-label);fill:none;transition:all .2s cubic-bezier(.25,.1,.25,1)}.home .download-button:hover{background-color:var(--secondary);padding-left:50px}.home .download-button:hover .icon{left:15px}.home .download-button:hover .icon path{stroke:var(--btn-primary-label)}.home .footnote{margin-top:40px;font-size:14px;color:#666;padding:30px}.home .footnote img{transition:all .4s cubic-bezier(.25,.1,.25,1);filter:grayscale(100%)}.home .footnote:hover img{filter:grayscale(0%)}.home .bg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-50}.home .bg svg{-webkit-mask-image:linear-gradient(180deg,#fff,transparent,transparent);mask-image:linear-gradient(180deg,#fff,transparent,transparent);fill:#9ca3af66;width:100%;height:100%;top:0;right:0;bottom:0;left:0;position:absolute;pointer-events:none;display:block}.chat-view{display:flex;flex-direction:column;box-sizing:border-box;height:100vh;padding:20px;row-gap:20px;background-color:#f9fafb}.chat-container{height:calc(100% - 48px);display:flex;box-sizing:border-box;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;align-items:stretch;margin:0 auto;border-radius:8px;overflow:hidden;width:100%;max-width:1400px;position:relative;border:1px solid #ececf1;box-shadow:0 8px 40px -20px #0000001f}.chat-container .threads-sidebar{position:relative;z-index:101;transition:width .15s cubic-bezier(0,.57,.21,.99),box-shadow .15s cubic-bezier(0,.57,.21,.99);box-shadow:0 0 #0000;width:360px;min-width:360px;height:100%;max-height:100%;overflow:hidden;background-color:#fbfbfb;display:flex;align-items:center;flex-direction:column;border-right:1px solid #e4e6ea}.chat-container .threads-sidebar .brand-logo{padding:20px}.chat-container .threads-sidebar .brand-logo .logo{width:100%;max-width:80px;height:100%}.chat-container .threads-sidebar .title{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;align-items:center;width:100%;padding:15px 20px;border-bottom:1px solid #e4e6ea}.chat-container .threads-sidebar .title h2{color:#656358;font-weight:400;font-size:16px;line-height:22px}.chat-container .threads-sidebar .title .nouveau-thread{background-color:#fff;border-radius:12px;border:1px solid rgb(229,231,235);width:44px;height:44px;display:flex;justify-content:center;align-items:center;flex-direction:row}.chat-container .threads-sidebar .title .nouveau-thread svg{stroke:#111827;stroke-width:2px;width:20px}.chat-container .threads-sidebar .title .nouveau-thread svg path{stroke:#111827;stroke-width:2px}.chat-window{background-color:#fff;text-decoration:none;display:flex;height:100%;box-sizing:border-box;width:100%;flex-direction:column;animation:appear .5s ease-in-out;position:relative}.chat-window .toggle-sidebar-button{background-color:#fff;border-radius:12px;border:1px solid rgb(229,231,235);width:44px;height:44px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;flex-direction:row;z-index:100;top:20px;left:20px;position:absolute}.chat-window .toggle-sidebar-button svg{stroke:#111827;stroke-width:2px;width:20px}.chat-window .toggle-sidebar-button svg path{stroke:#111827;stroke-width:2px}.chat-window .toggle-sidebar-button:hover{border:2px solid var(--primary)}.chat-window .toggle-sidebar-button:hover svg,.chat-window .toggle-sidebar-button:hover path{stroke:var(--primary)}.chat-window .chat-box{height:100%;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;width:100%}.chat-window .chat-messages{overflow-y:auto;scrollbar-color:#ececf1 white;width:100%;flex-grow:1;box-sizing:border-box;padding:10px;mask-image:linear-gradient(to top,black 90%,transparent);-webkit-mask-image:linear-gradient(to top,black 90%,transparent)}.chat-window .messages-loader{min-height:100%;width:700px;margin:0 auto;display:flex;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap}.chat-window .messages-container{min-height:100%;width:700px;margin:0 auto;display:flex;box-sizing:border-box;flex-direction:column;justify-content:flex-end;flex-wrap:nowrap}.chat-window .messages-container .message img{width:100%;max-width:60%;display:block;border-radius:5px;border:5px solid #ffffff;margin:8px 0}.chat-window .chat-input{display:flex;flex-direction:column;width:100%;max-width:700px;margin:30px auto 20px}.chat-window .chat-input .infos-disclaimer{color:#768699c4;font-size:11px;font-style:normal;font-weight:400;line-height:17px;text-align:center;margin-top:8px}.welcome-intro{background-color:transparent;text-decoration:none;display:flex;row-gap:20px;flex-direction:column;justify-content:space-between;flex-grow:1}.welcome-intro .head{display:flex;row-gap:20px;flex-direction:column;justify-content:space-between}.welcome-intro .head h2{font-size:28px;font-weight:500;line-height:39px}.welcome-intro .head p{font-size:16px;font-style:normal;font-weight:400;line-height:25px;margin-right:120px}.welcome-intro .grid-sample-question{display:grid;gap:8px;grid-template-columns:repeat(8,1fr)}.welcome-intro .grid-sample-question .question{max-width:100%;grid-column:span 4}.welcome-intro .grid-sample-question button{background-color:#fff;cursor:pointer;text-decoration:none;width:100%;min-height:72px;padding:16px;border-radius:16px;border-width:1px;border-color:#ebf0f5;border-style:solid;box-shadow:#0000000d 0 1px 2px;transition:background-color .2s linear 0s,box-shadow .2s linear 0s,border-color .2s linear 0s;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:left;margin-right:44px;word-break:break-word;position:relative}.welcome-intro .grid-sample-question button .icon{opacity:0;position:absolute;bottom:8px;right:10px;transition:opacity .2s linear 0s}.welcome-intro .grid-sample-question button .icon svg{width:28px;height:28px}.welcome-intro .grid-sample-question button .icon svg path{fill:var(--highlight-focus)}.welcome-intro .grid-sample-question button:hover{background-color:var(--highlight-border);box-shadow:#00000038 0 3px 6px -4px}.welcome-intro .grid-sample-question button:hover .icon{opacity:1}.loader[data-v-456f06b6]{width:48px;height:48px;border-radius:50%;display:inline-block;border-top:4px solid #EF7B2D;border-right:4px solid transparent;box-sizing:border-box;animation:rotation-456f06b6 1s linear infinite}.loader[data-v-456f06b6]:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;border-left:4px solid #0d2042;border-bottom:4px solid transparent;animation:rotation-456f06b6 .5s linear infinite reverse}@keyframes rotation-456f06b6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader[data-v-0eec899f]{width:48px;height:48px;border:3px dotted #EF7B2D;border-style:solid solid dotted dotted;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation-0eec899f 2s linear infinite}.loader[data-v-0eec899f]:after{content:"";box-sizing:border-box;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px dotted #0d2042;border-style:solid solid dotted;width:24px;height:24px;border-radius:50%;animation:rotationBack-0eec899f 1s linear infinite;transform-origin:center center}@keyframes rotation-0eec899f{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack-0eec899f{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (min-width: 1024px){.settings{width:800px;padding:20px;margin:30px auto}}header[data-v-07ca0b79]{color:#fff}header a.link[data-v-07ca0b79]{background-color:transparent;opacity:1;text-decoration:none;display:inline-flex;flex-shrink:0;align-items:center;flex-direction:row;justify-content:center;position:relative;border-radius:6px;transition:opacity .2s linear 0s,background-color .2s linear 0s,box-shadow .2s linear 0s}header a.link span[data-v-07ca0b79]{color:#55687d;font-size:14px;font-weight:500;line-height:22px;text-align:center;transition:color .2s linear 0s}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.help-assistant{position:relative;width:100%;height:36px;display:flex;justify-content:center;margin-bottom:10px;margin-top:4px}.help-assistant button{position:relative;display:flex;width:200px;height:100%;border-radius:50px;align-items:center;justify-content:center;background-color:#ef7b2d;border:1px solid #ef7b2d;transition:all .4s cubic-bezier(.25,.1,.25,1)}.help-assistant button span{color:#fff;margin-left:10px;font-size:13px}.help-assistant button svg{width:20px;height:20px}.help-assistant button svg path{stroke:#fff}.help-assistant button:hover{background-color:#fff}.help-assistant button:hover span{color:#ef7b2d}.help-assistant button:hover svg path{stroke:#ef7b2d}.message{margin-bottom:10px;padding:15px;font-size:15px;font-weight:400;line-height:1.3;display:flex;flex-direction:column;row-gap:10px;box-sizing:border-box;color:#323232;overflow-wrap:break-word}.message .youtube-iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000;margin-top:10px}.message .youtube-iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.message ul{list-style:circle;padding-left:15px}.message ul li{padding:5px 0 5px 10px}.message li{padding-left:32px;position:relative;line-height:1.4;display:list-item}.message ol{list-style:none;counter-reset:ordered-listitem}.message ol li{padding-bottom:8px}.message ol>li:after{background:#ececf1;color:#2d6c9f;font-size:12px;padding-top:1px;line-height:19px;font-weight:400;text-align:center;height:20px;width:20px;border-radius:20px;position:absolute;top:0;left:0;counter-increment:ordered-listitem;content:counter(ordered-listitem)}.message code{font-family:Courier New,Courier,monospace;font-weight:500;background:#fff;border:1px solid #ececf1;border-radius:4px;padding:2px 4px;margin:0 2px}.message pre{background-color:#fff;border-radius:8px;padding:15px;color:#323232;width:100%;white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:13px}.message pre code{background:none;border:none;border-radius:0;padding:0;margin:0}.message.user{background-color:#2d6c9f;color:#fff;border-radius:10px 10px 0;align-self:flex-end}.message.assistant{background-color:#f6f6f8;color:#102d69;border-radius:10px 10px 10px 0;align-self:flex-start}.typing-indicator[data-v-d0e7b68d]{font-style:italic;color:#9599a6;padding:24px 0;display:flex;column-gap:10px}.typing-indicator-dot[data-v-d0e7b68d]{display:flex;align-items:center}.typing-indicator-dot span[data-v-d0e7b68d]{width:8px;height:8px;margin:0 2px;background-color:#102d69;border-radius:50%;opacity:0;animation:typing-d0e7b68d 1.5s infinite}.typing-indicator-dot span[data-v-d0e7b68d]:nth-child(1){animation-delay:0s}.typing-indicator-dot span[data-v-d0e7b68d]:nth-child(2){animation-delay:.3s}.typing-indicator-dot span[data-v-d0e7b68d]:nth-child(3){animation-delay:.6s}@keyframes typing-d0e7b68d{0%{opacity:0}50%{opacity:1}to{opacity:0}}.message-input[data-v-476d55d9]{background-color:transparent;text-decoration:none;display:flex;width:100%;flex-direction:column;position:relative;box-shadow:var(--highlight-focus) 0 0 0 1px;border-radius:8px;overflow:hidden;transition:box-shadow .2s linear 0s}.message-input.focused[data-v-476d55d9]{box-shadow:var(--highlight-focus) 0 0 0 2px}.message-input textarea[data-v-476d55d9]{width:100%;margin:0 4px 0 0;font-size:14px;line-height:20px;letter-spacing:-.05px;resize:none;outline:none;border:0px;color:#102d69;max-height:144px;padding:12px 100px 12px 16px;overflow-y:auto;scrollbar-color:var(--highlight-bg) white}.message-input .button-container[data-v-476d55d9]{background-color:transparent;text-decoration:none;display:flex;flex-direction:column;position:absolute;bottom:6px;right:6px}.message-input .button-container button[data-v-476d55d9]{border:1px solid var(--highlight-focus);cursor:pointer;text-decoration:none;color:var(--highlight-focus);display:flex;height:32px;padding:0 10px;flex-shrink:0;align-items:center;flex-direction:row;justify-content:center;border-radius:4px}.message-input .button-container button[data-v-476d55d9]:hover{background-color:var(--highlight-focus);color:var(--white)}.message-input .button-container button .keyboard-shortcut[data-v-476d55d9]{display:inline-flex;align-items:center;margin-left:3px;column-gap:4px}.message-input .button-container button .keyboard-shortcut.minimal[data-v-476d55d9]{border-radius:4px;border:1px solid var(--highlight-border);background:var(--highlight-bg)}.message-input .button-container button .keyboard-shortcut .keyboard-shortcut-key[data-v-476d55d9]{min-height:16px;min-width:16px;font-size:12px;line-height:14px;border-radius:3px;text-align:center;padding:2px 2px 0}.thread-list[data-v-0eb5de46]{width:100%;height:100%;overflow:auto;scrollbar-color:#ececf1 #fbfbfb;padding:15px 20px 6px}.thread-list ul[data-v-0eb5de46]{list-style-type:none;padding:0}.thread-list ul .selected[data-v-0eb5de46]{border:1px solid rgb(204,201,250);background-color:#f2f1fe;color:#544dc9}.thread-list ul .disable[data-v-0eb5de46]{cursor:not-allowed}.thread-list ul .title-conversation[data-v-0eb5de46]{font-size:14px;font-weight:700;display:flex;box-sizing:border-box;justify-content:space-between;flex-direction:row;column-gap:20px;align-items:center}.thread-list ul .container-conversation[data-v-0eb5de46]{box-sizing:border-box;display:flex;flex-direction:column;width:100%;row-gap:8px}.thread-list ul .container-conversation p[data-v-0eb5de46]{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}.thread-list ul .container-conversation p .date[data-v-0eb5de46]{white-space:nowrap;font-size:12px;color:var(--primary)}.thread-list ul li[data-v-0eb5de46]{margin-bottom:10px;padding:10px 12px;font-size:14px;display:flex;box-sizing:border-box;justify-content:space-between;flex-direction:row;column-gap:20px;flex-wrap:nowrap;align-items:center;color:#102d69;border-radius:8px;cursor:pointer}.thread-list ul li.selected[data-v-0eb5de46]{border:1px solid rgb(204,201,250);background-color:#f2f1fe;color:#544dc9}.thread-list ul li.selected .ellipsis[data-v-0eb5de46]{color:#202123}.thread-list ul li[data-v-0eb5de46]:hover{background-color:#ececf1;color:#202123}.thread-list ul li button[data-v-0eb5de46]{border:none;height:24px;width:24px;min-height:24px;min-width:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px;background-color:#e2e2e87d}.thread-list ul li button path[data-v-0eb5de46]{stroke:#102d69}.thread-list ul li button[data-v-0eb5de46]:hover{background-color:#ff4d4f}.thread-list ul li button:hover path[data-v-0eb5de46]{stroke:var(--white)}.password-form[data-v-d203d65a]{display:flex;box-sizing:border-box;flex-direction:column;justify-content:center;flex-wrap:nowrap;align-items:center;margin:auto;border-radius:8px;height:300px;overflow:hidden;width:100%;max-width:460px;position:relative;row-gap:50px}.password-form[data-v-d203d65a] h2[data-v-d203d65a]{text-align:center;font-weight:400}.password-form[data-v-d203d65a] .password-container[data-v-d203d65a]{display:flex;align-items:center;background-color:#fff;border:1px solid #ececf1;box-shadow:0 8px 40px -20px #0000001f;border-radius:25px;padding:5px;width:350px}.password-form[data-v-d203d65a] .password-input[data-v-d203d65a]{flex-grow:1;background-color:transparent;border:none;color:#55687d;padding:10px 15px;font-size:16px;outline:none}.password-form[data-v-d203d65a] .password-input[data-v-d203d65a][data-v-d203d65a]::placeholder{color:#888}.password-form[data-v-d203d65a] .submit-button[data-v-d203d65a]{background-color:#55687d;color:#fff;border:none;border-radius:20px;padding:12px 15px;font-size:14px;width:110px;font-weight:lighter;cursor:pointer;transition:background-color .3s}.password-form[data-v-d203d65a] .submit-button[data-v-d203d65a][data-v-d203d65a]:hover{background-color:#9ba9b9}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}
