:root{--back-to-top-z-index:5;--back-to-top-icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M24.008 14.1V42M12 26l12-12 12 12M12 6h24'/%3E%3C/svg%3E");--back-to-top-c-bg:var(--vp-c-bg);--back-to-top-c-accent-bg:var(--vp-c-accent-bg);--back-to-top-c-accent-hover:var(--vp-c-accent-hover);--back-to-top-c-shadow:var(--vp-c-shadow);--back-to-top-c-icon:currentcolor}.vp-back-to-top-button{z-index:100;background:var(--back-to-top-c-bg);width:48px;height:48px;color:var(--back-to-top-c-accent-bg);box-shadow:2px 2px 10px 4px var(--back-to-top-c-shadow);cursor:pointer;inset-inline-end:1rem;border-width:0;border-radius:50%;padding:12px;bottom:4rem;position:fixed!important}@media (width<=959px){.vp-back-to-top-button{transform-origin:100% 100%;transform:scale(.8)}}@media print{.vp-back-to-top-button{display:none}}.vp-back-to-top-button:hover{color:var(--back-to-top-c-accent-hover)}.vp-back-to-top-button .back-to-top-icon{background:var(--back-to-top-c-icon);width:24px;height:24px;-webkit-mask-image:var(--back-to-top-icon);-webkit-mask-image:var(--back-to-top-icon);mask-image:var(--back-to-top-icon);margin:0 auto;overflow:hidden;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover}.vp-scroll-progress{inset-inline-end:-2px;width:52px;height:52px;position:absolute;bottom:-2px}.vp-scroll-progress svg{width:100%;height:100%}.vp-scroll-progress circle{opacity:.9;transform-origin:50%;transform:rotate(-90deg)}.fade-in-enter-active,.fade-in-leave-active{transition:all var(--transition-duration) var(--transition-ease-in-out)!important}.fade-in-enter-from,.fade-in-leave-to{opacity:0!important}.fade-in-leave-from,.fade-in-enter-to{opacity:1}:root{--code-copy-icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E");--code-copied-icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23808080' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2m-6 9l2 2 4-4'/%3E%3C/svg%3E");--copy-code-c-text:var(--code-c-line-number);--copy-code-c-hover:var(--code-c-highlight-bg)}.vp-copy-code-button{z-index:5;opacity:0;cursor:pointer;background:0 0;border-width:0;border-radius:.5rem;outline:none;width:2.5rem;height:2.5rem;padding:0;transition:opacity .4s;position:absolute;top:.5em;right:.5em}@media print{.vp-copy-code-button{display:none}}.vp-copy-code-button:before{content:"";width:1.25rem;height:1.25rem;color:var(--copy-code-c-text);-webkit-mask-image:var(--code-copy-icon);-webkit-mask-image:var(--code-copy-icon);mask-image:var(--code-copy-icon);background:currentColor;padding:.625rem;font-size:1.25rem;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.vp-copy-code-button:focus,.vp-copy-code-button.copied{opacity:1}.vp-copy-code-button:hover,.vp-copy-code-button.copied{background:var(--copy-code-c-hover)}.vp-copy-code-button.copied:before{-webkit-mask-image:var(--code-copied-icon);-webkit-mask-image:var(--code-copied-icon);mask-image:var(--code-copied-icon)}.vp-copy-code-button.copied:after{content:attr(data-copied);background:var(--copy-code-c-hover);height:1.25rem;color:var(--copy-code-c-text);white-space:nowrap;border-radius:.5rem;padding:.625rem;font-weight:500;line-height:1.25rem;display:block;position:absolute;top:0;right:calc(100% + .25rem)}.no-copy-code .vp-copy-code-button,body:not(.no-copy-code) div[class*=language-]:hover:before{display:none}body:not(.no-copy-code) div[class*=language-]:hover .vp-copy-code-button{opacity:1}:root{--message-offset:calc(var(--vp-header-offset,3.6rem) + 1rem);--message-timing-duration:.3s;--message-timing-function:ease-in-out;--message-gap:.5rem}@keyframes message-move-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes message-move-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}#message-container{inset:var(--message-offset) 0 auto;z-index:75;gap:var(--message-gap);text-align:center;flex-flow:column;align-items:center;display:flex;position:fixed}.message-item{background:var(--vp-c-bg);color:var(--vp-c-text);box-shadow:0 0 10px 0 var(--vp-c-shadow);border-radius:3px;padding:8px 10px;font-size:14px;display:inline-block}.message-item.move-in{animation:message-move-in var(--message-timing-duration) var(--message-timing-function)}.message-item.move-out{animation:message-move-out var(--message-timing-duration) var(--message-timing-function);animation-fill-mode:forwards}.message-item svg{margin-inline-end:5px;position:relative;bottom:-.125em}.hint-container{background:var(--hint-c-soft);transition:background var(--vp-t-color), color var(--vp-t-color);position:relative}@media print{.hint-container{break-inside:avoid}}.hint-container>.hint-container-title{color:var(--hint-c-title)}.hint-container :not(pre)>code{background:var(--hint-c-soft)}.hint-container .hint-container-title{margin-block:.75em;font-weight:600;line-height:1.25;position:relative}.hint-container.important,.hint-container.info,.hint-container.note,.hint-container.tip,.hint-container.warning,.hint-container.caution{color:inherit;font-size:var(--hint-font-size);border-radius:.5em;margin-block:.75rem;padding:.25em 1em}@media print{.hint-container.important,.hint-container.info,.hint-container.note,.hint-container.tip,.hint-container.warning,.hint-container.caution{border:1px solid var(--hint-c-title)}}.hint-container.important .hint-container-title,.hint-container.info .hint-container-title,.hint-container.note .hint-container-title,.hint-container.tip .hint-container-title,.hint-container.warning .hint-container-title,.hint-container.caution .hint-container-title{padding-inline-start:1.75em}@media print{.hint-container.important .hint-container-title,.hint-container.info .hint-container-title,.hint-container.note .hint-container-title,.hint-container.tip .hint-container-title,.hint-container.warning .hint-container-title,.hint-container.caution .hint-container-title{padding-inline-start:0}}.hint-container.important .hint-container-title:before,.hint-container.info .hint-container-title:before,.hint-container.note .hint-container-title:before,.hint-container.tip .hint-container-title:before,.hint-container.warning .hint-container-title:before,.hint-container.caution .hint-container-title:before{content:" ";inset-inline-start:0;width:1.25em;height:1.25em;font-size:1.25em;position:absolute;top:calc(50% - .6125em)}@media print{.hint-container.important .hint-container-title:before,.hint-container.info .hint-container-title:before,.hint-container.note .hint-container-title:before,.hint-container.tip .hint-container-title:before,.hint-container.warning .hint-container-title:before,.hint-container.caution .hint-container-title:before{display:none}}.hint-container.important p,.hint-container.info p,.hint-container.note p,.hint-container.tip p,.hint-container.warning p,.hint-container.caution p{line-height:1.5}.hint-container.important a,.hint-container.info a,.hint-container.note a,.hint-container.tip a,.hint-container.warning a,.hint-container.caution a{color:var(--vp-c-accent)}.hint-container.important{--hint-c-accent:var(--important-c-accent);--hint-c-title:var(--important-c-text);--hint-c-soft:var(--important-c-soft)}.hint-container.important>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 981.333a84.992 84.992 0 0 1-84.907-84.906h169.814A84.992 84.992 0 0 1 512 981.333zm384-128H128v-42.666l85.333-85.334v-256A298.325 298.325 0 0 1 448 177.92V128a64 64 0 0 1 128 0v49.92a298.325 298.325 0 0 1 234.667 291.413v256L896 810.667v42.666zm-426.667-256v85.334h85.334v-85.334h-85.334zm0-256V512h85.334V341.333h-85.334z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 981.333a84.992 84.992 0 0 1-84.907-84.906h169.814A84.992 84.992 0 0 1 512 981.333zm384-128H128v-42.666l85.333-85.334v-256A298.325 298.325 0 0 1 448 177.92V128a64 64 0 0 1 128 0v49.92a298.325 298.325 0 0 1 234.667 291.413v256L896 810.667v42.666zm-426.667-256v85.334h85.334v-85.334h-85.334zm0-256V512h85.334V341.333h-85.334z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.info{--hint-c-accent:var(--info-c-accent);--hint-c-title:var(--info-c-text);--hint-c-soft:var(--info-c-soft)}.hint-container.info>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.note{--hint-c-accent:var(--note-c-accent);--hint-c-title:var(--note-c-text);--hint-c-soft:var(--note-c-soft)}.hint-container.note>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm1-6v3.1l3.1-3.1H20V4H4v12zm6.3-10l-1.4 3H17v4h-4V8.8L14.3 6zm-6 0L8.9 9H11v4H7V8.8L8.3 6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 22c-.6 0-1-.4-1-1v-3H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-6.1l-3.7 3.7c-.2.2-.4.3-.7.3zm1-6v3.1l3.1-3.1H20V4H4v12zm6.3-10l-1.4 3H17v4h-4V8.8L14.3 6zm-6 0L8.9 9H11v4H7V8.8L8.3 6z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.tip{--hint-c-accent:var(--tip-c-accent);--hint-c-title:var(--tip-c-text);--hint-c-soft:var(--tip-c-soft)}.hint-container.tip>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.941 18c-.297-1.273-1.637-2.314-2.187-3a8 8 0 1 1 12.49.002c-.55.685-1.888 1.726-2.185 2.998H7.94zM16 20v1a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1h8zm-3-9.995V6l-4.5 6.005H11v4l4.5-6H13z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.warning{--hint-c-accent:var(--warning-c-accent);--hint-c-title:var(--warning-c-text);--hint-c-soft:var(--warning-c-soft)}.hint-container.warning>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M576.286 752.57v-95.425q0-7.031-4.771-11.802t-11.3-4.772h-96.43q-6.528 0-11.3 4.772t-4.77 11.802v95.424q0 7.031 4.77 11.803t11.3 4.77h96.43q6.528 0 11.3-4.77t4.77-11.803zm-1.005-187.836 9.04-230.524q0-6.027-5.022-9.543-6.529-5.524-12.053-5.524H456.754q-5.524 0-12.053 5.524-5.022 3.516-5.022 10.547l8.538 229.52q0 5.023 5.022 8.287t12.053 3.265h92.913q7.032 0 11.803-3.265t5.273-8.287zM568.25 95.65l385.714 707.142q17.578 31.641-1.004 63.282-8.538 14.564-23.354 23.102t-31.892 8.538H126.286q-17.076 0-31.892-8.538T71.04 866.074q-18.582-31.641-1.004-63.282L455.75 95.65q8.538-15.57 23.605-24.61T512 62t32.645 9.04 23.605 24.61z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.caution{--hint-c-accent:var(--caution-c-accent);--hint-c-title:var(--caution-c-text);--hint-c-soft:var(--caution-c-soft)}.hint-container.caution>.hint-container-title:before{background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10v3.764a2 2 0 0 1-1.106 1.789L18 19v1a3 3 0 0 1-2.824 2.995L14.95 23a2.5 2.5 0 0 0 .044-.33L15 22.5V22a2 2 0 0 0-1.85-1.995L13 20h-2a2 2 0 0 0-1.995 1.85L9 22v.5c0 .171.017.339.05.5H9a3 3 0 0 1-3-3v-1l-2.894-1.447A2 2 0 0 1 2 15.763V12C2 6.477 6.477 2 12 2zm-4 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm8 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.details{background:var(--detail-c-bg);transition:background var(--vp-t-transform), color var(--vp-t-transform);border-radius:.5rem;margin-block:.75rem;padding:1.25rem 1rem;display:block;position:relative}.hint-container.details h4{margin-top:0}.hint-container.details figure:last-child,.hint-container.details p:last-child{margin-bottom:0;padding-bottom:0}.hint-container.details a{color:var(--vp-c-accent)}.hint-container.details :not(pre)>code{background:var(--detail-c-soft)}.hint-container.details summary{font-size:var(--hint-font-size);cursor:pointer;margin:-1rem;padding-block:1em;padding-inline:3em 1.5em;list-style:none;position:relative}.hint-container.details summary::-webkit-details-marker{display:none}.hint-container.details summary::marker{color:#0000;font-size:0}.hint-container.details summary:before{content:" ";width:1em;height:1em;transition:color, var(--vp-t-color), transform var(--vp-t-transform);inset-inline-start:.8em;background-color:currentColor;font-size:1.25rem;line-height:normal;position:absolute;top:calc(50% - .5em);transform:rotate(90deg);-webkit-mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:1em;mask-size:1em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hint-container.details[open]>summary{margin-bottom:.5em}.hint-container.details[open]>summary:before{transform:rotate(180deg)}:root{--hint-font-size:.92rem;--important-c-accent:var(--vp-c-purple-bg);--important-c-text:var(--vp-c-purple-text);--important-c-soft:var(--vp-c-purple-soft);--info-c-accent:var(--vp-c-blue-bg);--info-c-text:var(--vp-c-blue-text);--info-c-soft:var(--vp-c-blue-soft);--note-c-accent:var(--vp-c-grey-bg);--note-c-text:var(--vp-c-grey-text);--note-c-soft:var(--vp-c-grey-soft);--tip-c-accent:var(--vp-c-green-bg);--tip-c-text:var(--vp-c-green-text);--tip-c-soft:var(--vp-c-green-soft);--warning-c-accent:var(--vp-c-yellow-bg);--warning-c-text:var(--vp-c-yellow-text);--warning-c-soft:var(--vp-c-yellow-soft);--caution-c-accent:var(--vp-c-red-bg);--caution-c-text:var(--vp-c-red-text);--caution-c-soft:var(--vp-c-red-soft);--detail-c-bg:var(--vp-c-control);--detail-c-icon:var(--vp-c-border);--detail-c-soft:var(--vp-c-grey-soft)}.vp-contributors{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin:1rem 0;display:flex}.vp-contributor{color:inherit;align-items:center;gap:.25rem;font-size:1.125rem;display:flex}.vp-contributor:after{display:none!important}.vp-contributor-avatar{object-fit:contain;border-radius:50%;width:1.75rem;height:1.75rem;margin-inline-end:.25rem}a.vp-contributor{text-decoration:none!important}:root{--changelog-bg:var(--vp-c-bg-alt);--changelog-font-size:.875rem;--changelog-c-text:var(--vp-c-text)}.vp-changelog-wrapper{background-color:var(--changelog-bg);color:var(--changelog-c-text);font-size:var(--changelog-font-size);transition:background-color var(--vp-t-color);border-radius:8px;margin-block:1rem;padding-inline:1rem;line-height:1.7}.vp-changelog-wrapper.active{padding-block:0 .5rem}.vp-changelog-wrapper a{text-decoration:none!important}.vp-changelog-wrapper a:after{display:none!important}.vp-changelog-header{cursor:pointer;justify-content:space-between;align-items:center;padding-block:1rem;font-weight:700;display:flex}@media (width<=419px){.vp-changelog-header{flex-wrap:wrap}}.vp-changelog-wrapper.active .vp-changelog-header{padding-block-end:.5rem}.vp-changelog-icon,.vp-changelog-menu-icon{vertical-align:middle;width:1.2em;height:1.2em;color:var(--vp-c-text-mute);-webkit-mask:var(--icon) no-repeat;-webkit-mask:var(--icon) no-repeat;mask:var(--icon) no-repeat;transition:color var(--vp-t-color);background-color:currentColor;margin-inline-end:4px;display:inline-block;transform:translateY(-1px);-webkit-mask-size:100% 100%;mask-size:100% 100%}.vp-changelog-icon{--icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M2.71 10.96a6.5 6.5 0 1 0-.69-3.53M2 8l1.5-1.5M2 8L.5 6.5m8 2v-4m0 4h3'/%3E%3C/svg%3E")}.vp-changelog-menu-icon{--icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 5h0.01'/%3E%3Cpath d='M8 5h12'/%3E%3Cpath d='M4 10h0.01'/%3E%3Cpath d='M8 10h12'/%3E%3Cpath d='M4 15h0.01'/%3E%3Cpath d='M8 15h12'/%3E%3Cpath d='M4 20h0.01'/%3E%3Cpath d='M8 20h12'/%3E%3C/g%3E%3C/svg%3E")}.vp-changelog-list{margin-block:.5rem;padding-inline-start:0;list-style:none;display:none}.vp-changelog-wrapper.active .vp-changelog-list{display:block}.vp-changelog-item-tag,.vp-changelog-item-commit{margin-block-start:8px;padding-inline-start:20px;position:relative}.vp-changelog-item-tag:first-child,.vp-changelog-item-commit:first-child{margin-block-start:0}.vp-changelog-item-tag:before,.vp-changelog-item-commit:before{content:"";width:1.25em;height:1.25em;color:var(--vp-c-text-subtle);-webkit-mask:var(--icon) no-repeat;-webkit-mask:var(--icon) no-repeat;mask:var(--icon) no-repeat;transition:color var(--vp-t-color);background-color:currentColor;display:inline-block;position:absolute;top:3px;left:0;-webkit-mask-size:100% 100%;mask-size:100% 100%}.vp-changelog-item-commit:before{--icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12a3 3 0 1 0 6 0a3 3 0 1 0-6 0m3-9v6m0 6v6'/%3E%3C/svg%3E")}.vp-changelog-item-tag:before{--icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3Cpath d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592-5.592a2.41 2.41 0 0 0 0-3.408l-7.71-7.71A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3'/%3E%3C/g%3E%3C/svg%3E")}.vp-changelog-tag{margin-inline-end:4px;text-decoration:none}.vp-changelog-tag code{font-size:14px;font-weight:500}.vp-changelog-hash{margin-inline-end:4px;text-decoration:none}.vp-changelog-divider{margin-inline-end:8px}.vp-changelog-message{margin-inline-end:8px;line-height:1.7}.vp-changelog-date{color:var(--vp-c-text-subtle);transition:color var(--vp-t-color);font-size:.75rem}:root{--medium-zoom-z-index:100;--medium-zoom-c-bg:var(--vp-c-bg-elv,#fff);--medium-zoom-opacity:1}.medium-zoom-overlay{z-index:var(--medium-zoom-z-index);background-color:var(--medium-zoom-c-bg)!important}.medium-zoom-overlay~img{z-index:calc(var(--medium-zoom-z-index) + 1)}.medium-zoom--opened .medium-zoom-overlay{opacity:var(--medium-zoom-opacity)}:root{--nprogress-c:var(--vp-c-accent);--nprogress-z-index:1031}#nprogress{pointer-events:none}#nprogress .bar{z-index:var(--nprogress-z-index);background:var(--nprogress-c);width:100%;height:2px;position:fixed;top:0;left:0}:root{--code-padding-x:1.25rem;--code-padding-y:1rem;--code-border-radius:6px;--code-line-height:1.6;--code-font-size:.875em;--code-font-family:consolas, monaco, "Andale Mono", "Ubuntu Mono", monospace}div[class*=language-]{border-radius:var(--code-border-radius);background-color:var(--code-c-bg);transition:background-color var(--vp-t-color), color var(--vp-t-color);margin-block:.75rem;position:relative}div[class*=language-]:before{content:attr(data-ext);z-index:3;color:var(--code-c-text);font-size:.75rem;position:absolute;top:.8em;right:1em}div[class*=language-] pre{z-index:1;border-radius:var(--code-border-radius);font-size:var(--code-font-size);font-family:var(--code-font-family);line-height:var(--code-line-height);margin:0;position:relative;overflow-x:auto}div[class*=language-] pre code{box-sizing:border-box;width:fit-content;min-width:100%;padding:var(--code-padding-y) var(--code-padding-x);color:var(--code-c-text);overflow-wrap:unset;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;display:block;background-color:#0000!important}@media print{div[class*=language-] pre code{white-space:pre-wrap}}:root{--code-c-text:#f8f8f2;--code-c-bg:#2e3440;--code-c-highlight-bg:#343d4e;--code-c-line-number:#f8f8f2ab}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#636f88}.token.punctuation{color:#81a1c1}.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#81a1c1}.token.number{color:#b48ead}.token.boolean{color:#81a1c1}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a3be8c}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#81a1c1}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#88c0d0}.token.keyword{color:#81a1c1}.token.regex,.token.important{color:#ebcb8b}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}:root{--code-line-number-width:3rem}div[class*=language-]:not(.line-numbers-mode) .line-numbers{display:none}div[class*=language-].line-numbers-mode:after{content:"";width:var(--code-line-number-width);border-right:1px solid var(--code-c-highlight-bg,var(--code-c-text));border-radius:var(--code-border-radius) 0 0 var(--code-border-radius);height:100%;transition:border var(--vp-t-color);position:absolute;top:0;left:0}div[class*=language-].line-numbers-mode pre{vertical-align:middle;margin-left:var(--code-line-number-width)}div[class*=language-].line-numbers-mode code{padding-left:1rem}div[class*=language-].line-numbers-mode .line-numbers{counter-reset:line-number;width:var(--code-line-number-width);padding-top:var(--code-padding-y);color:var(--code-c-line-number,var(--code-c-text));font-size:var(--code-font-size);line-height:var(--code-line-height);text-align:center;position:absolute;top:0;left:0}div[class*=language-].line-numbers-mode .line-number{z-index:3;font-family:var(--code-font-family);-webkit-user-select:none;user-select:none;position:relative}div[class*=language-].line-numbers-mode .line-number:before{content:counter(line-number);counter-increment:line-number}div[class*=language-] .line.highlighted{width:100%;margin:0 calc(-1 * var(--code-padding-x));padding:0 var(--code-padding-x);background-color:var(--code-c-highlight-bg);transition:background-color var(--vp-t-color);display:inline-block}:root{--code-title-c-text:var(--vp-c-text-mute);--code-title-c-bg:var(--code-c-bg);--code-title-divider:var(--code-c-highlight-bg,var(--code-c-text))}.code-block-with-title div[class*=language-]{border-top-left-radius:0;border-top-right-radius:0}.code-block-with-title div[class*=language-]:before{display:none}.code-block-title-bar{border-bottom:solid 1px var(--code-title-divider);border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;background:var(--code-title-c-bg);color:var(--code-title-c-text);white-space:nowrap;transition:background var(--vp-t-color), color var(--vp-t-color);margin:.75rem 0 -.75rem;padding:.5rem 1rem;font-size:.875em;font-weight:500;line-height:1.7;overflow-x:auto}@media (width<=419px){.code-block-title-bar{border-radius:0;margin-block:.75rem -.75rem}}:root{--code-tabs-c-text:var(--code-c-text);--code-tabs-c-bg:var(--code-c-highlight-bg);--code-tabs-c-hover:var(--code-c-bg,var(--vp-c-bg-alt))}.vp-code-tabs-nav{border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;background:var(--code-tabs-c-bg);white-space:nowrap;transition:background var(--vp-t-color);margin:.75rem 0 -.75rem;padding:0;list-style:none;overflow-x:auto}@media print{.vp-code-tabs-nav{display:none}}.vp-code-tab-nav{border-radius:var(--code-border-radius) var(--code-border-radius) 0 0;min-width:3rem;color:var(--code-tabs-c-text);cursor:pointer;transition:background var(--vp-t-color), color var(--vp-t-color);background:0 0;border-width:0;margin:0;padding:6px 12px;font-size:.875em;font-weight:600;line-height:1.4;position:relative}.vp-code-tab-nav:hover{background:var(--code-tabs-c-hover)}.vp-code-tab-nav:before,.vp-code-tab-nav:after{content:" ";z-index:1;width:var(--code-border-radius);height:var(--code-border-radius);position:absolute;bottom:0}.vp-code-tab-nav:before{right:100%}.vp-code-tab-nav:after{left:100%}.vp-code-tab-nav.active{background:var(--code-c-bg,var(--vp-c-bg-alt))}.vp-code-tab-nav.active:before{background:radial-gradient(12px at left top, transparent 50%, var(--code-c-bg) 50%)}.vp-code-tab-nav.active:after{background:radial-gradient(12px at right top, transparent 50%, var(--code-c-bg) 50%)}.vp-code-tab-nav:first-child:before{display:none}[dir=rtl] .vp-code-tab-nav:first-child:before{display:block}[dir=rtl] .vp-code-tab-nav:first-child:after,.vp-code-tab{display:none}@media print{.vp-code-tab{display:block}}.vp-code-tab.active{display:block}.vp-code-tab-title{font-weight:500;display:none}@media print{.vp-code-tab-title{display:block}}:root{--tab-border-radius:.5rem;--tab-c-bg:var(--vp-c-bg);--tab-c-nav:var(--vp-c-text);--tab-c-bg-nav:var(--vp-c-grey-bg);--tab-c-bg-nav-hover:var(--vp-c-control-hover)}.vp-tabs{border:1px solid var(--vp-c-border);border-radius:var(--tab-border-radius);margin:1.5rem 0}.vp-tabs-nav{border-radius:var(--tab-border-radius) var(--tab-border-radius) 0 0;background:var(--tab-c-bg-nav);white-space:nowrap;transition:background var(--vp-t-color);margin:0;padding:0;list-style:none;overflow-x:auto}@media print{.vp-tabs-nav{display:none}}.vp-tab-nav{border-radius:var(--tab-border-radius) var(--tab-border-radius) 0 0;min-width:4rem;color:var(--tab-c-nav);cursor:pointer;transition:background var(--vp-t-color), color var(--vp-t-color);background:0 0;border:none;margin:0;padding:.5em 1em;font-size:.875em;font-weight:600;line-height:1.75;position:relative}.vp-tab-nav:hover{background:var(--tab-c-bg-nav-hover)}.vp-tab-nav:before,.vp-tab-nav:after{content:" ";z-index:1;width:8px;height:8px;position:absolute;bottom:0}.vp-tab-nav:before{right:100%}.vp-tab-nav:after{left:100%}.vp-tab-nav.active{background:var(--tab-c-bg)}.vp-tab-nav.active:before{background:radial-gradient(16px at left top, transparent 50%, var(--tab-c-bg) 50%)}.vp-tab-nav.active:after{background:radial-gradient(16px at right top, transparent 50%, var(--tab-c-bg) 50%)}.vp-tab-nav:first-child:before{display:none}.vp-tab{border-radius:0 0 var(--tab-border-radius) var(--tab-border-radius);background:var(--tab-c-bg);transition:background var(--vp-t-color);padding:1rem .75rem;display:none}@media print{.vp-tab{padding:.5rem;display:block}}.vp-tab.active{display:block}.vp-tab:nth-child(n+2) .vp-tab-title{border-top:none}.vp-tab-title{border-top:1px solid var(--vp-c-border);padding:.25rem 0;font-weight:500;display:none}@media print{.vp-tab-title{display:block}}.vp-badge{vertical-align:top;background:var(--vp-c-accent-soft);height:1.3em;color:var(--vp-c-accent);transition:background var(--vp-t-color), color var(--vp-t-color);border-radius:3px;padding:0 6px;font-size:.875em;line-height:1.3;display:inline-block}.vp-badge+.vp-badge{margin-inline-start:5px}.vp-badge.tip{background:var(--badge-c-tip-bg);color:var(--badge-c-tip-text)}.vp-badge.warning{background:var(--badge-c-warning-bg);color:var(--badge-c-warning-text)}.vp-badge.danger{background:var(--badge-c-danger-bg);color:var(--badge-c-danger-text)}.vp-badge.important{background:var(--badge-c-important-bg);color:var(--badge-c-important-text)}.vp-badge.info{background:var(--badge-c-info-bg);color:var(--badge-c-info-text)}.vp-badge.note{background:var(--badge-c-note-bg);color:var(--badge-c-note-text)}:root{--transition-ease-in-out:cubic-bezier(.4, 0, .2, 1);--transition-ease-out:cubic-bezier(0, 0, .2, 1);--transition-ease-in:cubic-bezier(.4, 0, 1, 1);--transition-duration:.2s;--transition-slow-duration:.3s;--transition-enter-duration:var(--transition-duration);--transition-leave-duration:var(--transition-duration);--transition-delay:.1s;--transition-fade-in-down-offset:-10px}.fade-in-down-enter-from,.fade-in-down-leave-to{opacity:0!important;transform:translateY(var(--transition-fade-in-down-offset))!important}.fade-in-down-enter-to,.fade-in-down-leave-from{opacity:1;transform:translateY(0)!important}.fade-in-down-leave-active{transition:opacity var(--transition-leave-duration) var(--transition-ease-in-out), transform var(--transition-leave-duration) var(--transition-ease-in-out)!important}.fade-in-down-enter-active{transition:opacity var(--transition-enter-duration) var(--transition-ease-in-out), transform var(--transition-enter-duration) var(--transition-ease-in-out)!important}.vp-features{border-top:1px solid var(--vp-c-divider);transition:border-color var(--vp-t-color);flex-wrap:wrap;place-content:stretch space-between;align-items:flex-start;margin-top:2.5rem;padding:1.2rem 0;display:flex}@media (width<=719px){.vp-features{flex-flow:column}}.vp-feature{flex-grow:1;flex-basis:30%;max-width:30%}@media (width<=719px){.vp-feature{max-width:100%;padding:0 2.5rem}}.vp-feature h2{border-bottom:none;padding-bottom:0;font-size:1.4rem;font-weight:500}@media (width<=419px){.vp-feature h2{font-size:1.25rem}}.vp-feature p{color:var(--vp-c-text-mute)}.vp-footer{border-top:1px solid var(--vp-c-border);color:var(--vp-c-text-mute);text-align:center;transition:border-color var(--vp-t-color);padding:2.5rem}.vp-hero{text-align:center}.vp-hero-image{max-width:100%;max-height:280px;margin:3rem auto 1.5rem;display:block}@media (width<=419px){.vp-hero-image{max-height:210px;margin:2rem auto 1.2rem}}#main-title{font-size:3rem}@media (width<=419px){#main-title{font-size:2rem}}#main-title,.vp-hero-description,.vp-hero-actions{margin:1.8rem auto}@media (width<=419px){#main-title,.vp-hero-description,.vp-hero-actions{margin:1.2rem auto}}.vp-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.vp-hero-description{max-width:35rem;color:var(--vp-c-text-mute);font-size:1.6rem;line-height:1.3}@media (width<=419px){.vp-hero-description{font-size:1.2rem}}.vp-hero-action-button{box-sizing:border-box;border:2px solid var(--vp-c-accent-bg);background-color:var(--vp-c-bg);color:var(--vp-c-accent);transition:background-color border-color color var(--vp-t-color);border-radius:4px;padding:.8rem 1.6rem;font-size:1.2rem;display:inline-block}@media (width<=419px){.vp-hero-action-button{padding:.6rem 1.2rem;font-size:1rem}}.vp-hero-action-button:hover{background-color:var(--vp-c-accent-hover);color:var(--vp-c-accent-text)}.vp-hero-action-button.primary{background-color:var(--vp-c-accent-bg);color:var(--vp-c-accent-text)}.vp-hero-action-button.primary:hover{border-color:var(--vp-c-accent-hover);background-color:var(--vp-c-accent-hover)}.vp-home{max-width:var(--homepage-width);padding:var(--navbar-height) 2rem 0;margin:0 auto;display:block}@media (width<=419px){.vp-home{padding-inline:1.5rem}}.vp-home [vp-content]{margin:0;padding:0}.vp-site-logo{vertical-align:top;height:var(--navbar-line-height);margin-inline-end:var(--navbar-padding-v)}.vp-site-name{color:var(--vp-c-text);font-size:1.3rem;font-weight:600;position:relative}@media screen and (width<=719px){.vp-site-name{text-overflow:ellipsis;white-space:nowrap;width:calc(100vw - 11rem);display:block;overflow:hidden}}:root{--transition-ease-in-out:cubic-bezier(.4, 0, .2, 1);--transition-ease-out:cubic-bezier(0, 0, .2, 1);--transition-ease-in:cubic-bezier(.4, 0, 1, 1);--transition-duration:.2s;--transition-slow-duration:.3s;--transition-enter-duration:var(--transition-duration);--transition-leave-duration:var(--transition-duration);--transition-delay:.1s}.fade-in-height-expand-leave-from,.fade-in-height-expand-enter-to{opacity:1}.fade-in-height-expand-leave-to,.fade-in-height-expand-enter-from{opacity:0!important;margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.fade-in-height-expand-leave-active{transition:max-height var(--transition-slow-duration) var(--transition-ease-in-out), opacity var(--transition-leave-duration) var(--transition-ease-out), margin-top var(--transition-slow-duration) var(--transition-ease-in-out), margin-bottom var(--transition-slow-duration) var(--transition-ease-in-out), padding-top var(--transition-slow-duration) var(--transition-ease-in-out), padding-bottom var(--transition-slow-duration) var(--transition-ease-in-out)!important;overflow:hidden!important}.fade-in-height-expand-enter-active{transition:max-height var(--transition-slow-duration) var(--transition-ease-in-out), opacity var(--transition-enter-duration) var(--transition-ease-in), margin-top var(--transition-slow-duration) var(--transition-ease-in-out), margin-bottom var(--transition-slow-duration) var(--transition-ease-in-out), padding-top var(--transition-slow-duration) var(--transition-ease-in-out), padding-bottom var(--transition-slow-duration) var(--transition-ease-in-out)!important;overflow:hidden!important}.vp-navbar-dropdown-wrapper{cursor:pointer}.vp-navbar-dropdown-wrapper:not(.mobile){height:1.8rem}.vp-navbar-dropdown-wrapper:not(.mobile):hover .vp-navbar-dropdown,.vp-navbar-dropdown-wrapper:not(.mobile).open .vp-navbar-dropdown{display:block!important}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown{padding-top:.5rem;transition:height .1s ease-out;overflow:hidden}.vp-navbar-dropdown-wrapper:not(.mobile) .vp-navbar-dropdown{inset-inline-end:0;box-sizing:border-box;border:1px solid var(--vp-c-divider);background-color:var(--vp-c-bg-elv);text-align:start;white-space:nowrap;border-radius:.5rem;max-height:calc(100vh - 2.7rem);margin:0;padding:.6rem 0;display:none;position:absolute;top:100%;overflow-y:auto;height:auto!important}.vp-navbar-dropdown-title{padding:inherit;color:var(--vp-c-text);cursor:inherit;background:0 0;border:none;font-family:inherit;font-size:.9rem;font-weight:500;line-height:1.4rem;display:block}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-title{display:none}.vp-navbar-dropdown-title:hover{border-color:#0000}.vp-navbar-dropdown-title-mobile{padding:inherit;color:var(--vp-c-text);font-weight:600;font-size:inherit;cursor:inherit;background:0 0;border:none;font-family:inherit;line-height:1.4rem;display:none}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-title-mobile{display:block}.vp-navbar-dropdown-title-mobile:hover{color:var(--vp-c-accent)}.vp-navbar-dropdown-item{color:inherit;line-height:1.7rem}.vp-navbar-dropdown-item .auto-link{border-bottom:none;margin-bottom:0;padding:0 1.25rem;font-weight:400;display:block;position:relative}.vp-navbar-dropdown-item .auto-link:hover,.vp-navbar-dropdown-item .auto-link.route-link-active{color:var(--vp-c-accent)}.vp-navbar-dropdown-item .auto-link.route-link-active:after{content:"";inset-inline-start:9px;border-top:3px solid #0000;border-bottom:3px solid #0000;border-inline-start:5px solid var(--vp-c-accent);width:0;height:0;position:absolute;top:calc(50% - 2px)}.vp-navbar-items .vp-navbar-dropdown-item .auto-link{line-height:1.7rem}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-item>.auto-link{line-height:2rem}.vp-navbar-dropdown-subtitle{border-top:1px solid var(--vp-c-divider);margin:.45rem 0 0;padding:1rem 0 .45rem;font-size:.9rem}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-subtitle{border-top:0;margin-top:0;padding-top:0;padding-bottom:0;line-height:2rem}.vp-navbar-dropdown-item:first-child .vp-navbar-dropdown-subtitle{border-top:0;margin-top:0;padding-top:0}.vp-navbar-dropdown-subtitle>span{padding-inline:1.25rem 1.5rem}.vp-navbar-dropdown-subtitle>.auto-link{font-weight:inherit}.vp-navbar-dropdown-subtitle>.auto-link.route-link-active:after{display:none}.vp-navbar-dropdown-subitem-wrapper{padding:0;list-style:none}.vp-navbar-dropdown-subitem{font-size:.9em}.vp-navbar-dropdown-wrapper.mobile .vp-navbar-dropdown-subitem{padding-inline-start:1rem}.vp-navbar-items{display:inline-block}@media print{.vp-navbar-items{display:none}}.vp-navbar-items .auto-link{color:inherit;line-height:1.4rem}.vp-navbar-items .auto-link:hover,.vp-navbar-items .auto-link.route-link-active{color:var(--vp-c-text)}.vp-navbar-item{line-height:var(--navbar-line-height);margin-inline-start:1.5rem;display:inline-block;position:relative}@media (width<=719px){.vp-navbar-item{margin-inline-start:0}}.vp-navbar-item:first-child{margin-inline-start:0}.vp-navbar-item .auto-link:hover,.vp-navbar-item .auto-link.route-link-active{color:var(--vp-c-accent)}.vp-navbar-item>.auto-link{display:inline-block}.vp-navbar-item>.auto-link:hover,.vp-navbar-item>.auto-link.route-link-active{border-bottom:2px solid var(--vp-c-accent);margin-bottom:-2px}@media (width<=719px){.vp-navbar-item>.auto-link:hover,.vp-navbar-item>.auto-link.route-link-active{border-bottom:none;margin-bottom:0}}.vp-toggle-color-mode-button{margin:auto;color:var(--vp-c-text);opacity:.8;cursor:pointer;background:0 0;border:0;margin-inline-start:1rem;display:flex}@media print{.vp-toggle-color-mode-button{display:none}}.vp-toggle-color-mode-button:hover{opacity:1}.vp-toggle-color-mode-button .light-icon,.vp-toggle-color-mode-button .dark-icon{width:1.25rem;height:1.25rem}.vp-toggle-sidebar-button{inset-inline-start:1rem;cursor:pointer;padding:.6rem;display:none;position:absolute;top:.6rem}@media screen and (width<=719px){.vp-toggle-sidebar-button{display:block}}.vp-toggle-sidebar-button .icon{width:1.25rem;height:1.25rem;cursor:inherit;flex-flow:column;justify-content:center;align-items:center;display:flex}.vp-toggle-sidebar-button .icon span{background-color:var(--vp-c-text);width:100%;height:2px;transition:transform var(--vp-t-transform);border-radius:2px;display:inline-block}.vp-toggle-sidebar-button .icon span:nth-child(2){margin:6px 0}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:first-child{transform:rotate(45deg)translate(5.5px,5.5px)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(2){transform:scaleX(0)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:first-child,.vp-theme-container.sidebar-open .vp-toggle-sidebar-button .icon span:nth-child(3){transform-origin:50%}.vp-navbar{--navbar-line-height:calc(var(--navbar-height) - 2 * var(--navbar-padding-v));z-index:20;box-sizing:border-box;height:var(--navbar-height);padding:var(--navbar-padding-v) var(--navbar-padding-h);border-bottom:1px solid var(--vp-c-border);background-color:var(--vp-navbar-c-bg);line-height:var(--navbar-line-height);transition:background-color var(--vp-t-color), border-color var(--vp-t-color);position:fixed;top:0;left:0;right:0}@media screen and (width<=719px){.vp-navbar{padding-inline-start:4rem}}@media print{.vp-navbar{display:none}}.vp-navbar-items-wrapper{inset-inline-end:var(--navbar-padding-h);top:var(--navbar-padding-v);box-sizing:border-box;height:var(--navbar-line-height);white-space:nowrap;padding-inline-start:var(--navbar-padding-h);font-size:.9rem;display:flex;position:absolute}.vp-page-meta{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (width<=959px){.vp-page-meta{padding:2rem}}@media (width<=419px){.vp-page-meta{padding:1.5rem}}.vp-page-meta{flex-wrap:wrap;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem;display:flex;overflow:auto}@media print{.vp-page-meta{margin:0!important;padding-inline:0!important}}@media (width<=719px){.vp-page-meta{display:block}}.vp-page-meta .vp-meta-item{flex-grow:1}.vp-page-meta .vp-meta-item .vp-meta-label{font-weight:500}.vp-page-meta .vp-meta-item .vp-meta-label:not(a){color:var(--vp-c-text-mute)}.vp-page-meta .vp-meta-item .vp-meta-info{color:var(--vp-c-text-mute);font-weight:400}.vp-page-meta .git-info{text-align:end}.vp-page-meta .edit-link{margin-top:.25rem;margin-bottom:.25rem;margin-inline-end:.5rem;font-size:.875em}@media print{.vp-page-meta .edit-link{display:none}}.vp-page-meta .edit-link .edit-icon{width:1em;height:1em;margin-inline-end:.25em;position:relative;bottom:-.125em}.vp-page-meta .last-updated,.vp-page-meta .contributors{margin-top:.25rem;margin-bottom:.25rem;font-size:.875em}@media (width<=719px){.vp-page-meta .last-updated,.vp-page-meta .contributors{text-align:start;font-size:.825em}}.vp-page-nav{max-width:var(--content-width,740px);margin-inline:auto;border-top:1px solid var(--vp-c-divider);min-height:2rem;transition:border-top var(--vp-t-color);flex-wrap:wrap;margin-top:0;padding:1rem 2rem 0;display:flex}@media (width<=959px){.vp-page-nav{padding-inline:1rem}}@media print{.vp-page-nav{display:none}}.vp-page-nav .auto-link{border:1px solid var(--vp-c-divider);border-radius:.25rem;flex-grow:1;margin:.25rem;padding:.25rem .5rem;display:inline-block}.vp-page-nav .auto-link:hover{background:var(--vp-c-control)}.vp-page-nav .auto-link.external-link:after,.vp-page-nav .auto-link:not(.external-link) .external-link:after{display:none}.vp-page-nav .auto-link .hint{color:var(--vp-c-text-mute);font-size:.875rem;line-height:2}.vp-page-nav .prev{text-align:start}.vp-page-nav .next{text-align:end}.vp-page{padding-top:var(--navbar-height);padding-bottom:2rem;padding-inline-start:var(--sidebar-width);display:block}@media (width<=959px){.vp-page{padding-inline-start:var(--sidebar-width-mobile)}}@media (width<=719px){.vp-page{padding-inline-start:0}}.vp-page [vp-content]{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (width<=959px){.vp-page [vp-content]{padding:2rem}}@media (width<=419px){.vp-page [vp-content]{padding:1.5rem}}.vp-page [vp-content]{padding-top:0}.vp-dropdown-enter-from,.vp-dropdown-leave-to{opacity:0;height:0!important}.vp-dropdown-enter-active{transition:height .3s ease-in-out,opacity .6s ease-out}.vp-sidebar-item{color:var(--vp-c-text);cursor:default;border-inline-start:.25rem solid #0000}.vp-sidebar-item:focus-visible{outline-offset:-1px;outline-width:1px}.vp-sidebar-item.vp-sidebar-heading{box-sizing:border-box;width:100%;margin:0;padding-block:.35rem;padding-inline:1.25rem 1.5rem;font-size:1.1em;font-weight:700;transition:color .15s}.vp-sidebar-item.vp-sidebar-heading+.vp-sidebar-children{margin-bottom:.75rem;transition:height .1s ease-out;overflow:hidden}.vp-sidebar-item.collapsible{cursor:pointer}.vp-sidebar-item:not(.vp-sidebar-heading){box-sizing:border-box;width:100%;margin:0;padding-block:.35rem;padding-inline:2rem 1rem;font-size:1em;font-weight:400;line-height:1.4;display:inline-block}.vp-sidebar-item:not(.vp-sidebar-heading)+.vp-sidebar-children{padding-inline-start:1rem;font-size:.95em}.vp-sidebar-children .vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading){padding-block:.25rem;padding-inline:1.75rem 1rem}.vp-sidebar-children .vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading).active{border-inline-start-color:#0000;font-weight:500}a.vp-sidebar-heading+.vp-sidebar-children .vp-sidebar-item:not(.vp-sidebar-heading).active{border-inline-start-color:#0000}.vp-sidebar-item.active:not(p.vp-sidebar-heading){border-inline-start-color:var(--vp-c-accent);color:var(--vp-c-accent);font-weight:600}.vp-sidebar-item .auto-link{display:block}.vp-sidebar-item.auto-link{cursor:pointer;display:block}.vp-sidebar-item.auto-link:hover{color:var(--vp-c-accent)}.vp-sidebar-items{margin:0;padding:1.5rem 0;list-style-type:none}@media (width<=719px){.vp-sidebar-items{padding:1rem 0}}.vp-sidebar-items ul{margin:0;padding:0;list-style-type:none}.vp-sidebar{inset-inline-start:0;top:var(--navbar-height);z-index:10;box-sizing:border-box;width:var(--sidebar-width);border-inline-end:1px solid var(--vp-c-border);background-color:var(--vp-sidebar-c-bg);transition:transform var(--vp-t-transform), background-color var(--vp-t-color), border-color var(--vp-t-color);scrollbar-color:var(--vp-c-accent-bg) var(--vp-c-divider);scrollbar-width:thin;margin:0;font-size:1rem;position:fixed;bottom:0;overflow-y:auto}@media (width<=959px){.vp-sidebar{width:var(--sidebar-width-mobile);font-size:.9rem}}@media (width<=719px){.vp-sidebar{padding-top:var(--navbar-height);top:0;transform:translate(-100%)}[dir=rtl] .vp-sidebar{transform:translate(100%)}}.vp-sidebar::-webkit-scrollbar{width:7px}.vp-sidebar::-webkit-scrollbar-track{background-color:var(--vp-c-divider)}.vp-sidebar::-webkit-scrollbar-thumb{background-color:var(--vp-c-accent-bg)}.vp-sidebar .vp-navbar-items{border-bottom:1px solid var(--vp-c-divider);transition:border-color var(--vp-t-color);padding:.5rem 0 .75rem;display:none}@media (width<=719px){.vp-sidebar .vp-navbar-items{display:block}.vp-sidebar .vp-navbar-items .vp-navbar-dropdown-item .route-link-active:after{top:calc(1rem - 2px)}}.vp-sidebar .vp-navbar-items ul{margin:0;padding:0;list-style-type:none}.vp-sidebar .vp-navbar-items .auto-link{font-weight:600}.vp-sidebar .vp-navbar-item{padding-block:.5rem;padding-inline:1.5rem 0;font-size:1.1em;line-height:1.25rem;display:block}.vp-sidebar-mask{z-index:9;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.vp-theme-container.no-navbar .vp-sidebar{top:0}@media (width<=719px){.vp-theme-container.no-navbar .vp-sidebar{padding-top:0}}.vp-theme-container.no-navbar .vp-page{padding-top:0}.vp-theme-container.no-navbar [vp-content] h1,.vp-theme-container.no-navbar [vp-content] h2,.vp-theme-container.no-navbar [vp-content] h3,.vp-theme-container.no-navbar [vp-content] h4,.vp-theme-container.no-navbar [vp-content] h5,.vp-theme-container.no-navbar [vp-content] h6{margin-top:1.5rem;padding-top:0}.vp-theme-container.no-sidebar .vp-sidebar{display:none}@media (width<=719px){.vp-theme-container.no-sidebar .vp-sidebar{display:block}}.vp-theme-container.no-sidebar .vp-page{padding-inline-start:0}@media (width<=719px){.vp-theme-container.sidebar-open .vp-sidebar{transform:translate(0)}.vp-theme-container.sidebar-open .vp-sidebar-mask{display:block}}.vp-theme-container[data-v-3fac1c72]{max-width:740px;margin:0 auto;padding:2rem 2.5rem}@media (width<=959px){.vp-theme-container[data-v-3fac1c72]{padding:2rem}}:root{--vp-c-white:#fff;--vp-c-black:#000;--vp-c-grey-text:#656869;--vp-c-grey-hover:#e4e4e9;--vp-c-grey-bg:#ebebef;--vp-c-grey-soft:#8e96aa24;--vp-c-indigo-text:#3451b2;--vp-c-indigo-hover:#3a5ccc;--vp-c-indigo-bg:#5672cd;--vp-c-indigo-soft:#646cff24;--vp-c-purple-text:#6f42c1;--vp-c-purple-hover:#7e4cc9;--vp-c-purple-bg:#8e5cd9;--vp-c-purple-soft:#9f7aea24;--vp-c-blue-text:#2888a7;--vp-c-blue-hover:#2d98ba;--vp-c-blue-bg:#2fa1c5;--vp-c-blue-soft:#1bb2e524;--vp-c-green-text:#18794e;--vp-c-green-hover:#299764;--vp-c-green-bg:#30a46c;--vp-c-green-soft:#10b98124;--vp-c-yellow-text:#915930;--vp-c-yellow-hover:#946300;--vp-c-yellow-bg:#c28100;--vp-c-yellow-soft:#eab30824;--vp-c-red-text:#b8272c;--vp-c-red-hover:#d5393e;--vp-c-red-bg:#e0575b;--vp-c-red-soft:#f43f5e24}[data-theme=dark]{--vp-c-white:#000;--vp-c-black:#fff;--vp-c-grey-text:#939499;--vp-c-grey-hover:#414853;--vp-c-grey-bg:#32363f;--vp-c-grey-soft:#65758529;--vp-c-indigo-text:#a8b1ff;--vp-c-indigo-hover:#5c73e7;--vp-c-indigo-bg:#3e63dd;--vp-c-indigo-soft:#646cff29;--vp-c-blue-text:#c9e8f2;--vp-c-blue-hover:#a6d9ea;--vp-c-blue-bg:#2785a3;--vp-c-blue-soft:#1bb2e529;--vp-c-purple-text:#c8abfa;--vp-c-purple-hover:#a879e6;--vp-c-purple-bg:#8e5cd9;--vp-c-purple-soft:#9f7aea29;--vp-c-green-text:#3dd68c;--vp-c-green-hover:#30a46c;--vp-c-green-bg:#298459;--vp-c-green-soft:#10b98129;--vp-c-yellow-text:#f9b44e;--vp-c-yellow-hover:#da8b17;--vp-c-yellow-bg:#a46a0a;--vp-c-yellow-soft:#eab30829;--vp-c-red-text:#f66f81;--vp-c-red-hover:#f14158;--vp-c-red-bg:#b62a3c;--vp-c-red-soft:#f43f5e29}:root{--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{background:var(--vp-c-bg,#fff);accent-color:var(--vp-c-accent,#299764);transition:background-color var(--vp-t-color)}html{font-display:optional;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}@media print{html{font-size:12pt}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-height:100vh;color:var(--vp-c-text,#3c3c43);font-synthesis:style;margin:0;padding:0;font-size:1rem}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-weight:600;line-height:1.25}h1:focus-visible,h2:focus-visible,h3:focus-visible,h4:focus-visible,h5:focus-visible,h6:focus-visible{outline:none}h1{font-size:2rem}h2{border-bottom:1px solid var(--vp-c-divider,#e2e2e3);transition:border-color var(--vp-t-color);padding-bottom:.3rem;font-size:1.65rem}h3{font-size:1.35rem}h4{font-size:1.15rem}h5{font-size:1.05rem}h6{font-size:1rem}p,ul,ol{overflow-wrap:break-word;line-height:1.6}@media print{p,ul,ol{line-height:1.5}}ul,ol{padding-inline-start:1.2em}a{color:var(--vp-c-accent,#299764);overflow-wrap:break-word;font-weight:500;text-decoration:none}a.header-anchor{color:inherit;font-weight:inherit;text-decoration:none;position:relative}a.header-anchor:before{content:"¶";color:var(--vp-c-accent,#299764);font-size:.75em;display:none;position:absolute;top:.4167em;left:-.75em}[dir=rtl] a.header-anchor:before{right:-.75em}a.header-anchor:hover:before{display:block}a.header-anchor:focus-visible{outline:none}a.header-anchor:focus-visible:before{outline:auto;display:block}strong{font-weight:600}blockquote{border-inline-start:.2rem solid var(--vp-c-border-hard,#b8b8ba);color:var(--vp-c-text-mute,#3c3c43c7);overflow-wrap:break-word;transition:border-color var(--vp-t-color), color var(--vp-t-color);margin:1rem 0;padding-block:.25rem;padding-inline:1rem 0;font-size:1rem}blockquote>p{margin:0}hr{border:0;border-bottom:1px solid var(--vp-c-divider,#e2e2e3);transition:border-color var(--vp-t-color)}:not(pre)>code{background:var(--vp-c-grey-soft,#8e96aa24);overflow-wrap:break-word;transition:background-color var(--vp-t-color), color var(--vp-t-color);border-radius:4px;margin:0;padding:3px 6px;font-size:.875em}p a code{color:var(--vp-c-accent,#299764);font-weight:400}table code{padding:.1rem .4rem}kbd{border:1px solid var(--vp-c-border,#c2c2c4);min-width:1em;box-shadow:1px 1px 4px 0 var(--vp-c-shadow,#00000026);letter-spacing:-.1em;text-align:center;border-radius:.25em;margin-inline:.125rem;padding:.25em;line-height:1;display:inline-block}table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}tbody tr:nth-child(odd){background:var(--vp-c-bg-alt,#f6f8fa);transition:background-color var(--vp-t-color)}th,td{border:1px solid var(--vp-c-border-hard,#d1d4d7);transition:border-color var(--vp-t-color);padding:.6em 1em}pre{text-align:left;white-space:pre;word-spacing:normal;word-break:normal;overflow-wrap:normal;overflow-wrap:unset;tab-size:4;-webkit-hyphens:none;hyphens:none;direction:ltr}@media print{pre{white-space:pre-wrap}}pre code{border-radius:0;padding:0}@page{margin:2cm;font-size:12pt;size:a4}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}h2,h3,p{orphans:3;widows:3}h2,h3{break-after:avoid}a{color:inherit;text-decoration:underline;font-weight:inherit!important;font-size:inherit!important}a.header-anchor{text-decoration:none}abbr[title]:after{content:" (" attr(title) ")"}pre{border:1px solid #eee;white-space:pre-wrap!important}pre>code{white-space:pre-wrap!important}blockquote{color:inherit;border-inline-start:.2rem solid #ddd}blockquote,pre{orphans:5;widows:5}img,tr,canvas{break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,:before,:after{background-attachment:initial!important;scroll-behavior:auto!important;transition-duration:0s!important;transition-delay:0s!important;animation-duration:1ms!important;animation-iteration-count:1!important;animation-delay:-1ms!important}}:root{--vp-c-accent:#299764;--vp-c-accent-bg:#3eaf7c;--vp-c-accent-hover:#4abf8a;--vp-c-accent-text:var(--vp-c-white);--vp-c-accent-soft:#10b98124;--vp-c-bg:#fff;--vp-c-bg-alt:#f6f6f7;--vp-c-bg-elv:#fff;--vp-c-text:#3c3c43;--vp-c-text-mute:#3c3c43c7;--vp-c-text-subtle:#3c3c438f;--vp-c-divider:#e2e2e3;--vp-c-border:#c2c2c4;--vp-c-border-hard:#b8b8ba;--vp-c-shadow:#00000026;--vp-c-control:#8e96aa1a;--vp-c-control-hover:#8e96aa29;--vp-c-control-disabled:#eaeaea;--vp-navbar-c-bg:var(--vp-c-bg);--vp-sidebar-c-bg:var(--vp-c-bg);--vp-c-code-tab-title:var(--code-c-text,#ffffffe6);--vp-c-code-tab-bg:var(--code-bg-color,var(--code-c-bg));--vp-c-code-tab-active:var(--vp-c-accent);--badge-c-tip-text:var(--vp-c-green-text);--badge-c-tip-bg:var(--vp-c-green-soft);--badge-c-warning-text:var(--vp-c-yellow-text);--badge-c-warning-bg:var(--vp-c-yellow-soft);--badge-c-danger-text:var(--vp-c-red-text);--badge-c-danger-bg:var(--vp-c-red-soft);--badge-c-important-text:var(--vp-c-purple-text);--badge-c-important-bg:var(--vp-c-purple-soft);--badge-c-info-text:var(--vp-c-indigo-text);--badge-c-info-bg:var(--vp-c-indigo-soft);--badge-c-note-text:var(--vp-c-grey-text);--badge-c-note-bg:var(--vp-c-grey-soft);--font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--navbar-height:3.6rem;--navbar-padding-v:.7rem;--navbar-padding-h:1.5rem;--sidebar-width:20rem;--sidebar-width-mobile:calc(var(--sidebar-width) * .82);--content-width:740px;--homepage-width:960px;--header-offset:var(--navbar-height);--vp-t-color:.3s ease;--vp-t-transform:.3s ease;--external-link-icon:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 5v2h6.59L4 18.59 5.41 20 17 8.41V15h2V5H9z'/%3E%3C/svg%3E");--external-link-c-icon:var(--vp-c-text-mute)}[data-theme=dark]{--vp-c-accent:#3dd68c;--vp-c-accent-bg:#3aa675;--vp-c-accent-hover:#349469;--vp-c-accent-soft:#10b98129;--vp-c-bg:#1b1b1f;--vp-c-bg-alt:#161618;--vp-c-bg-elv:#202127;--vp-c-text:#ebebf5db;--vp-c-text-mute:#ebebf599;--vp-c-text-subtle:#ebebf561;--vp-c-divider:#2e2e32;--vp-c-border:#3c3f44;--vp-c-border-hard:#45484e;--vp-c-shadow:#0000004d;--vp-c-control:#6575851f;--vp-c-control-hover:#6575852e;--vp-c-control-disabled:#363636}body{font-family:var(--font-family)}code{font-family:var(--code-font-family)}[vp-content] h1,[vp-content] h2,[vp-content] h3,[vp-content] h4,[vp-content] h5,[vp-content] h6{margin-top:calc(.5rem - var(--header-offset));padding-top:calc(1rem + var(--header-offset));margin-bottom:0}[vp-content] h1:first-child,[vp-content] h2:first-child,[vp-content] h3:first-child,[vp-content] h4:first-child,[vp-content] h5:first-child,[vp-content] h6:first-child{margin-bottom:1rem}[vp-content] h1:first-child+p,[vp-content] h1:first-child+pre,[vp-content] h1:first-child+.custom-container,[vp-content] h2:first-child+p,[vp-content] h2:first-child+pre,[vp-content] h2:first-child+.custom-container,[vp-content] h3:first-child+p,[vp-content] h3:first-child+pre,[vp-content] h3:first-child+.custom-container,[vp-content] h4:first-child+p,[vp-content] h4:first-child+pre,[vp-content] h4:first-child+.custom-container,[vp-content] h5:first-child+p,[vp-content] h5:first-child+pre,[vp-content] h5:first-child+.custom-container,[vp-content] h6:first-child+p,[vp-content] h6:first-child+pre,[vp-content] h6:first-child+.custom-container{margin-top:2rem}@media (width<=419px){[vp-content] h1{font-size:1.9rem}}[vp-content] a:not(.header-anchor){text-decoration:underline}[vp-content] img{max-width:100%}@media (width<=419px){#content{--code-border-radius:0;--tab-border-radius:0}#content>div[class*=language-],#content>.code-block-with-title>div[class*=language-],#content .code-block-title-bar{margin-inline:-1.5rem}#content>.vp-code-tabs .vp-code-tabs-nav{border-radius:0;margin-inline:-1.5rem}#content>.vp-code-tabs div[class*=language-]{margin-inline:-1.5rem}#content>.vp-tabs{border-inline:none;margin-inline:-1.5rem}#content .vp-reveal{width:calc(100% + 3rem);margin:0 -1.5rem}}.table-of-contents .vp-badge{vertical-align:middle}.arrow{vertical-align:middle;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:1em;height:1em;line-height:normal;transition:all .3s;display:inline-block}[data-theme=dark] .arrow{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E")}.arrow.down{transform:rotate(180deg)}.arrow.right{transform:rotate(90deg)}[dir=rtl] .arrow.right,.arrow.left{transform:rotate(-90deg)}[dir=rtl] .arrow.left{transform:rotate(90deg)}.vp-external-link-icon:after,.external-link-icon .external-link:after,.external-link-icon [vp-content] a[href*="://"]:not(.no-external-link-icon):after,.external-link-icon [vp-content] a[target=_blank]:not(.no-external-link-icon):after{content:"";margin-top:-1px;background:var(--external-link-c-icon);width:11px;height:11px;-webkit-mask-image:var(--external-link-icon);-webkit-mask-image:var(--external-link-icon);mask-image:var(--external-link-icon);flex-shrink:0;margin-inline-start:4px;display:inline-block}:root{scroll-behavior:smooth}@media screen and (width<=719px){.vp-hide-mobile{display:none}}.vp-comment{max-width:var(--content-width);margin:0 auto;padding:2rem 2.5rem}@media (width<=959px){.vp-comment{padding:2rem}}@media (width<=419px){.vp-comment{padding:1.5rem}}.vp-navbar .DocSearch{transition:background-color var(--vp-t-color)}.vp-navbar .search-box{vertical-align:top;flex:none}@media screen and (width<=719px){.hint-container{margin-inline:-.75rem}}@font-face{font-family:FK Grotesk;src:url(/assets/font/67d1113b2facd96b52682ba3_FKGrotesk.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:FK Display;src:url(/assets/font/67ef84cc51edf88c27c4cc59_FKDisplay.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--c-brand:#09c679;--c-brand-light:#e4f222;--c-bg:#f2faf7;--c-bg-light:#fff;--c-bg-lighter:#fff;--c-bg-navbar:#eaf3f0;--c-bg-sidebar:var(--c-bg);--c-bg-arrow:#ccc;--c-text:#171d1f;--c-text-accent:var(--c-brand);--c-text-light:#3a5169;--c-text-lighter:#4e6e8e;--c-text-lightest:#6a8bad;--c-text-quote:#999;--c-border:#eaecef;--c-border-dark:#dfe2e5;--c-tip:#42b983;--c-tip-bg:var(--c-bg-light);--c-tip-title:var(--c-text);--c-tip-text:var(--c-text);--c-tip-text-accent:var(--c-text-accent);--c-warning:#e7c000;--c-warning-bg:#fffae3;--c-warning-title:#ad9000;--c-warning-text:#746000;--c-warning-text-accent:var(--c-text);--c-danger:#c00;--c-danger-bg:#ffe0e0;--c-danger-title:#900;--c-danger-text:#600;--c-danger-text-accent:var(--c-text);--c-details-bg:#eee;--c-badge-tip:var(--c-tip);--c-badge-warning:var(--c-warning);--c-badge-danger:var(--c-danger);--code-bg-color:#282c34;--code-hl-bg-color:#000000a8;--code-ln-color:#9e9e9e;--code-ln-wrapper-width:3.5rem;--font-family:"FK Grotesk", Arial, sans-serif;--font-family-code:"FK Display", Arial, sans-serif;--navbar-height:3.6rem;--navbar-padding-v:.7rem;--navbar-padding-h:1.5rem;--sidebar-width:20rem;--sidebar-width-mobile:calc(var(--sidebar-width) * .82);--content-width:1200px;--homepage-width:960px;--b-brand-button-background-color:#e4f222;--b-brand-button-text-color:#171d1f}.back-to-top{--back-to-top-color:var(--c-brand);--back-to-top-color-hover:var(--c-brand-light)}.DocSearch{--docsearch-primary-color:var(--c-brand);--docsearch-text-color:var(--c-text);--docsearch-highlight-color:var(--c-brand);--docsearch-muted-color:var(--c-text-quote);--docsearch-container-background:#090a11cc;--docsearch-modal-background:var(--c-bg-light);--docsearch-searchbox-background:var(--c-bg-lighter);--docsearch-searchbox-focus-background:var(--c-bg);--docsearch-searchbox-shadow:inset 0 0 0 2px var(--c-brand);--docsearch-hit-color:var(--c-text-light);--docsearch-hit-active-color:var(--c-bg);--docsearch-hit-background:var(--c-bg);--docsearch-hit-shadow:0 1px 3px 0 var(--c-border-dark);--docsearch-footer-background:var(--c-bg)}.medium-zoom-overlay{--medium-zoom-bg-color:var(--c-bg)}#nprogress{--nprogress-color:var(--c-brand)}.pwa-popup{--pwa-popup-text-color:var(--c-text);--pwa-popup-bg-color:var(--c-bg);--pwa-popup-border-color:var(--c-brand);--pwa-popup-shadow:0 4px 16px var(--c-brand);--pwa-popup-btn-text-color:var(--c-bg);--pwa-popup-btn-bg-color:var(--c-brand);--pwa-popup-btn-hover-bg-color:var(--c-brand-light)}.search-box{--search-bg-color:var(--c-bg);--search-accent-color:var(--c-brand);--search-text-color:var(--c-text);--search-border-color:var(--c-border);--search-item-text-color:var(--c-text-lighter);--search-item-focus-bg-color:var(--c-bg-light)}:root.dark{--c-bg:#171d1f;--c-bg-light:#2a3636;--b-brand-button-background-color:#09c679;--b-brand-button-text-color:#f2faf7;--c-bg-navbar:#2a3636;--c-text:#eaf3f0;--c-text-lightest:#f2faf7}.home .hero img{max-width:300px;height:auto}a{border-bottom:2px #0000;transition:all .15s}.action-button.brand{background-color:var(--b-brand-button-background-color);color:var(--b-brand-button-text-color);border:none!important;border-radius:5rem!important;padding:.4rem 1.6rem!important}.action-button.brand:hover{background-color:var(--b-brand-button-text-color);color:var(--b-brand-button-background-color)}:root{--search-c-bg:var(--vp-c-bg);--search-c-accent:var(--vp-c-accent);--search-c-text:var(--vp-c-text);--search-c-divider:var(--vp-c-divider);--search-c-item-text:var(--vp-c-text-subtle);--search-c-item-focus:var(--vp-c-bg-alt);--search-input-width:8rem;--search-result-width:20rem}.search-box{margin-inline-start:1rem;display:inline-block;position:relative}@media print{.search-box{display:none}}.search-box input{width:var(--search-input-width);border:1px solid var(--search-c-divider);background:var(--search-c-bg) url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13'%3E%3Cg fill='none' stroke='%23aaa' stroke-width='2'%3E%3Cpath d='m11.29 11.71-4-4'/%3E%3Ccircle cx='5' cy='5' r='4'/%3E%3C/g%3E%3C/svg%3E") .6rem .5rem no-repeat;height:2rem;color:var(--search-c-text);cursor:text;appearance:none;background-size:1rem;border-radius:2rem;outline:none;padding-block:0;padding-inline:2rem .5rem;font-size:.9rem;line-height:2rem;transition:all .3s;display:inline-block}@media (width<=719px){.search-box input{cursor:pointer;border-color:#0000;width:0;position:relative}}.search-box input:focus{border-color:var(--search-c-accent);cursor:auto}@media (width<=719px){.search-box input:focus{cursor:text;width:10rem;inset-inline-start:0}}@media (width<=419px){.search-box input:focus{width:8rem}}.search-box .suggestions{width:var(--search-result-width);border:1px solid var(--search-c-divider);background:var(--search-c-bg);inset-inline-end:0;border-radius:6px;padding:.4rem;list-style-type:none;position:absolute;top:2rem}@media (width<=419px){.search-box .suggestions{width:calc(100vw - 4rem);inset-inline-end:-.5rem}}.search-box .suggestion{cursor:pointer;border-radius:4px;padding:.4rem .6rem;line-height:1.4}.search-box .suggestion a{color:var(--search-c-item-text);white-space:normal}.search-box .suggestion.focus{background-color:var(--search-c-item-focus)}.search-box .suggestion.focus a{color:var(--search-c-accent)}.search-box .suggestion .page-title{font-weight:600}.search-box .suggestion .page-header{margin-inline-start:.25em;font-size:.9em}._challenge_code_c020m_1{font-size:24px}.doc-type-label[data-v-8ce2b0e5]{margin-bottom:8px;font-weight:500;display:block}.doc-type-group[data-v-8ce2b0e5]{gap:12px;margin-bottom:16px;display:flex}.doc-type-btn[data-v-8ce2b0e5]{cursor:pointer;background:#f9f9f9;border:2px solid #ccc;border-radius:6px;align-items:center;padding:8px 16px;font-weight:500;transition:border-color .2s,background .2s;display:flex}.doc-type-btn.selected[data-v-8ce2b0e5]{background:#e0e0e0;border-color:#333}.doc-type-btn input[type=radio][data-v-8ce2b0e5]{display:none}.doc-type-label[data-v-e283fdea]{margin-bottom:8px;font-weight:500;display:block}.doc-type-group[data-v-e283fdea]{gap:12px;margin-bottom:16px;display:flex}.doc-type-btn[data-v-e283fdea]{cursor:pointer;background:#f9f9f9;border:2px solid #ccc;border-radius:6px;align-items:center;padding:8px 16px;font-weight:500;transition:border-color .2s,background .2s;display:flex}.doc-type-btn.selected[data-v-e283fdea]{background:#e0e0e0;border-color:#333}.doc-type-btn input[type=radio][data-v-e283fdea]{display:none}._iframeHolder_1cwy4_1 iframe{width:100%;height:800px}@media (prefers-reduced-motion:no-preference){.appRoot :root{scroll-behavior:smooth}}@media (width>=1200px){.appRoot h1,.appRoot .h1{font-size:2.5rem}}@media (width>=1200px){.appRoot h2,.appRoot .h2{font-size:2rem}}@media (width>=1200px){.appRoot h3,.appRoot .h3{font-size:1.75rem}}@media (width>=1200px){.appRoot h4,.appRoot .h4{font-size:1.5rem}}@media (width>=1200px){.appRoot legend{font-size:1.5rem}}.appRoot ::-webkit-datetime-edit-fields-wrapper{padding:0}.appRoot ::-webkit-datetime-edit-text{padding:0}.appRoot ::-webkit-datetime-edit-minute{padding:0}.appRoot ::-webkit-datetime-edit-hour-field{padding:0}.appRoot ::-webkit-datetime-edit-day-field{padding:0}.appRoot ::-webkit-datetime-edit-month-field{padding:0}.appRoot ::-webkit-datetime-edit-year-field{padding:0}@media (width>=1200px){.appRoot .display-1{font-size:5rem}}@media (width>=1200px){.appRoot .display-2{font-size:4.5rem}}@media (width>=1200px){.appRoot .display-3{font-size:4rem}}@media (width>=1200px){.appRoot .display-4{font-size:3.5rem}}@media (width>=1200px){.appRoot .display-5{font-size:3rem}}@media (width>=1200px){.appRoot .display-6{font-size:2.5rem}}.appRoot .list-unstyled,.appRoot .list-inline{padding-left:0;list-style:none}@media (width>=576px){.appRoot .container-sm,.appRoot .container{max-width:540px}}@media (width>=768px){.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:720px}}@media (width>=992px){.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:960px}}@media (width>=1200px){.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1140px}}@media (width>=1400px){.appRoot .container-xxl,.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1320px}}@media (width>=576px){.appRoot .col-sm{flex:1 0 0}.appRoot .row-cols-sm-auto>*{flex:none;width:auto}.appRoot .row-cols-sm-1>*{flex:none;width:100%}.appRoot .row-cols-sm-2>*{flex:none;width:50%}.appRoot .row-cols-sm-3>*{flex:none;width:33.3333%}.appRoot .row-cols-sm-4>*{flex:none;width:25%}.appRoot .row-cols-sm-5>*{flex:none;width:20%}.appRoot .row-cols-sm-6>*{flex:none;width:16.6667%}.appRoot .col-sm-auto{flex:none;width:auto}.appRoot .col-sm-1{flex:none;width:8.33333%}.appRoot .col-sm-2{flex:none;width:16.6667%}.appRoot .col-sm-3{flex:none;width:25%}.appRoot .col-sm-4{flex:none;width:33.3333%}.appRoot .col-sm-5{flex:none;width:41.6667%}.appRoot .col-sm-6{flex:none;width:50%}.appRoot .col-sm-7{flex:none;width:58.3333%}.appRoot .col-sm-8{flex:none;width:66.6667%}.appRoot .col-sm-9{flex:none;width:75%}.appRoot .col-sm-10{flex:none;width:83.3333%}.appRoot .col-sm-11{flex:none;width:91.6667%}.appRoot .col-sm-12{flex:none;width:100%}.appRoot .offset-sm-0{margin-left:0}.appRoot .offset-sm-1{margin-left:8.33333%}.appRoot .offset-sm-2{margin-left:16.6667%}.appRoot .offset-sm-3{margin-left:25%}.appRoot .offset-sm-4{margin-left:33.3333%}.appRoot .offset-sm-5{margin-left:41.6667%}.appRoot .offset-sm-6{margin-left:50%}.appRoot .offset-sm-7{margin-left:58.3333%}.appRoot .offset-sm-8{margin-left:66.6667%}.appRoot .offset-sm-9{margin-left:75%}.appRoot .offset-sm-10{margin-left:83.3333%}.appRoot .offset-sm-11{margin-left:91.6667%}.appRoot .g-sm-0,.appRoot .gx-sm-0{--bs-gutter-x:0}.appRoot .g-sm-0,.appRoot .gy-sm-0{--bs-gutter-y:0}.appRoot .g-sm-1,.appRoot .gx-sm-1{--bs-gutter-x:.25rem}.appRoot .g-sm-1,.appRoot .gy-sm-1{--bs-gutter-y:.25rem}.appRoot .g-sm-2,.appRoot .gx-sm-2{--bs-gutter-x:.5rem}.appRoot .g-sm-2,.appRoot .gy-sm-2{--bs-gutter-y:.5rem}.appRoot .g-sm-3,.appRoot .gx-sm-3{--bs-gutter-x:1rem}.appRoot .g-sm-3,.appRoot .gy-sm-3{--bs-gutter-y:1rem}.appRoot .g-sm-4,.appRoot .gx-sm-4{--bs-gutter-x:1.5rem}.appRoot .g-sm-4,.appRoot .gy-sm-4{--bs-gutter-y:1.5rem}.appRoot .g-sm-5,.appRoot .gx-sm-5{--bs-gutter-x:3rem}.appRoot .g-sm-5,.appRoot .gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.appRoot .col-md{flex:1 0 0}.appRoot .row-cols-md-auto>*{flex:none;width:auto}.appRoot .row-cols-md-1>*{flex:none;width:100%}.appRoot .row-cols-md-2>*{flex:none;width:50%}.appRoot .row-cols-md-3>*{flex:none;width:33.3333%}.appRoot .row-cols-md-4>*{flex:none;width:25%}.appRoot .row-cols-md-5>*{flex:none;width:20%}.appRoot .row-cols-md-6>*{flex:none;width:16.6667%}.appRoot .col-md-auto{flex:none;width:auto}.appRoot .col-md-1{flex:none;width:8.33333%}.appRoot .col-md-2{flex:none;width:16.6667%}.appRoot .col-md-3{flex:none;width:25%}.appRoot .col-md-4{flex:none;width:33.3333%}.appRoot .col-md-5{flex:none;width:41.6667%}.appRoot .col-md-6{flex:none;width:50%}.appRoot .col-md-7{flex:none;width:58.3333%}.appRoot .col-md-8{flex:none;width:66.6667%}.appRoot .col-md-9{flex:none;width:75%}.appRoot .col-md-10{flex:none;width:83.3333%}.appRoot .col-md-11{flex:none;width:91.6667%}.appRoot .col-md-12{flex:none;width:100%}.appRoot .offset-md-0{margin-left:0}.appRoot .offset-md-1{margin-left:8.33333%}.appRoot .offset-md-2{margin-left:16.6667%}.appRoot .offset-md-3{margin-left:25%}.appRoot .offset-md-4{margin-left:33.3333%}.appRoot .offset-md-5{margin-left:41.6667%}.appRoot .offset-md-6{margin-left:50%}.appRoot .offset-md-7{margin-left:58.3333%}.appRoot .offset-md-8{margin-left:66.6667%}.appRoot .offset-md-9{margin-left:75%}.appRoot .offset-md-10{margin-left:83.3333%}.appRoot .offset-md-11{margin-left:91.6667%}.appRoot .g-md-0,.appRoot .gx-md-0{--bs-gutter-x:0}.appRoot .g-md-0,.appRoot .gy-md-0{--bs-gutter-y:0}.appRoot .g-md-1,.appRoot .gx-md-1{--bs-gutter-x:.25rem}.appRoot .g-md-1,.appRoot .gy-md-1{--bs-gutter-y:.25rem}.appRoot .g-md-2,.appRoot .gx-md-2{--bs-gutter-x:.5rem}.appRoot .g-md-2,.appRoot .gy-md-2{--bs-gutter-y:.5rem}.appRoot .g-md-3,.appRoot .gx-md-3{--bs-gutter-x:1rem}.appRoot .g-md-3,.appRoot .gy-md-3{--bs-gutter-y:1rem}.appRoot .g-md-4,.appRoot .gx-md-4{--bs-gutter-x:1.5rem}.appRoot .g-md-4,.appRoot .gy-md-4{--bs-gutter-y:1.5rem}.appRoot .g-md-5,.appRoot .gx-md-5{--bs-gutter-x:3rem}.appRoot .g-md-5,.appRoot .gy-md-5{--bs-gutter-y:3rem}}@media (width>=992px){.appRoot .col-lg{flex:1 0 0}.appRoot .row-cols-lg-auto>*{flex:none;width:auto}.appRoot .row-cols-lg-1>*{flex:none;width:100%}.appRoot .row-cols-lg-2>*{flex:none;width:50%}.appRoot .row-cols-lg-3>*{flex:none;width:33.3333%}.appRoot .row-cols-lg-4>*{flex:none;width:25%}.appRoot .row-cols-lg-5>*{flex:none;width:20%}.appRoot .row-cols-lg-6>*{flex:none;width:16.6667%}.appRoot .col-lg-auto{flex:none;width:auto}.appRoot .col-lg-1{flex:none;width:8.33333%}.appRoot .col-lg-2{flex:none;width:16.6667%}.appRoot .col-lg-3{flex:none;width:25%}.appRoot .col-lg-4{flex:none;width:33.3333%}.appRoot .col-lg-5{flex:none;width:41.6667%}.appRoot .col-lg-6{flex:none;width:50%}.appRoot .col-lg-7{flex:none;width:58.3333%}.appRoot .col-lg-8{flex:none;width:66.6667%}.appRoot .col-lg-9{flex:none;width:75%}.appRoot .col-lg-10{flex:none;width:83.3333%}.appRoot .col-lg-11{flex:none;width:91.6667%}.appRoot .col-lg-12{flex:none;width:100%}.appRoot .offset-lg-0{margin-left:0}.appRoot .offset-lg-1{margin-left:8.33333%}.appRoot .offset-lg-2{margin-left:16.6667%}.appRoot .offset-lg-3{margin-left:25%}.appRoot .offset-lg-4{margin-left:33.3333%}.appRoot .offset-lg-5{margin-left:41.6667%}.appRoot .offset-lg-6{margin-left:50%}.appRoot .offset-lg-7{margin-left:58.3333%}.appRoot .offset-lg-8{margin-left:66.6667%}.appRoot .offset-lg-9{margin-left:75%}.appRoot .offset-lg-10{margin-left:83.3333%}.appRoot .offset-lg-11{margin-left:91.6667%}.appRoot .g-lg-0,.appRoot .gx-lg-0{--bs-gutter-x:0}.appRoot .g-lg-0,.appRoot .gy-lg-0{--bs-gutter-y:0}.appRoot .g-lg-1,.appRoot .gx-lg-1{--bs-gutter-x:.25rem}.appRoot .g-lg-1,.appRoot .gy-lg-1{--bs-gutter-y:.25rem}.appRoot .g-lg-2,.appRoot .gx-lg-2{--bs-gutter-x:.5rem}.appRoot .g-lg-2,.appRoot .gy-lg-2{--bs-gutter-y:.5rem}.appRoot .g-lg-3,.appRoot .gx-lg-3{--bs-gutter-x:1rem}.appRoot .g-lg-3,.appRoot .gy-lg-3{--bs-gutter-y:1rem}.appRoot .g-lg-4,.appRoot .gx-lg-4{--bs-gutter-x:1.5rem}.appRoot .g-lg-4,.appRoot .gy-lg-4{--bs-gutter-y:1.5rem}.appRoot .g-lg-5,.appRoot .gx-lg-5{--bs-gutter-x:3rem}.appRoot .g-lg-5,.appRoot .gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1200px){.appRoot .col-xl{flex:1 0 0}.appRoot .row-cols-xl-auto>*{flex:none;width:auto}.appRoot .row-cols-xl-1>*{flex:none;width:100%}.appRoot .row-cols-xl-2>*{flex:none;width:50%}.appRoot .row-cols-xl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xl-4>*{flex:none;width:25%}.appRoot .row-cols-xl-5>*{flex:none;width:20%}.appRoot .row-cols-xl-6>*{flex:none;width:16.6667%}.appRoot .col-xl-auto{flex:none;width:auto}.appRoot .col-xl-1{flex:none;width:8.33333%}.appRoot .col-xl-2{flex:none;width:16.6667%}.appRoot .col-xl-3{flex:none;width:25%}.appRoot .col-xl-4{flex:none;width:33.3333%}.appRoot .col-xl-5{flex:none;width:41.6667%}.appRoot .col-xl-6{flex:none;width:50%}.appRoot .col-xl-7{flex:none;width:58.3333%}.appRoot .col-xl-8{flex:none;width:66.6667%}.appRoot .col-xl-9{flex:none;width:75%}.appRoot .col-xl-10{flex:none;width:83.3333%}.appRoot .col-xl-11{flex:none;width:91.6667%}.appRoot .col-xl-12{flex:none;width:100%}.appRoot .offset-xl-0{margin-left:0}.appRoot .offset-xl-1{margin-left:8.33333%}.appRoot .offset-xl-2{margin-left:16.6667%}.appRoot .offset-xl-3{margin-left:25%}.appRoot .offset-xl-4{margin-left:33.3333%}.appRoot .offset-xl-5{margin-left:41.6667%}.appRoot .offset-xl-6{margin-left:50%}.appRoot .offset-xl-7{margin-left:58.3333%}.appRoot .offset-xl-8{margin-left:66.6667%}.appRoot .offset-xl-9{margin-left:75%}.appRoot .offset-xl-10{margin-left:83.3333%}.appRoot .offset-xl-11{margin-left:91.6667%}.appRoot .g-xl-0,.appRoot .gx-xl-0{--bs-gutter-x:0}.appRoot .g-xl-0,.appRoot .gy-xl-0{--bs-gutter-y:0}.appRoot .g-xl-1,.appRoot .gx-xl-1{--bs-gutter-x:.25rem}.appRoot .g-xl-1,.appRoot .gy-xl-1{--bs-gutter-y:.25rem}.appRoot .g-xl-2,.appRoot .gx-xl-2{--bs-gutter-x:.5rem}.appRoot .g-xl-2,.appRoot .gy-xl-2{--bs-gutter-y:.5rem}.appRoot .g-xl-3,.appRoot .gx-xl-3{--bs-gutter-x:1rem}.appRoot .g-xl-3,.appRoot .gy-xl-3{--bs-gutter-y:1rem}.appRoot .g-xl-4,.appRoot .gx-xl-4{--bs-gutter-x:1.5rem}.appRoot .g-xl-4,.appRoot .gy-xl-4{--bs-gutter-y:1.5rem}.appRoot .g-xl-5,.appRoot .gx-xl-5{--bs-gutter-x:3rem}.appRoot .g-xl-5,.appRoot .gy-xl-5{--bs-gutter-y:3rem}}@media (width>=1400px){.appRoot .col-xxl{flex:1 0 0}.appRoot .row-cols-xxl-auto>*{flex:none;width:auto}.appRoot .row-cols-xxl-1>*{flex:none;width:100%}.appRoot .row-cols-xxl-2>*{flex:none;width:50%}.appRoot .row-cols-xxl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xxl-4>*{flex:none;width:25%}.appRoot .row-cols-xxl-5>*{flex:none;width:20%}.appRoot .row-cols-xxl-6>*{flex:none;width:16.6667%}.appRoot .col-xxl-auto{flex:none;width:auto}.appRoot .col-xxl-1{flex:none;width:8.33333%}.appRoot .col-xxl-2{flex:none;width:16.6667%}.appRoot .col-xxl-3{flex:none;width:25%}.appRoot .col-xxl-4{flex:none;width:33.3333%}.appRoot .col-xxl-5{flex:none;width:41.6667%}.appRoot .col-xxl-6{flex:none;width:50%}.appRoot .col-xxl-7{flex:none;width:58.3333%}.appRoot .col-xxl-8{flex:none;width:66.6667%}.appRoot .col-xxl-9{flex:none;width:75%}.appRoot .col-xxl-10{flex:none;width:83.3333%}.appRoot .col-xxl-11{flex:none;width:91.6667%}.appRoot .col-xxl-12{flex:none;width:100%}.appRoot .offset-xxl-0{margin-left:0}.appRoot .offset-xxl-1{margin-left:8.33333%}.appRoot .offset-xxl-2{margin-left:16.6667%}.appRoot .offset-xxl-3{margin-left:25%}.appRoot .offset-xxl-4{margin-left:33.3333%}.appRoot .offset-xxl-5{margin-left:41.6667%}.appRoot .offset-xxl-6{margin-left:50%}.appRoot .offset-xxl-7{margin-left:58.3333%}.appRoot .offset-xxl-8{margin-left:66.6667%}.appRoot .offset-xxl-9{margin-left:75%}.appRoot .offset-xxl-10{margin-left:83.3333%}.appRoot .offset-xxl-11{margin-left:91.6667%}.appRoot .g-xxl-0,.appRoot .gx-xxl-0{--bs-gutter-x:0}.appRoot .g-xxl-0,.appRoot .gy-xxl-0{--bs-gutter-y:0}.appRoot .g-xxl-1,.appRoot .gx-xxl-1{--bs-gutter-x:.25rem}.appRoot .g-xxl-1,.appRoot .gy-xxl-1{--bs-gutter-y:.25rem}.appRoot .g-xxl-2,.appRoot .gx-xxl-2{--bs-gutter-x:.5rem}.appRoot .g-xxl-2,.appRoot .gy-xxl-2{--bs-gutter-y:.5rem}.appRoot .g-xxl-3,.appRoot .gx-xxl-3{--bs-gutter-x:1rem}.appRoot .g-xxl-3,.appRoot .gy-xxl-3{--bs-gutter-y:1rem}.appRoot .g-xxl-4,.appRoot .gx-xxl-4{--bs-gutter-x:1.5rem}.appRoot .g-xxl-4,.appRoot .gy-xxl-4{--bs-gutter-y:1.5rem}.appRoot .g-xxl-5,.appRoot .gx-xxl-5{--bs-gutter-x:3rem}.appRoot .g-xxl-5,.appRoot .gy-xxl-5{--bs-gutter-y:3rem}}@media (prefers-reduced-motion:reduce){.appRoot .form-control{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-control::file-selector-button{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-select{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-switch .form-check-input{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-webkit-slider-thumb{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-moz-range-thumb{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-floating>label{transition:none}}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:-webkit-any(.appRoot .form-floating>.form-control:-webkit-autofill,.appRoot .form-floating>.form-control-plaintext:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:is(.appRoot .form-floating>.form-control:autofill,.appRoot .form-floating>.form-control-plaintext:autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.appRoot .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}@media (prefers-reduced-motion:reduce){.appRoot .btn{transition:none}}.btn-check:checked+.appRoot .btn:focus-visible,:not(.btn-check)+.appRoot .btn:active:focus-visible,.appRoot .btn:first-child:active:focus-visible,.appRoot .btn.active:focus-visible,.appRoot .btn.show:focus-visible,.btn-check:checked:focus-visible+.appRoot .btn{box-shadow:var(--bs-btn-focus-box-shadow)}@keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.appRoot .spinner-border,.appRoot .spinner-grow{--bs-spinner-animation-speed:1.5s}}@media (width>=576px){.appRoot .card-group{flex-flow:wrap;display:flex}.appRoot .card-group>.card{flex:1 0 0;margin-bottom:0}.appRoot .card-group>.card+.card{border-left:0;margin-left:0}.appRoot .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-top,.appRoot .card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-bottom,.appRoot .card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.appRoot .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-top,.appRoot .card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-bottom,.appRoot .card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}@media (prefers-reduced-motion:reduce){.appRoot .icon-link>.bi{transition:none}}@media (width>=576px){.appRoot .sticky-sm-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.appRoot .sticky-md-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.appRoot .sticky-lg-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.appRoot .sticky-xl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.appRoot .sticky-xxl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}.appRoot .link-opacity-10,.appRoot .link-opacity-10-hover:hover{--bs-link-opacity:.1}.appRoot .link-opacity-25,.appRoot .link-opacity-25-hover:hover{--bs-link-opacity:.25}.appRoot .link-opacity-50,.appRoot .link-opacity-50-hover:hover{--bs-link-opacity:.5}.appRoot .link-opacity-75,.appRoot .link-opacity-75-hover:hover{--bs-link-opacity:.75}.appRoot .link-opacity-100,.appRoot .link-opacity-100-hover:hover{--bs-link-opacity:1}.appRoot .link-offset-1,.appRoot .link-offset-1-hover:hover{text-underline-offset:.125em!important}.appRoot .link-offset-2,.appRoot .link-offset-2-hover:hover{text-underline-offset:.25em!important}.appRoot .link-offset-3,.appRoot .link-offset-3-hover:hover{text-underline-offset:.375em!important}.appRoot .link-underline-opacity-0,.appRoot .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.appRoot .link-underline-opacity-10,.appRoot .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.appRoot .link-underline-opacity-25,.appRoot .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.appRoot .link-underline-opacity-50,.appRoot .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.appRoot .link-underline-opacity-75,.appRoot .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.appRoot .link-underline-opacity-100,.appRoot .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}@media (width>=576px){.appRoot .float-sm-start{float:left!important}.appRoot .float-sm-end{float:right!important}.appRoot .float-sm-none{float:none!important}.appRoot .object-fit-sm-contain{object-fit:contain!important}.appRoot .object-fit-sm-cover{object-fit:cover!important}.appRoot .object-fit-sm-fill{object-fit:fill!important}.appRoot .object-fit-sm-scale{object-fit:scale-down!important}.appRoot .object-fit-sm-none{object-fit:none!important}.appRoot .d-sm-inline{display:inline!important}.appRoot .d-sm-inline-block{display:inline-block!important}.appRoot .d-sm-block{display:block!important}.appRoot .d-sm-grid{display:grid!important}.appRoot .d-sm-inline-grid{display:inline-grid!important}.appRoot .d-sm-table{display:table!important}.appRoot .d-sm-table-row{display:table-row!important}.appRoot .d-sm-table-cell{display:table-cell!important}.appRoot .d-sm-flex{display:flex!important}.appRoot .d-sm-inline-flex{display:inline-flex!important}.appRoot .d-sm-none{display:none!important}.appRoot .flex-sm-fill{flex:auto!important}.appRoot .flex-sm-row{flex-direction:row!important}.appRoot .flex-sm-column{flex-direction:column!important}.appRoot .flex-sm-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-sm-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-sm-grow-0{flex-grow:0!important}.appRoot .flex-sm-grow-1{flex-grow:1!important}.appRoot .flex-sm-shrink-0{flex-shrink:0!important}.appRoot .flex-sm-shrink-1{flex-shrink:1!important}.appRoot .flex-sm-wrap{flex-wrap:wrap!important}.appRoot .flex-sm-nowrap{flex-wrap:nowrap!important}.appRoot .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-sm-start{justify-content:flex-start!important}.appRoot .justify-content-sm-end{justify-content:flex-end!important}.appRoot .justify-content-sm-center{justify-content:center!important}.appRoot .justify-content-sm-between{justify-content:space-between!important}.appRoot .justify-content-sm-around{justify-content:space-around!important}.appRoot .justify-content-sm-evenly{justify-content:space-evenly!important}.appRoot .align-items-sm-start{align-items:flex-start!important}.appRoot .align-items-sm-end{align-items:flex-end!important}.appRoot .align-items-sm-center{align-items:center!important}.appRoot .align-items-sm-baseline{align-items:baseline!important}.appRoot .align-items-sm-stretch{align-items:stretch!important}.appRoot .align-content-sm-start{align-content:flex-start!important}.appRoot .align-content-sm-end{align-content:flex-end!important}.appRoot .align-content-sm-center{align-content:center!important}.appRoot .align-content-sm-between{align-content:space-between!important}.appRoot .align-content-sm-around{align-content:space-around!important}.appRoot .align-content-sm-stretch{align-content:stretch!important}.appRoot .align-self-sm-auto{align-self:auto!important}.appRoot .align-self-sm-start{align-self:flex-start!important}.appRoot .align-self-sm-end{align-self:flex-end!important}.appRoot .align-self-sm-center{align-self:center!important}.appRoot .align-self-sm-baseline{align-self:baseline!important}.appRoot .align-self-sm-stretch{align-self:stretch!important}.appRoot .order-sm-first{order:-1!important}.appRoot .order-sm-0{order:0!important}.appRoot .order-sm-1{order:1!important}.appRoot .order-sm-2{order:2!important}.appRoot .order-sm-3{order:3!important}.appRoot .order-sm-4{order:4!important}.appRoot .order-sm-5{order:5!important}.appRoot .order-sm-last{order:6!important}.appRoot .m-sm-0{margin:0!important}.appRoot .m-sm-1{margin:.25rem!important}.appRoot .m-sm-2{margin:.5rem!important}.appRoot .m-sm-3{margin:1rem!important}.appRoot .m-sm-4{margin:1.5rem!important}.appRoot .m-sm-5{margin:3rem!important}.appRoot .m-sm-auto{margin:auto!important}.appRoot .mx-sm-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-sm-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-sm-0{margin-top:0!important}.appRoot .mt-sm-1{margin-top:.25rem!important}.appRoot .mt-sm-2{margin-top:.5rem!important}.appRoot .mt-sm-3{margin-top:1rem!important}.appRoot .mt-sm-4{margin-top:1.5rem!important}.appRoot .mt-sm-5{margin-top:3rem!important}.appRoot .mt-sm-auto{margin-top:auto!important}.appRoot .me-sm-0{margin-right:0!important}.appRoot .me-sm-1{margin-right:.25rem!important}.appRoot .me-sm-2{margin-right:.5rem!important}.appRoot .me-sm-3{margin-right:1rem!important}.appRoot .me-sm-4{margin-right:1.5rem!important}.appRoot .me-sm-5{margin-right:3rem!important}.appRoot .me-sm-auto{margin-right:auto!important}.appRoot .mb-sm-0{margin-bottom:0!important}.appRoot .mb-sm-1{margin-bottom:.25rem!important}.appRoot .mb-sm-2{margin-bottom:.5rem!important}.appRoot .mb-sm-3{margin-bottom:1rem!important}.appRoot .mb-sm-4{margin-bottom:1.5rem!important}.appRoot .mb-sm-5{margin-bottom:3rem!important}.appRoot .mb-sm-auto{margin-bottom:auto!important}.appRoot .ms-sm-0{margin-left:0!important}.appRoot .ms-sm-1{margin-left:.25rem!important}.appRoot .ms-sm-2{margin-left:.5rem!important}.appRoot .ms-sm-3{margin-left:1rem!important}.appRoot .ms-sm-4{margin-left:1.5rem!important}.appRoot .ms-sm-5{margin-left:3rem!important}.appRoot .ms-sm-auto{margin-left:auto!important}.appRoot .p-sm-0{padding:0!important}.appRoot .p-sm-1{padding:.25rem!important}.appRoot .p-sm-2{padding:.5rem!important}.appRoot .p-sm-3{padding:1rem!important}.appRoot .p-sm-4{padding:1.5rem!important}.appRoot .p-sm-5{padding:3rem!important}.appRoot .px-sm-0{padding-left:0!important;padding-right:0!important}.appRoot .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-sm-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-sm-0{padding-top:0!important}.appRoot .pt-sm-1{padding-top:.25rem!important}.appRoot .pt-sm-2{padding-top:.5rem!important}.appRoot .pt-sm-3{padding-top:1rem!important}.appRoot .pt-sm-4{padding-top:1.5rem!important}.appRoot .pt-sm-5{padding-top:3rem!important}.appRoot .pe-sm-0{padding-right:0!important}.appRoot .pe-sm-1{padding-right:.25rem!important}.appRoot .pe-sm-2{padding-right:.5rem!important}.appRoot .pe-sm-3{padding-right:1rem!important}.appRoot .pe-sm-4{padding-right:1.5rem!important}.appRoot .pe-sm-5{padding-right:3rem!important}.appRoot .pb-sm-0{padding-bottom:0!important}.appRoot .pb-sm-1{padding-bottom:.25rem!important}.appRoot .pb-sm-2{padding-bottom:.5rem!important}.appRoot .pb-sm-3{padding-bottom:1rem!important}.appRoot .pb-sm-4{padding-bottom:1.5rem!important}.appRoot .pb-sm-5{padding-bottom:3rem!important}.appRoot .ps-sm-0{padding-left:0!important}.appRoot .ps-sm-1{padding-left:.25rem!important}.appRoot .ps-sm-2{padding-left:.5rem!important}.appRoot .ps-sm-3{padding-left:1rem!important}.appRoot .ps-sm-4{padding-left:1.5rem!important}.appRoot .ps-sm-5{padding-left:3rem!important}.appRoot .gap-sm-0{gap:0!important}.appRoot .gap-sm-1{gap:.25rem!important}.appRoot .gap-sm-2{gap:.5rem!important}.appRoot .gap-sm-3{gap:1rem!important}.appRoot .gap-sm-4{gap:1.5rem!important}.appRoot .gap-sm-5{gap:3rem!important}.appRoot .row-gap-sm-0{row-gap:0!important}.appRoot .row-gap-sm-1{row-gap:.25rem!important}.appRoot .row-gap-sm-2{row-gap:.5rem!important}.appRoot .row-gap-sm-3{row-gap:1rem!important}.appRoot .row-gap-sm-4{row-gap:1.5rem!important}.appRoot .row-gap-sm-5{row-gap:3rem!important}.appRoot .column-gap-sm-0{column-gap:0!important}.appRoot .column-gap-sm-1{column-gap:.25rem!important}.appRoot .column-gap-sm-2{column-gap:.5rem!important}.appRoot .column-gap-sm-3{column-gap:1rem!important}.appRoot .column-gap-sm-4{column-gap:1.5rem!important}.appRoot .column-gap-sm-5{column-gap:3rem!important}.appRoot .text-sm-start{text-align:left!important}.appRoot .text-sm-end{text-align:right!important}.appRoot .text-sm-center{text-align:center!important}}@media (width>=768px){.appRoot .float-md-start{float:left!important}.appRoot .float-md-end{float:right!important}.appRoot .float-md-none{float:none!important}.appRoot .object-fit-md-contain{object-fit:contain!important}.appRoot .object-fit-md-cover{object-fit:cover!important}.appRoot .object-fit-md-fill{object-fit:fill!important}.appRoot .object-fit-md-scale{object-fit:scale-down!important}.appRoot .object-fit-md-none{object-fit:none!important}.appRoot .d-md-inline{display:inline!important}.appRoot .d-md-inline-block{display:inline-block!important}.appRoot .d-md-block{display:block!important}.appRoot .d-md-grid{display:grid!important}.appRoot .d-md-inline-grid{display:inline-grid!important}.appRoot .d-md-table{display:table!important}.appRoot .d-md-table-row{display:table-row!important}.appRoot .d-md-table-cell{display:table-cell!important}.appRoot .d-md-flex{display:flex!important}.appRoot .d-md-inline-flex{display:inline-flex!important}.appRoot .d-md-none{display:none!important}.appRoot .flex-md-fill{flex:auto!important}.appRoot .flex-md-row{flex-direction:row!important}.appRoot .flex-md-column{flex-direction:column!important}.appRoot .flex-md-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-md-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-md-grow-0{flex-grow:0!important}.appRoot .flex-md-grow-1{flex-grow:1!important}.appRoot .flex-md-shrink-0{flex-shrink:0!important}.appRoot .flex-md-shrink-1{flex-shrink:1!important}.appRoot .flex-md-wrap{flex-wrap:wrap!important}.appRoot .flex-md-nowrap{flex-wrap:nowrap!important}.appRoot .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-md-start{justify-content:flex-start!important}.appRoot .justify-content-md-end{justify-content:flex-end!important}.appRoot .justify-content-md-center{justify-content:center!important}.appRoot .justify-content-md-between{justify-content:space-between!important}.appRoot .justify-content-md-around{justify-content:space-around!important}.appRoot .justify-content-md-evenly{justify-content:space-evenly!important}.appRoot .align-items-md-start{align-items:flex-start!important}.appRoot .align-items-md-end{align-items:flex-end!important}.appRoot .align-items-md-center{align-items:center!important}.appRoot .align-items-md-baseline{align-items:baseline!important}.appRoot .align-items-md-stretch{align-items:stretch!important}.appRoot .align-content-md-start{align-content:flex-start!important}.appRoot .align-content-md-end{align-content:flex-end!important}.appRoot .align-content-md-center{align-content:center!important}.appRoot .align-content-md-between{align-content:space-between!important}.appRoot .align-content-md-around{align-content:space-around!important}.appRoot .align-content-md-stretch{align-content:stretch!important}.appRoot .align-self-md-auto{align-self:auto!important}.appRoot .align-self-md-start{align-self:flex-start!important}.appRoot .align-self-md-end{align-self:flex-end!important}.appRoot .align-self-md-center{align-self:center!important}.appRoot .align-self-md-baseline{align-self:baseline!important}.appRoot .align-self-md-stretch{align-self:stretch!important}.appRoot .order-md-first{order:-1!important}.appRoot .order-md-0{order:0!important}.appRoot .order-md-1{order:1!important}.appRoot .order-md-2{order:2!important}.appRoot .order-md-3{order:3!important}.appRoot .order-md-4{order:4!important}.appRoot .order-md-5{order:5!important}.appRoot .order-md-last{order:6!important}.appRoot .m-md-0{margin:0!important}.appRoot .m-md-1{margin:.25rem!important}.appRoot .m-md-2{margin:.5rem!important}.appRoot .m-md-3{margin:1rem!important}.appRoot .m-md-4{margin:1.5rem!important}.appRoot .m-md-5{margin:3rem!important}.appRoot .m-md-auto{margin:auto!important}.appRoot .mx-md-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-md-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-md-0{margin-top:0!important}.appRoot .mt-md-1{margin-top:.25rem!important}.appRoot .mt-md-2{margin-top:.5rem!important}.appRoot .mt-md-3{margin-top:1rem!important}.appRoot .mt-md-4{margin-top:1.5rem!important}.appRoot .mt-md-5{margin-top:3rem!important}.appRoot .mt-md-auto{margin-top:auto!important}.appRoot .me-md-0{margin-right:0!important}.appRoot .me-md-1{margin-right:.25rem!important}.appRoot .me-md-2{margin-right:.5rem!important}.appRoot .me-md-3{margin-right:1rem!important}.appRoot .me-md-4{margin-right:1.5rem!important}.appRoot .me-md-5{margin-right:3rem!important}.appRoot .me-md-auto{margin-right:auto!important}.appRoot .mb-md-0{margin-bottom:0!important}.appRoot .mb-md-1{margin-bottom:.25rem!important}.appRoot .mb-md-2{margin-bottom:.5rem!important}.appRoot .mb-md-3{margin-bottom:1rem!important}.appRoot .mb-md-4{margin-bottom:1.5rem!important}.appRoot .mb-md-5{margin-bottom:3rem!important}.appRoot .mb-md-auto{margin-bottom:auto!important}.appRoot .ms-md-0{margin-left:0!important}.appRoot .ms-md-1{margin-left:.25rem!important}.appRoot .ms-md-2{margin-left:.5rem!important}.appRoot .ms-md-3{margin-left:1rem!important}.appRoot .ms-md-4{margin-left:1.5rem!important}.appRoot .ms-md-5{margin-left:3rem!important}.appRoot .ms-md-auto{margin-left:auto!important}.appRoot .p-md-0{padding:0!important}.appRoot .p-md-1{padding:.25rem!important}.appRoot .p-md-2{padding:.5rem!important}.appRoot .p-md-3{padding:1rem!important}.appRoot .p-md-4{padding:1.5rem!important}.appRoot .p-md-5{padding:3rem!important}.appRoot .px-md-0{padding-left:0!important;padding-right:0!important}.appRoot .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-md-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-md-0{padding-top:0!important}.appRoot .pt-md-1{padding-top:.25rem!important}.appRoot .pt-md-2{padding-top:.5rem!important}.appRoot .pt-md-3{padding-top:1rem!important}.appRoot .pt-md-4{padding-top:1.5rem!important}.appRoot .pt-md-5{padding-top:3rem!important}.appRoot .pe-md-0{padding-right:0!important}.appRoot .pe-md-1{padding-right:.25rem!important}.appRoot .pe-md-2{padding-right:.5rem!important}.appRoot .pe-md-3{padding-right:1rem!important}.appRoot .pe-md-4{padding-right:1.5rem!important}.appRoot .pe-md-5{padding-right:3rem!important}.appRoot .pb-md-0{padding-bottom:0!important}.appRoot .pb-md-1{padding-bottom:.25rem!important}.appRoot .pb-md-2{padding-bottom:.5rem!important}.appRoot .pb-md-3{padding-bottom:1rem!important}.appRoot .pb-md-4{padding-bottom:1.5rem!important}.appRoot .pb-md-5{padding-bottom:3rem!important}.appRoot .ps-md-0{padding-left:0!important}.appRoot .ps-md-1{padding-left:.25rem!important}.appRoot .ps-md-2{padding-left:.5rem!important}.appRoot .ps-md-3{padding-left:1rem!important}.appRoot .ps-md-4{padding-left:1.5rem!important}.appRoot .ps-md-5{padding-left:3rem!important}.appRoot .gap-md-0{gap:0!important}.appRoot .gap-md-1{gap:.25rem!important}.appRoot .gap-md-2{gap:.5rem!important}.appRoot .gap-md-3{gap:1rem!important}.appRoot .gap-md-4{gap:1.5rem!important}.appRoot .gap-md-5{gap:3rem!important}.appRoot .row-gap-md-0{row-gap:0!important}.appRoot .row-gap-md-1{row-gap:.25rem!important}.appRoot .row-gap-md-2{row-gap:.5rem!important}.appRoot .row-gap-md-3{row-gap:1rem!important}.appRoot .row-gap-md-4{row-gap:1.5rem!important}.appRoot .row-gap-md-5{row-gap:3rem!important}.appRoot .column-gap-md-0{column-gap:0!important}.appRoot .column-gap-md-1{column-gap:.25rem!important}.appRoot .column-gap-md-2{column-gap:.5rem!important}.appRoot .column-gap-md-3{column-gap:1rem!important}.appRoot .column-gap-md-4{column-gap:1.5rem!important}.appRoot .column-gap-md-5{column-gap:3rem!important}.appRoot .text-md-start{text-align:left!important}.appRoot .text-md-end{text-align:right!important}.appRoot .text-md-center{text-align:center!important}}@media (width>=992px){.appRoot .float-lg-start{float:left!important}.appRoot .float-lg-end{float:right!important}.appRoot .float-lg-none{float:none!important}.appRoot .object-fit-lg-contain{object-fit:contain!important}.appRoot .object-fit-lg-cover{object-fit:cover!important}.appRoot .object-fit-lg-fill{object-fit:fill!important}.appRoot .object-fit-lg-scale{object-fit:scale-down!important}.appRoot .object-fit-lg-none{object-fit:none!important}.appRoot .d-lg-inline{display:inline!important}.appRoot .d-lg-inline-block{display:inline-block!important}.appRoot .d-lg-block{display:block!important}.appRoot .d-lg-grid{display:grid!important}.appRoot .d-lg-inline-grid{display:inline-grid!important}.appRoot .d-lg-table{display:table!important}.appRoot .d-lg-table-row{display:table-row!important}.appRoot .d-lg-table-cell{display:table-cell!important}.appRoot .d-lg-flex{display:flex!important}.appRoot .d-lg-inline-flex{display:inline-flex!important}.appRoot .d-lg-none{display:none!important}.appRoot .flex-lg-fill{flex:auto!important}.appRoot .flex-lg-row{flex-direction:row!important}.appRoot .flex-lg-column{flex-direction:column!important}.appRoot .flex-lg-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-lg-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-lg-grow-0{flex-grow:0!important}.appRoot .flex-lg-grow-1{flex-grow:1!important}.appRoot .flex-lg-shrink-0{flex-shrink:0!important}.appRoot .flex-lg-shrink-1{flex-shrink:1!important}.appRoot .flex-lg-wrap{flex-wrap:wrap!important}.appRoot .flex-lg-nowrap{flex-wrap:nowrap!important}.appRoot .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-lg-start{justify-content:flex-start!important}.appRoot .justify-content-lg-end{justify-content:flex-end!important}.appRoot .justify-content-lg-center{justify-content:center!important}.appRoot .justify-content-lg-between{justify-content:space-between!important}.appRoot .justify-content-lg-around{justify-content:space-around!important}.appRoot .justify-content-lg-evenly{justify-content:space-evenly!important}.appRoot .align-items-lg-start{align-items:flex-start!important}.appRoot .align-items-lg-end{align-items:flex-end!important}.appRoot .align-items-lg-center{align-items:center!important}.appRoot .align-items-lg-baseline{align-items:baseline!important}.appRoot .align-items-lg-stretch{align-items:stretch!important}.appRoot .align-content-lg-start{align-content:flex-start!important}.appRoot .align-content-lg-end{align-content:flex-end!important}.appRoot .align-content-lg-center{align-content:center!important}.appRoot .align-content-lg-between{align-content:space-between!important}.appRoot .align-content-lg-around{align-content:space-around!important}.appRoot .align-content-lg-stretch{align-content:stretch!important}.appRoot .align-self-lg-auto{align-self:auto!important}.appRoot .align-self-lg-start{align-self:flex-start!important}.appRoot .align-self-lg-end{align-self:flex-end!important}.appRoot .align-self-lg-center{align-self:center!important}.appRoot .align-self-lg-baseline{align-self:baseline!important}.appRoot .align-self-lg-stretch{align-self:stretch!important}.appRoot .order-lg-first{order:-1!important}.appRoot .order-lg-0{order:0!important}.appRoot .order-lg-1{order:1!important}.appRoot .order-lg-2{order:2!important}.appRoot .order-lg-3{order:3!important}.appRoot .order-lg-4{order:4!important}.appRoot .order-lg-5{order:5!important}.appRoot .order-lg-last{order:6!important}.appRoot .m-lg-0{margin:0!important}.appRoot .m-lg-1{margin:.25rem!important}.appRoot .m-lg-2{margin:.5rem!important}.appRoot .m-lg-3{margin:1rem!important}.appRoot .m-lg-4{margin:1.5rem!important}.appRoot .m-lg-5{margin:3rem!important}.appRoot .m-lg-auto{margin:auto!important}.appRoot .mx-lg-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-lg-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-lg-0{margin-top:0!important}.appRoot .mt-lg-1{margin-top:.25rem!important}.appRoot .mt-lg-2{margin-top:.5rem!important}.appRoot .mt-lg-3{margin-top:1rem!important}.appRoot .mt-lg-4{margin-top:1.5rem!important}.appRoot .mt-lg-5{margin-top:3rem!important}.appRoot .mt-lg-auto{margin-top:auto!important}.appRoot .me-lg-0{margin-right:0!important}.appRoot .me-lg-1{margin-right:.25rem!important}.appRoot .me-lg-2{margin-right:.5rem!important}.appRoot .me-lg-3{margin-right:1rem!important}.appRoot .me-lg-4{margin-right:1.5rem!important}.appRoot .me-lg-5{margin-right:3rem!important}.appRoot .me-lg-auto{margin-right:auto!important}.appRoot .mb-lg-0{margin-bottom:0!important}.appRoot .mb-lg-1{margin-bottom:.25rem!important}.appRoot .mb-lg-2{margin-bottom:.5rem!important}.appRoot .mb-lg-3{margin-bottom:1rem!important}.appRoot .mb-lg-4{margin-bottom:1.5rem!important}.appRoot .mb-lg-5{margin-bottom:3rem!important}.appRoot .mb-lg-auto{margin-bottom:auto!important}.appRoot .ms-lg-0{margin-left:0!important}.appRoot .ms-lg-1{margin-left:.25rem!important}.appRoot .ms-lg-2{margin-left:.5rem!important}.appRoot .ms-lg-3{margin-left:1rem!important}.appRoot .ms-lg-4{margin-left:1.5rem!important}.appRoot .ms-lg-5{margin-left:3rem!important}.appRoot .ms-lg-auto{margin-left:auto!important}.appRoot .p-lg-0{padding:0!important}.appRoot .p-lg-1{padding:.25rem!important}.appRoot .p-lg-2{padding:.5rem!important}.appRoot .p-lg-3{padding:1rem!important}.appRoot .p-lg-4{padding:1.5rem!important}.appRoot .p-lg-5{padding:3rem!important}.appRoot .px-lg-0{padding-left:0!important;padding-right:0!important}.appRoot .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-lg-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-lg-0{padding-top:0!important}.appRoot .pt-lg-1{padding-top:.25rem!important}.appRoot .pt-lg-2{padding-top:.5rem!important}.appRoot .pt-lg-3{padding-top:1rem!important}.appRoot .pt-lg-4{padding-top:1.5rem!important}.appRoot .pt-lg-5{padding-top:3rem!important}.appRoot .pe-lg-0{padding-right:0!important}.appRoot .pe-lg-1{padding-right:.25rem!important}.appRoot .pe-lg-2{padding-right:.5rem!important}.appRoot .pe-lg-3{padding-right:1rem!important}.appRoot .pe-lg-4{padding-right:1.5rem!important}.appRoot .pe-lg-5{padding-right:3rem!important}.appRoot .pb-lg-0{padding-bottom:0!important}.appRoot .pb-lg-1{padding-bottom:.25rem!important}.appRoot .pb-lg-2{padding-bottom:.5rem!important}.appRoot .pb-lg-3{padding-bottom:1rem!important}.appRoot .pb-lg-4{padding-bottom:1.5rem!important}.appRoot .pb-lg-5{padding-bottom:3rem!important}.appRoot .ps-lg-0{padding-left:0!important}.appRoot .ps-lg-1{padding-left:.25rem!important}.appRoot .ps-lg-2{padding-left:.5rem!important}.appRoot .ps-lg-3{padding-left:1rem!important}.appRoot .ps-lg-4{padding-left:1.5rem!important}.appRoot .ps-lg-5{padding-left:3rem!important}.appRoot .gap-lg-0{gap:0!important}.appRoot .gap-lg-1{gap:.25rem!important}.appRoot .gap-lg-2{gap:.5rem!important}.appRoot .gap-lg-3{gap:1rem!important}.appRoot .gap-lg-4{gap:1.5rem!important}.appRoot .gap-lg-5{gap:3rem!important}.appRoot .row-gap-lg-0{row-gap:0!important}.appRoot .row-gap-lg-1{row-gap:.25rem!important}.appRoot .row-gap-lg-2{row-gap:.5rem!important}.appRoot .row-gap-lg-3{row-gap:1rem!important}.appRoot .row-gap-lg-4{row-gap:1.5rem!important}.appRoot .row-gap-lg-5{row-gap:3rem!important}.appRoot .column-gap-lg-0{column-gap:0!important}.appRoot .column-gap-lg-1{column-gap:.25rem!important}.appRoot .column-gap-lg-2{column-gap:.5rem!important}.appRoot .column-gap-lg-3{column-gap:1rem!important}.appRoot .column-gap-lg-4{column-gap:1.5rem!important}.appRoot .column-gap-lg-5{column-gap:3rem!important}.appRoot .text-lg-start{text-align:left!important}.appRoot .text-lg-end{text-align:right!important}.appRoot .text-lg-center{text-align:center!important}}@media (width>=1200px){.appRoot .float-xl-start{float:left!important}.appRoot .float-xl-end{float:right!important}.appRoot .float-xl-none{float:none!important}.appRoot .object-fit-xl-contain{object-fit:contain!important}.appRoot .object-fit-xl-cover{object-fit:cover!important}.appRoot .object-fit-xl-fill{object-fit:fill!important}.appRoot .object-fit-xl-scale{object-fit:scale-down!important}.appRoot .object-fit-xl-none{object-fit:none!important}.appRoot .d-xl-inline{display:inline!important}.appRoot .d-xl-inline-block{display:inline-block!important}.appRoot .d-xl-block{display:block!important}.appRoot .d-xl-grid{display:grid!important}.appRoot .d-xl-inline-grid{display:inline-grid!important}.appRoot .d-xl-table{display:table!important}.appRoot .d-xl-table-row{display:table-row!important}.appRoot .d-xl-table-cell{display:table-cell!important}.appRoot .d-xl-flex{display:flex!important}.appRoot .d-xl-inline-flex{display:inline-flex!important}.appRoot .d-xl-none{display:none!important}.appRoot .flex-xl-fill{flex:auto!important}.appRoot .flex-xl-row{flex-direction:row!important}.appRoot .flex-xl-column{flex-direction:column!important}.appRoot .flex-xl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xl-grow-0{flex-grow:0!important}.appRoot .flex-xl-grow-1{flex-grow:1!important}.appRoot .flex-xl-shrink-0{flex-shrink:0!important}.appRoot .flex-xl-shrink-1{flex-shrink:1!important}.appRoot .flex-xl-wrap{flex-wrap:wrap!important}.appRoot .flex-xl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xl-start{justify-content:flex-start!important}.appRoot .justify-content-xl-end{justify-content:flex-end!important}.appRoot .justify-content-xl-center{justify-content:center!important}.appRoot .justify-content-xl-between{justify-content:space-between!important}.appRoot .justify-content-xl-around{justify-content:space-around!important}.appRoot .justify-content-xl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xl-start{align-items:flex-start!important}.appRoot .align-items-xl-end{align-items:flex-end!important}.appRoot .align-items-xl-center{align-items:center!important}.appRoot .align-items-xl-baseline{align-items:baseline!important}.appRoot .align-items-xl-stretch{align-items:stretch!important}.appRoot .align-content-xl-start{align-content:flex-start!important}.appRoot .align-content-xl-end{align-content:flex-end!important}.appRoot .align-content-xl-center{align-content:center!important}.appRoot .align-content-xl-between{align-content:space-between!important}.appRoot .align-content-xl-around{align-content:space-around!important}.appRoot .align-content-xl-stretch{align-content:stretch!important}.appRoot .align-self-xl-auto{align-self:auto!important}.appRoot .align-self-xl-start{align-self:flex-start!important}.appRoot .align-self-xl-end{align-self:flex-end!important}.appRoot .align-self-xl-center{align-self:center!important}.appRoot .align-self-xl-baseline{align-self:baseline!important}.appRoot .align-self-xl-stretch{align-self:stretch!important}.appRoot .order-xl-first{order:-1!important}.appRoot .order-xl-0{order:0!important}.appRoot .order-xl-1{order:1!important}.appRoot .order-xl-2{order:2!important}.appRoot .order-xl-3{order:3!important}.appRoot .order-xl-4{order:4!important}.appRoot .order-xl-5{order:5!important}.appRoot .order-xl-last{order:6!important}.appRoot .m-xl-0{margin:0!important}.appRoot .m-xl-1{margin:.25rem!important}.appRoot .m-xl-2{margin:.5rem!important}.appRoot .m-xl-3{margin:1rem!important}.appRoot .m-xl-4{margin:1.5rem!important}.appRoot .m-xl-5{margin:3rem!important}.appRoot .m-xl-auto{margin:auto!important}.appRoot .mx-xl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xl-0{margin-top:0!important}.appRoot .mt-xl-1{margin-top:.25rem!important}.appRoot .mt-xl-2{margin-top:.5rem!important}.appRoot .mt-xl-3{margin-top:1rem!important}.appRoot .mt-xl-4{margin-top:1.5rem!important}.appRoot .mt-xl-5{margin-top:3rem!important}.appRoot .mt-xl-auto{margin-top:auto!important}.appRoot .me-xl-0{margin-right:0!important}.appRoot .me-xl-1{margin-right:.25rem!important}.appRoot .me-xl-2{margin-right:.5rem!important}.appRoot .me-xl-3{margin-right:1rem!important}.appRoot .me-xl-4{margin-right:1.5rem!important}.appRoot .me-xl-5{margin-right:3rem!important}.appRoot .me-xl-auto{margin-right:auto!important}.appRoot .mb-xl-0{margin-bottom:0!important}.appRoot .mb-xl-1{margin-bottom:.25rem!important}.appRoot .mb-xl-2{margin-bottom:.5rem!important}.appRoot .mb-xl-3{margin-bottom:1rem!important}.appRoot .mb-xl-4{margin-bottom:1.5rem!important}.appRoot .mb-xl-5{margin-bottom:3rem!important}.appRoot .mb-xl-auto{margin-bottom:auto!important}.appRoot .ms-xl-0{margin-left:0!important}.appRoot .ms-xl-1{margin-left:.25rem!important}.appRoot .ms-xl-2{margin-left:.5rem!important}.appRoot .ms-xl-3{margin-left:1rem!important}.appRoot .ms-xl-4{margin-left:1.5rem!important}.appRoot .ms-xl-5{margin-left:3rem!important}.appRoot .ms-xl-auto{margin-left:auto!important}.appRoot .p-xl-0{padding:0!important}.appRoot .p-xl-1{padding:.25rem!important}.appRoot .p-xl-2{padding:.5rem!important}.appRoot .p-xl-3{padding:1rem!important}.appRoot .p-xl-4{padding:1.5rem!important}.appRoot .p-xl-5{padding:3rem!important}.appRoot .px-xl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xl-0{padding-top:0!important}.appRoot .pt-xl-1{padding-top:.25rem!important}.appRoot .pt-xl-2{padding-top:.5rem!important}.appRoot .pt-xl-3{padding-top:1rem!important}.appRoot .pt-xl-4{padding-top:1.5rem!important}.appRoot .pt-xl-5{padding-top:3rem!important}.appRoot .pe-xl-0{padding-right:0!important}.appRoot .pe-xl-1{padding-right:.25rem!important}.appRoot .pe-xl-2{padding-right:.5rem!important}.appRoot .pe-xl-3{padding-right:1rem!important}.appRoot .pe-xl-4{padding-right:1.5rem!important}.appRoot .pe-xl-5{padding-right:3rem!important}.appRoot .pb-xl-0{padding-bottom:0!important}.appRoot .pb-xl-1{padding-bottom:.25rem!important}.appRoot .pb-xl-2{padding-bottom:.5rem!important}.appRoot .pb-xl-3{padding-bottom:1rem!important}.appRoot .pb-xl-4{padding-bottom:1.5rem!important}.appRoot .pb-xl-5{padding-bottom:3rem!important}.appRoot .ps-xl-0{padding-left:0!important}.appRoot .ps-xl-1{padding-left:.25rem!important}.appRoot .ps-xl-2{padding-left:.5rem!important}.appRoot .ps-xl-3{padding-left:1rem!important}.appRoot .ps-xl-4{padding-left:1.5rem!important}.appRoot .ps-xl-5{padding-left:3rem!important}.appRoot .gap-xl-0{gap:0!important}.appRoot .gap-xl-1{gap:.25rem!important}.appRoot .gap-xl-2{gap:.5rem!important}.appRoot .gap-xl-3{gap:1rem!important}.appRoot .gap-xl-4{gap:1.5rem!important}.appRoot .gap-xl-5{gap:3rem!important}.appRoot .row-gap-xl-0{row-gap:0!important}.appRoot .row-gap-xl-1{row-gap:.25rem!important}.appRoot .row-gap-xl-2{row-gap:.5rem!important}.appRoot .row-gap-xl-3{row-gap:1rem!important}.appRoot .row-gap-xl-4{row-gap:1.5rem!important}.appRoot .row-gap-xl-5{row-gap:3rem!important}.appRoot .column-gap-xl-0{column-gap:0!important}.appRoot .column-gap-xl-1{column-gap:.25rem!important}.appRoot .column-gap-xl-2{column-gap:.5rem!important}.appRoot .column-gap-xl-3{column-gap:1rem!important}.appRoot .column-gap-xl-4{column-gap:1.5rem!important}.appRoot .column-gap-xl-5{column-gap:3rem!important}.appRoot .text-xl-start{text-align:left!important}.appRoot .text-xl-end{text-align:right!important}.appRoot .text-xl-center{text-align:center!important}}@media (width>=1400px){.appRoot .float-xxl-start{float:left!important}.appRoot .float-xxl-end{float:right!important}.appRoot .float-xxl-none{float:none!important}.appRoot .object-fit-xxl-contain{object-fit:contain!important}.appRoot .object-fit-xxl-cover{object-fit:cover!important}.appRoot .object-fit-xxl-fill{object-fit:fill!important}.appRoot .object-fit-xxl-scale{object-fit:scale-down!important}.appRoot .object-fit-xxl-none{object-fit:none!important}.appRoot .d-xxl-inline{display:inline!important}.appRoot .d-xxl-inline-block{display:inline-block!important}.appRoot .d-xxl-block{display:block!important}.appRoot .d-xxl-grid{display:grid!important}.appRoot .d-xxl-inline-grid{display:inline-grid!important}.appRoot .d-xxl-table{display:table!important}.appRoot .d-xxl-table-row{display:table-row!important}.appRoot .d-xxl-table-cell{display:table-cell!important}.appRoot .d-xxl-flex{display:flex!important}.appRoot .d-xxl-inline-flex{display:inline-flex!important}.appRoot .d-xxl-none{display:none!important}.appRoot .flex-xxl-fill{flex:auto!important}.appRoot .flex-xxl-row{flex-direction:row!important}.appRoot .flex-xxl-column{flex-direction:column!important}.appRoot .flex-xxl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xxl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xxl-grow-0{flex-grow:0!important}.appRoot .flex-xxl-grow-1{flex-grow:1!important}.appRoot .flex-xxl-shrink-0{flex-shrink:0!important}.appRoot .flex-xxl-shrink-1{flex-shrink:1!important}.appRoot .flex-xxl-wrap{flex-wrap:wrap!important}.appRoot .flex-xxl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xxl-start{justify-content:flex-start!important}.appRoot .justify-content-xxl-end{justify-content:flex-end!important}.appRoot .justify-content-xxl-center{justify-content:center!important}.appRoot .justify-content-xxl-between{justify-content:space-between!important}.appRoot .justify-content-xxl-around{justify-content:space-around!important}.appRoot .justify-content-xxl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xxl-start{align-items:flex-start!important}.appRoot .align-items-xxl-end{align-items:flex-end!important}.appRoot .align-items-xxl-center{align-items:center!important}.appRoot .align-items-xxl-baseline{align-items:baseline!important}.appRoot .align-items-xxl-stretch{align-items:stretch!important}.appRoot .align-content-xxl-start{align-content:flex-start!important}.appRoot .align-content-xxl-end{align-content:flex-end!important}.appRoot .align-content-xxl-center{align-content:center!important}.appRoot .align-content-xxl-between{align-content:space-between!important}.appRoot .align-content-xxl-around{align-content:space-around!important}.appRoot .align-content-xxl-stretch{align-content:stretch!important}.appRoot .align-self-xxl-auto{align-self:auto!important}.appRoot .align-self-xxl-start{align-self:flex-start!important}.appRoot .align-self-xxl-end{align-self:flex-end!important}.appRoot .align-self-xxl-center{align-self:center!important}.appRoot .align-self-xxl-baseline{align-self:baseline!important}.appRoot .align-self-xxl-stretch{align-self:stretch!important}.appRoot .order-xxl-first{order:-1!important}.appRoot .order-xxl-0{order:0!important}.appRoot .order-xxl-1{order:1!important}.appRoot .order-xxl-2{order:2!important}.appRoot .order-xxl-3{order:3!important}.appRoot .order-xxl-4{order:4!important}.appRoot .order-xxl-5{order:5!important}.appRoot .order-xxl-last{order:6!important}.appRoot .m-xxl-0{margin:0!important}.appRoot .m-xxl-1{margin:.25rem!important}.appRoot .m-xxl-2{margin:.5rem!important}.appRoot .m-xxl-3{margin:1rem!important}.appRoot .m-xxl-4{margin:1.5rem!important}.appRoot .m-xxl-5{margin:3rem!important}.appRoot .m-xxl-auto{margin:auto!important}.appRoot .mx-xxl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xxl-0{margin-top:0!important}.appRoot .mt-xxl-1{margin-top:.25rem!important}.appRoot .mt-xxl-2{margin-top:.5rem!important}.appRoot .mt-xxl-3{margin-top:1rem!important}.appRoot .mt-xxl-4{margin-top:1.5rem!important}.appRoot .mt-xxl-5{margin-top:3rem!important}.appRoot .mt-xxl-auto{margin-top:auto!important}.appRoot .me-xxl-0{margin-right:0!important}.appRoot .me-xxl-1{margin-right:.25rem!important}.appRoot .me-xxl-2{margin-right:.5rem!important}.appRoot .me-xxl-3{margin-right:1rem!important}.appRoot .me-xxl-4{margin-right:1.5rem!important}.appRoot .me-xxl-5{margin-right:3rem!important}.appRoot .me-xxl-auto{margin-right:auto!important}.appRoot .mb-xxl-0{margin-bottom:0!important}.appRoot .mb-xxl-1{margin-bottom:.25rem!important}.appRoot .mb-xxl-2{margin-bottom:.5rem!important}.appRoot .mb-xxl-3{margin-bottom:1rem!important}.appRoot .mb-xxl-4{margin-bottom:1.5rem!important}.appRoot .mb-xxl-5{margin-bottom:3rem!important}.appRoot .mb-xxl-auto{margin-bottom:auto!important}.appRoot .ms-xxl-0{margin-left:0!important}.appRoot .ms-xxl-1{margin-left:.25rem!important}.appRoot .ms-xxl-2{margin-left:.5rem!important}.appRoot .ms-xxl-3{margin-left:1rem!important}.appRoot .ms-xxl-4{margin-left:1.5rem!important}.appRoot .ms-xxl-5{margin-left:3rem!important}.appRoot .ms-xxl-auto{margin-left:auto!important}.appRoot .p-xxl-0{padding:0!important}.appRoot .p-xxl-1{padding:.25rem!important}.appRoot .p-xxl-2{padding:.5rem!important}.appRoot .p-xxl-3{padding:1rem!important}.appRoot .p-xxl-4{padding:1.5rem!important}.appRoot .p-xxl-5{padding:3rem!important}.appRoot .px-xxl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xxl-0{padding-top:0!important}.appRoot .pt-xxl-1{padding-top:.25rem!important}.appRoot .pt-xxl-2{padding-top:.5rem!important}.appRoot .pt-xxl-3{padding-top:1rem!important}.appRoot .pt-xxl-4{padding-top:1.5rem!important}.appRoot .pt-xxl-5{padding-top:3rem!important}.appRoot .pe-xxl-0{padding-right:0!important}.appRoot .pe-xxl-1{padding-right:.25rem!important}.appRoot .pe-xxl-2{padding-right:.5rem!important}.appRoot .pe-xxl-3{padding-right:1rem!important}.appRoot .pe-xxl-4{padding-right:1.5rem!important}.appRoot .pe-xxl-5{padding-right:3rem!important}.appRoot .pb-xxl-0{padding-bottom:0!important}.appRoot .pb-xxl-1{padding-bottom:.25rem!important}.appRoot .pb-xxl-2{padding-bottom:.5rem!important}.appRoot .pb-xxl-3{padding-bottom:1rem!important}.appRoot .pb-xxl-4{padding-bottom:1.5rem!important}.appRoot .pb-xxl-5{padding-bottom:3rem!important}.appRoot .ps-xxl-0{padding-left:0!important}.appRoot .ps-xxl-1{padding-left:.25rem!important}.appRoot .ps-xxl-2{padding-left:.5rem!important}.appRoot .ps-xxl-3{padding-left:1rem!important}.appRoot .ps-xxl-4{padding-left:1.5rem!important}.appRoot .ps-xxl-5{padding-left:3rem!important}.appRoot .gap-xxl-0{gap:0!important}.appRoot .gap-xxl-1{gap:.25rem!important}.appRoot .gap-xxl-2{gap:.5rem!important}.appRoot .gap-xxl-3{gap:1rem!important}.appRoot .gap-xxl-4{gap:1.5rem!important}.appRoot .gap-xxl-5{gap:3rem!important}.appRoot .row-gap-xxl-0{row-gap:0!important}.appRoot .row-gap-xxl-1{row-gap:.25rem!important}.appRoot .row-gap-xxl-2{row-gap:.5rem!important}.appRoot .row-gap-xxl-3{row-gap:1rem!important}.appRoot .row-gap-xxl-4{row-gap:1.5rem!important}.appRoot .row-gap-xxl-5{row-gap:3rem!important}.appRoot .column-gap-xxl-0{column-gap:0!important}.appRoot .column-gap-xxl-1{column-gap:.25rem!important}.appRoot .column-gap-xxl-2{column-gap:.5rem!important}.appRoot .column-gap-xxl-3{column-gap:1rem!important}.appRoot .column-gap-xxl-4{column-gap:1.5rem!important}.appRoot .column-gap-xxl-5{column-gap:3rem!important}.appRoot .text-xxl-start{text-align:left!important}.appRoot .text-xxl-end{text-align:right!important}.appRoot .text-xxl-center{text-align:center!important}}@media (width>=1200px){.appRoot .fs-1{font-size:2.5rem!important}.appRoot .fs-2{font-size:2rem!important}.appRoot .fs-3{font-size:1.75rem!important}.appRoot .fs-4{font-size:1.5rem!important}}@media print{.appRoot .d-print-inline{display:inline!important}.appRoot .d-print-inline-block{display:inline-block!important}.appRoot .d-print-block{display:block!important}.appRoot .d-print-grid{display:grid!important}.appRoot .d-print-inline-grid{display:inline-grid!important}.appRoot .d-print-table{display:table!important}.appRoot .d-print-table-row{display:table-row!important}.appRoot .d-print-table-cell{display:table-cell!important}.appRoot .d-print-flex{display:flex!important}.appRoot .d-print-inline-flex{display:inline-flex!important}.appRoot .d-print-none{display:none!important}}.iframeContainer[data-v-94ecfa7d],.iframeContainer[data-v-2d14f39f],.iframeContainer[data-v-f19df3e1],.iframeContainer[data-v-b6be9263],.iframeContainer[data-v-074f8f8c]{width:100%;height:300px}.signing-reason-screen[data-v-6f13d78f]{animation:.3s ease-out fadeIn-6f13d78f}@keyframes fadeIn-6f13d78f{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.is-invalid[data-v-6f13d78f]{border-color:#dc3545}.invalid-feedback[data-v-6f13d78f]{color:#dc3545;margin-top:.25rem;font-size:.875rem;display:block}.full-width-content .theme-default-content{max-width:100%}@media (prefers-reduced-motion:no-preference){.appRoot :root{scroll-behavior:smooth}}@media (width>=1200px){.appRoot h1,.appRoot .h1{font-size:2.5rem}}@media (width>=1200px){.appRoot h2,.appRoot .h2{font-size:2rem}}@media (width>=1200px){.appRoot h3,.appRoot .h3{font-size:1.75rem}}@media (width>=1200px){.appRoot h4,.appRoot .h4{font-size:1.5rem}}@media (width>=1200px){.appRoot legend{font-size:1.5rem}}.appRoot ::-webkit-datetime-edit-fields-wrapper{padding:0}.appRoot ::-webkit-datetime-edit-text{padding:0}.appRoot ::-webkit-datetime-edit-minute{padding:0}.appRoot ::-webkit-datetime-edit-hour-field{padding:0}.appRoot ::-webkit-datetime-edit-day-field{padding:0}.appRoot ::-webkit-datetime-edit-month-field{padding:0}.appRoot ::-webkit-datetime-edit-year-field{padding:0}@media (width>=1200px){.appRoot .display-1{font-size:5rem}}@media (width>=1200px){.appRoot .display-2{font-size:4.5rem}}@media (width>=1200px){.appRoot .display-3{font-size:4rem}}@media (width>=1200px){.appRoot .display-4{font-size:3.5rem}}@media (width>=1200px){.appRoot .display-5{font-size:3rem}}@media (width>=1200px){.appRoot .display-6{font-size:2.5rem}}.appRoot .list-unstyled,.appRoot .list-inline{padding-left:0;list-style:none}@media (width>=576px){.appRoot .container-sm,.appRoot .container{max-width:540px}}@media (width>=768px){.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:720px}}@media (width>=992px){.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:960px}}@media (width>=1200px){.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1140px}}@media (width>=1400px){.appRoot .container-xxl,.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1320px}}@media (width>=576px){.appRoot .col-sm{flex:1 0 0}.appRoot .row-cols-sm-auto>*{flex:none;width:auto}.appRoot .row-cols-sm-1>*{flex:none;width:100%}.appRoot .row-cols-sm-2>*{flex:none;width:50%}.appRoot .row-cols-sm-3>*{flex:none;width:33.3333%}.appRoot .row-cols-sm-4>*{flex:none;width:25%}.appRoot .row-cols-sm-5>*{flex:none;width:20%}.appRoot .row-cols-sm-6>*{flex:none;width:16.6667%}.appRoot .col-sm-auto{flex:none;width:auto}.appRoot .col-sm-1{flex:none;width:8.33333%}.appRoot .col-sm-2{flex:none;width:16.6667%}.appRoot .col-sm-3{flex:none;width:25%}.appRoot .col-sm-4{flex:none;width:33.3333%}.appRoot .col-sm-5{flex:none;width:41.6667%}.appRoot .col-sm-6{flex:none;width:50%}.appRoot .col-sm-7{flex:none;width:58.3333%}.appRoot .col-sm-8{flex:none;width:66.6667%}.appRoot .col-sm-9{flex:none;width:75%}.appRoot .col-sm-10{flex:none;width:83.3333%}.appRoot .col-sm-11{flex:none;width:91.6667%}.appRoot .col-sm-12{flex:none;width:100%}.appRoot .offset-sm-0{margin-left:0}.appRoot .offset-sm-1{margin-left:8.33333%}.appRoot .offset-sm-2{margin-left:16.6667%}.appRoot .offset-sm-3{margin-left:25%}.appRoot .offset-sm-4{margin-left:33.3333%}.appRoot .offset-sm-5{margin-left:41.6667%}.appRoot .offset-sm-6{margin-left:50%}.appRoot .offset-sm-7{margin-left:58.3333%}.appRoot .offset-sm-8{margin-left:66.6667%}.appRoot .offset-sm-9{margin-left:75%}.appRoot .offset-sm-10{margin-left:83.3333%}.appRoot .offset-sm-11{margin-left:91.6667%}.appRoot .g-sm-0,.appRoot .gx-sm-0{--bs-gutter-x:0}.appRoot .g-sm-0,.appRoot .gy-sm-0{--bs-gutter-y:0}.appRoot .g-sm-1,.appRoot .gx-sm-1{--bs-gutter-x:.25rem}.appRoot .g-sm-1,.appRoot .gy-sm-1{--bs-gutter-y:.25rem}.appRoot .g-sm-2,.appRoot .gx-sm-2{--bs-gutter-x:.5rem}.appRoot .g-sm-2,.appRoot .gy-sm-2{--bs-gutter-y:.5rem}.appRoot .g-sm-3,.appRoot .gx-sm-3{--bs-gutter-x:1rem}.appRoot .g-sm-3,.appRoot .gy-sm-3{--bs-gutter-y:1rem}.appRoot .g-sm-4,.appRoot .gx-sm-4{--bs-gutter-x:1.5rem}.appRoot .g-sm-4,.appRoot .gy-sm-4{--bs-gutter-y:1.5rem}.appRoot .g-sm-5,.appRoot .gx-sm-5{--bs-gutter-x:3rem}.appRoot .g-sm-5,.appRoot .gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.appRoot .col-md{flex:1 0 0}.appRoot .row-cols-md-auto>*{flex:none;width:auto}.appRoot .row-cols-md-1>*{flex:none;width:100%}.appRoot .row-cols-md-2>*{flex:none;width:50%}.appRoot .row-cols-md-3>*{flex:none;width:33.3333%}.appRoot .row-cols-md-4>*{flex:none;width:25%}.appRoot .row-cols-md-5>*{flex:none;width:20%}.appRoot .row-cols-md-6>*{flex:none;width:16.6667%}.appRoot .col-md-auto{flex:none;width:auto}.appRoot .col-md-1{flex:none;width:8.33333%}.appRoot .col-md-2{flex:none;width:16.6667%}.appRoot .col-md-3{flex:none;width:25%}.appRoot .col-md-4{flex:none;width:33.3333%}.appRoot .col-md-5{flex:none;width:41.6667%}.appRoot .col-md-6{flex:none;width:50%}.appRoot .col-md-7{flex:none;width:58.3333%}.appRoot .col-md-8{flex:none;width:66.6667%}.appRoot .col-md-9{flex:none;width:75%}.appRoot .col-md-10{flex:none;width:83.3333%}.appRoot .col-md-11{flex:none;width:91.6667%}.appRoot .col-md-12{flex:none;width:100%}.appRoot .offset-md-0{margin-left:0}.appRoot .offset-md-1{margin-left:8.33333%}.appRoot .offset-md-2{margin-left:16.6667%}.appRoot .offset-md-3{margin-left:25%}.appRoot .offset-md-4{margin-left:33.3333%}.appRoot .offset-md-5{margin-left:41.6667%}.appRoot .offset-md-6{margin-left:50%}.appRoot .offset-md-7{margin-left:58.3333%}.appRoot .offset-md-8{margin-left:66.6667%}.appRoot .offset-md-9{margin-left:75%}.appRoot .offset-md-10{margin-left:83.3333%}.appRoot .offset-md-11{margin-left:91.6667%}.appRoot .g-md-0,.appRoot .gx-md-0{--bs-gutter-x:0}.appRoot .g-md-0,.appRoot .gy-md-0{--bs-gutter-y:0}.appRoot .g-md-1,.appRoot .gx-md-1{--bs-gutter-x:.25rem}.appRoot .g-md-1,.appRoot .gy-md-1{--bs-gutter-y:.25rem}.appRoot .g-md-2,.appRoot .gx-md-2{--bs-gutter-x:.5rem}.appRoot .g-md-2,.appRoot .gy-md-2{--bs-gutter-y:.5rem}.appRoot .g-md-3,.appRoot .gx-md-3{--bs-gutter-x:1rem}.appRoot .g-md-3,.appRoot .gy-md-3{--bs-gutter-y:1rem}.appRoot .g-md-4,.appRoot .gx-md-4{--bs-gutter-x:1.5rem}.appRoot .g-md-4,.appRoot .gy-md-4{--bs-gutter-y:1.5rem}.appRoot .g-md-5,.appRoot .gx-md-5{--bs-gutter-x:3rem}.appRoot .g-md-5,.appRoot .gy-md-5{--bs-gutter-y:3rem}}@media (width>=992px){.appRoot .col-lg{flex:1 0 0}.appRoot .row-cols-lg-auto>*{flex:none;width:auto}.appRoot .row-cols-lg-1>*{flex:none;width:100%}.appRoot .row-cols-lg-2>*{flex:none;width:50%}.appRoot .row-cols-lg-3>*{flex:none;width:33.3333%}.appRoot .row-cols-lg-4>*{flex:none;width:25%}.appRoot .row-cols-lg-5>*{flex:none;width:20%}.appRoot .row-cols-lg-6>*{flex:none;width:16.6667%}.appRoot .col-lg-auto{flex:none;width:auto}.appRoot .col-lg-1{flex:none;width:8.33333%}.appRoot .col-lg-2{flex:none;width:16.6667%}.appRoot .col-lg-3{flex:none;width:25%}.appRoot .col-lg-4{flex:none;width:33.3333%}.appRoot .col-lg-5{flex:none;width:41.6667%}.appRoot .col-lg-6{flex:none;width:50%}.appRoot .col-lg-7{flex:none;width:58.3333%}.appRoot .col-lg-8{flex:none;width:66.6667%}.appRoot .col-lg-9{flex:none;width:75%}.appRoot .col-lg-10{flex:none;width:83.3333%}.appRoot .col-lg-11{flex:none;width:91.6667%}.appRoot .col-lg-12{flex:none;width:100%}.appRoot .offset-lg-0{margin-left:0}.appRoot .offset-lg-1{margin-left:8.33333%}.appRoot .offset-lg-2{margin-left:16.6667%}.appRoot .offset-lg-3{margin-left:25%}.appRoot .offset-lg-4{margin-left:33.3333%}.appRoot .offset-lg-5{margin-left:41.6667%}.appRoot .offset-lg-6{margin-left:50%}.appRoot .offset-lg-7{margin-left:58.3333%}.appRoot .offset-lg-8{margin-left:66.6667%}.appRoot .offset-lg-9{margin-left:75%}.appRoot .offset-lg-10{margin-left:83.3333%}.appRoot .offset-lg-11{margin-left:91.6667%}.appRoot .g-lg-0,.appRoot .gx-lg-0{--bs-gutter-x:0}.appRoot .g-lg-0,.appRoot .gy-lg-0{--bs-gutter-y:0}.appRoot .g-lg-1,.appRoot .gx-lg-1{--bs-gutter-x:.25rem}.appRoot .g-lg-1,.appRoot .gy-lg-1{--bs-gutter-y:.25rem}.appRoot .g-lg-2,.appRoot .gx-lg-2{--bs-gutter-x:.5rem}.appRoot .g-lg-2,.appRoot .gy-lg-2{--bs-gutter-y:.5rem}.appRoot .g-lg-3,.appRoot .gx-lg-3{--bs-gutter-x:1rem}.appRoot .g-lg-3,.appRoot .gy-lg-3{--bs-gutter-y:1rem}.appRoot .g-lg-4,.appRoot .gx-lg-4{--bs-gutter-x:1.5rem}.appRoot .g-lg-4,.appRoot .gy-lg-4{--bs-gutter-y:1.5rem}.appRoot .g-lg-5,.appRoot .gx-lg-5{--bs-gutter-x:3rem}.appRoot .g-lg-5,.appRoot .gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1200px){.appRoot .col-xl{flex:1 0 0}.appRoot .row-cols-xl-auto>*{flex:none;width:auto}.appRoot .row-cols-xl-1>*{flex:none;width:100%}.appRoot .row-cols-xl-2>*{flex:none;width:50%}.appRoot .row-cols-xl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xl-4>*{flex:none;width:25%}.appRoot .row-cols-xl-5>*{flex:none;width:20%}.appRoot .row-cols-xl-6>*{flex:none;width:16.6667%}.appRoot .col-xl-auto{flex:none;width:auto}.appRoot .col-xl-1{flex:none;width:8.33333%}.appRoot .col-xl-2{flex:none;width:16.6667%}.appRoot .col-xl-3{flex:none;width:25%}.appRoot .col-xl-4{flex:none;width:33.3333%}.appRoot .col-xl-5{flex:none;width:41.6667%}.appRoot .col-xl-6{flex:none;width:50%}.appRoot .col-xl-7{flex:none;width:58.3333%}.appRoot .col-xl-8{flex:none;width:66.6667%}.appRoot .col-xl-9{flex:none;width:75%}.appRoot .col-xl-10{flex:none;width:83.3333%}.appRoot .col-xl-11{flex:none;width:91.6667%}.appRoot .col-xl-12{flex:none;width:100%}.appRoot .offset-xl-0{margin-left:0}.appRoot .offset-xl-1{margin-left:8.33333%}.appRoot .offset-xl-2{margin-left:16.6667%}.appRoot .offset-xl-3{margin-left:25%}.appRoot .offset-xl-4{margin-left:33.3333%}.appRoot .offset-xl-5{margin-left:41.6667%}.appRoot .offset-xl-6{margin-left:50%}.appRoot .offset-xl-7{margin-left:58.3333%}.appRoot .offset-xl-8{margin-left:66.6667%}.appRoot .offset-xl-9{margin-left:75%}.appRoot .offset-xl-10{margin-left:83.3333%}.appRoot .offset-xl-11{margin-left:91.6667%}.appRoot .g-xl-0,.appRoot .gx-xl-0{--bs-gutter-x:0}.appRoot .g-xl-0,.appRoot .gy-xl-0{--bs-gutter-y:0}.appRoot .g-xl-1,.appRoot .gx-xl-1{--bs-gutter-x:.25rem}.appRoot .g-xl-1,.appRoot .gy-xl-1{--bs-gutter-y:.25rem}.appRoot .g-xl-2,.appRoot .gx-xl-2{--bs-gutter-x:.5rem}.appRoot .g-xl-2,.appRoot .gy-xl-2{--bs-gutter-y:.5rem}.appRoot .g-xl-3,.appRoot .gx-xl-3{--bs-gutter-x:1rem}.appRoot .g-xl-3,.appRoot .gy-xl-3{--bs-gutter-y:1rem}.appRoot .g-xl-4,.appRoot .gx-xl-4{--bs-gutter-x:1.5rem}.appRoot .g-xl-4,.appRoot .gy-xl-4{--bs-gutter-y:1.5rem}.appRoot .g-xl-5,.appRoot .gx-xl-5{--bs-gutter-x:3rem}.appRoot .g-xl-5,.appRoot .gy-xl-5{--bs-gutter-y:3rem}}@media (width>=1400px){.appRoot .col-xxl{flex:1 0 0}.appRoot .row-cols-xxl-auto>*{flex:none;width:auto}.appRoot .row-cols-xxl-1>*{flex:none;width:100%}.appRoot .row-cols-xxl-2>*{flex:none;width:50%}.appRoot .row-cols-xxl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xxl-4>*{flex:none;width:25%}.appRoot .row-cols-xxl-5>*{flex:none;width:20%}.appRoot .row-cols-xxl-6>*{flex:none;width:16.6667%}.appRoot .col-xxl-auto{flex:none;width:auto}.appRoot .col-xxl-1{flex:none;width:8.33333%}.appRoot .col-xxl-2{flex:none;width:16.6667%}.appRoot .col-xxl-3{flex:none;width:25%}.appRoot .col-xxl-4{flex:none;width:33.3333%}.appRoot .col-xxl-5{flex:none;width:41.6667%}.appRoot .col-xxl-6{flex:none;width:50%}.appRoot .col-xxl-7{flex:none;width:58.3333%}.appRoot .col-xxl-8{flex:none;width:66.6667%}.appRoot .col-xxl-9{flex:none;width:75%}.appRoot .col-xxl-10{flex:none;width:83.3333%}.appRoot .col-xxl-11{flex:none;width:91.6667%}.appRoot .col-xxl-12{flex:none;width:100%}.appRoot .offset-xxl-0{margin-left:0}.appRoot .offset-xxl-1{margin-left:8.33333%}.appRoot .offset-xxl-2{margin-left:16.6667%}.appRoot .offset-xxl-3{margin-left:25%}.appRoot .offset-xxl-4{margin-left:33.3333%}.appRoot .offset-xxl-5{margin-left:41.6667%}.appRoot .offset-xxl-6{margin-left:50%}.appRoot .offset-xxl-7{margin-left:58.3333%}.appRoot .offset-xxl-8{margin-left:66.6667%}.appRoot .offset-xxl-9{margin-left:75%}.appRoot .offset-xxl-10{margin-left:83.3333%}.appRoot .offset-xxl-11{margin-left:91.6667%}.appRoot .g-xxl-0,.appRoot .gx-xxl-0{--bs-gutter-x:0}.appRoot .g-xxl-0,.appRoot .gy-xxl-0{--bs-gutter-y:0}.appRoot .g-xxl-1,.appRoot .gx-xxl-1{--bs-gutter-x:.25rem}.appRoot .g-xxl-1,.appRoot .gy-xxl-1{--bs-gutter-y:.25rem}.appRoot .g-xxl-2,.appRoot .gx-xxl-2{--bs-gutter-x:.5rem}.appRoot .g-xxl-2,.appRoot .gy-xxl-2{--bs-gutter-y:.5rem}.appRoot .g-xxl-3,.appRoot .gx-xxl-3{--bs-gutter-x:1rem}.appRoot .g-xxl-3,.appRoot .gy-xxl-3{--bs-gutter-y:1rem}.appRoot .g-xxl-4,.appRoot .gx-xxl-4{--bs-gutter-x:1.5rem}.appRoot .g-xxl-4,.appRoot .gy-xxl-4{--bs-gutter-y:1.5rem}.appRoot .g-xxl-5,.appRoot .gx-xxl-5{--bs-gutter-x:3rem}.appRoot .g-xxl-5,.appRoot .gy-xxl-5{--bs-gutter-y:3rem}}@media (prefers-reduced-motion:reduce){.appRoot .form-control{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-control::file-selector-button{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-select{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-switch .form-check-input{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-webkit-slider-thumb{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-moz-range-thumb{transition:none}}@media (prefers-reduced-motion:reduce){.appRoot .form-floating>label{transition:none}}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:-webkit-any(.appRoot .form-floating>.form-control:-webkit-autofill,.appRoot .form-floating>.form-control-plaintext:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:is(.appRoot .form-floating>.form-control:autofill,.appRoot .form-floating>.form-control-plaintext:autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.appRoot .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}@media (prefers-reduced-motion:reduce){.appRoot .btn{transition:none}}.btn-check:checked+.appRoot .btn:focus-visible,:not(.btn-check)+.appRoot .btn:active:focus-visible,.appRoot .btn:first-child:active:focus-visible,.appRoot .btn.active:focus-visible,.appRoot .btn.show:focus-visible,.btn-check:checked:focus-visible+.appRoot .btn{box-shadow:var(--bs-btn-focus-box-shadow)}@media (prefers-reduced-motion:reduce){.appRoot .spinner-border,.appRoot .spinner-grow{--bs-spinner-animation-speed:1.5s}}@media (width>=576px){.appRoot .card-group{flex-flow:wrap;display:flex}.appRoot .card-group>.card{flex:1 0 0;margin-bottom:0}.appRoot .card-group>.card+.card{border-left:0;margin-left:0}.appRoot .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-top,.appRoot .card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-bottom,.appRoot .card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.appRoot .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-top,.appRoot .card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-bottom,.appRoot .card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}@media (prefers-reduced-motion:reduce){.appRoot .icon-link>.bi{transition:none}}@media (width>=576px){.appRoot .sticky-sm-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.appRoot .sticky-md-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.appRoot .sticky-lg-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.appRoot .sticky-xl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.appRoot .sticky-xxl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}.appRoot .link-opacity-10,.appRoot .link-opacity-10-hover:hover{--bs-link-opacity:.1}.appRoot .link-opacity-25,.appRoot .link-opacity-25-hover:hover{--bs-link-opacity:.25}.appRoot .link-opacity-50,.appRoot .link-opacity-50-hover:hover{--bs-link-opacity:.5}.appRoot .link-opacity-75,.appRoot .link-opacity-75-hover:hover{--bs-link-opacity:.75}.appRoot .link-opacity-100,.appRoot .link-opacity-100-hover:hover{--bs-link-opacity:1}.appRoot .link-offset-1,.appRoot .link-offset-1-hover:hover{text-underline-offset:.125em!important}.appRoot .link-offset-2,.appRoot .link-offset-2-hover:hover{text-underline-offset:.25em!important}.appRoot .link-offset-3,.appRoot .link-offset-3-hover:hover{text-underline-offset:.375em!important}.appRoot .link-underline-opacity-0,.appRoot .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.appRoot .link-underline-opacity-10,.appRoot .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.appRoot .link-underline-opacity-25,.appRoot .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.appRoot .link-underline-opacity-50,.appRoot .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.appRoot .link-underline-opacity-75,.appRoot .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.appRoot .link-underline-opacity-100,.appRoot .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}@media (width>=576px){.appRoot .float-sm-start{float:left!important}.appRoot .float-sm-end{float:right!important}.appRoot .float-sm-none{float:none!important}.appRoot .object-fit-sm-contain{object-fit:contain!important}.appRoot .object-fit-sm-cover{object-fit:cover!important}.appRoot .object-fit-sm-fill{object-fit:fill!important}.appRoot .object-fit-sm-scale{object-fit:scale-down!important}.appRoot .object-fit-sm-none{object-fit:none!important}.appRoot .d-sm-inline{display:inline!important}.appRoot .d-sm-inline-block{display:inline-block!important}.appRoot .d-sm-block{display:block!important}.appRoot .d-sm-grid{display:grid!important}.appRoot .d-sm-inline-grid{display:inline-grid!important}.appRoot .d-sm-table{display:table!important}.appRoot .d-sm-table-row{display:table-row!important}.appRoot .d-sm-table-cell{display:table-cell!important}.appRoot .d-sm-flex{display:flex!important}.appRoot .d-sm-inline-flex{display:inline-flex!important}.appRoot .d-sm-none{display:none!important}.appRoot .flex-sm-fill{flex:auto!important}.appRoot .flex-sm-row{flex-direction:row!important}.appRoot .flex-sm-column{flex-direction:column!important}.appRoot .flex-sm-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-sm-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-sm-grow-0{flex-grow:0!important}.appRoot .flex-sm-grow-1{flex-grow:1!important}.appRoot .flex-sm-shrink-0{flex-shrink:0!important}.appRoot .flex-sm-shrink-1{flex-shrink:1!important}.appRoot .flex-sm-wrap{flex-wrap:wrap!important}.appRoot .flex-sm-nowrap{flex-wrap:nowrap!important}.appRoot .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-sm-start{justify-content:flex-start!important}.appRoot .justify-content-sm-end{justify-content:flex-end!important}.appRoot .justify-content-sm-center{justify-content:center!important}.appRoot .justify-content-sm-between{justify-content:space-between!important}.appRoot .justify-content-sm-around{justify-content:space-around!important}.appRoot .justify-content-sm-evenly{justify-content:space-evenly!important}.appRoot .align-items-sm-start{align-items:flex-start!important}.appRoot .align-items-sm-end{align-items:flex-end!important}.appRoot .align-items-sm-center{align-items:center!important}.appRoot .align-items-sm-baseline{align-items:baseline!important}.appRoot .align-items-sm-stretch{align-items:stretch!important}.appRoot .align-content-sm-start{align-content:flex-start!important}.appRoot .align-content-sm-end{align-content:flex-end!important}.appRoot .align-content-sm-center{align-content:center!important}.appRoot .align-content-sm-between{align-content:space-between!important}.appRoot .align-content-sm-around{align-content:space-around!important}.appRoot .align-content-sm-stretch{align-content:stretch!important}.appRoot .align-self-sm-auto{align-self:auto!important}.appRoot .align-self-sm-start{align-self:flex-start!important}.appRoot .align-self-sm-end{align-self:flex-end!important}.appRoot .align-self-sm-center{align-self:center!important}.appRoot .align-self-sm-baseline{align-self:baseline!important}.appRoot .align-self-sm-stretch{align-self:stretch!important}.appRoot .order-sm-first{order:-1!important}.appRoot .order-sm-0{order:0!important}.appRoot .order-sm-1{order:1!important}.appRoot .order-sm-2{order:2!important}.appRoot .order-sm-3{order:3!important}.appRoot .order-sm-4{order:4!important}.appRoot .order-sm-5{order:5!important}.appRoot .order-sm-last{order:6!important}.appRoot .m-sm-0{margin:0!important}.appRoot .m-sm-1{margin:.25rem!important}.appRoot .m-sm-2{margin:.5rem!important}.appRoot .m-sm-3{margin:1rem!important}.appRoot .m-sm-4{margin:1.5rem!important}.appRoot .m-sm-5{margin:3rem!important}.appRoot .m-sm-auto{margin:auto!important}.appRoot .mx-sm-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-sm-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-sm-0{margin-top:0!important}.appRoot .mt-sm-1{margin-top:.25rem!important}.appRoot .mt-sm-2{margin-top:.5rem!important}.appRoot .mt-sm-3{margin-top:1rem!important}.appRoot .mt-sm-4{margin-top:1.5rem!important}.appRoot .mt-sm-5{margin-top:3rem!important}.appRoot .mt-sm-auto{margin-top:auto!important}.appRoot .me-sm-0{margin-right:0!important}.appRoot .me-sm-1{margin-right:.25rem!important}.appRoot .me-sm-2{margin-right:.5rem!important}.appRoot .me-sm-3{margin-right:1rem!important}.appRoot .me-sm-4{margin-right:1.5rem!important}.appRoot .me-sm-5{margin-right:3rem!important}.appRoot .me-sm-auto{margin-right:auto!important}.appRoot .mb-sm-0{margin-bottom:0!important}.appRoot .mb-sm-1{margin-bottom:.25rem!important}.appRoot .mb-sm-2{margin-bottom:.5rem!important}.appRoot .mb-sm-3{margin-bottom:1rem!important}.appRoot .mb-sm-4{margin-bottom:1.5rem!important}.appRoot .mb-sm-5{margin-bottom:3rem!important}.appRoot .mb-sm-auto{margin-bottom:auto!important}.appRoot .ms-sm-0{margin-left:0!important}.appRoot .ms-sm-1{margin-left:.25rem!important}.appRoot .ms-sm-2{margin-left:.5rem!important}.appRoot .ms-sm-3{margin-left:1rem!important}.appRoot .ms-sm-4{margin-left:1.5rem!important}.appRoot .ms-sm-5{margin-left:3rem!important}.appRoot .ms-sm-auto{margin-left:auto!important}.appRoot .p-sm-0{padding:0!important}.appRoot .p-sm-1{padding:.25rem!important}.appRoot .p-sm-2{padding:.5rem!important}.appRoot .p-sm-3{padding:1rem!important}.appRoot .p-sm-4{padding:1.5rem!important}.appRoot .p-sm-5{padding:3rem!important}.appRoot .px-sm-0{padding-left:0!important;padding-right:0!important}.appRoot .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-sm-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-sm-0{padding-top:0!important}.appRoot .pt-sm-1{padding-top:.25rem!important}.appRoot .pt-sm-2{padding-top:.5rem!important}.appRoot .pt-sm-3{padding-top:1rem!important}.appRoot .pt-sm-4{padding-top:1.5rem!important}.appRoot .pt-sm-5{padding-top:3rem!important}.appRoot .pe-sm-0{padding-right:0!important}.appRoot .pe-sm-1{padding-right:.25rem!important}.appRoot .pe-sm-2{padding-right:.5rem!important}.appRoot .pe-sm-3{padding-right:1rem!important}.appRoot .pe-sm-4{padding-right:1.5rem!important}.appRoot .pe-sm-5{padding-right:3rem!important}.appRoot .pb-sm-0{padding-bottom:0!important}.appRoot .pb-sm-1{padding-bottom:.25rem!important}.appRoot .pb-sm-2{padding-bottom:.5rem!important}.appRoot .pb-sm-3{padding-bottom:1rem!important}.appRoot .pb-sm-4{padding-bottom:1.5rem!important}.appRoot .pb-sm-5{padding-bottom:3rem!important}.appRoot .ps-sm-0{padding-left:0!important}.appRoot .ps-sm-1{padding-left:.25rem!important}.appRoot .ps-sm-2{padding-left:.5rem!important}.appRoot .ps-sm-3{padding-left:1rem!important}.appRoot .ps-sm-4{padding-left:1.5rem!important}.appRoot .ps-sm-5{padding-left:3rem!important}.appRoot .gap-sm-0{gap:0!important}.appRoot .gap-sm-1{gap:.25rem!important}.appRoot .gap-sm-2{gap:.5rem!important}.appRoot .gap-sm-3{gap:1rem!important}.appRoot .gap-sm-4{gap:1.5rem!important}.appRoot .gap-sm-5{gap:3rem!important}.appRoot .row-gap-sm-0{row-gap:0!important}.appRoot .row-gap-sm-1{row-gap:.25rem!important}.appRoot .row-gap-sm-2{row-gap:.5rem!important}.appRoot .row-gap-sm-3{row-gap:1rem!important}.appRoot .row-gap-sm-4{row-gap:1.5rem!important}.appRoot .row-gap-sm-5{row-gap:3rem!important}.appRoot .column-gap-sm-0{column-gap:0!important}.appRoot .column-gap-sm-1{column-gap:.25rem!important}.appRoot .column-gap-sm-2{column-gap:.5rem!important}.appRoot .column-gap-sm-3{column-gap:1rem!important}.appRoot .column-gap-sm-4{column-gap:1.5rem!important}.appRoot .column-gap-sm-5{column-gap:3rem!important}.appRoot .text-sm-start{text-align:left!important}.appRoot .text-sm-end{text-align:right!important}.appRoot .text-sm-center{text-align:center!important}}@media (width>=768px){.appRoot .float-md-start{float:left!important}.appRoot .float-md-end{float:right!important}.appRoot .float-md-none{float:none!important}.appRoot .object-fit-md-contain{object-fit:contain!important}.appRoot .object-fit-md-cover{object-fit:cover!important}.appRoot .object-fit-md-fill{object-fit:fill!important}.appRoot .object-fit-md-scale{object-fit:scale-down!important}.appRoot .object-fit-md-none{object-fit:none!important}.appRoot .d-md-inline{display:inline!important}.appRoot .d-md-inline-block{display:inline-block!important}.appRoot .d-md-block{display:block!important}.appRoot .d-md-grid{display:grid!important}.appRoot .d-md-inline-grid{display:inline-grid!important}.appRoot .d-md-table{display:table!important}.appRoot .d-md-table-row{display:table-row!important}.appRoot .d-md-table-cell{display:table-cell!important}.appRoot .d-md-flex{display:flex!important}.appRoot .d-md-inline-flex{display:inline-flex!important}.appRoot .d-md-none{display:none!important}.appRoot .flex-md-fill{flex:auto!important}.appRoot .flex-md-row{flex-direction:row!important}.appRoot .flex-md-column{flex-direction:column!important}.appRoot .flex-md-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-md-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-md-grow-0{flex-grow:0!important}.appRoot .flex-md-grow-1{flex-grow:1!important}.appRoot .flex-md-shrink-0{flex-shrink:0!important}.appRoot .flex-md-shrink-1{flex-shrink:1!important}.appRoot .flex-md-wrap{flex-wrap:wrap!important}.appRoot .flex-md-nowrap{flex-wrap:nowrap!important}.appRoot .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-md-start{justify-content:flex-start!important}.appRoot .justify-content-md-end{justify-content:flex-end!important}.appRoot .justify-content-md-center{justify-content:center!important}.appRoot .justify-content-md-between{justify-content:space-between!important}.appRoot .justify-content-md-around{justify-content:space-around!important}.appRoot .justify-content-md-evenly{justify-content:space-evenly!important}.appRoot .align-items-md-start{align-items:flex-start!important}.appRoot .align-items-md-end{align-items:flex-end!important}.appRoot .align-items-md-center{align-items:center!important}.appRoot .align-items-md-baseline{align-items:baseline!important}.appRoot .align-items-md-stretch{align-items:stretch!important}.appRoot .align-content-md-start{align-content:flex-start!important}.appRoot .align-content-md-end{align-content:flex-end!important}.appRoot .align-content-md-center{align-content:center!important}.appRoot .align-content-md-between{align-content:space-between!important}.appRoot .align-content-md-around{align-content:space-around!important}.appRoot .align-content-md-stretch{align-content:stretch!important}.appRoot .align-self-md-auto{align-self:auto!important}.appRoot .align-self-md-start{align-self:flex-start!important}.appRoot .align-self-md-end{align-self:flex-end!important}.appRoot .align-self-md-center{align-self:center!important}.appRoot .align-self-md-baseline{align-self:baseline!important}.appRoot .align-self-md-stretch{align-self:stretch!important}.appRoot .order-md-first{order:-1!important}.appRoot .order-md-0{order:0!important}.appRoot .order-md-1{order:1!important}.appRoot .order-md-2{order:2!important}.appRoot .order-md-3{order:3!important}.appRoot .order-md-4{order:4!important}.appRoot .order-md-5{order:5!important}.appRoot .order-md-last{order:6!important}.appRoot .m-md-0{margin:0!important}.appRoot .m-md-1{margin:.25rem!important}.appRoot .m-md-2{margin:.5rem!important}.appRoot .m-md-3{margin:1rem!important}.appRoot .m-md-4{margin:1.5rem!important}.appRoot .m-md-5{margin:3rem!important}.appRoot .m-md-auto{margin:auto!important}.appRoot .mx-md-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-md-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-md-0{margin-top:0!important}.appRoot .mt-md-1{margin-top:.25rem!important}.appRoot .mt-md-2{margin-top:.5rem!important}.appRoot .mt-md-3{margin-top:1rem!important}.appRoot .mt-md-4{margin-top:1.5rem!important}.appRoot .mt-md-5{margin-top:3rem!important}.appRoot .mt-md-auto{margin-top:auto!important}.appRoot .me-md-0{margin-right:0!important}.appRoot .me-md-1{margin-right:.25rem!important}.appRoot .me-md-2{margin-right:.5rem!important}.appRoot .me-md-3{margin-right:1rem!important}.appRoot .me-md-4{margin-right:1.5rem!important}.appRoot .me-md-5{margin-right:3rem!important}.appRoot .me-md-auto{margin-right:auto!important}.appRoot .mb-md-0{margin-bottom:0!important}.appRoot .mb-md-1{margin-bottom:.25rem!important}.appRoot .mb-md-2{margin-bottom:.5rem!important}.appRoot .mb-md-3{margin-bottom:1rem!important}.appRoot .mb-md-4{margin-bottom:1.5rem!important}.appRoot .mb-md-5{margin-bottom:3rem!important}.appRoot .mb-md-auto{margin-bottom:auto!important}.appRoot .ms-md-0{margin-left:0!important}.appRoot .ms-md-1{margin-left:.25rem!important}.appRoot .ms-md-2{margin-left:.5rem!important}.appRoot .ms-md-3{margin-left:1rem!important}.appRoot .ms-md-4{margin-left:1.5rem!important}.appRoot .ms-md-5{margin-left:3rem!important}.appRoot .ms-md-auto{margin-left:auto!important}.appRoot .p-md-0{padding:0!important}.appRoot .p-md-1{padding:.25rem!important}.appRoot .p-md-2{padding:.5rem!important}.appRoot .p-md-3{padding:1rem!important}.appRoot .p-md-4{padding:1.5rem!important}.appRoot .p-md-5{padding:3rem!important}.appRoot .px-md-0{padding-left:0!important;padding-right:0!important}.appRoot .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-md-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-md-0{padding-top:0!important}.appRoot .pt-md-1{padding-top:.25rem!important}.appRoot .pt-md-2{padding-top:.5rem!important}.appRoot .pt-md-3{padding-top:1rem!important}.appRoot .pt-md-4{padding-top:1.5rem!important}.appRoot .pt-md-5{padding-top:3rem!important}.appRoot .pe-md-0{padding-right:0!important}.appRoot .pe-md-1{padding-right:.25rem!important}.appRoot .pe-md-2{padding-right:.5rem!important}.appRoot .pe-md-3{padding-right:1rem!important}.appRoot .pe-md-4{padding-right:1.5rem!important}.appRoot .pe-md-5{padding-right:3rem!important}.appRoot .pb-md-0{padding-bottom:0!important}.appRoot .pb-md-1{padding-bottom:.25rem!important}.appRoot .pb-md-2{padding-bottom:.5rem!important}.appRoot .pb-md-3{padding-bottom:1rem!important}.appRoot .pb-md-4{padding-bottom:1.5rem!important}.appRoot .pb-md-5{padding-bottom:3rem!important}.appRoot .ps-md-0{padding-left:0!important}.appRoot .ps-md-1{padding-left:.25rem!important}.appRoot .ps-md-2{padding-left:.5rem!important}.appRoot .ps-md-3{padding-left:1rem!important}.appRoot .ps-md-4{padding-left:1.5rem!important}.appRoot .ps-md-5{padding-left:3rem!important}.appRoot .gap-md-0{gap:0!important}.appRoot .gap-md-1{gap:.25rem!important}.appRoot .gap-md-2{gap:.5rem!important}.appRoot .gap-md-3{gap:1rem!important}.appRoot .gap-md-4{gap:1.5rem!important}.appRoot .gap-md-5{gap:3rem!important}.appRoot .row-gap-md-0{row-gap:0!important}.appRoot .row-gap-md-1{row-gap:.25rem!important}.appRoot .row-gap-md-2{row-gap:.5rem!important}.appRoot .row-gap-md-3{row-gap:1rem!important}.appRoot .row-gap-md-4{row-gap:1.5rem!important}.appRoot .row-gap-md-5{row-gap:3rem!important}.appRoot .column-gap-md-0{column-gap:0!important}.appRoot .column-gap-md-1{column-gap:.25rem!important}.appRoot .column-gap-md-2{column-gap:.5rem!important}.appRoot .column-gap-md-3{column-gap:1rem!important}.appRoot .column-gap-md-4{column-gap:1.5rem!important}.appRoot .column-gap-md-5{column-gap:3rem!important}.appRoot .text-md-start{text-align:left!important}.appRoot .text-md-end{text-align:right!important}.appRoot .text-md-center{text-align:center!important}}@media (width>=992px){.appRoot .float-lg-start{float:left!important}.appRoot .float-lg-end{float:right!important}.appRoot .float-lg-none{float:none!important}.appRoot .object-fit-lg-contain{object-fit:contain!important}.appRoot .object-fit-lg-cover{object-fit:cover!important}.appRoot .object-fit-lg-fill{object-fit:fill!important}.appRoot .object-fit-lg-scale{object-fit:scale-down!important}.appRoot .object-fit-lg-none{object-fit:none!important}.appRoot .d-lg-inline{display:inline!important}.appRoot .d-lg-inline-block{display:inline-block!important}.appRoot .d-lg-block{display:block!important}.appRoot .d-lg-grid{display:grid!important}.appRoot .d-lg-inline-grid{display:inline-grid!important}.appRoot .d-lg-table{display:table!important}.appRoot .d-lg-table-row{display:table-row!important}.appRoot .d-lg-table-cell{display:table-cell!important}.appRoot .d-lg-flex{display:flex!important}.appRoot .d-lg-inline-flex{display:inline-flex!important}.appRoot .d-lg-none{display:none!important}.appRoot .flex-lg-fill{flex:auto!important}.appRoot .flex-lg-row{flex-direction:row!important}.appRoot .flex-lg-column{flex-direction:column!important}.appRoot .flex-lg-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-lg-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-lg-grow-0{flex-grow:0!important}.appRoot .flex-lg-grow-1{flex-grow:1!important}.appRoot .flex-lg-shrink-0{flex-shrink:0!important}.appRoot .flex-lg-shrink-1{flex-shrink:1!important}.appRoot .flex-lg-wrap{flex-wrap:wrap!important}.appRoot .flex-lg-nowrap{flex-wrap:nowrap!important}.appRoot .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-lg-start{justify-content:flex-start!important}.appRoot .justify-content-lg-end{justify-content:flex-end!important}.appRoot .justify-content-lg-center{justify-content:center!important}.appRoot .justify-content-lg-between{justify-content:space-between!important}.appRoot .justify-content-lg-around{justify-content:space-around!important}.appRoot .justify-content-lg-evenly{justify-content:space-evenly!important}.appRoot .align-items-lg-start{align-items:flex-start!important}.appRoot .align-items-lg-end{align-items:flex-end!important}.appRoot .align-items-lg-center{align-items:center!important}.appRoot .align-items-lg-baseline{align-items:baseline!important}.appRoot .align-items-lg-stretch{align-items:stretch!important}.appRoot .align-content-lg-start{align-content:flex-start!important}.appRoot .align-content-lg-end{align-content:flex-end!important}.appRoot .align-content-lg-center{align-content:center!important}.appRoot .align-content-lg-between{align-content:space-between!important}.appRoot .align-content-lg-around{align-content:space-around!important}.appRoot .align-content-lg-stretch{align-content:stretch!important}.appRoot .align-self-lg-auto{align-self:auto!important}.appRoot .align-self-lg-start{align-self:flex-start!important}.appRoot .align-self-lg-end{align-self:flex-end!important}.appRoot .align-self-lg-center{align-self:center!important}.appRoot .align-self-lg-baseline{align-self:baseline!important}.appRoot .align-self-lg-stretch{align-self:stretch!important}.appRoot .order-lg-first{order:-1!important}.appRoot .order-lg-0{order:0!important}.appRoot .order-lg-1{order:1!important}.appRoot .order-lg-2{order:2!important}.appRoot .order-lg-3{order:3!important}.appRoot .order-lg-4{order:4!important}.appRoot .order-lg-5{order:5!important}.appRoot .order-lg-last{order:6!important}.appRoot .m-lg-0{margin:0!important}.appRoot .m-lg-1{margin:.25rem!important}.appRoot .m-lg-2{margin:.5rem!important}.appRoot .m-lg-3{margin:1rem!important}.appRoot .m-lg-4{margin:1.5rem!important}.appRoot .m-lg-5{margin:3rem!important}.appRoot .m-lg-auto{margin:auto!important}.appRoot .mx-lg-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-lg-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-lg-0{margin-top:0!important}.appRoot .mt-lg-1{margin-top:.25rem!important}.appRoot .mt-lg-2{margin-top:.5rem!important}.appRoot .mt-lg-3{margin-top:1rem!important}.appRoot .mt-lg-4{margin-top:1.5rem!important}.appRoot .mt-lg-5{margin-top:3rem!important}.appRoot .mt-lg-auto{margin-top:auto!important}.appRoot .me-lg-0{margin-right:0!important}.appRoot .me-lg-1{margin-right:.25rem!important}.appRoot .me-lg-2{margin-right:.5rem!important}.appRoot .me-lg-3{margin-right:1rem!important}.appRoot .me-lg-4{margin-right:1.5rem!important}.appRoot .me-lg-5{margin-right:3rem!important}.appRoot .me-lg-auto{margin-right:auto!important}.appRoot .mb-lg-0{margin-bottom:0!important}.appRoot .mb-lg-1{margin-bottom:.25rem!important}.appRoot .mb-lg-2{margin-bottom:.5rem!important}.appRoot .mb-lg-3{margin-bottom:1rem!important}.appRoot .mb-lg-4{margin-bottom:1.5rem!important}.appRoot .mb-lg-5{margin-bottom:3rem!important}.appRoot .mb-lg-auto{margin-bottom:auto!important}.appRoot .ms-lg-0{margin-left:0!important}.appRoot .ms-lg-1{margin-left:.25rem!important}.appRoot .ms-lg-2{margin-left:.5rem!important}.appRoot .ms-lg-3{margin-left:1rem!important}.appRoot .ms-lg-4{margin-left:1.5rem!important}.appRoot .ms-lg-5{margin-left:3rem!important}.appRoot .ms-lg-auto{margin-left:auto!important}.appRoot .p-lg-0{padding:0!important}.appRoot .p-lg-1{padding:.25rem!important}.appRoot .p-lg-2{padding:.5rem!important}.appRoot .p-lg-3{padding:1rem!important}.appRoot .p-lg-4{padding:1.5rem!important}.appRoot .p-lg-5{padding:3rem!important}.appRoot .px-lg-0{padding-left:0!important;padding-right:0!important}.appRoot .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-lg-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-lg-0{padding-top:0!important}.appRoot .pt-lg-1{padding-top:.25rem!important}.appRoot .pt-lg-2{padding-top:.5rem!important}.appRoot .pt-lg-3{padding-top:1rem!important}.appRoot .pt-lg-4{padding-top:1.5rem!important}.appRoot .pt-lg-5{padding-top:3rem!important}.appRoot .pe-lg-0{padding-right:0!important}.appRoot .pe-lg-1{padding-right:.25rem!important}.appRoot .pe-lg-2{padding-right:.5rem!important}.appRoot .pe-lg-3{padding-right:1rem!important}.appRoot .pe-lg-4{padding-right:1.5rem!important}.appRoot .pe-lg-5{padding-right:3rem!important}.appRoot .pb-lg-0{padding-bottom:0!important}.appRoot .pb-lg-1{padding-bottom:.25rem!important}.appRoot .pb-lg-2{padding-bottom:.5rem!important}.appRoot .pb-lg-3{padding-bottom:1rem!important}.appRoot .pb-lg-4{padding-bottom:1.5rem!important}.appRoot .pb-lg-5{padding-bottom:3rem!important}.appRoot .ps-lg-0{padding-left:0!important}.appRoot .ps-lg-1{padding-left:.25rem!important}.appRoot .ps-lg-2{padding-left:.5rem!important}.appRoot .ps-lg-3{padding-left:1rem!important}.appRoot .ps-lg-4{padding-left:1.5rem!important}.appRoot .ps-lg-5{padding-left:3rem!important}.appRoot .gap-lg-0{gap:0!important}.appRoot .gap-lg-1{gap:.25rem!important}.appRoot .gap-lg-2{gap:.5rem!important}.appRoot .gap-lg-3{gap:1rem!important}.appRoot .gap-lg-4{gap:1.5rem!important}.appRoot .gap-lg-5{gap:3rem!important}.appRoot .row-gap-lg-0{row-gap:0!important}.appRoot .row-gap-lg-1{row-gap:.25rem!important}.appRoot .row-gap-lg-2{row-gap:.5rem!important}.appRoot .row-gap-lg-3{row-gap:1rem!important}.appRoot .row-gap-lg-4{row-gap:1.5rem!important}.appRoot .row-gap-lg-5{row-gap:3rem!important}.appRoot .column-gap-lg-0{column-gap:0!important}.appRoot .column-gap-lg-1{column-gap:.25rem!important}.appRoot .column-gap-lg-2{column-gap:.5rem!important}.appRoot .column-gap-lg-3{column-gap:1rem!important}.appRoot .column-gap-lg-4{column-gap:1.5rem!important}.appRoot .column-gap-lg-5{column-gap:3rem!important}.appRoot .text-lg-start{text-align:left!important}.appRoot .text-lg-end{text-align:right!important}.appRoot .text-lg-center{text-align:center!important}}@media (width>=1200px){.appRoot .float-xl-start{float:left!important}.appRoot .float-xl-end{float:right!important}.appRoot .float-xl-none{float:none!important}.appRoot .object-fit-xl-contain{object-fit:contain!important}.appRoot .object-fit-xl-cover{object-fit:cover!important}.appRoot .object-fit-xl-fill{object-fit:fill!important}.appRoot .object-fit-xl-scale{object-fit:scale-down!important}.appRoot .object-fit-xl-none{object-fit:none!important}.appRoot .d-xl-inline{display:inline!important}.appRoot .d-xl-inline-block{display:inline-block!important}.appRoot .d-xl-block{display:block!important}.appRoot .d-xl-grid{display:grid!important}.appRoot .d-xl-inline-grid{display:inline-grid!important}.appRoot .d-xl-table{display:table!important}.appRoot .d-xl-table-row{display:table-row!important}.appRoot .d-xl-table-cell{display:table-cell!important}.appRoot .d-xl-flex{display:flex!important}.appRoot .d-xl-inline-flex{display:inline-flex!important}.appRoot .d-xl-none{display:none!important}.appRoot .flex-xl-fill{flex:auto!important}.appRoot .flex-xl-row{flex-direction:row!important}.appRoot .flex-xl-column{flex-direction:column!important}.appRoot .flex-xl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xl-grow-0{flex-grow:0!important}.appRoot .flex-xl-grow-1{flex-grow:1!important}.appRoot .flex-xl-shrink-0{flex-shrink:0!important}.appRoot .flex-xl-shrink-1{flex-shrink:1!important}.appRoot .flex-xl-wrap{flex-wrap:wrap!important}.appRoot .flex-xl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xl-start{justify-content:flex-start!important}.appRoot .justify-content-xl-end{justify-content:flex-end!important}.appRoot .justify-content-xl-center{justify-content:center!important}.appRoot .justify-content-xl-between{justify-content:space-between!important}.appRoot .justify-content-xl-around{justify-content:space-around!important}.appRoot .justify-content-xl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xl-start{align-items:flex-start!important}.appRoot .align-items-xl-end{align-items:flex-end!important}.appRoot .align-items-xl-center{align-items:center!important}.appRoot .align-items-xl-baseline{align-items:baseline!important}.appRoot .align-items-xl-stretch{align-items:stretch!important}.appRoot .align-content-xl-start{align-content:flex-start!important}.appRoot .align-content-xl-end{align-content:flex-end!important}.appRoot .align-content-xl-center{align-content:center!important}.appRoot .align-content-xl-between{align-content:space-between!important}.appRoot .align-content-xl-around{align-content:space-around!important}.appRoot .align-content-xl-stretch{align-content:stretch!important}.appRoot .align-self-xl-auto{align-self:auto!important}.appRoot .align-self-xl-start{align-self:flex-start!important}.appRoot .align-self-xl-end{align-self:flex-end!important}.appRoot .align-self-xl-center{align-self:center!important}.appRoot .align-self-xl-baseline{align-self:baseline!important}.appRoot .align-self-xl-stretch{align-self:stretch!important}.appRoot .order-xl-first{order:-1!important}.appRoot .order-xl-0{order:0!important}.appRoot .order-xl-1{order:1!important}.appRoot .order-xl-2{order:2!important}.appRoot .order-xl-3{order:3!important}.appRoot .order-xl-4{order:4!important}.appRoot .order-xl-5{order:5!important}.appRoot .order-xl-last{order:6!important}.appRoot .m-xl-0{margin:0!important}.appRoot .m-xl-1{margin:.25rem!important}.appRoot .m-xl-2{margin:.5rem!important}.appRoot .m-xl-3{margin:1rem!important}.appRoot .m-xl-4{margin:1.5rem!important}.appRoot .m-xl-5{margin:3rem!important}.appRoot .m-xl-auto{margin:auto!important}.appRoot .mx-xl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xl-0{margin-top:0!important}.appRoot .mt-xl-1{margin-top:.25rem!important}.appRoot .mt-xl-2{margin-top:.5rem!important}.appRoot .mt-xl-3{margin-top:1rem!important}.appRoot .mt-xl-4{margin-top:1.5rem!important}.appRoot .mt-xl-5{margin-top:3rem!important}.appRoot .mt-xl-auto{margin-top:auto!important}.appRoot .me-xl-0{margin-right:0!important}.appRoot .me-xl-1{margin-right:.25rem!important}.appRoot .me-xl-2{margin-right:.5rem!important}.appRoot .me-xl-3{margin-right:1rem!important}.appRoot .me-xl-4{margin-right:1.5rem!important}.appRoot .me-xl-5{margin-right:3rem!important}.appRoot .me-xl-auto{margin-right:auto!important}.appRoot .mb-xl-0{margin-bottom:0!important}.appRoot .mb-xl-1{margin-bottom:.25rem!important}.appRoot .mb-xl-2{margin-bottom:.5rem!important}.appRoot .mb-xl-3{margin-bottom:1rem!important}.appRoot .mb-xl-4{margin-bottom:1.5rem!important}.appRoot .mb-xl-5{margin-bottom:3rem!important}.appRoot .mb-xl-auto{margin-bottom:auto!important}.appRoot .ms-xl-0{margin-left:0!important}.appRoot .ms-xl-1{margin-left:.25rem!important}.appRoot .ms-xl-2{margin-left:.5rem!important}.appRoot .ms-xl-3{margin-left:1rem!important}.appRoot .ms-xl-4{margin-left:1.5rem!important}.appRoot .ms-xl-5{margin-left:3rem!important}.appRoot .ms-xl-auto{margin-left:auto!important}.appRoot .p-xl-0{padding:0!important}.appRoot .p-xl-1{padding:.25rem!important}.appRoot .p-xl-2{padding:.5rem!important}.appRoot .p-xl-3{padding:1rem!important}.appRoot .p-xl-4{padding:1.5rem!important}.appRoot .p-xl-5{padding:3rem!important}.appRoot .px-xl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xl-0{padding-top:0!important}.appRoot .pt-xl-1{padding-top:.25rem!important}.appRoot .pt-xl-2{padding-top:.5rem!important}.appRoot .pt-xl-3{padding-top:1rem!important}.appRoot .pt-xl-4{padding-top:1.5rem!important}.appRoot .pt-xl-5{padding-top:3rem!important}.appRoot .pe-xl-0{padding-right:0!important}.appRoot .pe-xl-1{padding-right:.25rem!important}.appRoot .pe-xl-2{padding-right:.5rem!important}.appRoot .pe-xl-3{padding-right:1rem!important}.appRoot .pe-xl-4{padding-right:1.5rem!important}.appRoot .pe-xl-5{padding-right:3rem!important}.appRoot .pb-xl-0{padding-bottom:0!important}.appRoot .pb-xl-1{padding-bottom:.25rem!important}.appRoot .pb-xl-2{padding-bottom:.5rem!important}.appRoot .pb-xl-3{padding-bottom:1rem!important}.appRoot .pb-xl-4{padding-bottom:1.5rem!important}.appRoot .pb-xl-5{padding-bottom:3rem!important}.appRoot .ps-xl-0{padding-left:0!important}.appRoot .ps-xl-1{padding-left:.25rem!important}.appRoot .ps-xl-2{padding-left:.5rem!important}.appRoot .ps-xl-3{padding-left:1rem!important}.appRoot .ps-xl-4{padding-left:1.5rem!important}.appRoot .ps-xl-5{padding-left:3rem!important}.appRoot .gap-xl-0{gap:0!important}.appRoot .gap-xl-1{gap:.25rem!important}.appRoot .gap-xl-2{gap:.5rem!important}.appRoot .gap-xl-3{gap:1rem!important}.appRoot .gap-xl-4{gap:1.5rem!important}.appRoot .gap-xl-5{gap:3rem!important}.appRoot .row-gap-xl-0{row-gap:0!important}.appRoot .row-gap-xl-1{row-gap:.25rem!important}.appRoot .row-gap-xl-2{row-gap:.5rem!important}.appRoot .row-gap-xl-3{row-gap:1rem!important}.appRoot .row-gap-xl-4{row-gap:1.5rem!important}.appRoot .row-gap-xl-5{row-gap:3rem!important}.appRoot .column-gap-xl-0{column-gap:0!important}.appRoot .column-gap-xl-1{column-gap:.25rem!important}.appRoot .column-gap-xl-2{column-gap:.5rem!important}.appRoot .column-gap-xl-3{column-gap:1rem!important}.appRoot .column-gap-xl-4{column-gap:1.5rem!important}.appRoot .column-gap-xl-5{column-gap:3rem!important}.appRoot .text-xl-start{text-align:left!important}.appRoot .text-xl-end{text-align:right!important}.appRoot .text-xl-center{text-align:center!important}}@media (width>=1400px){.appRoot .float-xxl-start{float:left!important}.appRoot .float-xxl-end{float:right!important}.appRoot .float-xxl-none{float:none!important}.appRoot .object-fit-xxl-contain{object-fit:contain!important}.appRoot .object-fit-xxl-cover{object-fit:cover!important}.appRoot .object-fit-xxl-fill{object-fit:fill!important}.appRoot .object-fit-xxl-scale{object-fit:scale-down!important}.appRoot .object-fit-xxl-none{object-fit:none!important}.appRoot .d-xxl-inline{display:inline!important}.appRoot .d-xxl-inline-block{display:inline-block!important}.appRoot .d-xxl-block{display:block!important}.appRoot .d-xxl-grid{display:grid!important}.appRoot .d-xxl-inline-grid{display:inline-grid!important}.appRoot .d-xxl-table{display:table!important}.appRoot .d-xxl-table-row{display:table-row!important}.appRoot .d-xxl-table-cell{display:table-cell!important}.appRoot .d-xxl-flex{display:flex!important}.appRoot .d-xxl-inline-flex{display:inline-flex!important}.appRoot .d-xxl-none{display:none!important}.appRoot .flex-xxl-fill{flex:auto!important}.appRoot .flex-xxl-row{flex-direction:row!important}.appRoot .flex-xxl-column{flex-direction:column!important}.appRoot .flex-xxl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xxl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xxl-grow-0{flex-grow:0!important}.appRoot .flex-xxl-grow-1{flex-grow:1!important}.appRoot .flex-xxl-shrink-0{flex-shrink:0!important}.appRoot .flex-xxl-shrink-1{flex-shrink:1!important}.appRoot .flex-xxl-wrap{flex-wrap:wrap!important}.appRoot .flex-xxl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xxl-start{justify-content:flex-start!important}.appRoot .justify-content-xxl-end{justify-content:flex-end!important}.appRoot .justify-content-xxl-center{justify-content:center!important}.appRoot .justify-content-xxl-between{justify-content:space-between!important}.appRoot .justify-content-xxl-around{justify-content:space-around!important}.appRoot .justify-content-xxl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xxl-start{align-items:flex-start!important}.appRoot .align-items-xxl-end{align-items:flex-end!important}.appRoot .align-items-xxl-center{align-items:center!important}.appRoot .align-items-xxl-baseline{align-items:baseline!important}.appRoot .align-items-xxl-stretch{align-items:stretch!important}.appRoot .align-content-xxl-start{align-content:flex-start!important}.appRoot .align-content-xxl-end{align-content:flex-end!important}.appRoot .align-content-xxl-center{align-content:center!important}.appRoot .align-content-xxl-between{align-content:space-between!important}.appRoot .align-content-xxl-around{align-content:space-around!important}.appRoot .align-content-xxl-stretch{align-content:stretch!important}.appRoot .align-self-xxl-auto{align-self:auto!important}.appRoot .align-self-xxl-start{align-self:flex-start!important}.appRoot .align-self-xxl-end{align-self:flex-end!important}.appRoot .align-self-xxl-center{align-self:center!important}.appRoot .align-self-xxl-baseline{align-self:baseline!important}.appRoot .align-self-xxl-stretch{align-self:stretch!important}.appRoot .order-xxl-first{order:-1!important}.appRoot .order-xxl-0{order:0!important}.appRoot .order-xxl-1{order:1!important}.appRoot .order-xxl-2{order:2!important}.appRoot .order-xxl-3{order:3!important}.appRoot .order-xxl-4{order:4!important}.appRoot .order-xxl-5{order:5!important}.appRoot .order-xxl-last{order:6!important}.appRoot .m-xxl-0{margin:0!important}.appRoot .m-xxl-1{margin:.25rem!important}.appRoot .m-xxl-2{margin:.5rem!important}.appRoot .m-xxl-3{margin:1rem!important}.appRoot .m-xxl-4{margin:1.5rem!important}.appRoot .m-xxl-5{margin:3rem!important}.appRoot .m-xxl-auto{margin:auto!important}.appRoot .mx-xxl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xxl-0{margin-top:0!important}.appRoot .mt-xxl-1{margin-top:.25rem!important}.appRoot .mt-xxl-2{margin-top:.5rem!important}.appRoot .mt-xxl-3{margin-top:1rem!important}.appRoot .mt-xxl-4{margin-top:1.5rem!important}.appRoot .mt-xxl-5{margin-top:3rem!important}.appRoot .mt-xxl-auto{margin-top:auto!important}.appRoot .me-xxl-0{margin-right:0!important}.appRoot .me-xxl-1{margin-right:.25rem!important}.appRoot .me-xxl-2{margin-right:.5rem!important}.appRoot .me-xxl-3{margin-right:1rem!important}.appRoot .me-xxl-4{margin-right:1.5rem!important}.appRoot .me-xxl-5{margin-right:3rem!important}.appRoot .me-xxl-auto{margin-right:auto!important}.appRoot .mb-xxl-0{margin-bottom:0!important}.appRoot .mb-xxl-1{margin-bottom:.25rem!important}.appRoot .mb-xxl-2{margin-bottom:.5rem!important}.appRoot .mb-xxl-3{margin-bottom:1rem!important}.appRoot .mb-xxl-4{margin-bottom:1.5rem!important}.appRoot .mb-xxl-5{margin-bottom:3rem!important}.appRoot .mb-xxl-auto{margin-bottom:auto!important}.appRoot .ms-xxl-0{margin-left:0!important}.appRoot .ms-xxl-1{margin-left:.25rem!important}.appRoot .ms-xxl-2{margin-left:.5rem!important}.appRoot .ms-xxl-3{margin-left:1rem!important}.appRoot .ms-xxl-4{margin-left:1.5rem!important}.appRoot .ms-xxl-5{margin-left:3rem!important}.appRoot .ms-xxl-auto{margin-left:auto!important}.appRoot .p-xxl-0{padding:0!important}.appRoot .p-xxl-1{padding:.25rem!important}.appRoot .p-xxl-2{padding:.5rem!important}.appRoot .p-xxl-3{padding:1rem!important}.appRoot .p-xxl-4{padding:1.5rem!important}.appRoot .p-xxl-5{padding:3rem!important}.appRoot .px-xxl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xxl-0{padding-top:0!important}.appRoot .pt-xxl-1{padding-top:.25rem!important}.appRoot .pt-xxl-2{padding-top:.5rem!important}.appRoot .pt-xxl-3{padding-top:1rem!important}.appRoot .pt-xxl-4{padding-top:1.5rem!important}.appRoot .pt-xxl-5{padding-top:3rem!important}.appRoot .pe-xxl-0{padding-right:0!important}.appRoot .pe-xxl-1{padding-right:.25rem!important}.appRoot .pe-xxl-2{padding-right:.5rem!important}.appRoot .pe-xxl-3{padding-right:1rem!important}.appRoot .pe-xxl-4{padding-right:1.5rem!important}.appRoot .pe-xxl-5{padding-right:3rem!important}.appRoot .pb-xxl-0{padding-bottom:0!important}.appRoot .pb-xxl-1{padding-bottom:.25rem!important}.appRoot .pb-xxl-2{padding-bottom:.5rem!important}.appRoot .pb-xxl-3{padding-bottom:1rem!important}.appRoot .pb-xxl-4{padding-bottom:1.5rem!important}.appRoot .pb-xxl-5{padding-bottom:3rem!important}.appRoot .ps-xxl-0{padding-left:0!important}.appRoot .ps-xxl-1{padding-left:.25rem!important}.appRoot .ps-xxl-2{padding-left:.5rem!important}.appRoot .ps-xxl-3{padding-left:1rem!important}.appRoot .ps-xxl-4{padding-left:1.5rem!important}.appRoot .ps-xxl-5{padding-left:3rem!important}.appRoot .gap-xxl-0{gap:0!important}.appRoot .gap-xxl-1{gap:.25rem!important}.appRoot .gap-xxl-2{gap:.5rem!important}.appRoot .gap-xxl-3{gap:1rem!important}.appRoot .gap-xxl-4{gap:1.5rem!important}.appRoot .gap-xxl-5{gap:3rem!important}.appRoot .row-gap-xxl-0{row-gap:0!important}.appRoot .row-gap-xxl-1{row-gap:.25rem!important}.appRoot .row-gap-xxl-2{row-gap:.5rem!important}.appRoot .row-gap-xxl-3{row-gap:1rem!important}.appRoot .row-gap-xxl-4{row-gap:1.5rem!important}.appRoot .row-gap-xxl-5{row-gap:3rem!important}.appRoot .column-gap-xxl-0{column-gap:0!important}.appRoot .column-gap-xxl-1{column-gap:.25rem!important}.appRoot .column-gap-xxl-2{column-gap:.5rem!important}.appRoot .column-gap-xxl-3{column-gap:1rem!important}.appRoot .column-gap-xxl-4{column-gap:1.5rem!important}.appRoot .column-gap-xxl-5{column-gap:3rem!important}.appRoot .text-xxl-start{text-align:left!important}.appRoot .text-xxl-end{text-align:right!important}.appRoot .text-xxl-center{text-align:center!important}}@media (width>=1200px){.appRoot .fs-1{font-size:2.5rem!important}.appRoot .fs-2{font-size:2rem!important}.appRoot .fs-3{font-size:1.75rem!important}.appRoot .fs-4{font-size:1.5rem!important}}@media print{.appRoot .d-print-inline{display:inline!important}.appRoot .d-print-inline-block{display:inline-block!important}.appRoot .d-print-block{display:block!important}.appRoot .d-print-grid{display:grid!important}.appRoot .d-print-inline-grid{display:inline-grid!important}.appRoot .d-print-table{display:table!important}.appRoot .d-print-table-row{display:table-row!important}.appRoot .d-print-table-cell{display:table-cell!important}.appRoot .d-print-flex{display:flex!important}.appRoot .d-print-inline-flex{display:inline-flex!important}.appRoot .d-print-none{display:none!important}}.appRoot :root,.appRoot [data-bs-theme=light]{--bs-blue:#0085e4;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, #ffffff26, #fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33, 37, 41;--bs-body-bg:#fff;--bs-body-bg-rgb:255, 255, 255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33, 37, 41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233, 236, 239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33, 37, 41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248, 249, 250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13, 110, 253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10, 88, 202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}.appRoot [data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222, 226, 230;--bs-body-bg:#212529;--bs-body-bg-rgb:33, 37, 41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255, 255, 255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222, 226, 230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52, 58, 64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222, 226, 230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43, 48, 53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110, 168, 254;--bs-link-hover-color-rgb:139, 185, 254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}.appRoot *,.appRoot :before,.appRoot :after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){.appRoot :root{scroll-behavior:smooth}}.appRoot body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#0000;margin:0}.appRoot hr{color:inherit;opacity:.25;border:0;border-top:1px solid;margin:1rem 0}.appRoot h6,.appRoot .h6,.appRoot h5,.appRoot .h5,.appRoot h4,.appRoot .h4,.appRoot h3,.appRoot .h3,.appRoot h2,.appRoot .h2,.appRoot h1,.appRoot .h1{color:var(--bs-heading-color);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.appRoot h1,.appRoot .h1{font-size:calc(1.375rem + 1.5vw)}@media (width>=1200px){.appRoot h1,.appRoot .h1{font-size:2.5rem}}.appRoot h2,.appRoot .h2{font-size:calc(1.325rem + .9vw)}@media (width>=1200px){.appRoot h2,.appRoot .h2{font-size:2rem}}.appRoot h3,.appRoot .h3{font-size:calc(1.3rem + .6vw)}@media (width>=1200px){.appRoot h3,.appRoot .h3{font-size:1.75rem}}.appRoot h4,.appRoot .h4{font-size:calc(1.275rem + .3vw)}@media (width>=1200px){.appRoot h4,.appRoot .h4{font-size:1.5rem}}.appRoot h5,.appRoot .h5{font-size:1.25rem}.appRoot h6,.appRoot .h6{font-size:1rem}.appRoot p{margin-top:0;margin-bottom:1rem}.appRoot abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.appRoot address{font-style:normal;line-height:inherit;margin-bottom:1rem}.appRoot ol,.appRoot ul{padding-left:2rem}.appRoot ol,.appRoot ul,.appRoot dl{margin-top:0;margin-bottom:1rem}.appRoot ol ol,.appRoot ul ul,.appRoot ol ul,.appRoot ul ol{margin-bottom:0}.appRoot dt{font-weight:700}.appRoot dd{margin-bottom:.5rem;margin-left:0}.appRoot blockquote{margin:0 0 1rem}.appRoot b,.appRoot strong{font-weight:bolder}.appRoot small,.appRoot .small{font-size:.875em}.appRoot mark,.appRoot .mark{color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);padding:.1875em}.appRoot sub,.appRoot sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}.appRoot sub{bottom:-.25em}.appRoot sup{top:-.5em}.appRoot a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));text-decoration:underline}.appRoot a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}.appRoot a:not([href]):not([class]),.appRoot a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.appRoot pre,.appRoot code,.appRoot kbd,.appRoot samp{font-family:var(--bs-font-monospace);font-size:1em}.appRoot pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}.appRoot pre code{font-size:inherit;color:inherit;word-break:normal}.appRoot code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>.appRoot code{color:inherit}.appRoot kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem;padding:.1875rem .375rem;font-size:.875em}.appRoot kbd kbd{padding:0;font-size:1em}.appRoot figure{margin:0 0 1rem}.appRoot img,.appRoot svg{vertical-align:middle}.appRoot table{caption-side:bottom;border-collapse:collapse}.appRoot caption{color:#6c757d;text-align:left;padding-top:.5rem;padding-bottom:.5rem}.appRoot th{text-align:inherit;text-align:-webkit-match-parent}.appRoot thead,.appRoot tbody,.appRoot tfoot,.appRoot tr,.appRoot td,.appRoot th{border-color:inherit;border-style:solid;border-width:0}.appRoot label{display:inline-block}.appRoot button{border-radius:0}.appRoot button:focus:not(:focus-visible){outline:0}.appRoot input,.appRoot button,.appRoot select,.appRoot optgroup,.appRoot textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.appRoot button,.appRoot select{text-transform:none}.appRoot [role=button]{cursor:pointer}.appRoot select{word-wrap:normal}.appRoot select:disabled{opacity:1}.appRoot [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}.appRoot button,.appRoot [type=button],.appRoot [type=reset],.appRoot [type=submit]{-webkit-appearance:button}.appRoot button:not(:disabled),.appRoot [type=button]:not(:disabled),.appRoot [type=reset]:not(:disabled),.appRoot [type=submit]:not(:disabled){cursor:pointer}.appRoot ::-moz-focus-inner{border-style:none;padding:0}.appRoot textarea{resize:vertical}.appRoot fieldset{border:0;min-width:0;margin:0;padding:0}.appRoot legend{float:left;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (width>=1200px){.appRoot legend{font-size:1.5rem}}.appRoot legend+*{clear:left}.appRoot ::-webkit-datetime-edit-fields-wrapper{padding:0}.appRoot ::-webkit-datetime-edit-text{padding:0}.appRoot ::-webkit-datetime-edit-minute{padding:0}.appRoot ::-webkit-datetime-edit-hour-field{padding:0}.appRoot ::-webkit-datetime-edit-day-field{padding:0}.appRoot ::-webkit-datetime-edit-month-field{padding:0}.appRoot ::-webkit-datetime-edit-year-field{padding:0}.appRoot ::-webkit-inner-spin-button{height:auto}.appRoot [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.appRoot ::-webkit-search-decoration{-webkit-appearance:none}.appRoot ::-webkit-color-swatch-wrapper{padding:0}.appRoot ::file-selector-button{font:inherit;-webkit-appearance:button}.appRoot output{display:inline-block}.appRoot iframe{border:0}.appRoot summary{cursor:pointer;display:list-item}.appRoot progress{vertical-align:baseline}.appRoot [hidden]{display:none!important}.appRoot .lead{font-size:1.25rem;font-weight:300}.appRoot .display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-1{font-size:5rem}}.appRoot .display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-2{font-size:4.5rem}}.appRoot .display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-3{font-size:4rem}}.appRoot .display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-4{font-size:3.5rem}}.appRoot .display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-5{font-size:3rem}}.appRoot .display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.appRoot .display-6{font-size:2.5rem}}.appRoot .list-unstyled,.appRoot .list-inline{padding-left:0;list-style:none}.appRoot .list-inline-item{display:inline-block}.appRoot .list-inline-item:not(:last-child){margin-right:.5rem}.appRoot .initialism{text-transform:uppercase;font-size:.875em}.appRoot .blockquote{margin-bottom:1rem;font-size:1.25rem}.appRoot .blockquote>:last-child{margin-bottom:0}.appRoot .blockquote-footer{color:#6c757d;margin-top:-1rem;margin-bottom:1rem;font-size:.875em}.appRoot .blockquote-footer:before{content:"— "}.appRoot .img-fluid{max-width:100%;height:auto}.appRoot .img-thumbnail{border:1px solid var(--bs-border-color);background-color:#fff;border-radius:.375rem;max-width:100%;height:auto;padding:.25rem}.appRoot .figure{display:inline-block}.appRoot .figure-img{margin-bottom:.5rem;line-height:1}.appRoot .figure-caption{color:#6c757d;font-size:.875em}.appRoot .container,.appRoot .container-fluid,.appRoot .container-xxl,.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (width>=576px){.appRoot .container-sm,.appRoot .container{max-width:540px}}@media (width>=768px){.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:720px}}@media (width>=992px){.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:960px}}@media (width>=1200px){.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1140px}}@media (width>=1400px){.appRoot .container-xxl,.appRoot .container-xl,.appRoot .container-lg,.appRoot .container-md,.appRoot .container-sm,.appRoot .container{max-width:1320px}}.appRoot :root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.appRoot .row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));flex-wrap:wrap;display:flex}.appRoot .row>*{width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex-shrink:0}.appRoot .col{flex:1 0 0}.appRoot .row-cols-auto>*{flex:none;width:auto}.appRoot .row-cols-1>*{flex:none;width:100%}.appRoot .row-cols-2>*{flex:none;width:50%}.appRoot .row-cols-3>*{flex:none;width:33.3333%}.appRoot .row-cols-4>*{flex:none;width:25%}.appRoot .row-cols-5>*{flex:none;width:20%}.appRoot .row-cols-6>*{flex:none;width:16.6667%}.appRoot .col-auto{flex:none;width:auto}.appRoot .col-1{flex:none;width:8.33333%}.appRoot .col-2{flex:none;width:16.6667%}.appRoot .col-3{flex:none;width:25%}.appRoot .col-4{flex:none;width:33.3333%}.appRoot .col-5{flex:none;width:41.6667%}.appRoot .col-6{flex:none;width:50%}.appRoot .col-7{flex:none;width:58.3333%}.appRoot .col-8{flex:none;width:66.6667%}.appRoot .col-9{flex:none;width:75%}.appRoot .col-10{flex:none;width:83.3333%}.appRoot .col-11{flex:none;width:91.6667%}.appRoot .col-12{flex:none;width:100%}.appRoot .offset-1{margin-left:8.33333%}.appRoot .offset-2{margin-left:16.6667%}.appRoot .offset-3{margin-left:25%}.appRoot .offset-4{margin-left:33.3333%}.appRoot .offset-5{margin-left:41.6667%}.appRoot .offset-6{margin-left:50%}.appRoot .offset-7{margin-left:58.3333%}.appRoot .offset-8{margin-left:66.6667%}.appRoot .offset-9{margin-left:75%}.appRoot .offset-10{margin-left:83.3333%}.appRoot .offset-11{margin-left:91.6667%}.appRoot .g-0,.appRoot .gx-0{--bs-gutter-x:0}.appRoot .g-0,.appRoot .gy-0{--bs-gutter-y:0}.appRoot .g-1,.appRoot .gx-1{--bs-gutter-x:.25rem}.appRoot .g-1,.appRoot .gy-1{--bs-gutter-y:.25rem}.appRoot .g-2,.appRoot .gx-2{--bs-gutter-x:.5rem}.appRoot .g-2,.appRoot .gy-2{--bs-gutter-y:.5rem}.appRoot .g-3,.appRoot .gx-3{--bs-gutter-x:1rem}.appRoot .g-3,.appRoot .gy-3{--bs-gutter-y:1rem}.appRoot .g-4,.appRoot .gx-4{--bs-gutter-x:1.5rem}.appRoot .g-4,.appRoot .gy-4{--bs-gutter-y:1.5rem}.appRoot .g-5,.appRoot .gx-5{--bs-gutter-x:3rem}.appRoot .g-5,.appRoot .gy-5{--bs-gutter-y:3rem}@media (width>=576px){.appRoot .col-sm{flex:1 0 0}.appRoot .row-cols-sm-auto>*{flex:none;width:auto}.appRoot .row-cols-sm-1>*{flex:none;width:100%}.appRoot .row-cols-sm-2>*{flex:none;width:50%}.appRoot .row-cols-sm-3>*{flex:none;width:33.3333%}.appRoot .row-cols-sm-4>*{flex:none;width:25%}.appRoot .row-cols-sm-5>*{flex:none;width:20%}.appRoot .row-cols-sm-6>*{flex:none;width:16.6667%}.appRoot .col-sm-auto{flex:none;width:auto}.appRoot .col-sm-1{flex:none;width:8.33333%}.appRoot .col-sm-2{flex:none;width:16.6667%}.appRoot .col-sm-3{flex:none;width:25%}.appRoot .col-sm-4{flex:none;width:33.3333%}.appRoot .col-sm-5{flex:none;width:41.6667%}.appRoot .col-sm-6{flex:none;width:50%}.appRoot .col-sm-7{flex:none;width:58.3333%}.appRoot .col-sm-8{flex:none;width:66.6667%}.appRoot .col-sm-9{flex:none;width:75%}.appRoot .col-sm-10{flex:none;width:83.3333%}.appRoot .col-sm-11{flex:none;width:91.6667%}.appRoot .col-sm-12{flex:none;width:100%}.appRoot .offset-sm-0{margin-left:0}.appRoot .offset-sm-1{margin-left:8.33333%}.appRoot .offset-sm-2{margin-left:16.6667%}.appRoot .offset-sm-3{margin-left:25%}.appRoot .offset-sm-4{margin-left:33.3333%}.appRoot .offset-sm-5{margin-left:41.6667%}.appRoot .offset-sm-6{margin-left:50%}.appRoot .offset-sm-7{margin-left:58.3333%}.appRoot .offset-sm-8{margin-left:66.6667%}.appRoot .offset-sm-9{margin-left:75%}.appRoot .offset-sm-10{margin-left:83.3333%}.appRoot .offset-sm-11{margin-left:91.6667%}.appRoot .g-sm-0,.appRoot .gx-sm-0{--bs-gutter-x:0}.appRoot .g-sm-0,.appRoot .gy-sm-0{--bs-gutter-y:0}.appRoot .g-sm-1,.appRoot .gx-sm-1{--bs-gutter-x:.25rem}.appRoot .g-sm-1,.appRoot .gy-sm-1{--bs-gutter-y:.25rem}.appRoot .g-sm-2,.appRoot .gx-sm-2{--bs-gutter-x:.5rem}.appRoot .g-sm-2,.appRoot .gy-sm-2{--bs-gutter-y:.5rem}.appRoot .g-sm-3,.appRoot .gx-sm-3{--bs-gutter-x:1rem}.appRoot .g-sm-3,.appRoot .gy-sm-3{--bs-gutter-y:1rem}.appRoot .g-sm-4,.appRoot .gx-sm-4{--bs-gutter-x:1.5rem}.appRoot .g-sm-4,.appRoot .gy-sm-4{--bs-gutter-y:1.5rem}.appRoot .g-sm-5,.appRoot .gx-sm-5{--bs-gutter-x:3rem}.appRoot .g-sm-5,.appRoot .gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.appRoot .col-md{flex:1 0 0}.appRoot .row-cols-md-auto>*{flex:none;width:auto}.appRoot .row-cols-md-1>*{flex:none;width:100%}.appRoot .row-cols-md-2>*{flex:none;width:50%}.appRoot .row-cols-md-3>*{flex:none;width:33.3333%}.appRoot .row-cols-md-4>*{flex:none;width:25%}.appRoot .row-cols-md-5>*{flex:none;width:20%}.appRoot .row-cols-md-6>*{flex:none;width:16.6667%}.appRoot .col-md-auto{flex:none;width:auto}.appRoot .col-md-1{flex:none;width:8.33333%}.appRoot .col-md-2{flex:none;width:16.6667%}.appRoot .col-md-3{flex:none;width:25%}.appRoot .col-md-4{flex:none;width:33.3333%}.appRoot .col-md-5{flex:none;width:41.6667%}.appRoot .col-md-6{flex:none;width:50%}.appRoot .col-md-7{flex:none;width:58.3333%}.appRoot .col-md-8{flex:none;width:66.6667%}.appRoot .col-md-9{flex:none;width:75%}.appRoot .col-md-10{flex:none;width:83.3333%}.appRoot .col-md-11{flex:none;width:91.6667%}.appRoot .col-md-12{flex:none;width:100%}.appRoot .offset-md-0{margin-left:0}.appRoot .offset-md-1{margin-left:8.33333%}.appRoot .offset-md-2{margin-left:16.6667%}.appRoot .offset-md-3{margin-left:25%}.appRoot .offset-md-4{margin-left:33.3333%}.appRoot .offset-md-5{margin-left:41.6667%}.appRoot .offset-md-6{margin-left:50%}.appRoot .offset-md-7{margin-left:58.3333%}.appRoot .offset-md-8{margin-left:66.6667%}.appRoot .offset-md-9{margin-left:75%}.appRoot .offset-md-10{margin-left:83.3333%}.appRoot .offset-md-11{margin-left:91.6667%}.appRoot .g-md-0,.appRoot .gx-md-0{--bs-gutter-x:0}.appRoot .g-md-0,.appRoot .gy-md-0{--bs-gutter-y:0}.appRoot .g-md-1,.appRoot .gx-md-1{--bs-gutter-x:.25rem}.appRoot .g-md-1,.appRoot .gy-md-1{--bs-gutter-y:.25rem}.appRoot .g-md-2,.appRoot .gx-md-2{--bs-gutter-x:.5rem}.appRoot .g-md-2,.appRoot .gy-md-2{--bs-gutter-y:.5rem}.appRoot .g-md-3,.appRoot .gx-md-3{--bs-gutter-x:1rem}.appRoot .g-md-3,.appRoot .gy-md-3{--bs-gutter-y:1rem}.appRoot .g-md-4,.appRoot .gx-md-4{--bs-gutter-x:1.5rem}.appRoot .g-md-4,.appRoot .gy-md-4{--bs-gutter-y:1.5rem}.appRoot .g-md-5,.appRoot .gx-md-5{--bs-gutter-x:3rem}.appRoot .g-md-5,.appRoot .gy-md-5{--bs-gutter-y:3rem}}@media (width>=992px){.appRoot .col-lg{flex:1 0 0}.appRoot .row-cols-lg-auto>*{flex:none;width:auto}.appRoot .row-cols-lg-1>*{flex:none;width:100%}.appRoot .row-cols-lg-2>*{flex:none;width:50%}.appRoot .row-cols-lg-3>*{flex:none;width:33.3333%}.appRoot .row-cols-lg-4>*{flex:none;width:25%}.appRoot .row-cols-lg-5>*{flex:none;width:20%}.appRoot .row-cols-lg-6>*{flex:none;width:16.6667%}.appRoot .col-lg-auto{flex:none;width:auto}.appRoot .col-lg-1{flex:none;width:8.33333%}.appRoot .col-lg-2{flex:none;width:16.6667%}.appRoot .col-lg-3{flex:none;width:25%}.appRoot .col-lg-4{flex:none;width:33.3333%}.appRoot .col-lg-5{flex:none;width:41.6667%}.appRoot .col-lg-6{flex:none;width:50%}.appRoot .col-lg-7{flex:none;width:58.3333%}.appRoot .col-lg-8{flex:none;width:66.6667%}.appRoot .col-lg-9{flex:none;width:75%}.appRoot .col-lg-10{flex:none;width:83.3333%}.appRoot .col-lg-11{flex:none;width:91.6667%}.appRoot .col-lg-12{flex:none;width:100%}.appRoot .offset-lg-0{margin-left:0}.appRoot .offset-lg-1{margin-left:8.33333%}.appRoot .offset-lg-2{margin-left:16.6667%}.appRoot .offset-lg-3{margin-left:25%}.appRoot .offset-lg-4{margin-left:33.3333%}.appRoot .offset-lg-5{margin-left:41.6667%}.appRoot .offset-lg-6{margin-left:50%}.appRoot .offset-lg-7{margin-left:58.3333%}.appRoot .offset-lg-8{margin-left:66.6667%}.appRoot .offset-lg-9{margin-left:75%}.appRoot .offset-lg-10{margin-left:83.3333%}.appRoot .offset-lg-11{margin-left:91.6667%}.appRoot .g-lg-0,.appRoot .gx-lg-0{--bs-gutter-x:0}.appRoot .g-lg-0,.appRoot .gy-lg-0{--bs-gutter-y:0}.appRoot .g-lg-1,.appRoot .gx-lg-1{--bs-gutter-x:.25rem}.appRoot .g-lg-1,.appRoot .gy-lg-1{--bs-gutter-y:.25rem}.appRoot .g-lg-2,.appRoot .gx-lg-2{--bs-gutter-x:.5rem}.appRoot .g-lg-2,.appRoot .gy-lg-2{--bs-gutter-y:.5rem}.appRoot .g-lg-3,.appRoot .gx-lg-3{--bs-gutter-x:1rem}.appRoot .g-lg-3,.appRoot .gy-lg-3{--bs-gutter-y:1rem}.appRoot .g-lg-4,.appRoot .gx-lg-4{--bs-gutter-x:1.5rem}.appRoot .g-lg-4,.appRoot .gy-lg-4{--bs-gutter-y:1.5rem}.appRoot .g-lg-5,.appRoot .gx-lg-5{--bs-gutter-x:3rem}.appRoot .g-lg-5,.appRoot .gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1200px){.appRoot .col-xl{flex:1 0 0}.appRoot .row-cols-xl-auto>*{flex:none;width:auto}.appRoot .row-cols-xl-1>*{flex:none;width:100%}.appRoot .row-cols-xl-2>*{flex:none;width:50%}.appRoot .row-cols-xl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xl-4>*{flex:none;width:25%}.appRoot .row-cols-xl-5>*{flex:none;width:20%}.appRoot .row-cols-xl-6>*{flex:none;width:16.6667%}.appRoot .col-xl-auto{flex:none;width:auto}.appRoot .col-xl-1{flex:none;width:8.33333%}.appRoot .col-xl-2{flex:none;width:16.6667%}.appRoot .col-xl-3{flex:none;width:25%}.appRoot .col-xl-4{flex:none;width:33.3333%}.appRoot .col-xl-5{flex:none;width:41.6667%}.appRoot .col-xl-6{flex:none;width:50%}.appRoot .col-xl-7{flex:none;width:58.3333%}.appRoot .col-xl-8{flex:none;width:66.6667%}.appRoot .col-xl-9{flex:none;width:75%}.appRoot .col-xl-10{flex:none;width:83.3333%}.appRoot .col-xl-11{flex:none;width:91.6667%}.appRoot .col-xl-12{flex:none;width:100%}.appRoot .offset-xl-0{margin-left:0}.appRoot .offset-xl-1{margin-left:8.33333%}.appRoot .offset-xl-2{margin-left:16.6667%}.appRoot .offset-xl-3{margin-left:25%}.appRoot .offset-xl-4{margin-left:33.3333%}.appRoot .offset-xl-5{margin-left:41.6667%}.appRoot .offset-xl-6{margin-left:50%}.appRoot .offset-xl-7{margin-left:58.3333%}.appRoot .offset-xl-8{margin-left:66.6667%}.appRoot .offset-xl-9{margin-left:75%}.appRoot .offset-xl-10{margin-left:83.3333%}.appRoot .offset-xl-11{margin-left:91.6667%}.appRoot .g-xl-0,.appRoot .gx-xl-0{--bs-gutter-x:0}.appRoot .g-xl-0,.appRoot .gy-xl-0{--bs-gutter-y:0}.appRoot .g-xl-1,.appRoot .gx-xl-1{--bs-gutter-x:.25rem}.appRoot .g-xl-1,.appRoot .gy-xl-1{--bs-gutter-y:.25rem}.appRoot .g-xl-2,.appRoot .gx-xl-2{--bs-gutter-x:.5rem}.appRoot .g-xl-2,.appRoot .gy-xl-2{--bs-gutter-y:.5rem}.appRoot .g-xl-3,.appRoot .gx-xl-3{--bs-gutter-x:1rem}.appRoot .g-xl-3,.appRoot .gy-xl-3{--bs-gutter-y:1rem}.appRoot .g-xl-4,.appRoot .gx-xl-4{--bs-gutter-x:1.5rem}.appRoot .g-xl-4,.appRoot .gy-xl-4{--bs-gutter-y:1.5rem}.appRoot .g-xl-5,.appRoot .gx-xl-5{--bs-gutter-x:3rem}.appRoot .g-xl-5,.appRoot .gy-xl-5{--bs-gutter-y:3rem}}@media (width>=1400px){.appRoot .col-xxl{flex:1 0 0}.appRoot .row-cols-xxl-auto>*{flex:none;width:auto}.appRoot .row-cols-xxl-1>*{flex:none;width:100%}.appRoot .row-cols-xxl-2>*{flex:none;width:50%}.appRoot .row-cols-xxl-3>*{flex:none;width:33.3333%}.appRoot .row-cols-xxl-4>*{flex:none;width:25%}.appRoot .row-cols-xxl-5>*{flex:none;width:20%}.appRoot .row-cols-xxl-6>*{flex:none;width:16.6667%}.appRoot .col-xxl-auto{flex:none;width:auto}.appRoot .col-xxl-1{flex:none;width:8.33333%}.appRoot .col-xxl-2{flex:none;width:16.6667%}.appRoot .col-xxl-3{flex:none;width:25%}.appRoot .col-xxl-4{flex:none;width:33.3333%}.appRoot .col-xxl-5{flex:none;width:41.6667%}.appRoot .col-xxl-6{flex:none;width:50%}.appRoot .col-xxl-7{flex:none;width:58.3333%}.appRoot .col-xxl-8{flex:none;width:66.6667%}.appRoot .col-xxl-9{flex:none;width:75%}.appRoot .col-xxl-10{flex:none;width:83.3333%}.appRoot .col-xxl-11{flex:none;width:91.6667%}.appRoot .col-xxl-12{flex:none;width:100%}.appRoot .offset-xxl-0{margin-left:0}.appRoot .offset-xxl-1{margin-left:8.33333%}.appRoot .offset-xxl-2{margin-left:16.6667%}.appRoot .offset-xxl-3{margin-left:25%}.appRoot .offset-xxl-4{margin-left:33.3333%}.appRoot .offset-xxl-5{margin-left:41.6667%}.appRoot .offset-xxl-6{margin-left:50%}.appRoot .offset-xxl-7{margin-left:58.3333%}.appRoot .offset-xxl-8{margin-left:66.6667%}.appRoot .offset-xxl-9{margin-left:75%}.appRoot .offset-xxl-10{margin-left:83.3333%}.appRoot .offset-xxl-11{margin-left:91.6667%}.appRoot .g-xxl-0,.appRoot .gx-xxl-0{--bs-gutter-x:0}.appRoot .g-xxl-0,.appRoot .gy-xxl-0{--bs-gutter-y:0}.appRoot .g-xxl-1,.appRoot .gx-xxl-1{--bs-gutter-x:.25rem}.appRoot .g-xxl-1,.appRoot .gy-xxl-1{--bs-gutter-y:.25rem}.appRoot .g-xxl-2,.appRoot .gx-xxl-2{--bs-gutter-x:.5rem}.appRoot .g-xxl-2,.appRoot .gy-xxl-2{--bs-gutter-y:.5rem}.appRoot .g-xxl-3,.appRoot .gx-xxl-3{--bs-gutter-x:1rem}.appRoot .g-xxl-3,.appRoot .gy-xxl-3{--bs-gutter-y:1rem}.appRoot .g-xxl-4,.appRoot .gx-xxl-4{--bs-gutter-x:1.5rem}.appRoot .g-xxl-4,.appRoot .gy-xxl-4{--bs-gutter-y:1.5rem}.appRoot .g-xxl-5,.appRoot .gx-xxl-5{--bs-gutter-x:3rem}.appRoot .g-xxl-5,.appRoot .gy-xxl-5{--bs-gutter-y:3rem}}.appRoot .form-label{margin-bottom:.5rem}.appRoot .col-form-label{font-size:inherit;margin-bottom:0;padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);line-height:1.5}.appRoot .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.appRoot .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.appRoot .form-text{color:#6c757d;margin-top:.25rem;font-size:.875em}.appRoot .form-control{color:#212529;appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.375rem;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.appRoot .form-control{transition:none}}.appRoot .form-control[type=file]{overflow:hidden}.appRoot .form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.appRoot .form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.appRoot .form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.appRoot .form-control::-webkit-datetime-edit{padding:0;display:block}.appRoot .form-control::placeholder{color:#6c757d;opacity:1}.appRoot .form-control:disabled{opacity:1;background-color:#e9ecef}.appRoot .form-control::file-selector-button{margin:-.375rem -.75rem;color:#212529;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;background-color:#e9ecef;border-inline-end-width:1px;border-radius:0;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.appRoot .form-control::file-selector-button{transition:none}}.appRoot .form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.appRoot .form-control-plaintext{color:#212529;border:solid #0000;background-color:#0000;border-width:1px 0;width:100%;margin-bottom:0;padding:.375rem 0;line-height:1.5;display:block}.appRoot .form-control-plaintext:focus{outline:0}.appRoot .form-control-plaintext.form-control-sm,.appRoot .form-control-plaintext.form-control-lg{padding-left:0;padding-right:0}.appRoot .form-control-sm{border-radius:.25rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem}.appRoot .form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.appRoot .form-control-lg{border-radius:.5rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem}.appRoot .form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.appRoot textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}.appRoot textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}.appRoot textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.appRoot .form-control-color{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem}.appRoot .form-control-color:not(:disabled):not([readonly]){cursor:pointer}.appRoot .form-control-color::-moz-color-swatch{border-radius:.375rem;border:0!important}.appRoot .form-control-color::-webkit-color-swatch{border-radius:.375rem;border:0!important}.appRoot .form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.appRoot .form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.appRoot .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");color:#212529;appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.appRoot .form-select{transition:none}}.appRoot .form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.appRoot .form-select[multiple],.appRoot .form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.appRoot .form-select:disabled{background-color:#e9ecef}.appRoot .form-select:-moz-focusring{color:#0000;text-shadow:0 0 #212529}.appRoot .form-select-sm{border-radius:.25rem;padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.appRoot .form-select-lg{border-radius:.5rem;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.appRoot [data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.appRoot .form-check{min-height:1.5rem;margin-bottom:.125rem;padding-left:1.5em;display:block}.appRoot .form-check .form-check-input{float:left;margin-left:-1.5em}.appRoot .form-check-reverse{text-align:right;padding-left:0;padding-right:1.5em}.appRoot .form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.appRoot .form-check-input{--bs-form-check-bg:#fff;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);-webkit-print-color-adjust:exact;print-color-adjust:exact;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #00000040;flex-shrink:0;width:1em;height:1em;margin-top:.25em}.appRoot .form-check-input[type=checkbox]{border-radius:.25em}.appRoot .form-check-input[type=radio]{border-radius:50%}.appRoot .form-check-input:active{filter:brightness(90%)}.appRoot .form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.appRoot .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.appRoot .form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.appRoot .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.appRoot .form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");background-color:#0d6efd;border-color:#0d6efd}.appRoot .form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.appRoot .form-check-input[disabled]~.form-check-label,.appRoot .form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.appRoot .form-switch{padding-left:2.5em}.appRoot .form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;width:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.appRoot .form-switch .form-check-input{transition:none}}.appRoot .form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.appRoot .form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-position:100%}.appRoot .form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.appRoot .form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.appRoot .form-check-inline{margin-right:1rem;display:inline-block}.appRoot .btn-check{clip:rect(0, 0, 0, 0);pointer-events:none;position:absolute}.appRoot .btn-check[disabled]+.btn,.appRoot .btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.appRoot [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.appRoot .form-range{appearance:none;background-color:#0000;width:100%;height:1.5rem;padding:0}.appRoot .form-range:focus{outline:0}.appRoot .form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.appRoot .form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.appRoot .form-range::-moz-focus-outer{border:0}.appRoot .form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-webkit-slider-thumb{transition:none}}.appRoot .form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.appRoot .form-range::-webkit-slider-runnable-track{color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.appRoot .form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.appRoot .form-range::-moz-range-thumb{transition:none}}.appRoot .form-range::-moz-range-thumb:active{background-color:#b6d4fe}.appRoot .form-range::-moz-range-track{color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.appRoot .form-range:disabled{pointer-events:none}.appRoot .form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.appRoot .form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.appRoot .form-floating{position:relative}.appRoot .form-floating>.form-control,.appRoot .form-floating>.form-control-plaintext,.appRoot .form-floating>.form-select{height:calc(3.5rem + 2px);min-height:calc(3.5rem + 2px);line-height:1.25}.appRoot .form-floating>label{z-index:2;max-width:100%;height:100%;color:rgba(var(--bs-body-color-rgb), .65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;transform-origin:0 0;border:1px solid #0000;padding:1rem .75rem;transition:opacity .1s ease-in-out,transform .1s ease-in-out;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.appRoot .form-floating>label{transition:none}}.appRoot .form-floating>.form-control,.appRoot .form-floating>.form-control-plaintext{padding:1rem .75rem}.appRoot .form-floating>.form-control::placeholder,.appRoot .form-floating>.form-control-plaintext::placeholder{color:#0000}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:-webkit-any(.appRoot .form-floating>.form-control:-webkit-autofill,.appRoot .form-floating>.form-control-plaintext:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .form-floating>.form-control:focus,.appRoot .form-floating>.form-control:not(:placeholder-shown),.appRoot .form-floating>.form-control-plaintext:focus,.appRoot .form-floating>.form-control-plaintext:not(:placeholder-shown),:is(.appRoot .form-floating>.form-control:autofill,.appRoot .form-floating>.form-control-plaintext:autofill){padding-top:1.625rem;padding-bottom:.625rem}.appRoot .form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.appRoot .form-floating>.form-control:focus~label,.appRoot .form-floating>.form-control:not(:placeholder-shown)~label,.appRoot .form-floating>.form-control-plaintext~label,.appRoot .form-floating>.form-select~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.appRoot .form-floating>.form-control:-webkit-autofill~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.appRoot .form-floating>textarea:focus~label:after,.appRoot .form-floating>textarea:not(:placeholder-shown)~label:after{z-index:-1;content:"";background-color:#fff;border-radius:.375rem;height:1.5em;position:absolute;inset:1rem .375rem}.appRoot .form-floating>textarea:disabled~label:after{background-color:#e9ecef}.appRoot .form-floating>.form-control-plaintext~label{border-width:1px 0}.appRoot .form-floating>:disabled~label,.appRoot .form-floating>.form-control:disabled~label{color:#6c757d}.appRoot .input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.appRoot .input-group>.form-control,.appRoot .input-group>.form-select,.appRoot .input-group>.form-floating{flex:auto;width:1%;min-width:0;position:relative}.appRoot .input-group>.form-control:focus,.appRoot .input-group>.form-select:focus,.appRoot .input-group>.form-floating:focus-within{z-index:5}.appRoot .input-group .btn{z-index:2;position:relative}.appRoot .input-group .btn:focus{z-index:5}.appRoot .input-group-text{color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.appRoot .input-group-lg>.form-control,.appRoot .input-group-lg>.form-select,.appRoot .input-group-lg>.input-group-text,.appRoot .input-group-lg>.btn{border-radius:.5rem;padding:.5rem 1rem;font-size:1.25rem}.appRoot .input-group-sm>.form-control,.appRoot .input-group-sm>.form-select,.appRoot .input-group-sm>.input-group-text,.appRoot .input-group-sm>.btn{border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.appRoot .input-group-lg>.form-select,.appRoot .input-group-sm>.form-select{padding-right:3rem}.appRoot .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.appRoot .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.appRoot .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.appRoot .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.appRoot .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.appRoot .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.appRoot .input-group>.form-floating:not(:first-child)>.form-control,.appRoot .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.appRoot .valid-feedback{color:#198754;width:100%;margin-top:.25rem;font-size:.875em;display:none}.appRoot .valid-tooltip{z-index:5;color:#fff;background-color:#198754e6;border-radius:.375rem;max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated .appRoot:valid~.valid-feedback,.was-validated .appRoot:valid~.valid-tooltip,.appRoot.is-valid~.valid-feedback,.appRoot.is-valid~.valid-tooltip{display:block}.was-validated .appRoot .form-control:valid,.appRoot .form-control.is-valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.was-validated .appRoot .form-control:valid:focus,.appRoot .form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated .appRoot textarea.form-control:valid,.appRoot textarea.form-control.is-valid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.was-validated .appRoot .form-select:valid,.appRoot .form-select.is-valid{border-color:#198754}.was-validated .appRoot .form-select:valid:not([multiple]):not([size]),.was-validated .appRoot .form-select:valid:not([multiple])[size="1"],.appRoot .form-select.is-valid:not([multiple]):not([size]),.appRoot .form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.was-validated .appRoot .form-select:valid:focus,.appRoot .form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated .appRoot .form-control-color:valid,.appRoot .form-control-color.is-valid{width:calc(1.5em + 3.75rem)}.was-validated .appRoot .form-check-input:valid,.appRoot .form-check-input.is-valid{border-color:#198754}.was-validated .appRoot .form-check-input:valid:checked,.appRoot .form-check-input.is-valid:checked{background-color:#198754}.was-validated .appRoot .form-check-input:valid:focus,.appRoot .form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem #19875440}.was-validated .appRoot .form-check-input:valid~.form-check-label,.appRoot .form-check-input.is-valid~.form-check-label{color:#198754}.appRoot .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .appRoot .input-group>.form-control:not(:focus):valid,.appRoot .input-group>.form-control:not(:focus).is-valid,.was-validated .appRoot .input-group>.form-select:not(:focus):valid,.appRoot .input-group>.form-select:not(:focus).is-valid,.was-validated .appRoot .input-group>.form-floating:not(:focus-within):valid,.appRoot .input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.appRoot .invalid-feedback{color:#dc3545;width:100%;margin-top:.25rem;font-size:.875em;display:none}.appRoot .invalid-tooltip{z-index:5;color:#fff;background-color:#dc3545e6;border-radius:.375rem;max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.was-validated .appRoot:invalid~.invalid-feedback,.was-validated .appRoot:invalid~.invalid-tooltip,.appRoot.is-invalid~.invalid-feedback,.appRoot.is-invalid~.invalid-tooltip{display:block}.was-validated .appRoot .form-control:invalid,.appRoot .form-control.is-invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.was-validated .appRoot .form-control:invalid:focus,.appRoot .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated .appRoot textarea.form-control:invalid,.appRoot textarea.form-control.is-invalid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.was-validated .appRoot .form-select:invalid,.appRoot .form-select.is-invalid{border-color:#dc3545}.was-validated .appRoot .form-select:invalid:not([multiple]):not([size]),.was-validated .appRoot .form-select:invalid:not([multiple])[size="1"],.appRoot .form-select.is-invalid:not([multiple]):not([size]),.appRoot .form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.was-validated .appRoot .form-select:invalid:focus,.appRoot .form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated .appRoot .form-control-color:invalid,.appRoot .form-control-color.is-invalid{width:calc(1.5em + 3.75rem)}.was-validated .appRoot .form-check-input:invalid,.appRoot .form-check-input.is-invalid{border-color:#dc3545}.was-validated .appRoot .form-check-input:invalid:checked,.appRoot .form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .appRoot .form-check-input:invalid:focus,.appRoot .form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.was-validated .appRoot .form-check-input:invalid~.form-check-label,.appRoot .form-check-input.is-invalid~.form-check-label{color:#dc3545}.appRoot .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .appRoot .input-group>.form-control:not(:focus):invalid,.appRoot .input-group>.form-control:not(:focus).is-invalid,.was-validated .appRoot .input-group>.form-select:not(:focus):invalid,.appRoot .input-group>.form-select:not(:focus).is-invalid,.was-validated .appRoot .input-group>.form-floating:not(:focus-within):invalid,.appRoot .input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.appRoot .btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.appRoot .btn{transition:none}}.appRoot .btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.appRoot .btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.appRoot .btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:focus-visible+.appRoot .btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.appRoot .btn,:not(.btn-check)+.appRoot .btn:active,.appRoot .btn:first-child:active,.appRoot .btn.active,.appRoot .btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.appRoot .btn:focus-visible,:not(.btn-check)+.appRoot .btn:active:focus-visible,.appRoot .btn:first-child:active:focus-visible,.appRoot .btn.active:focus-visible,.appRoot .btn.show:focus-visible,.btn-check:checked:focus-visible+.appRoot .btn{box-shadow:var(--bs-btn-focus-box-shadow)}.appRoot .btn:disabled,.appRoot .btn.disabled,fieldset:disabled .appRoot .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.appRoot .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49, 132, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.appRoot .btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130, 138, 145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.appRoot .btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60, 153, 110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.appRoot .btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11, 172, 204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.appRoot .btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217, 164, 6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.appRoot .btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225, 83, 97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.appRoot .btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211, 212, 213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.appRoot .btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66, 70, 73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.appRoot .btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13, 110, 253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.appRoot .btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108, 117, 125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.appRoot .btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25, 135, 84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.appRoot .btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13, 202, 240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.appRoot .btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255, 193, 7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.appRoot .btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220, 53, 69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.appRoot .btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248, 249, 250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.appRoot .btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33, 37, 41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.appRoot .btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49, 132, 253;text-decoration:underline}.appRoot .btn-link:focus-visible{color:var(--bs-btn-color)}.appRoot .btn-link:hover{color:var(--bs-btn-hover-color)}.appRoot .btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:.5rem}.appRoot .btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:.25rem}.appRoot .spinner-grow,.appRoot .spinner-border{width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block}.appRoot .spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:#0000}.appRoot .spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}.appRoot .spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;opacity:0;background-color:currentColor}.appRoot .spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.appRoot .spinner-border,.appRoot .spinner-grow{--bs-spinner-animation-speed:1.5s}}.appRoot .alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:.375rem;--bs-alert-link-color:inherit;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);position:relative}.appRoot .alert-heading{color:inherit}.appRoot .alert-link{color:var(--bs-alert-link-color);font-weight:700}.appRoot .alert-dismissible{padding-right:3rem}.appRoot .alert-dismissible .btn-close{z-index:2;padding:1.25rem 1rem;position:absolute;top:0;right:0}.appRoot .alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.appRoot .alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.appRoot .alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.appRoot .alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.appRoot .alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.appRoot .alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.appRoot .alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.appRoot .alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.appRoot .btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;box-sizing:content-box;width:1em;height:1em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);opacity:var(--bs-btn-close-opacity);border:0;border-radius:.375rem;padding:.25em}.appRoot .btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.appRoot .btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.appRoot .btn-close:disabled,.appRoot .btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.appRoot .btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.appRoot :root,.appRoot [data-bs-theme=light]{--bs-btn-close-filter: }.appRoot [data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.appRoot .card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:1px;--bs-card-border-color:#0000002d;--bs-card-border-radius:.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(.375rem - 1px);--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:#00000008;--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);background-clip:border-box;flex-direction:column;display:flex;position:relative}.appRoot .card>hr{margin-left:0;margin-right:0}.appRoot .card>.list-group{border-top:inherit;border-bottom:inherit}.appRoot .card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.appRoot .card>.list-group:last-child{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.appRoot .card>.card-header+.list-group,.appRoot .card>.list-group+.card-footer{border-top:0}.appRoot .card-body{padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color);flex:auto}.appRoot .card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.appRoot .card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color);margin-bottom:0}.appRoot .card-text:last-child{margin-bottom:0}.appRoot .card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.appRoot .card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-bottom:0}.appRoot .card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.appRoot .card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.appRoot .card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.appRoot .card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.appRoot .card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.appRoot .card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.appRoot .card-img-overlay{padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius);position:absolute;inset:0}.appRoot .card-img,.appRoot .card-img-top,.appRoot .card-img-bottom{width:100%}.appRoot .card-img,.appRoot .card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.appRoot .card-img,.appRoot .card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.appRoot .card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (width>=576px){.appRoot .card-group{flex-flow:wrap;display:flex}.appRoot .card-group>.card{flex:1 0 0;margin-bottom:0}.appRoot .card-group>.card+.card{border-left:0;margin-left:0}.appRoot .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-top,.appRoot .card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.appRoot .card-group>.card:not(:last-child)>.card-img-bottom,.appRoot .card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.appRoot .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-top,.appRoot .card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.appRoot .card-group>.card:not(:first-child)>.card-img-bottom,.appRoot .card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.appRoot .clearfix:after{clear:both;content:"";display:block}.appRoot .text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1))!important}.appRoot .text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1))!important}.appRoot .link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-primary:hover,.appRoot .link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity,1))!important}.appRoot .link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-secondary:hover,.appRoot .link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity,1))!important}.appRoot .link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-success:hover,.appRoot .link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity,1))!important}.appRoot .link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-info:hover,.appRoot .link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity,1))!important}.appRoot .link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-warning:hover,.appRoot .link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity,1))!important}.appRoot .link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-danger:hover,.appRoot .link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity,1))!important}.appRoot .link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-light:hover,.appRoot .link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity,1))!important}.appRoot .link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-dark:hover,.appRoot .link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity,1))!important}.appRoot .link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-body-emphasis:hover,.appRoot .link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,.75))!important}.appRoot .focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.appRoot .icon-link{-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden;align-items:center;gap:.375rem;display:inline-flex}.appRoot .icon-link>.bi{fill:currentColor;flex-shrink:0;width:1em;height:1em;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.appRoot .icon-link>.bi{transition:none}}.appRoot .icon-link-hover:hover>.bi,.appRoot .icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em, 0, 0))}.appRoot .ratio{width:100%;position:relative}.appRoot .ratio:before{padding-top:var(--bs-aspect-ratio);content:"";display:block}.appRoot .ratio>*{width:100%;height:100%;position:absolute;top:0;left:0}.appRoot .ratio-1x1{--bs-aspect-ratio:100%}.appRoot .ratio-4x3{--bs-aspect-ratio:75%}.appRoot .ratio-16x9{--bs-aspect-ratio:56.25%}.appRoot .ratio-21x9{--bs-aspect-ratio:42.8571%}.appRoot .fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.appRoot .fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}.appRoot .sticky-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-bottom{z-index:1020;position:sticky;bottom:0}@media (width>=576px){.appRoot .sticky-sm-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.appRoot .sticky-md-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.appRoot .sticky-lg-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.appRoot .sticky-xl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.appRoot .sticky-xxl-top{z-index:1020;position:sticky;top:0}.appRoot .sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}.appRoot .hstack{flex-direction:row;align-self:stretch;align-items:center;display:flex}.appRoot .vstack{flex-direction:column;flex:auto;align-self:stretch;display:flex}.appRoot .visually-hidden,.appRoot .visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.appRoot .visually-hidden:not(caption),.appRoot .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.appRoot .visually-hidden *,.appRoot .visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.appRoot .stretched-link:after{z-index:1;content:"";position:absolute;inset:0}.appRoot .text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.appRoot .vr{width:var(--bs-border-width);opacity:.25;background-color:currentColor;align-self:stretch;min-height:1em;display:inline-block}.appRoot .align-baseline{vertical-align:baseline!important}.appRoot .align-top{vertical-align:top!important}.appRoot .align-middle{vertical-align:middle!important}.appRoot .align-bottom{vertical-align:bottom!important}.appRoot .align-text-bottom{vertical-align:text-bottom!important}.appRoot .align-text-top{vertical-align:text-top!important}.appRoot .float-start{float:left!important}.appRoot .float-end{float:right!important}.appRoot .float-none{float:none!important}.appRoot .object-fit-contain{object-fit:contain!important}.appRoot .object-fit-cover{object-fit:cover!important}.appRoot .object-fit-fill{object-fit:fill!important}.appRoot .object-fit-scale{object-fit:scale-down!important}.appRoot .object-fit-none{object-fit:none!important}.appRoot .opacity-0{opacity:0!important}.appRoot .opacity-25{opacity:.25!important}.appRoot .opacity-50{opacity:.5!important}.appRoot .opacity-75{opacity:.75!important}.appRoot .opacity-100{opacity:1!important}.appRoot .overflow-auto{overflow:auto!important}.appRoot .overflow-hidden{overflow:hidden!important}.appRoot .overflow-visible{overflow:visible!important}.appRoot .overflow-scroll{overflow:scroll!important}.appRoot .overflow-x-auto{overflow-x:auto!important}.appRoot .overflow-x-hidden{overflow-x:hidden!important}.appRoot .overflow-x-visible{overflow-x:visible!important}.appRoot .overflow-x-scroll{overflow-x:scroll!important}.appRoot .overflow-y-auto{overflow-y:auto!important}.appRoot .overflow-y-hidden{overflow-y:hidden!important}.appRoot .overflow-y-visible{overflow-y:visible!important}.appRoot .overflow-y-scroll{overflow-y:scroll!important}.appRoot .d-inline{display:inline!important}.appRoot .d-inline-block{display:inline-block!important}.appRoot .d-block{display:block!important}.appRoot .d-grid{display:grid!important}.appRoot .d-inline-grid{display:inline-grid!important}.appRoot .d-table{display:table!important}.appRoot .d-table-row{display:table-row!important}.appRoot .d-table-cell{display:table-cell!important}.appRoot .d-flex{display:flex!important}.appRoot .d-inline-flex{display:inline-flex!important}.appRoot .d-none{display:none!important}.appRoot .shadow{box-shadow:var(--bs-box-shadow)!important}.appRoot .shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.appRoot .shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.appRoot .shadow-none{box-shadow:none!important}.appRoot .focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.appRoot .focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.appRoot .position-static{position:static!important}.appRoot .position-relative{position:relative!important}.appRoot .position-absolute{position:absolute!important}.appRoot .position-fixed{position:fixed!important}.appRoot .position-sticky{position:sticky!important}.appRoot .top-0{top:0!important}.appRoot .top-50{top:50%!important}.appRoot .top-100{top:100%!important}.appRoot .bottom-0{bottom:0!important}.appRoot .bottom-50{bottom:50%!important}.appRoot .bottom-100{bottom:100%!important}.appRoot .start-0{left:0!important}.appRoot .start-50{left:50%!important}.appRoot .start-100{left:100%!important}.appRoot .end-0{right:0!important}.appRoot .end-50{right:50%!important}.appRoot .end-100{right:100%!important}.appRoot .translate-middle{transform:translate(-50%,-50%)!important}.appRoot .translate-middle-x{transform:translate(-50%)!important}.appRoot .translate-middle-y{transform:translateY(-50%)!important}.appRoot .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.appRoot .border-0{border:0!important}.appRoot .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.appRoot .border-top-0{border-top:0!important}.appRoot .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.appRoot .border-end-0{border-right:0!important}.appRoot .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.appRoot .border-bottom-0{border-bottom:0!important}.appRoot .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.appRoot .border-start-0{border-left:0!important}.appRoot .border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity))!important}.appRoot .border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity))!important}.appRoot .border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity))!important}.appRoot .border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity))!important}.appRoot .border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity))!important}.appRoot .border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity))!important}.appRoot .border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity))!important}.appRoot .border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity))!important}.appRoot .border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity))!important}.appRoot .border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity))!important}.appRoot .border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.appRoot .border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.appRoot .border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.appRoot .border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.appRoot .border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.appRoot .border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.appRoot .border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.appRoot .border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.appRoot .border-1{border-width:1px!important}.appRoot .border-2{border-width:2px!important}.appRoot .border-3{border-width:3px!important}.appRoot .border-4{border-width:4px!important}.appRoot .border-5{border-width:5px!important}.appRoot .border-opacity-10{--bs-border-opacity:.1}.appRoot .border-opacity-25{--bs-border-opacity:.25}.appRoot .border-opacity-50{--bs-border-opacity:.5}.appRoot .border-opacity-75{--bs-border-opacity:.75}.appRoot .border-opacity-100{--bs-border-opacity:1}.appRoot .w-25{width:25%!important}.appRoot .w-50{width:50%!important}.appRoot .w-75{width:75%!important}.appRoot .w-100{width:100%!important}.appRoot .w-auto{width:auto!important}.appRoot .mw-100{max-width:100%!important}.appRoot .vw-100{width:100vw!important}.appRoot .min-vw-100{min-width:100vw!important}.appRoot .h-25{height:25%!important}.appRoot .h-50{height:50%!important}.appRoot .h-75{height:75%!important}.appRoot .h-100{height:100%!important}.appRoot .h-auto{height:auto!important}.appRoot .mh-100{max-height:100%!important}.appRoot .vh-100{height:100vh!important}.appRoot .min-vh-100{min-height:100vh!important}.appRoot .flex-fill{flex:auto!important}.appRoot .flex-row{flex-direction:row!important}.appRoot .flex-column{flex-direction:column!important}.appRoot .flex-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-grow-0{flex-grow:0!important}.appRoot .flex-grow-1{flex-grow:1!important}.appRoot .flex-shrink-0{flex-shrink:0!important}.appRoot .flex-shrink-1{flex-shrink:1!important}.appRoot .flex-wrap{flex-wrap:wrap!important}.appRoot .flex-nowrap{flex-wrap:nowrap!important}.appRoot .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-start{justify-content:flex-start!important}.appRoot .justify-content-end{justify-content:flex-end!important}.appRoot .justify-content-center{justify-content:center!important}.appRoot .justify-content-between{justify-content:space-between!important}.appRoot .justify-content-around{justify-content:space-around!important}.appRoot .justify-content-evenly{justify-content:space-evenly!important}.appRoot .align-items-start{align-items:flex-start!important}.appRoot .align-items-end{align-items:flex-end!important}.appRoot .align-items-center{align-items:center!important}.appRoot .align-items-baseline{align-items:baseline!important}.appRoot .align-items-stretch{align-items:stretch!important}.appRoot .align-content-start{align-content:flex-start!important}.appRoot .align-content-end{align-content:flex-end!important}.appRoot .align-content-center{align-content:center!important}.appRoot .align-content-between{align-content:space-between!important}.appRoot .align-content-around{align-content:space-around!important}.appRoot .align-content-stretch{align-content:stretch!important}.appRoot .align-self-auto{align-self:auto!important}.appRoot .align-self-start{align-self:flex-start!important}.appRoot .align-self-end{align-self:flex-end!important}.appRoot .align-self-center{align-self:center!important}.appRoot .align-self-baseline{align-self:baseline!important}.appRoot .align-self-stretch{align-self:stretch!important}.appRoot .order-first{order:-1!important}.appRoot .order-0{order:0!important}.appRoot .order-1{order:1!important}.appRoot .order-2{order:2!important}.appRoot .order-3{order:3!important}.appRoot .order-4{order:4!important}.appRoot .order-5{order:5!important}.appRoot .order-last{order:6!important}.appRoot .m-0{margin:0!important}.appRoot .m-1{margin:.25rem!important}.appRoot .m-2{margin:.5rem!important}.appRoot .m-3{margin:1rem!important}.appRoot .m-4{margin:1.5rem!important}.appRoot .m-5{margin:3rem!important}.appRoot .m-auto{margin:auto!important}.appRoot .mx-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-0{margin-top:0!important}.appRoot .mt-1{margin-top:.25rem!important}.appRoot .mt-2{margin-top:.5rem!important}.appRoot .mt-3{margin-top:1rem!important}.appRoot .mt-4{margin-top:1.5rem!important}.appRoot .mt-5{margin-top:3rem!important}.appRoot .mt-auto{margin-top:auto!important}.appRoot .me-0{margin-right:0!important}.appRoot .me-1{margin-right:.25rem!important}.appRoot .me-2{margin-right:.5rem!important}.appRoot .me-3{margin-right:1rem!important}.appRoot .me-4{margin-right:1.5rem!important}.appRoot .me-5{margin-right:3rem!important}.appRoot .me-auto{margin-right:auto!important}.appRoot .mb-0{margin-bottom:0!important}.appRoot .mb-1{margin-bottom:.25rem!important}.appRoot .mb-2{margin-bottom:.5rem!important}.appRoot .mb-3{margin-bottom:1rem!important}.appRoot .mb-4{margin-bottom:1.5rem!important}.appRoot .mb-5{margin-bottom:3rem!important}.appRoot .mb-auto{margin-bottom:auto!important}.appRoot .ms-0{margin-left:0!important}.appRoot .ms-1{margin-left:.25rem!important}.appRoot .ms-2{margin-left:.5rem!important}.appRoot .ms-3{margin-left:1rem!important}.appRoot .ms-4{margin-left:1.5rem!important}.appRoot .ms-5{margin-left:3rem!important}.appRoot .ms-auto{margin-left:auto!important}.appRoot .p-0{padding:0!important}.appRoot .p-1{padding:.25rem!important}.appRoot .p-2{padding:.5rem!important}.appRoot .p-3{padding:1rem!important}.appRoot .p-4{padding:1.5rem!important}.appRoot .p-5{padding:3rem!important}.appRoot .px-0{padding-left:0!important;padding-right:0!important}.appRoot .px-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-0{padding-top:0!important}.appRoot .pt-1{padding-top:.25rem!important}.appRoot .pt-2{padding-top:.5rem!important}.appRoot .pt-3{padding-top:1rem!important}.appRoot .pt-4{padding-top:1.5rem!important}.appRoot .pt-5{padding-top:3rem!important}.appRoot .pe-0{padding-right:0!important}.appRoot .pe-1{padding-right:.25rem!important}.appRoot .pe-2{padding-right:.5rem!important}.appRoot .pe-3{padding-right:1rem!important}.appRoot .pe-4{padding-right:1.5rem!important}.appRoot .pe-5{padding-right:3rem!important}.appRoot .pb-0{padding-bottom:0!important}.appRoot .pb-1{padding-bottom:.25rem!important}.appRoot .pb-2{padding-bottom:.5rem!important}.appRoot .pb-3{padding-bottom:1rem!important}.appRoot .pb-4{padding-bottom:1.5rem!important}.appRoot .pb-5{padding-bottom:3rem!important}.appRoot .ps-0{padding-left:0!important}.appRoot .ps-1{padding-left:.25rem!important}.appRoot .ps-2{padding-left:.5rem!important}.appRoot .ps-3{padding-left:1rem!important}.appRoot .ps-4{padding-left:1.5rem!important}.appRoot .ps-5{padding-left:3rem!important}.appRoot .gap-0{gap:0!important}.appRoot .gap-1{gap:.25rem!important}.appRoot .gap-2{gap:.5rem!important}.appRoot .gap-3{gap:1rem!important}.appRoot .gap-4{gap:1.5rem!important}.appRoot .gap-5{gap:3rem!important}.appRoot .row-gap-0{row-gap:0!important}.appRoot .row-gap-1{row-gap:.25rem!important}.appRoot .row-gap-2{row-gap:.5rem!important}.appRoot .row-gap-3{row-gap:1rem!important}.appRoot .row-gap-4{row-gap:1.5rem!important}.appRoot .row-gap-5{row-gap:3rem!important}.appRoot .column-gap-0{column-gap:0!important}.appRoot .column-gap-1{column-gap:.25rem!important}.appRoot .column-gap-2{column-gap:.5rem!important}.appRoot .column-gap-3{column-gap:1rem!important}.appRoot .column-gap-4{column-gap:1.5rem!important}.appRoot .column-gap-5{column-gap:3rem!important}.appRoot .font-monospace{font-family:var(--bs-font-monospace)!important}.appRoot .fs-1{font-size:calc(1.375rem + 1.5vw)!important}.appRoot .fs-2{font-size:calc(1.325rem + .9vw)!important}.appRoot .fs-3{font-size:calc(1.3rem + .6vw)!important}.appRoot .fs-4{font-size:calc(1.275rem + .3vw)!important}.appRoot .fs-5{font-size:1.25rem!important}.appRoot .fs-6{font-size:1rem!important}.appRoot .fst-italic{font-style:italic!important}.appRoot .fst-normal{font-style:normal!important}.appRoot .fw-lighter{font-weight:lighter!important}.appRoot .fw-light{font-weight:300!important}.appRoot .fw-normal{font-weight:400!important}.appRoot .fw-medium{font-weight:500!important}.appRoot .fw-semibold{font-weight:600!important}.appRoot .fw-bold{font-weight:700!important}.appRoot .fw-bolder{font-weight:bolder!important}.appRoot .lh-1{line-height:1!important}.appRoot .lh-sm{line-height:1.25!important}.appRoot .lh-base{line-height:1.5!important}.appRoot .lh-lg{line-height:2!important}.appRoot .text-start{text-align:left!important}.appRoot .text-end{text-align:right!important}.appRoot .text-center{text-align:center!important}.appRoot .text-decoration-none{text-decoration:none!important}.appRoot .text-decoration-underline{text-decoration:underline!important}.appRoot .text-decoration-line-through{text-decoration:line-through!important}.appRoot .text-lowercase{text-transform:lowercase!important}.appRoot .text-uppercase{text-transform:uppercase!important}.appRoot .text-capitalize{text-transform:capitalize!important}.appRoot .text-wrap{white-space:normal!important}.appRoot .text-nowrap{white-space:nowrap!important}.appRoot .text-break{word-wrap:break-word!important;word-break:break-word!important}.appRoot .text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important}.appRoot .text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important}.appRoot .text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important}.appRoot .text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important}.appRoot .text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important}.appRoot .text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important}.appRoot .text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important}.appRoot .text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important}.appRoot .text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important}.appRoot .text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important}.appRoot .text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important}.appRoot .text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.appRoot .text-black-50{--bs-text-opacity:1;color:#00000080!important}.appRoot .text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.appRoot .text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.appRoot .text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.appRoot .text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.appRoot .text-reset{--bs-text-opacity:1;color:inherit!important}.appRoot .text-opacity-25{--bs-text-opacity:.25}.appRoot .text-opacity-50{--bs-text-opacity:.5}.appRoot .text-opacity-75{--bs-text-opacity:.75}.appRoot .text-opacity-100{--bs-text-opacity:1}.appRoot .text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.appRoot .text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.appRoot .text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.appRoot .text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.appRoot .text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.appRoot .text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.appRoot .text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.appRoot .text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.appRoot .link-opacity-10,.appRoot .link-opacity-10-hover:hover{--bs-link-opacity:.1}.appRoot .link-opacity-25,.appRoot .link-opacity-25-hover:hover{--bs-link-opacity:.25}.appRoot .link-opacity-50,.appRoot .link-opacity-50-hover:hover{--bs-link-opacity:.5}.appRoot .link-opacity-75,.appRoot .link-opacity-75-hover:hover{--bs-link-opacity:.75}.appRoot .link-opacity-100,.appRoot .link-opacity-100-hover:hover{--bs-link-opacity:1}.appRoot .link-offset-1,.appRoot .link-offset-1-hover:hover{text-underline-offset:.125em!important}.appRoot .link-offset-2,.appRoot .link-offset-2-hover:hover{text-underline-offset:.25em!important}.appRoot .link-offset-3,.appRoot .link-offset-3-hover:hover{text-underline-offset:.375em!important}.appRoot .link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity))!important}.appRoot .link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1))!important}.appRoot .link-underline-opacity-0,.appRoot .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.appRoot .link-underline-opacity-10,.appRoot .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.appRoot .link-underline-opacity-25,.appRoot .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.appRoot .link-underline-opacity-50,.appRoot .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.appRoot .link-underline-opacity-75,.appRoot .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.appRoot .link-underline-opacity-100,.appRoot .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.appRoot .bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.appRoot .bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity))!important}.appRoot .bg-opacity-10{--bs-bg-opacity:.1}.appRoot .bg-opacity-25{--bs-bg-opacity:.25}.appRoot .bg-opacity-50{--bs-bg-opacity:.5}.appRoot .bg-opacity-75{--bs-bg-opacity:.75}.appRoot .bg-opacity-100{--bs-bg-opacity:1}.appRoot .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.appRoot .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.appRoot .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.appRoot .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.appRoot .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.appRoot .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.appRoot .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.appRoot .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.appRoot .bg-gradient{background-image:var(--bs-gradient)!important}.appRoot .user-select-all{-webkit-user-select:all!important;user-select:all!important}.appRoot .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.appRoot .user-select-none{-webkit-user-select:none!important;user-select:none!important}.appRoot .pe-none{pointer-events:none!important}.appRoot .pe-auto{pointer-events:auto!important}.appRoot .rounded{border-radius:var(--bs-border-radius)!important}.appRoot .rounded-0{border-radius:0!important}.appRoot .rounded-1{border-radius:var(--bs-border-radius-sm)!important}.appRoot .rounded-2{border-radius:var(--bs-border-radius)!important}.appRoot .rounded-3{border-radius:var(--bs-border-radius-lg)!important}.appRoot .rounded-4{border-radius:var(--bs-border-radius-xl)!important}.appRoot .rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.appRoot .rounded-circle{border-radius:50%!important}.appRoot .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.appRoot .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.appRoot .rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.appRoot .rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.appRoot .rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.appRoot .rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.appRoot .rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.appRoot .rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.appRoot .rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.appRoot .rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.appRoot .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.appRoot .rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.appRoot .rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.appRoot .rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.appRoot .rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.appRoot .rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.appRoot .rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.appRoot .rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.appRoot .rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.appRoot .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.appRoot .rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.appRoot .rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.appRoot .rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.appRoot .rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.appRoot .rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.appRoot .rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.appRoot .rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.appRoot .rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.appRoot .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.appRoot .rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.appRoot .rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.appRoot .rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.appRoot .rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.appRoot .rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.appRoot .rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.appRoot .rounded-start-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.appRoot .rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.appRoot .visible{visibility:visible!important}.appRoot .invisible{visibility:hidden!important}.appRoot .z-n1{z-index:-1!important}.appRoot .z-0{z-index:0!important}.appRoot .z-1{z-index:1!important}.appRoot .z-2{z-index:2!important}.appRoot .z-3{z-index:3!important}@media (width>=576px){.appRoot .float-sm-start{float:left!important}.appRoot .float-sm-end{float:right!important}.appRoot .float-sm-none{float:none!important}.appRoot .object-fit-sm-contain{object-fit:contain!important}.appRoot .object-fit-sm-cover{object-fit:cover!important}.appRoot .object-fit-sm-fill{object-fit:fill!important}.appRoot .object-fit-sm-scale{object-fit:scale-down!important}.appRoot .object-fit-sm-none{object-fit:none!important}.appRoot .d-sm-inline{display:inline!important}.appRoot .d-sm-inline-block{display:inline-block!important}.appRoot .d-sm-block{display:block!important}.appRoot .d-sm-grid{display:grid!important}.appRoot .d-sm-inline-grid{display:inline-grid!important}.appRoot .d-sm-table{display:table!important}.appRoot .d-sm-table-row{display:table-row!important}.appRoot .d-sm-table-cell{display:table-cell!important}.appRoot .d-sm-flex{display:flex!important}.appRoot .d-sm-inline-flex{display:inline-flex!important}.appRoot .d-sm-none{display:none!important}.appRoot .flex-sm-fill{flex:auto!important}.appRoot .flex-sm-row{flex-direction:row!important}.appRoot .flex-sm-column{flex-direction:column!important}.appRoot .flex-sm-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-sm-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-sm-grow-0{flex-grow:0!important}.appRoot .flex-sm-grow-1{flex-grow:1!important}.appRoot .flex-sm-shrink-0{flex-shrink:0!important}.appRoot .flex-sm-shrink-1{flex-shrink:1!important}.appRoot .flex-sm-wrap{flex-wrap:wrap!important}.appRoot .flex-sm-nowrap{flex-wrap:nowrap!important}.appRoot .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-sm-start{justify-content:flex-start!important}.appRoot .justify-content-sm-end{justify-content:flex-end!important}.appRoot .justify-content-sm-center{justify-content:center!important}.appRoot .justify-content-sm-between{justify-content:space-between!important}.appRoot .justify-content-sm-around{justify-content:space-around!important}.appRoot .justify-content-sm-evenly{justify-content:space-evenly!important}.appRoot .align-items-sm-start{align-items:flex-start!important}.appRoot .align-items-sm-end{align-items:flex-end!important}.appRoot .align-items-sm-center{align-items:center!important}.appRoot .align-items-sm-baseline{align-items:baseline!important}.appRoot .align-items-sm-stretch{align-items:stretch!important}.appRoot .align-content-sm-start{align-content:flex-start!important}.appRoot .align-content-sm-end{align-content:flex-end!important}.appRoot .align-content-sm-center{align-content:center!important}.appRoot .align-content-sm-between{align-content:space-between!important}.appRoot .align-content-sm-around{align-content:space-around!important}.appRoot .align-content-sm-stretch{align-content:stretch!important}.appRoot .align-self-sm-auto{align-self:auto!important}.appRoot .align-self-sm-start{align-self:flex-start!important}.appRoot .align-self-sm-end{align-self:flex-end!important}.appRoot .align-self-sm-center{align-self:center!important}.appRoot .align-self-sm-baseline{align-self:baseline!important}.appRoot .align-self-sm-stretch{align-self:stretch!important}.appRoot .order-sm-first{order:-1!important}.appRoot .order-sm-0{order:0!important}.appRoot .order-sm-1{order:1!important}.appRoot .order-sm-2{order:2!important}.appRoot .order-sm-3{order:3!important}.appRoot .order-sm-4{order:4!important}.appRoot .order-sm-5{order:5!important}.appRoot .order-sm-last{order:6!important}.appRoot .m-sm-0{margin:0!important}.appRoot .m-sm-1{margin:.25rem!important}.appRoot .m-sm-2{margin:.5rem!important}.appRoot .m-sm-3{margin:1rem!important}.appRoot .m-sm-4{margin:1.5rem!important}.appRoot .m-sm-5{margin:3rem!important}.appRoot .m-sm-auto{margin:auto!important}.appRoot .mx-sm-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-sm-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-sm-0{margin-top:0!important}.appRoot .mt-sm-1{margin-top:.25rem!important}.appRoot .mt-sm-2{margin-top:.5rem!important}.appRoot .mt-sm-3{margin-top:1rem!important}.appRoot .mt-sm-4{margin-top:1.5rem!important}.appRoot .mt-sm-5{margin-top:3rem!important}.appRoot .mt-sm-auto{margin-top:auto!important}.appRoot .me-sm-0{margin-right:0!important}.appRoot .me-sm-1{margin-right:.25rem!important}.appRoot .me-sm-2{margin-right:.5rem!important}.appRoot .me-sm-3{margin-right:1rem!important}.appRoot .me-sm-4{margin-right:1.5rem!important}.appRoot .me-sm-5{margin-right:3rem!important}.appRoot .me-sm-auto{margin-right:auto!important}.appRoot .mb-sm-0{margin-bottom:0!important}.appRoot .mb-sm-1{margin-bottom:.25rem!important}.appRoot .mb-sm-2{margin-bottom:.5rem!important}.appRoot .mb-sm-3{margin-bottom:1rem!important}.appRoot .mb-sm-4{margin-bottom:1.5rem!important}.appRoot .mb-sm-5{margin-bottom:3rem!important}.appRoot .mb-sm-auto{margin-bottom:auto!important}.appRoot .ms-sm-0{margin-left:0!important}.appRoot .ms-sm-1{margin-left:.25rem!important}.appRoot .ms-sm-2{margin-left:.5rem!important}.appRoot .ms-sm-3{margin-left:1rem!important}.appRoot .ms-sm-4{margin-left:1.5rem!important}.appRoot .ms-sm-5{margin-left:3rem!important}.appRoot .ms-sm-auto{margin-left:auto!important}.appRoot .p-sm-0{padding:0!important}.appRoot .p-sm-1{padding:.25rem!important}.appRoot .p-sm-2{padding:.5rem!important}.appRoot .p-sm-3{padding:1rem!important}.appRoot .p-sm-4{padding:1.5rem!important}.appRoot .p-sm-5{padding:3rem!important}.appRoot .px-sm-0{padding-left:0!important;padding-right:0!important}.appRoot .px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-sm-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-sm-0{padding-top:0!important}.appRoot .pt-sm-1{padding-top:.25rem!important}.appRoot .pt-sm-2{padding-top:.5rem!important}.appRoot .pt-sm-3{padding-top:1rem!important}.appRoot .pt-sm-4{padding-top:1.5rem!important}.appRoot .pt-sm-5{padding-top:3rem!important}.appRoot .pe-sm-0{padding-right:0!important}.appRoot .pe-sm-1{padding-right:.25rem!important}.appRoot .pe-sm-2{padding-right:.5rem!important}.appRoot .pe-sm-3{padding-right:1rem!important}.appRoot .pe-sm-4{padding-right:1.5rem!important}.appRoot .pe-sm-5{padding-right:3rem!important}.appRoot .pb-sm-0{padding-bottom:0!important}.appRoot .pb-sm-1{padding-bottom:.25rem!important}.appRoot .pb-sm-2{padding-bottom:.5rem!important}.appRoot .pb-sm-3{padding-bottom:1rem!important}.appRoot .pb-sm-4{padding-bottom:1.5rem!important}.appRoot .pb-sm-5{padding-bottom:3rem!important}.appRoot .ps-sm-0{padding-left:0!important}.appRoot .ps-sm-1{padding-left:.25rem!important}.appRoot .ps-sm-2{padding-left:.5rem!important}.appRoot .ps-sm-3{padding-left:1rem!important}.appRoot .ps-sm-4{padding-left:1.5rem!important}.appRoot .ps-sm-5{padding-left:3rem!important}.appRoot .gap-sm-0{gap:0!important}.appRoot .gap-sm-1{gap:.25rem!important}.appRoot .gap-sm-2{gap:.5rem!important}.appRoot .gap-sm-3{gap:1rem!important}.appRoot .gap-sm-4{gap:1.5rem!important}.appRoot .gap-sm-5{gap:3rem!important}.appRoot .row-gap-sm-0{row-gap:0!important}.appRoot .row-gap-sm-1{row-gap:.25rem!important}.appRoot .row-gap-sm-2{row-gap:.5rem!important}.appRoot .row-gap-sm-3{row-gap:1rem!important}.appRoot .row-gap-sm-4{row-gap:1.5rem!important}.appRoot .row-gap-sm-5{row-gap:3rem!important}.appRoot .column-gap-sm-0{column-gap:0!important}.appRoot .column-gap-sm-1{column-gap:.25rem!important}.appRoot .column-gap-sm-2{column-gap:.5rem!important}.appRoot .column-gap-sm-3{column-gap:1rem!important}.appRoot .column-gap-sm-4{column-gap:1.5rem!important}.appRoot .column-gap-sm-5{column-gap:3rem!important}.appRoot .text-sm-start{text-align:left!important}.appRoot .text-sm-end{text-align:right!important}.appRoot .text-sm-center{text-align:center!important}}@media (width>=768px){.appRoot .float-md-start{float:left!important}.appRoot .float-md-end{float:right!important}.appRoot .float-md-none{float:none!important}.appRoot .object-fit-md-contain{object-fit:contain!important}.appRoot .object-fit-md-cover{object-fit:cover!important}.appRoot .object-fit-md-fill{object-fit:fill!important}.appRoot .object-fit-md-scale{object-fit:scale-down!important}.appRoot .object-fit-md-none{object-fit:none!important}.appRoot .d-md-inline{display:inline!important}.appRoot .d-md-inline-block{display:inline-block!important}.appRoot .d-md-block{display:block!important}.appRoot .d-md-grid{display:grid!important}.appRoot .d-md-inline-grid{display:inline-grid!important}.appRoot .d-md-table{display:table!important}.appRoot .d-md-table-row{display:table-row!important}.appRoot .d-md-table-cell{display:table-cell!important}.appRoot .d-md-flex{display:flex!important}.appRoot .d-md-inline-flex{display:inline-flex!important}.appRoot .d-md-none{display:none!important}.appRoot .flex-md-fill{flex:auto!important}.appRoot .flex-md-row{flex-direction:row!important}.appRoot .flex-md-column{flex-direction:column!important}.appRoot .flex-md-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-md-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-md-grow-0{flex-grow:0!important}.appRoot .flex-md-grow-1{flex-grow:1!important}.appRoot .flex-md-shrink-0{flex-shrink:0!important}.appRoot .flex-md-shrink-1{flex-shrink:1!important}.appRoot .flex-md-wrap{flex-wrap:wrap!important}.appRoot .flex-md-nowrap{flex-wrap:nowrap!important}.appRoot .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-md-start{justify-content:flex-start!important}.appRoot .justify-content-md-end{justify-content:flex-end!important}.appRoot .justify-content-md-center{justify-content:center!important}.appRoot .justify-content-md-between{justify-content:space-between!important}.appRoot .justify-content-md-around{justify-content:space-around!important}.appRoot .justify-content-md-evenly{justify-content:space-evenly!important}.appRoot .align-items-md-start{align-items:flex-start!important}.appRoot .align-items-md-end{align-items:flex-end!important}.appRoot .align-items-md-center{align-items:center!important}.appRoot .align-items-md-baseline{align-items:baseline!important}.appRoot .align-items-md-stretch{align-items:stretch!important}.appRoot .align-content-md-start{align-content:flex-start!important}.appRoot .align-content-md-end{align-content:flex-end!important}.appRoot .align-content-md-center{align-content:center!important}.appRoot .align-content-md-between{align-content:space-between!important}.appRoot .align-content-md-around{align-content:space-around!important}.appRoot .align-content-md-stretch{align-content:stretch!important}.appRoot .align-self-md-auto{align-self:auto!important}.appRoot .align-self-md-start{align-self:flex-start!important}.appRoot .align-self-md-end{align-self:flex-end!important}.appRoot .align-self-md-center{align-self:center!important}.appRoot .align-self-md-baseline{align-self:baseline!important}.appRoot .align-self-md-stretch{align-self:stretch!important}.appRoot .order-md-first{order:-1!important}.appRoot .order-md-0{order:0!important}.appRoot .order-md-1{order:1!important}.appRoot .order-md-2{order:2!important}.appRoot .order-md-3{order:3!important}.appRoot .order-md-4{order:4!important}.appRoot .order-md-5{order:5!important}.appRoot .order-md-last{order:6!important}.appRoot .m-md-0{margin:0!important}.appRoot .m-md-1{margin:.25rem!important}.appRoot .m-md-2{margin:.5rem!important}.appRoot .m-md-3{margin:1rem!important}.appRoot .m-md-4{margin:1.5rem!important}.appRoot .m-md-5{margin:3rem!important}.appRoot .m-md-auto{margin:auto!important}.appRoot .mx-md-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-md-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-md-0{margin-top:0!important}.appRoot .mt-md-1{margin-top:.25rem!important}.appRoot .mt-md-2{margin-top:.5rem!important}.appRoot .mt-md-3{margin-top:1rem!important}.appRoot .mt-md-4{margin-top:1.5rem!important}.appRoot .mt-md-5{margin-top:3rem!important}.appRoot .mt-md-auto{margin-top:auto!important}.appRoot .me-md-0{margin-right:0!important}.appRoot .me-md-1{margin-right:.25rem!important}.appRoot .me-md-2{margin-right:.5rem!important}.appRoot .me-md-3{margin-right:1rem!important}.appRoot .me-md-4{margin-right:1.5rem!important}.appRoot .me-md-5{margin-right:3rem!important}.appRoot .me-md-auto{margin-right:auto!important}.appRoot .mb-md-0{margin-bottom:0!important}.appRoot .mb-md-1{margin-bottom:.25rem!important}.appRoot .mb-md-2{margin-bottom:.5rem!important}.appRoot .mb-md-3{margin-bottom:1rem!important}.appRoot .mb-md-4{margin-bottom:1.5rem!important}.appRoot .mb-md-5{margin-bottom:3rem!important}.appRoot .mb-md-auto{margin-bottom:auto!important}.appRoot .ms-md-0{margin-left:0!important}.appRoot .ms-md-1{margin-left:.25rem!important}.appRoot .ms-md-2{margin-left:.5rem!important}.appRoot .ms-md-3{margin-left:1rem!important}.appRoot .ms-md-4{margin-left:1.5rem!important}.appRoot .ms-md-5{margin-left:3rem!important}.appRoot .ms-md-auto{margin-left:auto!important}.appRoot .p-md-0{padding:0!important}.appRoot .p-md-1{padding:.25rem!important}.appRoot .p-md-2{padding:.5rem!important}.appRoot .p-md-3{padding:1rem!important}.appRoot .p-md-4{padding:1.5rem!important}.appRoot .p-md-5{padding:3rem!important}.appRoot .px-md-0{padding-left:0!important;padding-right:0!important}.appRoot .px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-md-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-md-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-md-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-md-0{padding-top:0!important}.appRoot .pt-md-1{padding-top:.25rem!important}.appRoot .pt-md-2{padding-top:.5rem!important}.appRoot .pt-md-3{padding-top:1rem!important}.appRoot .pt-md-4{padding-top:1.5rem!important}.appRoot .pt-md-5{padding-top:3rem!important}.appRoot .pe-md-0{padding-right:0!important}.appRoot .pe-md-1{padding-right:.25rem!important}.appRoot .pe-md-2{padding-right:.5rem!important}.appRoot .pe-md-3{padding-right:1rem!important}.appRoot .pe-md-4{padding-right:1.5rem!important}.appRoot .pe-md-5{padding-right:3rem!important}.appRoot .pb-md-0{padding-bottom:0!important}.appRoot .pb-md-1{padding-bottom:.25rem!important}.appRoot .pb-md-2{padding-bottom:.5rem!important}.appRoot .pb-md-3{padding-bottom:1rem!important}.appRoot .pb-md-4{padding-bottom:1.5rem!important}.appRoot .pb-md-5{padding-bottom:3rem!important}.appRoot .ps-md-0{padding-left:0!important}.appRoot .ps-md-1{padding-left:.25rem!important}.appRoot .ps-md-2{padding-left:.5rem!important}.appRoot .ps-md-3{padding-left:1rem!important}.appRoot .ps-md-4{padding-left:1.5rem!important}.appRoot .ps-md-5{padding-left:3rem!important}.appRoot .gap-md-0{gap:0!important}.appRoot .gap-md-1{gap:.25rem!important}.appRoot .gap-md-2{gap:.5rem!important}.appRoot .gap-md-3{gap:1rem!important}.appRoot .gap-md-4{gap:1.5rem!important}.appRoot .gap-md-5{gap:3rem!important}.appRoot .row-gap-md-0{row-gap:0!important}.appRoot .row-gap-md-1{row-gap:.25rem!important}.appRoot .row-gap-md-2{row-gap:.5rem!important}.appRoot .row-gap-md-3{row-gap:1rem!important}.appRoot .row-gap-md-4{row-gap:1.5rem!important}.appRoot .row-gap-md-5{row-gap:3rem!important}.appRoot .column-gap-md-0{column-gap:0!important}.appRoot .column-gap-md-1{column-gap:.25rem!important}.appRoot .column-gap-md-2{column-gap:.5rem!important}.appRoot .column-gap-md-3{column-gap:1rem!important}.appRoot .column-gap-md-4{column-gap:1.5rem!important}.appRoot .column-gap-md-5{column-gap:3rem!important}.appRoot .text-md-start{text-align:left!important}.appRoot .text-md-end{text-align:right!important}.appRoot .text-md-center{text-align:center!important}}@media (width>=992px){.appRoot .float-lg-start{float:left!important}.appRoot .float-lg-end{float:right!important}.appRoot .float-lg-none{float:none!important}.appRoot .object-fit-lg-contain{object-fit:contain!important}.appRoot .object-fit-lg-cover{object-fit:cover!important}.appRoot .object-fit-lg-fill{object-fit:fill!important}.appRoot .object-fit-lg-scale{object-fit:scale-down!important}.appRoot .object-fit-lg-none{object-fit:none!important}.appRoot .d-lg-inline{display:inline!important}.appRoot .d-lg-inline-block{display:inline-block!important}.appRoot .d-lg-block{display:block!important}.appRoot .d-lg-grid{display:grid!important}.appRoot .d-lg-inline-grid{display:inline-grid!important}.appRoot .d-lg-table{display:table!important}.appRoot .d-lg-table-row{display:table-row!important}.appRoot .d-lg-table-cell{display:table-cell!important}.appRoot .d-lg-flex{display:flex!important}.appRoot .d-lg-inline-flex{display:inline-flex!important}.appRoot .d-lg-none{display:none!important}.appRoot .flex-lg-fill{flex:auto!important}.appRoot .flex-lg-row{flex-direction:row!important}.appRoot .flex-lg-column{flex-direction:column!important}.appRoot .flex-lg-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-lg-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-lg-grow-0{flex-grow:0!important}.appRoot .flex-lg-grow-1{flex-grow:1!important}.appRoot .flex-lg-shrink-0{flex-shrink:0!important}.appRoot .flex-lg-shrink-1{flex-shrink:1!important}.appRoot .flex-lg-wrap{flex-wrap:wrap!important}.appRoot .flex-lg-nowrap{flex-wrap:nowrap!important}.appRoot .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-lg-start{justify-content:flex-start!important}.appRoot .justify-content-lg-end{justify-content:flex-end!important}.appRoot .justify-content-lg-center{justify-content:center!important}.appRoot .justify-content-lg-between{justify-content:space-between!important}.appRoot .justify-content-lg-around{justify-content:space-around!important}.appRoot .justify-content-lg-evenly{justify-content:space-evenly!important}.appRoot .align-items-lg-start{align-items:flex-start!important}.appRoot .align-items-lg-end{align-items:flex-end!important}.appRoot .align-items-lg-center{align-items:center!important}.appRoot .align-items-lg-baseline{align-items:baseline!important}.appRoot .align-items-lg-stretch{align-items:stretch!important}.appRoot .align-content-lg-start{align-content:flex-start!important}.appRoot .align-content-lg-end{align-content:flex-end!important}.appRoot .align-content-lg-center{align-content:center!important}.appRoot .align-content-lg-between{align-content:space-between!important}.appRoot .align-content-lg-around{align-content:space-around!important}.appRoot .align-content-lg-stretch{align-content:stretch!important}.appRoot .align-self-lg-auto{align-self:auto!important}.appRoot .align-self-lg-start{align-self:flex-start!important}.appRoot .align-self-lg-end{align-self:flex-end!important}.appRoot .align-self-lg-center{align-self:center!important}.appRoot .align-self-lg-baseline{align-self:baseline!important}.appRoot .align-self-lg-stretch{align-self:stretch!important}.appRoot .order-lg-first{order:-1!important}.appRoot .order-lg-0{order:0!important}.appRoot .order-lg-1{order:1!important}.appRoot .order-lg-2{order:2!important}.appRoot .order-lg-3{order:3!important}.appRoot .order-lg-4{order:4!important}.appRoot .order-lg-5{order:5!important}.appRoot .order-lg-last{order:6!important}.appRoot .m-lg-0{margin:0!important}.appRoot .m-lg-1{margin:.25rem!important}.appRoot .m-lg-2{margin:.5rem!important}.appRoot .m-lg-3{margin:1rem!important}.appRoot .m-lg-4{margin:1.5rem!important}.appRoot .m-lg-5{margin:3rem!important}.appRoot .m-lg-auto{margin:auto!important}.appRoot .mx-lg-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-lg-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-lg-0{margin-top:0!important}.appRoot .mt-lg-1{margin-top:.25rem!important}.appRoot .mt-lg-2{margin-top:.5rem!important}.appRoot .mt-lg-3{margin-top:1rem!important}.appRoot .mt-lg-4{margin-top:1.5rem!important}.appRoot .mt-lg-5{margin-top:3rem!important}.appRoot .mt-lg-auto{margin-top:auto!important}.appRoot .me-lg-0{margin-right:0!important}.appRoot .me-lg-1{margin-right:.25rem!important}.appRoot .me-lg-2{margin-right:.5rem!important}.appRoot .me-lg-3{margin-right:1rem!important}.appRoot .me-lg-4{margin-right:1.5rem!important}.appRoot .me-lg-5{margin-right:3rem!important}.appRoot .me-lg-auto{margin-right:auto!important}.appRoot .mb-lg-0{margin-bottom:0!important}.appRoot .mb-lg-1{margin-bottom:.25rem!important}.appRoot .mb-lg-2{margin-bottom:.5rem!important}.appRoot .mb-lg-3{margin-bottom:1rem!important}.appRoot .mb-lg-4{margin-bottom:1.5rem!important}.appRoot .mb-lg-5{margin-bottom:3rem!important}.appRoot .mb-lg-auto{margin-bottom:auto!important}.appRoot .ms-lg-0{margin-left:0!important}.appRoot .ms-lg-1{margin-left:.25rem!important}.appRoot .ms-lg-2{margin-left:.5rem!important}.appRoot .ms-lg-3{margin-left:1rem!important}.appRoot .ms-lg-4{margin-left:1.5rem!important}.appRoot .ms-lg-5{margin-left:3rem!important}.appRoot .ms-lg-auto{margin-left:auto!important}.appRoot .p-lg-0{padding:0!important}.appRoot .p-lg-1{padding:.25rem!important}.appRoot .p-lg-2{padding:.5rem!important}.appRoot .p-lg-3{padding:1rem!important}.appRoot .p-lg-4{padding:1.5rem!important}.appRoot .p-lg-5{padding:3rem!important}.appRoot .px-lg-0{padding-left:0!important;padding-right:0!important}.appRoot .px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-lg-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-lg-0{padding-top:0!important}.appRoot .pt-lg-1{padding-top:.25rem!important}.appRoot .pt-lg-2{padding-top:.5rem!important}.appRoot .pt-lg-3{padding-top:1rem!important}.appRoot .pt-lg-4{padding-top:1.5rem!important}.appRoot .pt-lg-5{padding-top:3rem!important}.appRoot .pe-lg-0{padding-right:0!important}.appRoot .pe-lg-1{padding-right:.25rem!important}.appRoot .pe-lg-2{padding-right:.5rem!important}.appRoot .pe-lg-3{padding-right:1rem!important}.appRoot .pe-lg-4{padding-right:1.5rem!important}.appRoot .pe-lg-5{padding-right:3rem!important}.appRoot .pb-lg-0{padding-bottom:0!important}.appRoot .pb-lg-1{padding-bottom:.25rem!important}.appRoot .pb-lg-2{padding-bottom:.5rem!important}.appRoot .pb-lg-3{padding-bottom:1rem!important}.appRoot .pb-lg-4{padding-bottom:1.5rem!important}.appRoot .pb-lg-5{padding-bottom:3rem!important}.appRoot .ps-lg-0{padding-left:0!important}.appRoot .ps-lg-1{padding-left:.25rem!important}.appRoot .ps-lg-2{padding-left:.5rem!important}.appRoot .ps-lg-3{padding-left:1rem!important}.appRoot .ps-lg-4{padding-left:1.5rem!important}.appRoot .ps-lg-5{padding-left:3rem!important}.appRoot .gap-lg-0{gap:0!important}.appRoot .gap-lg-1{gap:.25rem!important}.appRoot .gap-lg-2{gap:.5rem!important}.appRoot .gap-lg-3{gap:1rem!important}.appRoot .gap-lg-4{gap:1.5rem!important}.appRoot .gap-lg-5{gap:3rem!important}.appRoot .row-gap-lg-0{row-gap:0!important}.appRoot .row-gap-lg-1{row-gap:.25rem!important}.appRoot .row-gap-lg-2{row-gap:.5rem!important}.appRoot .row-gap-lg-3{row-gap:1rem!important}.appRoot .row-gap-lg-4{row-gap:1.5rem!important}.appRoot .row-gap-lg-5{row-gap:3rem!important}.appRoot .column-gap-lg-0{column-gap:0!important}.appRoot .column-gap-lg-1{column-gap:.25rem!important}.appRoot .column-gap-lg-2{column-gap:.5rem!important}.appRoot .column-gap-lg-3{column-gap:1rem!important}.appRoot .column-gap-lg-4{column-gap:1.5rem!important}.appRoot .column-gap-lg-5{column-gap:3rem!important}.appRoot .text-lg-start{text-align:left!important}.appRoot .text-lg-end{text-align:right!important}.appRoot .text-lg-center{text-align:center!important}}@media (width>=1200px){.appRoot .float-xl-start{float:left!important}.appRoot .float-xl-end{float:right!important}.appRoot .float-xl-none{float:none!important}.appRoot .object-fit-xl-contain{object-fit:contain!important}.appRoot .object-fit-xl-cover{object-fit:cover!important}.appRoot .object-fit-xl-fill{object-fit:fill!important}.appRoot .object-fit-xl-scale{object-fit:scale-down!important}.appRoot .object-fit-xl-none{object-fit:none!important}.appRoot .d-xl-inline{display:inline!important}.appRoot .d-xl-inline-block{display:inline-block!important}.appRoot .d-xl-block{display:block!important}.appRoot .d-xl-grid{display:grid!important}.appRoot .d-xl-inline-grid{display:inline-grid!important}.appRoot .d-xl-table{display:table!important}.appRoot .d-xl-table-row{display:table-row!important}.appRoot .d-xl-table-cell{display:table-cell!important}.appRoot .d-xl-flex{display:flex!important}.appRoot .d-xl-inline-flex{display:inline-flex!important}.appRoot .d-xl-none{display:none!important}.appRoot .flex-xl-fill{flex:auto!important}.appRoot .flex-xl-row{flex-direction:row!important}.appRoot .flex-xl-column{flex-direction:column!important}.appRoot .flex-xl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xl-grow-0{flex-grow:0!important}.appRoot .flex-xl-grow-1{flex-grow:1!important}.appRoot .flex-xl-shrink-0{flex-shrink:0!important}.appRoot .flex-xl-shrink-1{flex-shrink:1!important}.appRoot .flex-xl-wrap{flex-wrap:wrap!important}.appRoot .flex-xl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xl-start{justify-content:flex-start!important}.appRoot .justify-content-xl-end{justify-content:flex-end!important}.appRoot .justify-content-xl-center{justify-content:center!important}.appRoot .justify-content-xl-between{justify-content:space-between!important}.appRoot .justify-content-xl-around{justify-content:space-around!important}.appRoot .justify-content-xl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xl-start{align-items:flex-start!important}.appRoot .align-items-xl-end{align-items:flex-end!important}.appRoot .align-items-xl-center{align-items:center!important}.appRoot .align-items-xl-baseline{align-items:baseline!important}.appRoot .align-items-xl-stretch{align-items:stretch!important}.appRoot .align-content-xl-start{align-content:flex-start!important}.appRoot .align-content-xl-end{align-content:flex-end!important}.appRoot .align-content-xl-center{align-content:center!important}.appRoot .align-content-xl-between{align-content:space-between!important}.appRoot .align-content-xl-around{align-content:space-around!important}.appRoot .align-content-xl-stretch{align-content:stretch!important}.appRoot .align-self-xl-auto{align-self:auto!important}.appRoot .align-self-xl-start{align-self:flex-start!important}.appRoot .align-self-xl-end{align-self:flex-end!important}.appRoot .align-self-xl-center{align-self:center!important}.appRoot .align-self-xl-baseline{align-self:baseline!important}.appRoot .align-self-xl-stretch{align-self:stretch!important}.appRoot .order-xl-first{order:-1!important}.appRoot .order-xl-0{order:0!important}.appRoot .order-xl-1{order:1!important}.appRoot .order-xl-2{order:2!important}.appRoot .order-xl-3{order:3!important}.appRoot .order-xl-4{order:4!important}.appRoot .order-xl-5{order:5!important}.appRoot .order-xl-last{order:6!important}.appRoot .m-xl-0{margin:0!important}.appRoot .m-xl-1{margin:.25rem!important}.appRoot .m-xl-2{margin:.5rem!important}.appRoot .m-xl-3{margin:1rem!important}.appRoot .m-xl-4{margin:1.5rem!important}.appRoot .m-xl-5{margin:3rem!important}.appRoot .m-xl-auto{margin:auto!important}.appRoot .mx-xl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xl-0{margin-top:0!important}.appRoot .mt-xl-1{margin-top:.25rem!important}.appRoot .mt-xl-2{margin-top:.5rem!important}.appRoot .mt-xl-3{margin-top:1rem!important}.appRoot .mt-xl-4{margin-top:1.5rem!important}.appRoot .mt-xl-5{margin-top:3rem!important}.appRoot .mt-xl-auto{margin-top:auto!important}.appRoot .me-xl-0{margin-right:0!important}.appRoot .me-xl-1{margin-right:.25rem!important}.appRoot .me-xl-2{margin-right:.5rem!important}.appRoot .me-xl-3{margin-right:1rem!important}.appRoot .me-xl-4{margin-right:1.5rem!important}.appRoot .me-xl-5{margin-right:3rem!important}.appRoot .me-xl-auto{margin-right:auto!important}.appRoot .mb-xl-0{margin-bottom:0!important}.appRoot .mb-xl-1{margin-bottom:.25rem!important}.appRoot .mb-xl-2{margin-bottom:.5rem!important}.appRoot .mb-xl-3{margin-bottom:1rem!important}.appRoot .mb-xl-4{margin-bottom:1.5rem!important}.appRoot .mb-xl-5{margin-bottom:3rem!important}.appRoot .mb-xl-auto{margin-bottom:auto!important}.appRoot .ms-xl-0{margin-left:0!important}.appRoot .ms-xl-1{margin-left:.25rem!important}.appRoot .ms-xl-2{margin-left:.5rem!important}.appRoot .ms-xl-3{margin-left:1rem!important}.appRoot .ms-xl-4{margin-left:1.5rem!important}.appRoot .ms-xl-5{margin-left:3rem!important}.appRoot .ms-xl-auto{margin-left:auto!important}.appRoot .p-xl-0{padding:0!important}.appRoot .p-xl-1{padding:.25rem!important}.appRoot .p-xl-2{padding:.5rem!important}.appRoot .p-xl-3{padding:1rem!important}.appRoot .p-xl-4{padding:1.5rem!important}.appRoot .p-xl-5{padding:3rem!important}.appRoot .px-xl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xl-0{padding-top:0!important}.appRoot .pt-xl-1{padding-top:.25rem!important}.appRoot .pt-xl-2{padding-top:.5rem!important}.appRoot .pt-xl-3{padding-top:1rem!important}.appRoot .pt-xl-4{padding-top:1.5rem!important}.appRoot .pt-xl-5{padding-top:3rem!important}.appRoot .pe-xl-0{padding-right:0!important}.appRoot .pe-xl-1{padding-right:.25rem!important}.appRoot .pe-xl-2{padding-right:.5rem!important}.appRoot .pe-xl-3{padding-right:1rem!important}.appRoot .pe-xl-4{padding-right:1.5rem!important}.appRoot .pe-xl-5{padding-right:3rem!important}.appRoot .pb-xl-0{padding-bottom:0!important}.appRoot .pb-xl-1{padding-bottom:.25rem!important}.appRoot .pb-xl-2{padding-bottom:.5rem!important}.appRoot .pb-xl-3{padding-bottom:1rem!important}.appRoot .pb-xl-4{padding-bottom:1.5rem!important}.appRoot .pb-xl-5{padding-bottom:3rem!important}.appRoot .ps-xl-0{padding-left:0!important}.appRoot .ps-xl-1{padding-left:.25rem!important}.appRoot .ps-xl-2{padding-left:.5rem!important}.appRoot .ps-xl-3{padding-left:1rem!important}.appRoot .ps-xl-4{padding-left:1.5rem!important}.appRoot .ps-xl-5{padding-left:3rem!important}.appRoot .gap-xl-0{gap:0!important}.appRoot .gap-xl-1{gap:.25rem!important}.appRoot .gap-xl-2{gap:.5rem!important}.appRoot .gap-xl-3{gap:1rem!important}.appRoot .gap-xl-4{gap:1.5rem!important}.appRoot .gap-xl-5{gap:3rem!important}.appRoot .row-gap-xl-0{row-gap:0!important}.appRoot .row-gap-xl-1{row-gap:.25rem!important}.appRoot .row-gap-xl-2{row-gap:.5rem!important}.appRoot .row-gap-xl-3{row-gap:1rem!important}.appRoot .row-gap-xl-4{row-gap:1.5rem!important}.appRoot .row-gap-xl-5{row-gap:3rem!important}.appRoot .column-gap-xl-0{column-gap:0!important}.appRoot .column-gap-xl-1{column-gap:.25rem!important}.appRoot .column-gap-xl-2{column-gap:.5rem!important}.appRoot .column-gap-xl-3{column-gap:1rem!important}.appRoot .column-gap-xl-4{column-gap:1.5rem!important}.appRoot .column-gap-xl-5{column-gap:3rem!important}.appRoot .text-xl-start{text-align:left!important}.appRoot .text-xl-end{text-align:right!important}.appRoot .text-xl-center{text-align:center!important}}@media (width>=1400px){.appRoot .float-xxl-start{float:left!important}.appRoot .float-xxl-end{float:right!important}.appRoot .float-xxl-none{float:none!important}.appRoot .object-fit-xxl-contain{object-fit:contain!important}.appRoot .object-fit-xxl-cover{object-fit:cover!important}.appRoot .object-fit-xxl-fill{object-fit:fill!important}.appRoot .object-fit-xxl-scale{object-fit:scale-down!important}.appRoot .object-fit-xxl-none{object-fit:none!important}.appRoot .d-xxl-inline{display:inline!important}.appRoot .d-xxl-inline-block{display:inline-block!important}.appRoot .d-xxl-block{display:block!important}.appRoot .d-xxl-grid{display:grid!important}.appRoot .d-xxl-inline-grid{display:inline-grid!important}.appRoot .d-xxl-table{display:table!important}.appRoot .d-xxl-table-row{display:table-row!important}.appRoot .d-xxl-table-cell{display:table-cell!important}.appRoot .d-xxl-flex{display:flex!important}.appRoot .d-xxl-inline-flex{display:inline-flex!important}.appRoot .d-xxl-none{display:none!important}.appRoot .flex-xxl-fill{flex:auto!important}.appRoot .flex-xxl-row{flex-direction:row!important}.appRoot .flex-xxl-column{flex-direction:column!important}.appRoot .flex-xxl-row-reverse{flex-direction:row-reverse!important}.appRoot .flex-xxl-column-reverse{flex-direction:column-reverse!important}.appRoot .flex-xxl-grow-0{flex-grow:0!important}.appRoot .flex-xxl-grow-1{flex-grow:1!important}.appRoot .flex-xxl-shrink-0{flex-shrink:0!important}.appRoot .flex-xxl-shrink-1{flex-shrink:1!important}.appRoot .flex-xxl-wrap{flex-wrap:wrap!important}.appRoot .flex-xxl-nowrap{flex-wrap:nowrap!important}.appRoot .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.appRoot .justify-content-xxl-start{justify-content:flex-start!important}.appRoot .justify-content-xxl-end{justify-content:flex-end!important}.appRoot .justify-content-xxl-center{justify-content:center!important}.appRoot .justify-content-xxl-between{justify-content:space-between!important}.appRoot .justify-content-xxl-around{justify-content:space-around!important}.appRoot .justify-content-xxl-evenly{justify-content:space-evenly!important}.appRoot .align-items-xxl-start{align-items:flex-start!important}.appRoot .align-items-xxl-end{align-items:flex-end!important}.appRoot .align-items-xxl-center{align-items:center!important}.appRoot .align-items-xxl-baseline{align-items:baseline!important}.appRoot .align-items-xxl-stretch{align-items:stretch!important}.appRoot .align-content-xxl-start{align-content:flex-start!important}.appRoot .align-content-xxl-end{align-content:flex-end!important}.appRoot .align-content-xxl-center{align-content:center!important}.appRoot .align-content-xxl-between{align-content:space-between!important}.appRoot .align-content-xxl-around{align-content:space-around!important}.appRoot .align-content-xxl-stretch{align-content:stretch!important}.appRoot .align-self-xxl-auto{align-self:auto!important}.appRoot .align-self-xxl-start{align-self:flex-start!important}.appRoot .align-self-xxl-end{align-self:flex-end!important}.appRoot .align-self-xxl-center{align-self:center!important}.appRoot .align-self-xxl-baseline{align-self:baseline!important}.appRoot .align-self-xxl-stretch{align-self:stretch!important}.appRoot .order-xxl-first{order:-1!important}.appRoot .order-xxl-0{order:0!important}.appRoot .order-xxl-1{order:1!important}.appRoot .order-xxl-2{order:2!important}.appRoot .order-xxl-3{order:3!important}.appRoot .order-xxl-4{order:4!important}.appRoot .order-xxl-5{order:5!important}.appRoot .order-xxl-last{order:6!important}.appRoot .m-xxl-0{margin:0!important}.appRoot .m-xxl-1{margin:.25rem!important}.appRoot .m-xxl-2{margin:.5rem!important}.appRoot .m-xxl-3{margin:1rem!important}.appRoot .m-xxl-4{margin:1.5rem!important}.appRoot .m-xxl-5{margin:3rem!important}.appRoot .m-xxl-auto{margin:auto!important}.appRoot .mx-xxl-0{margin-left:0!important;margin-right:0!important}.appRoot .mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.appRoot .mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.appRoot .mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.appRoot .mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.appRoot .mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.appRoot .mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.appRoot .my-xxl-0{margin-top:0!important;margin-bottom:0!important}.appRoot .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.appRoot .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.appRoot .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.appRoot .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.appRoot .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.appRoot .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.appRoot .mt-xxl-0{margin-top:0!important}.appRoot .mt-xxl-1{margin-top:.25rem!important}.appRoot .mt-xxl-2{margin-top:.5rem!important}.appRoot .mt-xxl-3{margin-top:1rem!important}.appRoot .mt-xxl-4{margin-top:1.5rem!important}.appRoot .mt-xxl-5{margin-top:3rem!important}.appRoot .mt-xxl-auto{margin-top:auto!important}.appRoot .me-xxl-0{margin-right:0!important}.appRoot .me-xxl-1{margin-right:.25rem!important}.appRoot .me-xxl-2{margin-right:.5rem!important}.appRoot .me-xxl-3{margin-right:1rem!important}.appRoot .me-xxl-4{margin-right:1.5rem!important}.appRoot .me-xxl-5{margin-right:3rem!important}.appRoot .me-xxl-auto{margin-right:auto!important}.appRoot .mb-xxl-0{margin-bottom:0!important}.appRoot .mb-xxl-1{margin-bottom:.25rem!important}.appRoot .mb-xxl-2{margin-bottom:.5rem!important}.appRoot .mb-xxl-3{margin-bottom:1rem!important}.appRoot .mb-xxl-4{margin-bottom:1.5rem!important}.appRoot .mb-xxl-5{margin-bottom:3rem!important}.appRoot .mb-xxl-auto{margin-bottom:auto!important}.appRoot .ms-xxl-0{margin-left:0!important}.appRoot .ms-xxl-1{margin-left:.25rem!important}.appRoot .ms-xxl-2{margin-left:.5rem!important}.appRoot .ms-xxl-3{margin-left:1rem!important}.appRoot .ms-xxl-4{margin-left:1.5rem!important}.appRoot .ms-xxl-5{margin-left:3rem!important}.appRoot .ms-xxl-auto{margin-left:auto!important}.appRoot .p-xxl-0{padding:0!important}.appRoot .p-xxl-1{padding:.25rem!important}.appRoot .p-xxl-2{padding:.5rem!important}.appRoot .p-xxl-3{padding:1rem!important}.appRoot .p-xxl-4{padding:1.5rem!important}.appRoot .p-xxl-5{padding:3rem!important}.appRoot .px-xxl-0{padding-left:0!important;padding-right:0!important}.appRoot .px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.appRoot .px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.appRoot .px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.appRoot .px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.appRoot .px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.appRoot .py-xxl-0{padding-top:0!important;padding-bottom:0!important}.appRoot .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.appRoot .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.appRoot .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.appRoot .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.appRoot .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.appRoot .pt-xxl-0{padding-top:0!important}.appRoot .pt-xxl-1{padding-top:.25rem!important}.appRoot .pt-xxl-2{padding-top:.5rem!important}.appRoot .pt-xxl-3{padding-top:1rem!important}.appRoot .pt-xxl-4{padding-top:1.5rem!important}.appRoot .pt-xxl-5{padding-top:3rem!important}.appRoot .pe-xxl-0{padding-right:0!important}.appRoot .pe-xxl-1{padding-right:.25rem!important}.appRoot .pe-xxl-2{padding-right:.5rem!important}.appRoot .pe-xxl-3{padding-right:1rem!important}.appRoot .pe-xxl-4{padding-right:1.5rem!important}.appRoot .pe-xxl-5{padding-right:3rem!important}.appRoot .pb-xxl-0{padding-bottom:0!important}.appRoot .pb-xxl-1{padding-bottom:.25rem!important}.appRoot .pb-xxl-2{padding-bottom:.5rem!important}.appRoot .pb-xxl-3{padding-bottom:1rem!important}.appRoot .pb-xxl-4{padding-bottom:1.5rem!important}.appRoot .pb-xxl-5{padding-bottom:3rem!important}.appRoot .ps-xxl-0{padding-left:0!important}.appRoot .ps-xxl-1{padding-left:.25rem!important}.appRoot .ps-xxl-2{padding-left:.5rem!important}.appRoot .ps-xxl-3{padding-left:1rem!important}.appRoot .ps-xxl-4{padding-left:1.5rem!important}.appRoot .ps-xxl-5{padding-left:3rem!important}.appRoot .gap-xxl-0{gap:0!important}.appRoot .gap-xxl-1{gap:.25rem!important}.appRoot .gap-xxl-2{gap:.5rem!important}.appRoot .gap-xxl-3{gap:1rem!important}.appRoot .gap-xxl-4{gap:1.5rem!important}.appRoot .gap-xxl-5{gap:3rem!important}.appRoot .row-gap-xxl-0{row-gap:0!important}.appRoot .row-gap-xxl-1{row-gap:.25rem!important}.appRoot .row-gap-xxl-2{row-gap:.5rem!important}.appRoot .row-gap-xxl-3{row-gap:1rem!important}.appRoot .row-gap-xxl-4{row-gap:1.5rem!important}.appRoot .row-gap-xxl-5{row-gap:3rem!important}.appRoot .column-gap-xxl-0{column-gap:0!important}.appRoot .column-gap-xxl-1{column-gap:.25rem!important}.appRoot .column-gap-xxl-2{column-gap:.5rem!important}.appRoot .column-gap-xxl-3{column-gap:1rem!important}.appRoot .column-gap-xxl-4{column-gap:1.5rem!important}.appRoot .column-gap-xxl-5{column-gap:3rem!important}.appRoot .text-xxl-start{text-align:left!important}.appRoot .text-xxl-end{text-align:right!important}.appRoot .text-xxl-center{text-align:center!important}}@media (width>=1200px){.appRoot .fs-1{font-size:2.5rem!important}.appRoot .fs-2{font-size:2rem!important}.appRoot .fs-3{font-size:1.75rem!important}.appRoot .fs-4{font-size:1.5rem!important}}@media print{.appRoot .d-print-inline{display:inline!important}.appRoot .d-print-inline-block{display:inline-block!important}.appRoot .d-print-block{display:block!important}.appRoot .d-print-grid{display:grid!important}.appRoot .d-print-inline-grid{display:inline-grid!important}.appRoot .d-print-table{display:table!important}.appRoot .d-print-table-row{display:table-row!important}.appRoot .d-print-table-cell{display:table-cell!important}.appRoot .d-print-flex{display:flex!important}.appRoot .d-print-inline-flex{display:inline-flex!important}.appRoot .d-print-none{display:none!important}}.appRoot .btn.btn.btn:hover,.appRoot .btn.btn.btn:focus{text-decoration:none;transition:all .15s}.appRoot{margin-top:30px}
/*$vite$:1*/