From 8c2f9e4fd659003036ec6c66f4cc4ac77e4555c1 Mon Sep 17 00:00:00 2001 From: Jasmin Savard Date: Mon, 21 Dec 2020 11:03:55 -0500 Subject: [PATCH 01/51] Fix trumbowyg font-color on fullscreen (#8106) --- .../Assets/scss/modules/theme/darkmode/_bootswatch.scss | 5 +++++ src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.css | 2 ++ .../TheAdmin/wwwroot/Styles/TheAdmin.min.css | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/darkmode/_bootswatch.scss b/src/OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/darkmode/_bootswatch.scss index c56f2c7ed33..36b8a80c68c 100644 --- a/src/OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/darkmode/_bootswatch.scss +++ b/src/OrchardCore.Themes/TheAdmin/Assets/scss/modules/theme/darkmode/_bootswatch.scss @@ -26,6 +26,7 @@ #mediaApp { background-color: $body-bg; } + // Buttons ===================================================================== // Typography ================================================================== @@ -36,6 +37,10 @@ } } +.trumbowyg-fullscreen .trumbowyg-editor{ + color: black; +} + // Tables ====================================================================== .table { diff --git a/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.css b/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.css index 2121bfc9bb9..d16233150d1 100644 --- a/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.css +++ b/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.css @@ -33256,6 +33256,8 @@ background-color: #181a1b; } :root[data-theme='darkmode'] .blockquote-footer { color: #888; } + :root[data-theme='darkmode'] .trumbowyg-fullscreen .trumbowyg-editor { + color: black; } [dir]:root[data-theme='darkmode'] .table-primary, [dir]:root[data-theme='darkmode'] .table-primary > th, [dir]:root[data-theme='darkmode'] .table-primary > td { background-color: #007bff; } [dir]:root[data-theme='darkmode'] .table-secondary, [dir]:root[data-theme='darkmode'] .table-secondary > th, [dir]:root[data-theme='darkmode'] .table-secondary > td { diff --git a/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.min.css b/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.min.css index a1bb150628c..968bb91d359 100644 --- a/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.min.css +++ b/src/OrchardCore.Themes/TheAdmin/wwwroot/Styles/TheAdmin.min.css @@ -82,4 +82,4 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * - * ========================================================= */}:root[data-theme=darkmode] :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#f39c12;--green:#28a745;--teal:#20c997;--cyan:#3498db;--white:#fff;--gray:#888;--gray-dark:#181a1b;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#3498db;--warning:#f39c12;--danger:#dc3545;--light:#dee2e6;--dark:#181a1b;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}:root[data-theme=darkmode] *,:root[data-theme=darkmode] ::after,:root[data-theme=darkmode] ::before{box-sizing:border-box}:root[data-theme=darkmode] html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}:root[data-theme=darkmode] article,:root[data-theme=darkmode] aside,:root[data-theme=darkmode] figcaption,:root[data-theme=darkmode] figure,:root[data-theme=darkmode] footer,:root[data-theme=darkmode] header,:root[data-theme=darkmode] hgroup,:root[data-theme=darkmode] main,:root[data-theme=darkmode] nav,:root[data-theme=darkmode] section{display:block}:root[data-theme=darkmode] body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] body{margin:0;background-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] body{text-align:left}[dir=rtl]:root[data-theme=darkmode] body{text-align:right}:root[data-theme=darkmode] [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}:root[data-theme=darkmode] hr{box-sizing:content-box;height:0;overflow:visible}[dir]:root[data-theme=darkmode] h1,[dir]:root[data-theme=darkmode] h2,[dir]:root[data-theme=darkmode] h3,[dir]:root[data-theme=darkmode] h4,[dir]:root[data-theme=darkmode] h5,[dir]:root[data-theme=darkmode] h6{margin-top:0;margin-bottom:.5rem}[dir]:root[data-theme=darkmode] p{margin-top:0;margin-bottom:1rem}:root[data-theme=darkmode] abbr[data-original-title],:root[data-theme=darkmode] abbr[title]{text-decoration:underline;text-decoration:underline dotted;text-decoration-skip-ink:none}[dir]:root[data-theme=darkmode] abbr[data-original-title],[dir]:root[data-theme=darkmode] abbr[title]{cursor:help;border-bottom:0}:root[data-theme=darkmode] address{font-style:normal;line-height:inherit}[dir]:root[data-theme=darkmode] address{margin-bottom:1rem}[dir]:root[data-theme=darkmode] dl,[dir]:root[data-theme=darkmode] ol,[dir]:root[data-theme=darkmode] ul{margin-top:0;margin-bottom:1rem}[dir]:root[data-theme=darkmode] ol ol,[dir]:root[data-theme=darkmode] ol ul,[dir]:root[data-theme=darkmode] ul ol,[dir]:root[data-theme=darkmode] ul ul{margin-bottom:0}:root[data-theme=darkmode] dt{font-weight:700}[dir]:root[data-theme=darkmode] dd{margin-bottom:.5rem}[dir=ltr]:root[data-theme=darkmode] dd{margin-left:0}[dir=rtl]:root[data-theme=darkmode] dd{margin-right:0}[dir]:root[data-theme=darkmode] blockquote{margin:0 0 1rem}:root[data-theme=darkmode] b,:root[data-theme=darkmode] strong{font-weight:bolder}:root[data-theme=darkmode] .field-validation-error,:root[data-theme=darkmode] small{font-size:80%}:root[data-theme=darkmode] sub,:root[data-theme=darkmode] sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}:root[data-theme=darkmode] sub{bottom:-.25em}:root[data-theme=darkmode] sup{top:-.5em}:root[data-theme=darkmode] a{color:#007bff;text-decoration:none}[dir]:root[data-theme=darkmode] a{background-color:transparent}:root[data-theme=darkmode] a:hover{color:#0056b3;text-decoration:underline}:root[data-theme=darkmode] a:not([href]):not([class]){color:inherit;text-decoration:none}:root[data-theme=darkmode] a:not([href]):not([class]):hover{color:inherit;text-decoration:none}:root[data-theme=darkmode] code,:root[data-theme=darkmode] kbd,:root[data-theme=darkmode] pre,:root[data-theme=darkmode] samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}:root[data-theme=darkmode] pre{overflow:auto;-ms-overflow-style:scrollbar}[dir]:root[data-theme=darkmode] pre{margin-top:0;margin-bottom:1rem}[dir]:root[data-theme=darkmode] figure{margin:0 0 1rem}:root[data-theme=darkmode] img{vertical-align:middle}[dir]:root[data-theme=darkmode] img{border-style:none}:root[data-theme=darkmode] svg{overflow:hidden;vertical-align:middle}:root[data-theme=darkmode] table{border-collapse:collapse}:root[data-theme=darkmode] caption{color:#888;caption-side:bottom}[dir]:root[data-theme=darkmode] caption{padding-top:.75rem;padding-bottom:.75rem}[dir=ltr]:root[data-theme=darkmode] caption{text-align:left}[dir=rtl]:root[data-theme=darkmode] caption{text-align:right}[dir]:root[data-theme=darkmode] th{text-align:inherit;text-align:-webkit-match-parent}:root[data-theme=darkmode] label{display:inline-block}[dir]:root[data-theme=darkmode] label{margin-bottom:.5rem}[dir]:root[data-theme=darkmode] button{border-radius:0}:root[data-theme=darkmode] button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}:root[data-theme=darkmode] button,:root[data-theme=darkmode] input,:root[data-theme=darkmode] optgroup,:root[data-theme=darkmode] select,:root[data-theme=darkmode] textarea{font-family:inherit;font-size:inherit;line-height:inherit}[dir]:root[data-theme=darkmode] button,[dir]:root[data-theme=darkmode] input,[dir]:root[data-theme=darkmode] optgroup,[dir]:root[data-theme=darkmode] select,[dir]:root[data-theme=darkmode] textarea{margin:0}:root[data-theme=darkmode] button,:root[data-theme=darkmode] input{overflow:visible}:root[data-theme=darkmode] button,:root[data-theme=darkmode] select{text-transform:none}[dir]:root[data-theme=darkmode] [role=button]{cursor:pointer}:root[data-theme=darkmode] select{word-wrap:normal}:root[data-theme=darkmode] [type=button],:root[data-theme=darkmode] [type=reset],:root[data-theme=darkmode] [type=submit],:root[data-theme=darkmode] button{-webkit-appearance:button}[dir]:root[data-theme=darkmode] [type=button]:not(:disabled),[dir]:root[data-theme=darkmode] [type=reset]:not(:disabled),[dir]:root[data-theme=darkmode] [type=submit]:not(:disabled),[dir]:root[data-theme=darkmode] button:not(:disabled){cursor:pointer}[dir]:root[data-theme=darkmode] [type=button]::-moz-focus-inner,[dir]:root[data-theme=darkmode] [type=reset]::-moz-focus-inner,[dir]:root[data-theme=darkmode] [type=submit]::-moz-focus-inner,[dir]:root[data-theme=darkmode] button::-moz-focus-inner{padding:0;border-style:none}:root[data-theme=darkmode] input[type=checkbox],:root[data-theme=darkmode] input[type=radio]{box-sizing:border-box}[dir]:root[data-theme=darkmode] input[type=checkbox],[dir]:root[data-theme=darkmode] input[type=radio]{padding:0}:root[data-theme=darkmode] textarea{overflow:auto;resize:vertical}:root[data-theme=darkmode] fieldset{min-width:0}[dir]:root[data-theme=darkmode] fieldset{padding:0;margin:0;border:0}:root[data-theme=darkmode] legend{display:block;width:100%;max-width:100%;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}[dir]:root[data-theme=darkmode] legend{padding:0;margin-bottom:.5rem}:root[data-theme=darkmode] progress{vertical-align:baseline}:root[data-theme=darkmode] [type=number]::-webkit-inner-spin-button,:root[data-theme=darkmode] [type=number]::-webkit-outer-spin-button{height:auto}:root[data-theme=darkmode] [type=search]{outline-offset:-2px;-webkit-appearance:none}:root[data-theme=darkmode] [type=search]::-webkit-search-decoration{-webkit-appearance:none}:root[data-theme=darkmode] ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}:root[data-theme=darkmode] output{display:inline-block}:root[data-theme=darkmode] summary{display:list-item}[dir]:root[data-theme=darkmode] summary{cursor:pointer}:root[data-theme=darkmode] template{display:none}:root[data-theme=darkmode] [hidden]{display:none!important}:root[data-theme=darkmode] .h1,:root[data-theme=darkmode] .h2,:root[data-theme=darkmode] .h3,:root[data-theme=darkmode] .h4,:root[data-theme=darkmode] .h5,:root[data-theme=darkmode] .h6,:root[data-theme=darkmode] h1,:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3,:root[data-theme=darkmode] h4,:root[data-theme=darkmode] h5,:root[data-theme=darkmode] h6{font-weight:500;line-height:1.2}[dir]:root[data-theme=darkmode] .h1,[dir]:root[data-theme=darkmode] .h2,[dir]:root[data-theme=darkmode] .h3,[dir]:root[data-theme=darkmode] .h4,[dir]:root[data-theme=darkmode] .h5,[dir]:root[data-theme=darkmode] .h6,[dir]:root[data-theme=darkmode] h1,[dir]:root[data-theme=darkmode] h2,[dir]:root[data-theme=darkmode] h3,[dir]:root[data-theme=darkmode] h4,[dir]:root[data-theme=darkmode] h5,[dir]:root[data-theme=darkmode] h6{margin-bottom:.5rem}:root[data-theme=darkmode] .h1,:root[data-theme=darkmode] h1{font-size:2.5rem}:root[data-theme=darkmode] .h2,:root[data-theme=darkmode] h2{font-size:2rem}:root[data-theme=darkmode] .h3,:root[data-theme=darkmode] h3{font-size:1.75rem}:root[data-theme=darkmode] .h4,:root[data-theme=darkmode] h4{font-size:1.5rem}:root[data-theme=darkmode] .h5,:root[data-theme=darkmode] h5{font-size:1.25rem}:root[data-theme=darkmode] .h6,:root[data-theme=darkmode] h6{font-size:1rem}:root[data-theme=darkmode] .lead{font-size:1.25rem;font-weight:300}:root[data-theme=darkmode] .display-1{font-size:6rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}[dir]:root[data-theme=darkmode] hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}:root[data-theme=darkmode] .field-validation-error,:root[data-theme=darkmode] .hint,:root[data-theme=darkmode] .small,:root[data-theme=darkmode] small{font-size:80%;font-weight:400}[dir]:root[data-theme=darkmode] .mark,[dir]:root[data-theme=darkmode] mark{padding:.2em;background-color:#fcf8e3}:root[data-theme=darkmode] .list-unstyled{list-style:none}[dir=ltr]:root[data-theme=darkmode] .list-unstyled{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-unstyled{padding-right:0}:root[data-theme=darkmode] .list-inline{list-style:none}[dir=ltr]:root[data-theme=darkmode] .list-inline{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-inline{padding-right:0}:root[data-theme=darkmode] .list-inline-item{display:inline-block}[dir=ltr]:root[data-theme=darkmode] .list-inline-item:not(:last-child){margin-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .list-inline-item:not(:last-child){margin-left:.5rem}:root[data-theme=darkmode] .initialism{font-size:90%;text-transform:uppercase}:root[data-theme=darkmode] .blockquote{font-size:1.25rem}[dir]:root[data-theme=darkmode] .blockquote{margin-bottom:1rem}:root[data-theme=darkmode] .blockquote-footer{display:block;font-size:80%;color:#888}:root[data-theme=darkmode] .blockquote-footer::before{content:"\2014\00A0"}:root[data-theme=darkmode] .img-fluid{max-width:100%;height:auto}:root[data-theme=darkmode] .img-thumbnail{max-width:100%;height:auto}[dir]:root[data-theme=darkmode] .img-thumbnail{padding:.25rem;background-color:#181a1b;border:1px solid #dee2e6;border-radius:.25rem}:root[data-theme=darkmode] .figure{display:inline-block}:root[data-theme=darkmode] .figure-img{line-height:1}[dir]:root[data-theme=darkmode] .figure-img{margin-bottom:.5rem}:root[data-theme=darkmode] .figure-caption{font-size:90%;color:#888}:root[data-theme=darkmode] code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>:root[data-theme=darkmode] code{color:inherit}:root[data-theme=darkmode] kbd{font-size:87.5%;color:#fff}[dir]:root[data-theme=darkmode] kbd{padding:.2rem .4rem;background-color:#181a1b;border-radius:.2rem}:root[data-theme=darkmode] kbd kbd{font-size:100%;font-weight:700}[dir]:root[data-theme=darkmode] kbd kbd{padding:0}:root[data-theme=darkmode] pre{display:block;font-size:87.5%;color:inherit}:root[data-theme=darkmode] pre code{font-size:inherit;color:inherit;word-break:normal}:root[data-theme=darkmode] .pre-scrollable{max-height:340px;overflow-y:scroll}:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-fluid,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm,:root[data-theme=darkmode] .container-xl{width:100%}[dir=ltr]:root[data-theme=darkmode] .container,[dir=ltr]:root[data-theme=darkmode] .container-fluid,[dir=ltr]:root[data-theme=darkmode] .container-lg,[dir=ltr]:root[data-theme=darkmode] .container-md,[dir=ltr]:root[data-theme=darkmode] .container-sm,[dir=ltr]:root[data-theme=darkmode] .container-xl{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}[dir=rtl]:root[data-theme=darkmode] .container,[dir=rtl]:root[data-theme=darkmode] .container-fluid,[dir=rtl]:root[data-theme=darkmode] .container-lg,[dir=rtl]:root[data-theme=darkmode] .container-md,[dir=rtl]:root[data-theme=darkmode] .container-sm,[dir=rtl]:root[data-theme=darkmode] .container-xl{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media (min-width:576px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-sm{max-width:540px}}@media (min-width:768px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm{max-width:720px}}@media (min-width:992px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm{max-width:960px}}@media (min-width:1200px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm,:root[data-theme=darkmode] .container-xl{max-width:1140px}}:root[data-theme=darkmode] .row{display:flex;flex-wrap:wrap}[dir=ltr]:root[data-theme=darkmode] .row{margin-right:-15px;margin-left:-15px}[dir=rtl]:root[data-theme=darkmode] .row{margin-left:-15px;margin-right:-15px}[dir=ltr]:root[data-theme=darkmode] .no-gutters{margin-right:0;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .no-gutters{margin-left:0;margin-right:0}[dir=ltr]:root[data-theme=darkmode] .no-gutters>.col,[dir=ltr]:root[data-theme=darkmode] .no-gutters>[class*=col-]{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .no-gutters>.col,[dir=rtl]:root[data-theme=darkmode] .no-gutters>[class*=col-]{padding-left:0;padding-right:0}:root[data-theme=darkmode] .col,:root[data-theme=darkmode] .col-1,:root[data-theme=darkmode] .col-10,:root[data-theme=darkmode] .col-11,:root[data-theme=darkmode] .col-12,:root[data-theme=darkmode] .col-2,:root[data-theme=darkmode] .col-3,:root[data-theme=darkmode] .col-4,:root[data-theme=darkmode] .col-5,:root[data-theme=darkmode] .col-6,:root[data-theme=darkmode] .col-7,:root[data-theme=darkmode] .col-8,:root[data-theme=darkmode] .col-9,:root[data-theme=darkmode] .col-auto,:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-lg,:root[data-theme=darkmode] .col-lg-1,:root[data-theme=darkmode] .col-lg-10,:root[data-theme=darkmode] .col-lg-11,:root[data-theme=darkmode] .col-lg-12,:root[data-theme=darkmode] .col-lg-2,:root[data-theme=darkmode] .col-lg-3,:root[data-theme=darkmode] .col-lg-4,:root[data-theme=darkmode] .col-lg-5,:root[data-theme=darkmode] .col-lg-6,:root[data-theme=darkmode] .col-lg-7,:root[data-theme=darkmode] .col-lg-8,:root[data-theme=darkmode] .col-lg-9,:root[data-theme=darkmode] .col-lg-auto,:root[data-theme=darkmode] .col-md,:root[data-theme=darkmode] .col-md-1,:root[data-theme=darkmode] .col-md-10,:root[data-theme=darkmode] .col-md-11,:root[data-theme=darkmode] .col-md-12,:root[data-theme=darkmode] .col-md-2,:root[data-theme=darkmode] .col-md-3,:root[data-theme=darkmode] .col-md-4,:root[data-theme=darkmode] .col-md-5,:root[data-theme=darkmode] .col-md-6,:root[data-theme=darkmode] .col-md-7,:root[data-theme=darkmode] .col-md-8,:root[data-theme=darkmode] .col-md-9,:root[data-theme=darkmode] .col-md-auto,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-sm,:root[data-theme=darkmode] .col-sm-1,:root[data-theme=darkmode] .col-sm-10,:root[data-theme=darkmode] .col-sm-11,:root[data-theme=darkmode] .col-sm-12,:root[data-theme=darkmode] .col-sm-2,:root[data-theme=darkmode] .col-sm-3,:root[data-theme=darkmode] .col-sm-4,:root[data-theme=darkmode] .col-sm-5,:root[data-theme=darkmode] .col-sm-6,:root[data-theme=darkmode] .col-sm-7,:root[data-theme=darkmode] .col-sm-8,:root[data-theme=darkmode] .col-sm-9,:root[data-theme=darkmode] .col-sm-auto,:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xl,:root[data-theme=darkmode] .col-xl-1,:root[data-theme=darkmode] .col-xl-10,:root[data-theme=darkmode] .col-xl-11,:root[data-theme=darkmode] .col-xl-12,:root[data-theme=darkmode] .col-xl-2,:root[data-theme=darkmode] .col-xl-3,:root[data-theme=darkmode] .col-xl-4,:root[data-theme=darkmode] .col-xl-5,:root[data-theme=darkmode] .col-xl-6,:root[data-theme=darkmode] .col-xl-7,:root[data-theme=darkmode] .col-xl-8,:root[data-theme=darkmode] .col-xl-9,:root[data-theme=darkmode] .col-xl-auto,:root[data-theme=darkmode] .col-xlarge,:root[data-theme=darkmode] .col-xsmall,:root[data-theme=darkmode] :root[data-theme=default] .col,:root[data-theme=darkmode] :root[data-theme=default] .col-1,:root[data-theme=darkmode] :root[data-theme=default] .col-10,:root[data-theme=darkmode] :root[data-theme=default] .col-11,:root[data-theme=darkmode] :root[data-theme=default] .col-12,:root[data-theme=darkmode] :root[data-theme=default] .col-2,:root[data-theme=darkmode] :root[data-theme=default] .col-3,:root[data-theme=darkmode] :root[data-theme=default] .col-4,:root[data-theme=darkmode] :root[data-theme=default] .col-5,:root[data-theme=darkmode] :root[data-theme=default] .col-6,:root[data-theme=darkmode] :root[data-theme=default] .col-7,:root[data-theme=darkmode] :root[data-theme=default] .col-8,:root[data-theme=darkmode] :root[data-theme=default] .col-9,:root[data-theme=darkmode] :root[data-theme=default] .col-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-large,:root[data-theme=darkmode] :root[data-theme=default] .col-lg,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-1,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-10,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-11,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-12,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-2,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-3,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-4,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-5,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-6,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-7,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-8,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-9,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-md,:root[data-theme=darkmode] :root[data-theme=default] .col-md-1,:root[data-theme=darkmode] :root[data-theme=default] .col-md-10,:root[data-theme=darkmode] :root[data-theme=default] .col-md-11,:root[data-theme=darkmode] :root[data-theme=default] .col-md-12,:root[data-theme=darkmode] :root[data-theme=default] .col-md-2,:root[data-theme=darkmode] :root[data-theme=default] .col-md-3,:root[data-theme=darkmode] :root[data-theme=default] .col-md-4,:root[data-theme=darkmode] :root[data-theme=default] .col-md-5,:root[data-theme=darkmode] :root[data-theme=default] .col-md-6,:root[data-theme=darkmode] :root[data-theme=default] .col-md-7,:root[data-theme=darkmode] :root[data-theme=default] .col-md-8,:root[data-theme=darkmode] :root[data-theme=default] .col-md-9,:root[data-theme=darkmode] :root[data-theme=default] .col-md-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-medium,:root[data-theme=darkmode] :root[data-theme=default] .col-sm,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-1,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-10,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-11,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-12,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-2,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-3,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-4,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-5,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-6,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-7,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-8,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-9,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-small,:root[data-theme=darkmode] :root[data-theme=default] .col-xl,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-1,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-10,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-11,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-12,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-2,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-3,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-4,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-5,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-6,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-7,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-8,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-9,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-xlarge,:root[data-theme=darkmode] :root[data-theme=default] .col-xsmall,:root[data-theme=default] :root[data-theme=darkmode] .col,:root[data-theme=default] :root[data-theme=darkmode] .col-1,:root[data-theme=default] :root[data-theme=darkmode] .col-10,:root[data-theme=default] :root[data-theme=darkmode] .col-11,:root[data-theme=default] :root[data-theme=darkmode] .col-12,:root[data-theme=default] :root[data-theme=darkmode] .col-2,:root[data-theme=default] :root[data-theme=darkmode] .col-3,:root[data-theme=default] :root[data-theme=darkmode] .col-4,:root[data-theme=default] :root[data-theme=darkmode] .col-5,:root[data-theme=default] :root[data-theme=darkmode] .col-6,:root[data-theme=default] :root[data-theme=darkmode] .col-7,:root[data-theme=default] :root[data-theme=darkmode] .col-8,:root[data-theme=default] :root[data-theme=darkmode] .col-9,:root[data-theme=default] :root[data-theme=darkmode] .col-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-large,:root[data-theme=default] :root[data-theme=darkmode] .col-lg,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-1,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-10,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-11,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-12,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-2,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-3,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-4,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-5,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-6,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-7,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-8,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-9,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-md,:root[data-theme=default] :root[data-theme=darkmode] .col-md-1,:root[data-theme=default] :root[data-theme=darkmode] .col-md-10,:root[data-theme=default] :root[data-theme=darkmode] .col-md-11,:root[data-theme=default] :root[data-theme=darkmode] .col-md-12,:root[data-theme=default] :root[data-theme=darkmode] .col-md-2,:root[data-theme=default] :root[data-theme=darkmode] .col-md-3,:root[data-theme=default] :root[data-theme=darkmode] .col-md-4,:root[data-theme=default] :root[data-theme=darkmode] .col-md-5,:root[data-theme=default] :root[data-theme=darkmode] .col-md-6,:root[data-theme=default] :root[data-theme=darkmode] .col-md-7,:root[data-theme=default] :root[data-theme=darkmode] .col-md-8,:root[data-theme=default] :root[data-theme=darkmode] .col-md-9,:root[data-theme=default] :root[data-theme=darkmode] .col-md-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-medium,:root[data-theme=default] :root[data-theme=darkmode] .col-sm,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-1,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-10,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-11,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-12,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-2,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-3,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-4,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-5,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-6,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-7,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-8,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-9,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-small,:root[data-theme=default] :root[data-theme=darkmode] .col-xl,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-1,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-10,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-11,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-12,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-2,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-3,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-4,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-5,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-6,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-7,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-8,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-9,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-xlarge,:root[data-theme=default] :root[data-theme=darkmode] .col-xsmall{position:relative;width:100%}[dir=ltr]:root[data-theme=darkmode] .col,[dir=ltr]:root[data-theme=darkmode] .col-1,[dir=ltr]:root[data-theme=darkmode] .col-10,[dir=ltr]:root[data-theme=darkmode] .col-11,[dir=ltr]:root[data-theme=darkmode] .col-12,[dir=ltr]:root[data-theme=darkmode] .col-2,[dir=ltr]:root[data-theme=darkmode] .col-3,[dir=ltr]:root[data-theme=darkmode] .col-4,[dir=ltr]:root[data-theme=darkmode] .col-5,[dir=ltr]:root[data-theme=darkmode] .col-6,[dir=ltr]:root[data-theme=darkmode] .col-7,[dir=ltr]:root[data-theme=darkmode] .col-8,[dir=ltr]:root[data-theme=darkmode] .col-9,[dir=ltr]:root[data-theme=darkmode] .col-auto,[dir=ltr]:root[data-theme=darkmode] .col-large,[dir=ltr]:root[data-theme=darkmode] .col-lg,[dir=ltr]:root[data-theme=darkmode] .col-lg-1,[dir=ltr]:root[data-theme=darkmode] .col-lg-10,[dir=ltr]:root[data-theme=darkmode] .col-lg-11,[dir=ltr]:root[data-theme=darkmode] .col-lg-12,[dir=ltr]:root[data-theme=darkmode] .col-lg-2,[dir=ltr]:root[data-theme=darkmode] .col-lg-3,[dir=ltr]:root[data-theme=darkmode] .col-lg-4,[dir=ltr]:root[data-theme=darkmode] .col-lg-5,[dir=ltr]:root[data-theme=darkmode] .col-lg-6,[dir=ltr]:root[data-theme=darkmode] .col-lg-7,[dir=ltr]:root[data-theme=darkmode] .col-lg-8,[dir=ltr]:root[data-theme=darkmode] .col-lg-9,[dir=ltr]:root[data-theme=darkmode] .col-lg-auto,[dir=ltr]:root[data-theme=darkmode] .col-md,[dir=ltr]:root[data-theme=darkmode] .col-md-1,[dir=ltr]:root[data-theme=darkmode] .col-md-10,[dir=ltr]:root[data-theme=darkmode] .col-md-11,[dir=ltr]:root[data-theme=darkmode] .col-md-12,[dir=ltr]:root[data-theme=darkmode] .col-md-2,[dir=ltr]:root[data-theme=darkmode] .col-md-3,[dir=ltr]:root[data-theme=darkmode] .col-md-4,[dir=ltr]:root[data-theme=darkmode] .col-md-5,[dir=ltr]:root[data-theme=darkmode] .col-md-6,[dir=ltr]:root[data-theme=darkmode] .col-md-7,[dir=ltr]:root[data-theme=darkmode] .col-md-8,[dir=ltr]:root[data-theme=darkmode] .col-md-9,[dir=ltr]:root[data-theme=darkmode] .col-md-auto,[dir=ltr]:root[data-theme=darkmode] .col-medium,[dir=ltr]:root[data-theme=darkmode] .col-sm,[dir=ltr]:root[data-theme=darkmode] .col-sm-1,[dir=ltr]:root[data-theme=darkmode] .col-sm-10,[dir=ltr]:root[data-theme=darkmode] .col-sm-11,[dir=ltr]:root[data-theme=darkmode] .col-sm-12,[dir=ltr]:root[data-theme=darkmode] .col-sm-2,[dir=ltr]:root[data-theme=darkmode] .col-sm-3,[dir=ltr]:root[data-theme=darkmode] .col-sm-4,[dir=ltr]:root[data-theme=darkmode] .col-sm-5,[dir=ltr]:root[data-theme=darkmode] .col-sm-6,[dir=ltr]:root[data-theme=darkmode] .col-sm-7,[dir=ltr]:root[data-theme=darkmode] .col-sm-8,[dir=ltr]:root[data-theme=darkmode] .col-sm-9,[dir=ltr]:root[data-theme=darkmode] .col-sm-auto,[dir=ltr]:root[data-theme=darkmode] .col-small,[dir=ltr]:root[data-theme=darkmode] .col-xl,[dir=ltr]:root[data-theme=darkmode] .col-xl-1,[dir=ltr]:root[data-theme=darkmode] .col-xl-10,[dir=ltr]:root[data-theme=darkmode] .col-xl-11,[dir=ltr]:root[data-theme=darkmode] .col-xl-12,[dir=ltr]:root[data-theme=darkmode] .col-xl-2,[dir=ltr]:root[data-theme=darkmode] .col-xl-3,[dir=ltr]:root[data-theme=darkmode] .col-xl-4,[dir=ltr]:root[data-theme=darkmode] .col-xl-5,[dir=ltr]:root[data-theme=darkmode] .col-xl-6,[dir=ltr]:root[data-theme=darkmode] .col-xl-7,[dir=ltr]:root[data-theme=darkmode] .col-xl-8,[dir=ltr]:root[data-theme=darkmode] .col-xl-9,[dir=ltr]:root[data-theme=darkmode] .col-xl-auto,[dir=ltr]:root[data-theme=darkmode] .col-xlarge,[dir=ltr]:root[data-theme=darkmode] .col-xsmall,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-large,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-medium,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-small,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xlarge,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xsmall,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-large,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-medium,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-small,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xlarge,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xsmall{padding-right:15px;padding-left:15px}[dir=rtl]:root[data-theme=darkmode] .col,[dir=rtl]:root[data-theme=darkmode] .col-1,[dir=rtl]:root[data-theme=darkmode] .col-10,[dir=rtl]:root[data-theme=darkmode] .col-11,[dir=rtl]:root[data-theme=darkmode] .col-12,[dir=rtl]:root[data-theme=darkmode] .col-2,[dir=rtl]:root[data-theme=darkmode] .col-3,[dir=rtl]:root[data-theme=darkmode] .col-4,[dir=rtl]:root[data-theme=darkmode] .col-5,[dir=rtl]:root[data-theme=darkmode] .col-6,[dir=rtl]:root[data-theme=darkmode] .col-7,[dir=rtl]:root[data-theme=darkmode] .col-8,[dir=rtl]:root[data-theme=darkmode] .col-9,[dir=rtl]:root[data-theme=darkmode] .col-auto,[dir=rtl]:root[data-theme=darkmode] .col-large,[dir=rtl]:root[data-theme=darkmode] .col-lg,[dir=rtl]:root[data-theme=darkmode] .col-lg-1,[dir=rtl]:root[data-theme=darkmode] .col-lg-10,[dir=rtl]:root[data-theme=darkmode] .col-lg-11,[dir=rtl]:root[data-theme=darkmode] .col-lg-12,[dir=rtl]:root[data-theme=darkmode] .col-lg-2,[dir=rtl]:root[data-theme=darkmode] .col-lg-3,[dir=rtl]:root[data-theme=darkmode] .col-lg-4,[dir=rtl]:root[data-theme=darkmode] .col-lg-5,[dir=rtl]:root[data-theme=darkmode] .col-lg-6,[dir=rtl]:root[data-theme=darkmode] .col-lg-7,[dir=rtl]:root[data-theme=darkmode] .col-lg-8,[dir=rtl]:root[data-theme=darkmode] .col-lg-9,[dir=rtl]:root[data-theme=darkmode] .col-lg-auto,[dir=rtl]:root[data-theme=darkmode] .col-md,[dir=rtl]:root[data-theme=darkmode] .col-md-1,[dir=rtl]:root[data-theme=darkmode] .col-md-10,[dir=rtl]:root[data-theme=darkmode] .col-md-11,[dir=rtl]:root[data-theme=darkmode] .col-md-12,[dir=rtl]:root[data-theme=darkmode] .col-md-2,[dir=rtl]:root[data-theme=darkmode] .col-md-3,[dir=rtl]:root[data-theme=darkmode] .col-md-4,[dir=rtl]:root[data-theme=darkmode] .col-md-5,[dir=rtl]:root[data-theme=darkmode] .col-md-6,[dir=rtl]:root[data-theme=darkmode] .col-md-7,[dir=rtl]:root[data-theme=darkmode] .col-md-8,[dir=rtl]:root[data-theme=darkmode] .col-md-9,[dir=rtl]:root[data-theme=darkmode] .col-md-auto,[dir=rtl]:root[data-theme=darkmode] .col-medium,[dir=rtl]:root[data-theme=darkmode] .col-sm,[dir=rtl]:root[data-theme=darkmode] .col-sm-1,[dir=rtl]:root[data-theme=darkmode] .col-sm-10,[dir=rtl]:root[data-theme=darkmode] .col-sm-11,[dir=rtl]:root[data-theme=darkmode] .col-sm-12,[dir=rtl]:root[data-theme=darkmode] .col-sm-2,[dir=rtl]:root[data-theme=darkmode] .col-sm-3,[dir=rtl]:root[data-theme=darkmode] .col-sm-4,[dir=rtl]:root[data-theme=darkmode] .col-sm-5,[dir=rtl]:root[data-theme=darkmode] .col-sm-6,[dir=rtl]:root[data-theme=darkmode] .col-sm-7,[dir=rtl]:root[data-theme=darkmode] .col-sm-8,[dir=rtl]:root[data-theme=darkmode] .col-sm-9,[dir=rtl]:root[data-theme=darkmode] .col-sm-auto,[dir=rtl]:root[data-theme=darkmode] .col-small,[dir=rtl]:root[data-theme=darkmode] .col-xl,[dir=rtl]:root[data-theme=darkmode] .col-xl-1,[dir=rtl]:root[data-theme=darkmode] .col-xl-10,[dir=rtl]:root[data-theme=darkmode] .col-xl-11,[dir=rtl]:root[data-theme=darkmode] .col-xl-12,[dir=rtl]:root[data-theme=darkmode] .col-xl-2,[dir=rtl]:root[data-theme=darkmode] .col-xl-3,[dir=rtl]:root[data-theme=darkmode] .col-xl-4,[dir=rtl]:root[data-theme=darkmode] .col-xl-5,[dir=rtl]:root[data-theme=darkmode] .col-xl-6,[dir=rtl]:root[data-theme=darkmode] .col-xl-7,[dir=rtl]:root[data-theme=darkmode] .col-xl-8,[dir=rtl]:root[data-theme=darkmode] .col-xl-9,[dir=rtl]:root[data-theme=darkmode] .col-xl-auto,[dir=rtl]:root[data-theme=darkmode] .col-xlarge,[dir=rtl]:root[data-theme=darkmode] .col-xsmall,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-large,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-medium,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-small,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xlarge,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xsmall,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-large,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-medium,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-small,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xlarge,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xsmall{padding-left:15px;padding-right:15px}:root[data-theme=darkmode] .col{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-8,:root[data-theme=darkmode] .col-xsmall{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-12,:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-first{order:-1}:root[data-theme=darkmode] .order-last{order:13}:root[data-theme=darkmode] .order-0{order:0}:root[data-theme=darkmode] .order-1{order:1}:root[data-theme=darkmode] .order-2{order:2}:root[data-theme=darkmode] .order-3{order:3}:root[data-theme=darkmode] .order-4{order:4}:root[data-theme=darkmode] .order-5{order:5}:root[data-theme=darkmode] .order-6{order:6}:root[data-theme=darkmode] .order-7{order:7}:root[data-theme=darkmode] .order-8{order:8}:root[data-theme=darkmode] .order-9{order:9}:root[data-theme=darkmode] .order-10{order:10}:root[data-theme=darkmode] .order-11{order:11}:root[data-theme=darkmode] .order-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-11{margin-right:91.6666666667%}@media (min-width:576px){:root[data-theme=darkmode] .col-sm{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-sm-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-sm-4,:root[data-theme=darkmode] .col-xsmall{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-sm-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-sm-9,:root[data-theme=darkmode] .col-small{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-sm-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-sm-first{order:-1}:root[data-theme=darkmode] .order-sm-last{order:13}:root[data-theme=darkmode] .order-sm-0{order:0}:root[data-theme=darkmode] .order-sm-1{order:1}:root[data-theme=darkmode] .order-sm-2{order:2}:root[data-theme=darkmode] .order-sm-3{order:3}:root[data-theme=darkmode] .order-sm-4{order:4}:root[data-theme=darkmode] .order-sm-5{order:5}:root[data-theme=darkmode] .order-sm-6{order:6}:root[data-theme=darkmode] .order-sm-7{order:7}:root[data-theme=darkmode] .order-sm-8{order:8}:root[data-theme=darkmode] .order-sm-9{order:9}:root[data-theme=darkmode] .order-sm-10{order:10}:root[data-theme=darkmode] .order-sm-11{order:11}:root[data-theme=darkmode] .order-sm-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-sm-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-sm-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-sm-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-11{margin-right:91.6666666667%}}@media (min-width:768px){:root[data-theme=darkmode] .col-md{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-md-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-md-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-md-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-md-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-md-3,:root[data-theme=darkmode] .col-xsmall{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-md-6,:root[data-theme=darkmode] .col-small{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-md-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-md-10,:root[data-theme=darkmode] .col-medium{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-md-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-md-first{order:-1}:root[data-theme=darkmode] .order-md-last{order:13}:root[data-theme=darkmode] .order-md-0{order:0}:root[data-theme=darkmode] .order-md-1{order:1}:root[data-theme=darkmode] .order-md-2{order:2}:root[data-theme=darkmode] .order-md-3{order:3}:root[data-theme=darkmode] .order-md-4{order:4}:root[data-theme=darkmode] .order-md-5{order:5}:root[data-theme=darkmode] .order-md-6{order:6}:root[data-theme=darkmode] .order-md-7{order:7}:root[data-theme=darkmode] .order-md-8{order:8}:root[data-theme=darkmode] .order-md-9{order:9}:root[data-theme=darkmode] .order-md-10{order:10}:root[data-theme=darkmode] .order-md-11{order:11}:root[data-theme=darkmode] .order-md-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-md-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-md-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-md-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-md-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-md-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-md-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-md-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-md-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-md-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-11{margin-right:91.6666666667%}}@media (min-width:992px){:root[data-theme=darkmode] .col-lg{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-lg-2,:root[data-theme=darkmode] .col-xsmall{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-lg-3,:root[data-theme=darkmode] .col-small{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-lg-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-lg-8,:root[data-theme=darkmode] .col-medium{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-lg-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-lg-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-lg-first{order:-1}:root[data-theme=darkmode] .order-lg-last{order:13}:root[data-theme=darkmode] .order-lg-0{order:0}:root[data-theme=darkmode] .order-lg-1{order:1}:root[data-theme=darkmode] .order-lg-2{order:2}:root[data-theme=darkmode] .order-lg-3{order:3}:root[data-theme=darkmode] .order-lg-4{order:4}:root[data-theme=darkmode] .order-lg-5{order:5}:root[data-theme=darkmode] .order-lg-6{order:6}:root[data-theme=darkmode] .order-lg-7{order:7}:root[data-theme=darkmode] .order-lg-8{order:8}:root[data-theme=darkmode] .order-lg-9{order:9}:root[data-theme=darkmode] .order-lg-10{order:10}:root[data-theme=darkmode] .order-lg-11{order:11}:root[data-theme=darkmode] .order-lg-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-lg-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-lg-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-lg-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-11{margin-right:91.6666666667%}}@media (min-width:1200px){:root[data-theme=darkmode] .col-xl{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-xl-1,:root[data-theme=darkmode] .col-xsmall{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xl-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-xl-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-xl-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-xl-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-xl-first{order:-1}:root[data-theme=darkmode] .order-xl-last{order:13}:root[data-theme=darkmode] .order-xl-0{order:0}:root[data-theme=darkmode] .order-xl-1{order:1}:root[data-theme=darkmode] .order-xl-2{order:2}:root[data-theme=darkmode] .order-xl-3{order:3}:root[data-theme=darkmode] .order-xl-4{order:4}:root[data-theme=darkmode] .order-xl-5{order:5}:root[data-theme=darkmode] .order-xl-6{order:6}:root[data-theme=darkmode] .order-xl-7{order:7}:root[data-theme=darkmode] .order-xl-8{order:8}:root[data-theme=darkmode] .order-xl-9{order:9}:root[data-theme=darkmode] .order-xl-10{order:10}:root[data-theme=darkmode] .order-xl-11{order:11}:root[data-theme=darkmode] .order-xl-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-xl-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-xl-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-xl-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-11{margin-right:91.6666666667%}}:root[data-theme=darkmode] .table{width:100%;color:#fff}[dir]:root[data-theme=darkmode] .table{margin-bottom:1rem}:root[data-theme=darkmode] .table td,:root[data-theme=darkmode] .table th{vertical-align:top}[dir]:root[data-theme=darkmode] .table td,[dir]:root[data-theme=darkmode] .table th{padding:.75rem;border-top:1px solid rgba(140,130,115,.13)}:root[data-theme=darkmode] .table thead th{vertical-align:bottom}[dir]:root[data-theme=darkmode] .table thead th{border-bottom:2px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table tbody+tbody{border-top:2px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-sm td,[dir]:root[data-theme=darkmode] .table-sm th{padding:.3rem}[dir]:root[data-theme=darkmode] .table-bordered{border:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-bordered td,[dir]:root[data-theme=darkmode] .table-bordered th{border:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-bordered thead td,[dir]:root[data-theme=darkmode] .table-bordered thead th{border-bottom-width:2px}[dir]:root[data-theme=darkmode] .table-borderless tbody+tbody,[dir]:root[data-theme=darkmode] .table-borderless td,[dir]:root[data-theme=darkmode] .table-borderless th,[dir]:root[data-theme=darkmode] .table-borderless thead th{border:0}[dir]:root[data-theme=darkmode] .table-striped tbody tr:nth-of-type(odd){background-color:#181a1b}:root[data-theme=darkmode] .table-hover tbody tr:hover{color:#fff}[dir]:root[data-theme=darkmode] .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-primary,[dir]:root[data-theme=darkmode] .table-primary>td,[dir]:root[data-theme=darkmode] .table-primary>th{background-color:#b8daff}[dir]:root[data-theme=darkmode] .table-primary tbody+tbody,[dir]:root[data-theme=darkmode] .table-primary td,[dir]:root[data-theme=darkmode] .table-primary th,[dir]:root[data-theme=darkmode] .table-primary thead th{border-color:#7abaff}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover{background-color:#9fcdff}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>th{background-color:#9fcdff}[dir]:root[data-theme=darkmode] .table-secondary,[dir]:root[data-theme=darkmode] .table-secondary>td,[dir]:root[data-theme=darkmode] .table-secondary>th{background-color:#d6d8db}[dir]:root[data-theme=darkmode] .table-secondary tbody+tbody,[dir]:root[data-theme=darkmode] .table-secondary td,[dir]:root[data-theme=darkmode] .table-secondary th,[dir]:root[data-theme=darkmode] .table-secondary thead th{border-color:#b3b7bb}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover{background-color:#c8cbcf}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>th{background-color:#c8cbcf}[dir]:root[data-theme=darkmode] .table-success,[dir]:root[data-theme=darkmode] .table-success>td,[dir]:root[data-theme=darkmode] .table-success>th{background-color:#c3e6cb}[dir]:root[data-theme=darkmode] .table-success tbody+tbody,[dir]:root[data-theme=darkmode] .table-success td,[dir]:root[data-theme=darkmode] .table-success th,[dir]:root[data-theme=darkmode] .table-success thead th{border-color:#8fd19e}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover{background-color:#b1dfbb}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>th{background-color:#b1dfbb}[dir]:root[data-theme=darkmode] .table-info,[dir]:root[data-theme=darkmode] .table-info>td,[dir]:root[data-theme=darkmode] .table-info>th{background-color:#c6e2f5}[dir]:root[data-theme=darkmode] .table-info tbody+tbody,[dir]:root[data-theme=darkmode] .table-info td,[dir]:root[data-theme=darkmode] .table-info th,[dir]:root[data-theme=darkmode] .table-info thead th{border-color:#95c9ec}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover{background-color:#b0d7f1}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>th{background-color:#b0d7f1}[dir]:root[data-theme=darkmode] .table-warning,[dir]:root[data-theme=darkmode] .table-warning>td,[dir]:root[data-theme=darkmode] .table-warning>th{background-color:#fce3bd}[dir]:root[data-theme=darkmode] .table-warning tbody+tbody,[dir]:root[data-theme=darkmode] .table-warning td,[dir]:root[data-theme=darkmode] .table-warning th,[dir]:root[data-theme=darkmode] .table-warning thead th{border-color:#f9cc84}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover{background-color:#fbd9a5}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>th{background-color:#fbd9a5}[dir]:root[data-theme=darkmode] .table-danger,[dir]:root[data-theme=darkmode] .table-danger>td,[dir]:root[data-theme=darkmode] .table-danger>th{background-color:#f5c6cb}[dir]:root[data-theme=darkmode] .table-danger tbody+tbody,[dir]:root[data-theme=darkmode] .table-danger td,[dir]:root[data-theme=darkmode] .table-danger th,[dir]:root[data-theme=darkmode] .table-danger thead th{border-color:#ed969e}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover{background-color:#f1b0b7}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>th{background-color:#f1b0b7}[dir]:root[data-theme=darkmode] .table-light,[dir]:root[data-theme=darkmode] .table-light>td,[dir]:root[data-theme=darkmode] .table-light>th{background-color:#f6f7f8}[dir]:root[data-theme=darkmode] .table-light tbody+tbody,[dir]:root[data-theme=darkmode] .table-light td,[dir]:root[data-theme=darkmode] .table-light th,[dir]:root[data-theme=darkmode] .table-light thead th{border-color:#eef0f2}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover{background-color:#e8eaed}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>th{background-color:#e8eaed}[dir]:root[data-theme=darkmode] .table-dark,[dir]:root[data-theme=darkmode] .table-dark>td,[dir]:root[data-theme=darkmode] .table-dark>th{background-color:#bebfbf}[dir]:root[data-theme=darkmode] .table-dark tbody+tbody,[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:#878888}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover{background-color:#b1b2b2}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>th{background-color:#b1b2b2}[dir]:root[data-theme=darkmode] .table-active,[dir]:root[data-theme=darkmode] .table-active>td,[dir]:root[data-theme=darkmode] .table-active>th{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}:root[data-theme=darkmode] .table .thead-dark th{color:#fff}[dir]:root[data-theme=darkmode] .table .thead-dark th{background-color:#181a1b;border-color:#2a2e2f}:root[data-theme=darkmode] .table .thead-light th{color:rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table .thead-light th{background-color:#ebebeb;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .table-dark{color:#fff}[dir]:root[data-theme=darkmode] .table-dark{background-color:#181a1b}[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:#2a2e2f}[dir]:root[data-theme=darkmode] .table-dark.table-bordered{border:0}[dir]:root[data-theme=darkmode] .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}:root[data-theme=darkmode] .table-dark.table-hover tbody tr:hover{color:#fff}[dir]:root[data-theme=darkmode] .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){:root[data-theme=darkmode] .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){:root[data-theme=darkmode] .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){:root[data-theme=darkmode] .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){:root[data-theme=darkmode] .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-xl>.table-bordered{border:0}}:root[data-theme=darkmode] .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive>.table-bordered{border:0}:root[data-theme=darkmode] .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .form-control{padding:.375rem .75rem;background-color:#181a1b;background-clip:padding-box;border:1px solid #3c4144;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .form-control{transition:none}}[dir]:root[data-theme=darkmode] .form-control::-ms-expand{background-color:transparent;border:0}:root[data-theme=darkmode] .form-control:-moz-focusring{color:transparent}[dir]:root[data-theme=darkmode] .form-control:-moz-focusring{text-shadow:0 0 0 #ced4da}:root[data-theme=darkmode] .form-control:focus{color:#ced4da;outline:0}[dir]:root[data-theme=darkmode] .form-control:focus{background-color:#181a1b;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .form-control::placeholder{color:#888;opacity:1}:root[data-theme=darkmode] .form-control:disabled,:root[data-theme=darkmode] .form-control[readonly]{opacity:1}[dir]:root[data-theme=darkmode] .form-control:disabled,[dir]:root[data-theme=darkmode] .form-control[readonly]{background-color:#232628}:root[data-theme=darkmode] input[type=date].form-control,:root[data-theme=darkmode] input[type=datetime-local].form-control,:root[data-theme=darkmode] input[type=month].form-control,:root[data-theme=darkmode] input[type=time].form-control{appearance:none}:root[data-theme=darkmode] select.form-control:focus::-ms-value{color:#ced4da}[dir]:root[data-theme=darkmode] select.form-control:focus::-ms-value{background-color:#181a1b}:root[data-theme=darkmode] .form-control-file,:root[data-theme=darkmode] .form-control-range{display:block;width:100%}:root[data-theme=darkmode] .col-form-label{font-size:inherit;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0}:root[data-theme=darkmode] .col-form-label-lg{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}:root[data-theme=darkmode] .col-form-label-sm{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px)}:root[data-theme=darkmode] .form-control-plaintext{display:block;width:100%;font-size:1rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .form-control-plaintext{padding:.375rem 0;margin-bottom:0;background-color:transparent;border:solid transparent;border-width:1px 0}[dir=ltr]:root[data-theme=darkmode] .form-control-plaintext.form-control-lg,[dir=ltr]:root[data-theme=darkmode] .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .form-control-plaintext.form-control-lg,[dir=rtl]:root[data-theme=darkmode] .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}:root[data-theme=darkmode] .form-control-sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .form-control-sm{padding:.25rem .5rem;border-radius:.2rem}:root[data-theme=darkmode] .form-control-lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .form-control-lg{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] select.form-control[multiple],:root[data-theme=darkmode] select.form-control[size]{height:auto}:root[data-theme=darkmode] textarea.form-control{height:auto}[dir]:root[data-theme=darkmode] .form-group{margin-bottom:1rem}:root[data-theme=darkmode] .form-text{display:block}[dir]:root[data-theme=darkmode] .form-text{margin-top:.25rem}:root[data-theme=darkmode] .form-row{display:flex;flex-wrap:wrap}[dir=ltr]:root[data-theme=darkmode] .form-row{margin-right:-5px;margin-left:-5px}[dir=rtl]:root[data-theme=darkmode] .form-row{margin-left:-5px;margin-right:-5px}[dir=ltr]:root[data-theme=darkmode] .form-row>.col,[dir=ltr]:root[data-theme=darkmode] .form-row>[class*=col-]{padding-right:5px;padding-left:5px}[dir=rtl]:root[data-theme=darkmode] .form-row>.col,[dir=rtl]:root[data-theme=darkmode] .form-row>[class*=col-]{padding-left:5px;padding-right:5px}:root[data-theme=darkmode] .form-check{position:relative;display:block}[dir=ltr]:root[data-theme=darkmode] .form-check{padding-left:1.25rem}[dir=rtl]:root[data-theme=darkmode] .form-check{padding-right:1.25rem}:root[data-theme=darkmode] .form-check-input{position:absolute}[dir]:root[data-theme=darkmode] .form-check-input{margin-top:.3rem}[dir=ltr]:root[data-theme=darkmode] .form-check-input{margin-left:-1.25rem}[dir=rtl]:root[data-theme=darkmode] .form-check-input{margin-right:-1.25rem}:root[data-theme=darkmode] .form-check-input:disabled~.form-check-label,:root[data-theme=darkmode] .form-check-input[disabled]~.form-check-label{color:#888}[dir]:root[data-theme=darkmode] .form-check-label{margin-bottom:0}:root[data-theme=darkmode] .form-check-inline{display:inline-flex;align-items:center}[dir=ltr]:root[data-theme=darkmode] .form-check-inline{padding-left:0;margin-right:.75rem}[dir=rtl]:root[data-theme=darkmode] .form-check-inline{padding-right:0;margin-left:.75rem}:root[data-theme=darkmode] .form-check-inline .form-check-input{position:static}[dir]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-right:.3125rem;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-left:.3125rem;margin-right:0}:root[data-theme=darkmode] .valid-feedback{display:none;width:100%;font-size:80%;color:#28a745}[dir]:root[data-theme=darkmode] .valid-feedback{margin-top:.25rem}:root[data-theme=darkmode] .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;font-size:.875rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .valid-tooltip{padding:.25rem .5rem;margin-top:.1rem;background-color:rgba(40,167,69,.9);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .valid-tooltip{left:0}[dir=rtl]:root[data-theme=darkmode] .valid-tooltip{right:0}.was-validated :root[data-theme=darkmode]:valid~.valid-feedback,.was-validated :root[data-theme=darkmode]:valid~.valid-tooltip,:root[data-theme=darkmode].is-valid~.valid-feedback,:root[data-theme=darkmode].is-valid~.valid-tooltip{display:block}.was-validated [dir]:root[data-theme=darkmode] .form-control:valid,[dir]:root[data-theme=darkmode] .form-control.is-valid{border-color:#28a745;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=ltr]:root[data-theme=darkmode] .form-control:valid,[dir=ltr]:root[data-theme=darkmode] .form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:right calc(.375em + .1875rem) center}.was-validated [dir=rtl]:root[data-theme=darkmode] .form-control:valid,[dir=rtl]:root[data-theme=darkmode] .form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:left calc(.375em + .1875rem) center}.was-validated [dir]:root[data-theme=darkmode] .form-control:valid:focus,[dir]:root[data-theme=darkmode] .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated [dir=ltr]:root[data-theme=darkmode] textarea.form-control:valid,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] textarea.form-control:valid,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:valid,[dir]:root[data-theme=darkmode] .custom-select.is-valid{border-color:#28a745}.was-validated [dir=ltr]:root[data-theme=darkmode] .custom-select:valid,[dir=ltr]:root[data-theme=darkmode] .custom-select.is-valid{padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #181a1b no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] .custom-select:valid,[dir=rtl]:root[data-theme=darkmode] .custom-select.is-valid{padding-left:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #181a1b no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:valid:focus,[dir]:root[data-theme=darkmode] .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated :root[data-theme=darkmode] .form-check-input:valid~.form-check-label,:root[data-theme=darkmode] .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated :root[data-theme=darkmode] .form-check-input:valid~.valid-feedback,.was-validated :root[data-theme=darkmode] .form-check-input:valid~.valid-tooltip,:root[data-theme=darkmode] .form-check-input.is-valid~.valid-feedback,:root[data-theme=darkmode] .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated :root[data-theme=darkmode] .custom-control-input:valid~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:valid~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:valid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}:root[data-theme=darkmode] .invalid-feedback{display:none;width:100%;font-size:80%;color:#dc3545}[dir]:root[data-theme=darkmode] .invalid-feedback{margin-top:.25rem}:root[data-theme=darkmode] .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;font-size:.875rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .invalid-tooltip{padding:.25rem .5rem;margin-top:.1rem;background-color:rgba(220,53,69,.9);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .invalid-tooltip{left:0}[dir=rtl]:root[data-theme=darkmode] .invalid-tooltip{right:0}.was-validated :root[data-theme=darkmode]:invalid~.invalid-feedback,.was-validated :root[data-theme=darkmode]:invalid~.invalid-tooltip,:root[data-theme=darkmode] .has-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=darkmode] .has-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=darkmode] .input-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=darkmode] .input-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=darkmode].is-invalid~.invalid-feedback,:root[data-theme=darkmode].is-invalid~.invalid-tooltip,:root[data-theme=default] .has-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=default] .has-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=default] .input-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=default] .input-validation-error:root[data-theme=darkmode]~.invalid-tooltip{display:block}.was-validated [dir]:root[data-theme=darkmode] .form-control:invalid,[dir]:root[data-theme=darkmode] .form-control.has-validation-error,[dir]:root[data-theme=darkmode] .form-control.input-validation-error,[dir]:root[data-theme=darkmode] .form-control.is-invalid{border-color:#dc3545;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=ltr]:root[data-theme=darkmode] .form-control:invalid,[dir=ltr]:root[data-theme=darkmode] .form-control.has-validation-error,[dir=ltr]:root[data-theme=darkmode] .form-control.input-validation-error,[dir=ltr]:root[data-theme=darkmode] .form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:right calc(.375em + .1875rem) center}.was-validated [dir=rtl]:root[data-theme=darkmode] .form-control:invalid,[dir=rtl]:root[data-theme=darkmode] .form-control.has-validation-error,[dir=rtl]:root[data-theme=darkmode] .form-control.input-validation-error,[dir=rtl]:root[data-theme=darkmode] .form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:left calc(.375em + .1875rem) center}.was-validated [dir]:root[data-theme=darkmode] .form-control:invalid:focus,[dir]:root[data-theme=darkmode] .form-control.has-validation-error:focus,[dir]:root[data-theme=darkmode] .form-control.input-validation-error:focus,[dir]:root[data-theme=darkmode] .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated [dir=ltr]:root[data-theme=darkmode] textarea.form-control:invalid,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.has-validation-error,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.input-validation-error,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] textarea.form-control:invalid,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.has-validation-error,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.input-validation-error,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:invalid,[dir]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir]:root[data-theme=darkmode] .custom-select.is-invalid{border-color:#dc3545}.was-validated [dir=ltr]:root[data-theme=darkmode] .custom-select:invalid,[dir=ltr]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir=ltr]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir=ltr]:root[data-theme=darkmode] .custom-select.is-invalid{padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #181a1b no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] .custom-select:invalid,[dir=rtl]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir=rtl]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir=rtl]:root[data-theme=darkmode] .custom-select.is-invalid{padding-left:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #181a1b no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:invalid:focus,[dir]:root[data-theme=darkmode] .custom-select.has-validation-error:focus,[dir]:root[data-theme=darkmode] .custom-select.input-validation-error:focus,[dir]:root[data-theme=darkmode] .custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.form-check-label,:root[data-theme=darkmode] .form-check-input.has-validation-error~.form-check-label,:root[data-theme=darkmode] .form-check-input.input-validation-error~.form-check-label,:root[data-theme=darkmode] .form-check-input.is-invalid~.form-check-label,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.form-check-label,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.form-check-label{color:#dc3545}.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.invalid-feedback,.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.has-validation-error~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.has-validation-error~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.input-validation-error~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.input-validation-error~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.is-invalid~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.is-invalid~.invalid-tooltip,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.invalid-feedback,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.invalid-tooltip,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.invalid-feedback,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.invalid-tooltip{display:block}.was-validated :root[data-theme=darkmode] .custom-control-input:invalid~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.has-validation-error~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.input-validation-error~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.is-invalid~.custom-control-label,:root[data-theme=darkmode] :root[data-theme=default] .custom-control-input.has-validation-error~.custom-control-label,:root[data-theme=darkmode] :root[data-theme=default] .custom-control-input.input-validation-error~.custom-control-label{color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error~.custom-control-label::before{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:invalid~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.has-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.input-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-invalid~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.has-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.input-validation-error~.custom-file-label{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:invalid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.has-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.input-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-invalid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.has-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.input-validation-error:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}:root[data-theme=darkmode] .form-inline{display:flex;flex-flow:row wrap;align-items:center}:root[data-theme=darkmode] .form-inline .form-check{width:100%}@media (min-width:576px){:root[data-theme=darkmode] .form-inline label{display:flex;align-items:center;justify-content:center}[dir]:root[data-theme=darkmode] .form-inline label{margin-bottom:0}:root[data-theme=darkmode] .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center}[dir]:root[data-theme=darkmode] .form-inline .form-group{margin-bottom:0}:root[data-theme=darkmode] .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}:root[data-theme=darkmode] .form-inline .form-control-plaintext{display:inline-block}:root[data-theme=darkmode] .form-inline .custom-select,:root[data-theme=darkmode] .form-inline .input-group{width:auto}:root[data-theme=darkmode] .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto}[dir=ltr]:root[data-theme=darkmode] .form-inline .form-check{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .form-inline .form-check{padding-right:0}:root[data-theme=darkmode] .form-inline .form-check-input{position:relative;flex-shrink:0}[dir]:root[data-theme=darkmode] .form-inline .form-check-input{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .form-inline .form-check-input{margin-right:.25rem;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .form-inline .form-check-input{margin-left:.25rem;margin-right:0}:root[data-theme=darkmode] .form-inline .custom-control{align-items:center;justify-content:center}[dir]:root[data-theme=darkmode] .form-inline .custom-control-label{margin-bottom:0}}:root[data-theme=darkmode] .btn,:root[data-theme=darkmode] .button{display:inline-block;font-weight:400;color:#fff;vertical-align:middle;user-select:none;font-size:1rem;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .btn,[dir]:root[data-theme=darkmode] .button{text-align:center;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .btn,:root[data-theme=darkmode] .button{transition:none}}:root[data-theme=darkmode] .btn:hover,:root[data-theme=darkmode] .button:hover{color:#fff;text-decoration:none}:root[data-theme=darkmode] .btn.focus,:root[data-theme=darkmode] .btn:focus,:root[data-theme=darkmode] .button:focus,:root[data-theme=darkmode] .focus.button{outline:0}[dir]:root[data-theme=darkmode] .btn.focus,[dir]:root[data-theme=darkmode] .btn:focus,[dir]:root[data-theme=darkmode] .button:focus,[dir]:root[data-theme=darkmode] .focus.button{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .btn.disabled,:root[data-theme=darkmode] .btn:disabled,:root[data-theme=darkmode] .button:disabled,:root[data-theme=darkmode] .disabled.button{opacity:.65}[dir]:root[data-theme=darkmode] .btn:not(:disabled):not(.disabled),[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled){cursor:pointer}:root[data-theme=darkmode] a.btn.disabled,:root[data-theme=darkmode] a.disabled.button,:root[data-theme=darkmode] fieldset:disabled a.btn,:root[data-theme=darkmode] fieldset:disabled a.button{pointer-events:none}:root[data-theme=darkmode] .btn-primary,:root[data-theme=darkmode] .button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary,[dir]:root[data-theme=darkmode] .button{background-color:#007bff;border-color:#007bff}:root[data-theme=darkmode] .btn-primary:hover,:root[data-theme=darkmode] .button:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary:hover,[dir]:root[data-theme=darkmode] .button:hover{background-color:#0069d9;border-color:#0062cc}:root[data-theme=darkmode] .btn-primary.focus,:root[data-theme=darkmode] .btn-primary:focus,:root[data-theme=darkmode] .button:focus,:root[data-theme=darkmode] .focus.button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary.focus,[dir]:root[data-theme=darkmode] .btn-primary:focus,[dir]:root[data-theme=darkmode] .button:focus,[dir]:root[data-theme=darkmode] .focus.button{background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}:root[data-theme=darkmode] .btn-primary.disabled,:root[data-theme=darkmode] .btn-primary:disabled,:root[data-theme=darkmode] .button:disabled,:root[data-theme=darkmode] .disabled.button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary.disabled,[dir]:root[data-theme=darkmode] .btn-primary:disabled,[dir]:root[data-theme=darkmode] .button:disabled,[dir]:root[data-theme=darkmode] .disabled.button{background-color:#007bff;border-color:#007bff}.show>:root[data-theme=darkmode] .btn-primary.dropdown-toggle,.show>:root[data-theme=darkmode] .dropdown-toggle.button,:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active,:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active,:root[data-theme=default] .show>:root[data-theme=darkmode] .dropdown-toggle.button{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-primary.dropdown-toggle,.show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active,[dir]:root[data-theme=default] .show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button{background-color:#0062cc;border-color:#005cbf}.show>[dir]:root[data-theme=darkmode] .btn-primary.dropdown-toggle:focus,.show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button:focus,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active:focus,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active:focus,[dir]:root[data-theme=default] .show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}:root[data-theme=darkmode] .btn-secondary{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary{background-color:#6c757d;border-color:#6c757d}:root[data-theme=darkmode] .btn-secondary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary:hover{background-color:#5a6268;border-color:#545b62}:root[data-theme=darkmode] .btn-secondary.focus,:root[data-theme=darkmode] .btn-secondary:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary.focus,[dir]:root[data-theme=darkmode] .btn-secondary:focus{background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}:root[data-theme=darkmode] .btn-secondary.disabled,:root[data-theme=darkmode] .btn-secondary:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary.disabled,[dir]:root[data-theme=darkmode] .btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d}.show>:root[data-theme=darkmode] .btn-secondary.dropdown-toggle,:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-secondary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active{background-color:#545b62;border-color:#4e555b}.show>[dir]:root[data-theme=darkmode] .btn-secondary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}:root[data-theme=darkmode] .btn-success{color:#fff}[dir]:root[data-theme=darkmode] .btn-success{background-color:#28a745;border-color:#28a745}:root[data-theme=darkmode] .btn-success:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-success:hover{background-color:#218838;border-color:#1e7e34}:root[data-theme=darkmode] .btn-success.focus,:root[data-theme=darkmode] .btn-success:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-success.focus,[dir]:root[data-theme=darkmode] .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}:root[data-theme=darkmode] .btn-success.disabled,:root[data-theme=darkmode] .btn-success:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-success.disabled,[dir]:root[data-theme=darkmode] .btn-success:disabled{background-color:#28a745;border-color:#28a745}.show>:root[data-theme=darkmode] .btn-success.dropdown-toggle,:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-success.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430}.show>[dir]:root[data-theme=darkmode] .btn-success.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}:root[data-theme=darkmode] .btn-info{color:#fff}[dir]:root[data-theme=darkmode] .btn-info{background-color:#3498db;border-color:#3498db}:root[data-theme=darkmode] .btn-info:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-info:hover{background-color:#2384c6;border-color:#217dbb}:root[data-theme=darkmode] .btn-info.focus,:root[data-theme=darkmode] .btn-info:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-info.focus,[dir]:root[data-theme=darkmode] .btn-info:focus{background-color:#2384c6;border-color:#217dbb;box-shadow:0 0 0 .2rem rgba(82,167,224,.5)}:root[data-theme=darkmode] .btn-info.disabled,:root[data-theme=darkmode] .btn-info:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-info.disabled,[dir]:root[data-theme=darkmode] .btn-info:disabled{background-color:#3498db;border-color:#3498db}.show>:root[data-theme=darkmode] .btn-info.dropdown-toggle,:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-info.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active{background-color:#217dbb;border-color:#1f76b0}.show>[dir]:root[data-theme=darkmode] .btn-info.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(82,167,224,.5)}:root[data-theme=darkmode] .btn-warning{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning{background-color:#f39c12;border-color:#f39c12}:root[data-theme=darkmode] .btn-warning:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning:hover{background-color:#d4860b;border-color:#c87f0a}:root[data-theme=darkmode] .btn-warning.focus,:root[data-theme=darkmode] .btn-warning:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning.focus,[dir]:root[data-theme=darkmode] .btn-warning:focus{background-color:#d4860b;border-color:#c87f0a;box-shadow:0 0 0 .2rem rgba(245,171,54,.5)}:root[data-theme=darkmode] .btn-warning.disabled,:root[data-theme=darkmode] .btn-warning:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning.disabled,[dir]:root[data-theme=darkmode] .btn-warning:disabled{background-color:#f39c12;border-color:#f39c12}.show>:root[data-theme=darkmode] .btn-warning.dropdown-toggle,:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-warning.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active{background-color:#c87f0a;border-color:#bc770a}.show>[dir]:root[data-theme=darkmode] .btn-warning.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(245,171,54,.5)}:root[data-theme=darkmode] .btn-danger{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger{background-color:#dc3545;border-color:#dc3545}:root[data-theme=darkmode] .btn-danger:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger:hover{background-color:#c82333;border-color:#bd2130}:root[data-theme=darkmode] .btn-danger.focus,:root[data-theme=darkmode] .btn-danger:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger.focus,[dir]:root[data-theme=darkmode] .btn-danger:focus{background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}:root[data-theme=darkmode] .btn-danger.disabled,:root[data-theme=darkmode] .btn-danger:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger.disabled,[dir]:root[data-theme=darkmode] .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.show>:root[data-theme=darkmode] .btn-danger.dropdown-toggle,:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-danger.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active{background-color:#bd2130;border-color:#b21f2d}.show>[dir]:root[data-theme=darkmode] .btn-danger.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}:root[data-theme=darkmode] .btn-light{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light{background-color:#dee2e6;border-color:#dee2e6}:root[data-theme=darkmode] .btn-light:hover{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light:hover{background-color:#c8cfd6;border-color:#c1c9d0}:root[data-theme=darkmode] .btn-light.focus,:root[data-theme=darkmode] .btn-light:focus{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light.focus,[dir]:root[data-theme=darkmode] .btn-light:focus{background-color:#c8cfd6;border-color:#c1c9d0;box-shadow:0 0 0 .2rem rgba(192,196,200,.5)}:root[data-theme=darkmode] .btn-light.disabled,:root[data-theme=darkmode] .btn-light:disabled{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light.disabled,[dir]:root[data-theme=darkmode] .btn-light:disabled{background-color:#dee2e6;border-color:#dee2e6}.show>:root[data-theme=darkmode] .btn-light.dropdown-toggle,:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active{color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-light.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active{background-color:#c1c9d0;border-color:#bac2cb}.show>[dir]:root[data-theme=darkmode] .btn-light.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(192,196,200,.5)}:root[data-theme=darkmode] .btn-dark{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark{background-color:#181a1b;border-color:#181a1b}:root[data-theme=darkmode] .btn-dark:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark:hover{background-color:#060707;border-color:#000}:root[data-theme=darkmode] .btn-dark.focus,:root[data-theme=darkmode] .btn-dark:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark.focus,[dir]:root[data-theme=darkmode] .btn-dark:focus{background-color:#060707;border-color:#000;box-shadow:0 0 0 .2rem rgba(59,60,61,.5)}:root[data-theme=darkmode] .btn-dark.disabled,:root[data-theme=darkmode] .btn-dark:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark.disabled,[dir]:root[data-theme=darkmode] .btn-dark:disabled{background-color:#181a1b;border-color:#181a1b}.show>:root[data-theme=darkmode] .btn-dark.dropdown-toggle,:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-dark.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active{background-color:#000;border-color:#000}.show>[dir]:root[data-theme=darkmode] .btn-dark.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(59,60,61,.5)}:root[data-theme=darkmode] .btn-outline-primary{color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary{border-color:#007bff}:root[data-theme=darkmode] .btn-outline-primary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary.focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .btn-outline-primary.disabled,:root[data-theme=darkmode] .btn-outline-primary:disabled{color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary.disabled,[dir]:root[data-theme=darkmode] .btn-outline-primary:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#007bff;border-color:#007bff}.show>[dir]:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .btn-outline-secondary{color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary{border-color:#6c757d}:root[data-theme=darkmode] .btn-outline-secondary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary.focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .btn-outline-secondary.disabled,:root[data-theme=darkmode] .btn-outline-secondary:disabled{color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary.disabled,[dir]:root[data-theme=darkmode] .btn-outline-secondary:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active{background-color:#6c757d;border-color:#6c757d}.show>[dir]:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .btn-outline-success{color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success{border-color:#28a745}:root[data-theme=darkmode] .btn-outline-success:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-success:hover{background-color:#28a745;border-color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success.focus,[dir]:root[data-theme=darkmode] .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .btn-outline-success.disabled,:root[data-theme=darkmode] .btn-outline-success:disabled{color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success.disabled,[dir]:root[data-theme=darkmode] .btn-outline-success:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745}.show>[dir]:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .btn-outline-info{color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info{border-color:#3498db}:root[data-theme=darkmode] .btn-outline-info:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-info:hover{background-color:#3498db;border-color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info.focus,[dir]:root[data-theme=darkmode] .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .btn-outline-info.disabled,:root[data-theme=darkmode] .btn-outline-info:disabled{color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info.disabled,[dir]:root[data-theme=darkmode] .btn-outline-info:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active{background-color:#3498db;border-color:#3498db}.show>[dir]:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .btn-outline-warning{color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning{border-color:#f39c12}:root[data-theme=darkmode] .btn-outline-warning:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-warning:hover{background-color:#f39c12;border-color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning.focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .btn-outline-warning.disabled,:root[data-theme=darkmode] .btn-outline-warning:disabled{color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning.disabled,[dir]:root[data-theme=darkmode] .btn-outline-warning:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active{background-color:#f39c12;border-color:#f39c12}.show>[dir]:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .btn-outline-danger{color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger{border-color:#dc3545}:root[data-theme=darkmode] .btn-outline-danger:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger.focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .btn-outline-danger.disabled,:root[data-theme=darkmode] .btn-outline-danger:disabled{color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger.disabled,[dir]:root[data-theme=darkmode] .btn-outline-danger:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active{background-color:#dc3545;border-color:#dc3545}.show>[dir]:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .btn-outline-light{color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light{border-color:#dee2e6}:root[data-theme=darkmode] .btn-outline-light:hover{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-light:hover{background-color:#dee2e6;border-color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light.focus,[dir]:root[data-theme=darkmode] .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .btn-outline-light.disabled,:root[data-theme=darkmode] .btn-outline-light:disabled{color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light.disabled,[dir]:root[data-theme=darkmode] .btn-outline-light:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active{color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active{background-color:#dee2e6;border-color:#dee2e6}.show>[dir]:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .btn-outline-dark{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark{border-color:#181a1b}:root[data-theme=darkmode] .btn-outline-dark:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-dark:hover{background-color:#181a1b;border-color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark.focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}:root[data-theme=darkmode] .btn-outline-dark.disabled,:root[data-theme=darkmode] .btn-outline-dark:disabled{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark.disabled,[dir]:root[data-theme=darkmode] .btn-outline-dark:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active{background-color:#181a1b;border-color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}:root[data-theme=darkmode] .btn-link{font-weight:400;color:#007bff;text-decoration:none}:root[data-theme=darkmode] .btn-link:hover{color:#0056b3;text-decoration:underline}:root[data-theme=darkmode] .btn-link.focus,:root[data-theme=darkmode] .btn-link:focus{text-decoration:underline}:root[data-theme=darkmode] .btn-link.disabled,:root[data-theme=darkmode] .btn-link:disabled{color:#888;pointer-events:none}:root[data-theme=darkmode] .btn-group-lg>.btn,:root[data-theme=darkmode] .btn-group-lg>.button,:root[data-theme=darkmode] .btn-lg,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-lg>.btn,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-lg>.button{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .btn-group-lg>.btn,[dir]:root[data-theme=darkmode] .btn-group-lg>.button,[dir]:root[data-theme=darkmode] .btn-lg,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-lg>.btn,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-lg>.button{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] .btn-group-sm>.btn,:root[data-theme=darkmode] .btn-group-sm>.button,:root[data-theme=darkmode] .btn-sm,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-sm>.btn,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-sm>.button{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .btn-group-sm>.btn,[dir]:root[data-theme=darkmode] .btn-group-sm>.button,[dir]:root[data-theme=darkmode] .btn-sm,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-sm>.btn,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-sm>.button{padding:.25rem .5rem;border-radius:.2rem}:root[data-theme=darkmode] .btn-block{display:block;width:100%}[dir]:root[data-theme=darkmode] .btn-block+.btn-block{margin-top:.5rem}:root[data-theme=darkmode] input[type=button].btn-block,:root[data-theme=darkmode] input[type=reset].btn-block,:root[data-theme=darkmode] input[type=submit].btn-block{width:100%}:root[data-theme=darkmode] .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .fade{transition:none}}:root[data-theme=darkmode] .fade:not(.show){opacity:0}:root[data-theme=darkmode] .collapse:not(.show){display:none}:root[data-theme=darkmode] .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .collapsing{transition:none}}:root[data-theme=darkmode] .dropdown,:root[data-theme=darkmode] .dropleft,:root[data-theme=darkmode] .dropright,:root[data-theme=darkmode] .dropup{position:relative}:root[data-theme=darkmode] .dropdown-toggle{white-space:nowrap}:root[data-theme=darkmode] .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropdown-toggle::after{border-top:.3em solid;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle::after{margin-left:.255em;border-right:.3em solid transparent;border-left:.3em solid transparent}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle::after{margin-right:.255em;border-left:.3em solid transparent;border-right:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;font-size:1rem;color:#fff;list-style:none}[dir]:root[data-theme=darkmode] .dropdown-menu{padding:.5rem 0;margin:.125rem 0 0;background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(140,130,115,.13);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu{left:0;float:left;text-align:left}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu{right:0;float:right;text-align:right}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-right{left:0;right:auto}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-sm-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-sm-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-sm-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-sm-right{left:0;right:auto}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-md-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-md-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-md-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-md-right{left:0;right:auto}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-lg-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-lg-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-lg-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-lg-right{left:0;right:auto}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-xl-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-xl-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-xl-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-xl-right{left:0;right:auto}}:root[data-theme=darkmode] .dropup .dropdown-menu{top:auto;bottom:100%}[dir]:root[data-theme=darkmode] .dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}:root[data-theme=darkmode] .dropup .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{margin-left:.255em;border-right:.3em solid transparent;border-left:.3em solid transparent}[dir=rtl]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{margin-right:.255em;border-left:.3em solid transparent;border-right:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropup .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropup .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropright .dropdown-menu{top:0}[dir]:root[data-theme=darkmode] .dropright .dropdown-menu{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-menu{right:auto;left:100%;margin-left:.125rem}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-menu{left:auto;right:100%;margin-right:.125rem}:root[data-theme=darkmode] .dropright .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{border-top:.3em solid transparent;border-bottom:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{margin-left:.255em;border-right:0;border-left:.3em solid}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{margin-right:.255em;border-left:0;border-right:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropright .dropdown-toggle::after{vertical-align:0}:root[data-theme=darkmode] .dropleft .dropdown-menu{top:0}[dir]:root[data-theme=darkmode] .dropleft .dropdown-menu{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-menu{right:100%;left:auto;margin-right:.125rem}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-menu{left:100%;right:auto;margin-left:.125rem}:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{margin-left:.255em}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{margin-right:.255em}:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{display:none}:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{border-top:.3em solid transparent;border-bottom:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{margin-right:.255em;border-right:.3em solid}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{margin-left:.255em;border-left:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{vertical-align:0}:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{bottom:auto}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{right:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{left:auto}:root[data-theme=darkmode] .dropdown-divider{height:0;overflow:hidden}[dir]:root[data-theme=darkmode] .dropdown-divider{margin:.5rem 0;border-top:1px solid rgba(140,130,115,.13)}:root[data-theme=darkmode] .dropdown-item{display:block;width:100%;font-weight:400;color:#fff;white-space:nowrap}[dir]:root[data-theme=darkmode] .dropdown-item{padding:.25rem 1.5rem;clear:both;text-align:inherit;background-color:transparent;border:0}:root[data-theme=darkmode] .dropdown-item:focus,:root[data-theme=darkmode] .dropdown-item:hover{color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .dropdown-item:focus,[dir]:root[data-theme=darkmode] .dropdown-item:hover{background-color:#007bff}:root[data-theme=darkmode] .dropdown-item.active,:root[data-theme=darkmode] .dropdown-item:active{color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .dropdown-item.active,[dir]:root[data-theme=darkmode] .dropdown-item:active{background-color:#007bff}:root[data-theme=darkmode] .dropdown-item.disabled,:root[data-theme=darkmode] .dropdown-item:disabled{color:#888;pointer-events:none}[dir]:root[data-theme=darkmode] .dropdown-item.disabled,[dir]:root[data-theme=darkmode] .dropdown-item:disabled{background-color:transparent}:root[data-theme=darkmode] .dropdown-menu.show{display:block}:root[data-theme=darkmode] .dropdown-header{display:block;font-size:.875rem;color:#888;white-space:nowrap}[dir]:root[data-theme=darkmode] .dropdown-header{padding:.5rem 1.5rem;margin-bottom:0}:root[data-theme=darkmode] .dropdown-item-text{display:block;color:#fff}[dir]:root[data-theme=darkmode] .dropdown-item-text{padding:.25rem 1.5rem}:root[data-theme=darkmode] .btn-group,:root[data-theme=darkmode] .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}:root[data-theme=darkmode] .btn-group-vertical>.btn,:root[data-theme=darkmode] .btn-group-vertical>.button,:root[data-theme=darkmode] .btn-group>.btn,:root[data-theme=darkmode] .btn-group>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button{position:relative;flex:1 1 auto}:root[data-theme=darkmode] .btn-group-vertical>.btn:hover,:root[data-theme=darkmode] .btn-group-vertical>.button:hover,:root[data-theme=darkmode] .btn-group>.btn:hover,:root[data-theme=darkmode] .btn-group>.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:hover{z-index:1}:root[data-theme=darkmode] .btn-group-vertical>.active.button,:root[data-theme=darkmode] .btn-group-vertical>.btn.active,:root[data-theme=darkmode] .btn-group-vertical>.btn:active,:root[data-theme=darkmode] .btn-group-vertical>.btn:focus,:root[data-theme=darkmode] .btn-group-vertical>.button:active,:root[data-theme=darkmode] .btn-group-vertical>.button:focus,:root[data-theme=darkmode] .btn-group>.active.button,:root[data-theme=darkmode] .btn-group>.btn.active,:root[data-theme=darkmode] .btn-group>.btn:active,:root[data-theme=darkmode] .btn-group>.btn:focus,:root[data-theme=darkmode] .btn-group>.button:active,:root[data-theme=darkmode] .btn-group>.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.active.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:active,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.active.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:active,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:focus{z-index:1}:root[data-theme=darkmode] .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}:root[data-theme=darkmode] .btn-toolbar .input-group{width:auto}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:first-child){margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:first-child){margin-right:-1px}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropright [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after,.dropup [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after,[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after{margin-left:0}.dropright [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after,.dropup [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after,[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after{margin-right:0}.dropleft [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::before{margin-right:0}.dropleft [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::before{margin-left:0}[dir=ltr]:root[data-theme=darkmode] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-group-sm>.button+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-sm+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-sm>.button+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}[dir=rtl]:root[data-theme=darkmode] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-group-sm>.button+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-sm+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-sm>.button+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}[dir=ltr]:root[data-theme=darkmode] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-group-lg>.button+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-lg+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-lg>.button+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}[dir=rtl]:root[data-theme=darkmode] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-group-lg>.button+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-lg+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-lg>.button+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}:root[data-theme=darkmode] .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}:root[data-theme=darkmode] .btn-group-vertical>.btn,:root[data-theme=darkmode] .btn-group-vertical>.btn-group,:root[data-theme=darkmode] .btn-group-vertical>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button{width:100%}[dir]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child),[dir]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){margin-top:-1px}[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn,[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn,[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button,[dir]:root[data-theme=darkmode] .btn-group-toggle>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-toggle>.btn-group>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-toggle>.button{margin-bottom:0}:root[data-theme=darkmode] .btn-group-toggle>.btn input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.button input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.button input[type=radio],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.btn-group>.button input[type=checkbox],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.btn-group>.button input[type=radio],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.button input[type=checkbox],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.button input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}:root[data-theme=darkmode] .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:root[data-theme=darkmode] .input-group>.custom-file,:root[data-theme=darkmode] .input-group>.custom-select,:root[data-theme=darkmode] .input-group>.form-control,:root[data-theme=darkmode] .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0}[dir]:root[data-theme=darkmode] .input-group>.custom-file,[dir]:root[data-theme=darkmode] .input-group>.custom-select,[dir]:root[data-theme=darkmode] .input-group>.form-control,[dir]:root[data-theme=darkmode] .input-group>.form-control-plaintext{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.form-control{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.form-control{margin-right:-1px}:root[data-theme=darkmode] .input-group>.custom-file .custom-file-input:focus~.custom-file-label,:root[data-theme=darkmode] .input-group>.custom-select:focus,:root[data-theme=darkmode] .input-group>.form-control:focus{z-index:3}:root[data-theme=darkmode] .input-group>.custom-file .custom-file-input:focus{z-index:4}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select:not(:last-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select:not(:last-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .input-group>.custom-file{display:flex;align-items:center}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .input-group-append,:root[data-theme=darkmode] .input-group-prepend{display:flex}:root[data-theme=darkmode] .input-group-append .btn,:root[data-theme=darkmode] .input-group-append .button,:root[data-theme=darkmode] .input-group-prepend .btn,:root[data-theme=darkmode] .input-group-prepend .button{position:relative;z-index:2}:root[data-theme=darkmode] .input-group-append .btn:focus,:root[data-theme=darkmode] .input-group-append .button:focus,:root[data-theme=darkmode] .input-group-prepend .btn:focus,:root[data-theme=darkmode] .input-group-prepend .button:focus{z-index:3}[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .input-group-text+.button{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .input-group-text+.button{margin-right:-1px}[dir=ltr]:root[data-theme=darkmode] .input-group-prepend{margin-right:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-prepend{margin-left:-1px}[dir=ltr]:root[data-theme=darkmode] .input-group-append{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-append{margin-right:-1px}:root[data-theme=darkmode] .input-group-text{display:flex;align-items:center;font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;white-space:nowrap}[dir]:root[data-theme=darkmode] .input-group-text{padding:.375rem .75rem;margin-bottom:0;text-align:center;background-color:rgba(140,130,115,.13);border:1px solid #3c4144;border-radius:.25rem}[dir]:root[data-theme=darkmode] .input-group-text input[type=checkbox],[dir]:root[data-theme=darkmode] .input-group-text input[type=radio]{margin-top:0}:root[data-theme=darkmode] .input-group-lg>.custom-select,:root[data-theme=darkmode] .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}:root[data-theme=darkmode] .input-group-lg>.custom-select,:root[data-theme=darkmode] .input-group-lg>.form-control,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.btn,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.button,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.input-group-text,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.btn,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.button,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.input-group-text,:root[data-theme=darkmode] :root[data-theme=default] .input-group-lg>.input-group-append>.button,:root[data-theme=darkmode] :root[data-theme=default] .input-group-lg>.input-group-prepend>.button{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir]:root[data-theme=darkmode] .input-group-lg>.form-control,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.btn,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.button,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.input-group-text,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.btn,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.button,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.input-group-text,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-lg>.input-group-append>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-lg>.input-group-prepend>.button{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] .input-group-sm>.custom-select,:root[data-theme=darkmode] .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}:root[data-theme=darkmode] .input-group-sm>.custom-select,:root[data-theme=darkmode] .input-group-sm>.form-control,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.btn,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.button,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.input-group-text,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.btn,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.button,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.input-group-text,:root[data-theme=darkmode] :root[data-theme=default] .input-group-sm>.input-group-append>.button,:root[data-theme=darkmode] :root[data-theme=default] .input-group-sm>.input-group-prepend>.button{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .input-group-sm>.custom-select,[dir]:root[data-theme=darkmode] .input-group-sm>.form-control,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.btn,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.button,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.input-group-text,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.btn,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.button,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.input-group-text,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-sm>.input-group-append>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-sm>.input-group-prepend>.button{padding:.25rem .5rem;border-radius:.2rem}[dir=ltr]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group-sm>.custom-select{padding-right:1.75rem}[dir=rtl]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group-sm>.custom-select{padding-left:1.75rem}[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.input-group-text,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend>.button{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.input-group-text,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend>.button{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend:not(:first-child)>.button{border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend:not(:first-child)>.button{border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;color-adjust:exact}[dir=ltr]:root[data-theme=darkmode] .custom-control{padding-left:1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control{padding-right:1.5rem}:root[data-theme=darkmode] .custom-control-inline{display:inline-flex}[dir=ltr]:root[data-theme=darkmode] .custom-control-inline{margin-right:1rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-inline{margin-left:1rem}:root[data-theme=darkmode] .custom-control-input{position:absolute;z-index:-1;width:1rem;height:1.25rem;opacity:0}[dir=ltr]:root[data-theme=darkmode] .custom-control-input{left:0}[dir=rtl]:root[data-theme=darkmode] .custom-control-input{right:0}:root[data-theme=darkmode] .custom-control-input:checked~.custom-control-label::before{color:#fff}[dir]:root[data-theme=darkmode] .custom-control-input:checked~.custom-control-label::before{border-color:#007bff;background-color:#007bff}[dir]:root[data-theme=darkmode] .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}:root[data-theme=darkmode] .custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff}[dir]:root[data-theme=darkmode] .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#b3d7ff;border-color:#b3d7ff}:root[data-theme=darkmode] .custom-control-input:disabled~.custom-control-label,:root[data-theme=darkmode] .custom-control-input[disabled]~.custom-control-label{color:#888}[dir]:root[data-theme=darkmode] .custom-control-input:disabled~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input[disabled]~.custom-control-label::before{background-color:#232628}:root[data-theme=darkmode] .custom-control-label{position:relative;vertical-align:top}[dir]:root[data-theme=darkmode] .custom-control-label{margin-bottom:0}:root[data-theme=darkmode] .custom-control-label::before{position:absolute;top:.25rem;display:block;width:1rem;height:1rem;pointer-events:none;content:""}[dir]:root[data-theme=darkmode] .custom-control-label::before{background-color:#181a1b;border:#2a2d2f solid 1px}[dir=ltr]:root[data-theme=darkmode] .custom-control-label::before{left:-1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-label::before{right:-1.5rem}:root[data-theme=darkmode] .custom-control-label::after{position:absolute;top:.25rem;display:block;width:1rem;height:1rem;content:""}[dir]:root[data-theme=darkmode] .custom-control-label::after{background:no-repeat 50%/50% 50%}[dir=ltr]:root[data-theme=darkmode] .custom-control-label::after{left:-1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-label::after{right:-1.5rem}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-label::before{border-radius:.25rem}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-label::before{border-radius:50%}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir=ltr]:root[data-theme=darkmode] .custom-switch{padding-left:2.25rem}[dir=rtl]:root[data-theme=darkmode] .custom-switch{padding-right:2.25rem}:root[data-theme=darkmode] .custom-switch .custom-control-label::before{width:1.75rem;pointer-events:all}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{border-radius:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{left:-2.25rem}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{right:-2.25rem}:root[data-theme=darkmode] .custom-switch .custom-control-label::after{top:calc(.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{background-color:#2a2d2f;border-radius:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{left:calc(-2.25rem + 2px)}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{right:calc(-2.25rem + 2px)}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-switch .custom-control-label::after{transition:none}}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(.75rem)}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(-.75rem)}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}:root[data-theme=darkmode] .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;vertical-align:middle;appearance:none}[dir]:root[data-theme=darkmode] .custom-select{border:1px solid #3c4144;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-select{padding:.375rem 1.75rem .375rem .75rem;background:#181a1b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px}[dir=rtl]:root[data-theme=darkmode] .custom-select{padding:.375rem .75rem .375rem 1.75rem;background:#181a1b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px}:root[data-theme=darkmode] .custom-select:focus{outline:0}[dir]:root[data-theme=darkmode] .custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .custom-select:focus::-ms-value{color:#ced4da}[dir]:root[data-theme=darkmode] .custom-select:focus::-ms-value{background-color:#181a1b}:root[data-theme=darkmode] .custom-select[multiple],:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){height:auto}[dir]:root[data-theme=darkmode] .custom-select[multiple],[dir]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){background-image:none}[dir=ltr]:root[data-theme=darkmode] .custom-select[multiple],[dir=ltr]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){padding-right:.75rem}[dir=rtl]:root[data-theme=darkmode] .custom-select[multiple],[dir=rtl]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){padding-left:.75rem}:root[data-theme=darkmode] .custom-select:disabled{color:#888}[dir]:root[data-theme=darkmode] .custom-select:disabled{background-color:#ebebeb}:root[data-theme=darkmode] .custom-select::-ms-expand{display:none}:root[data-theme=darkmode] .custom-select:-moz-focusring{color:transparent}[dir]:root[data-theme=darkmode] .custom-select:-moz-focusring{text-shadow:0 0 0 #ced4da}:root[data-theme=darkmode] .custom-select-sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem}[dir]:root[data-theme=darkmode] .custom-select-sm{padding-top:.25rem;padding-bottom:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-select-sm{padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-select-sm{padding-right:.5rem}:root[data-theme=darkmode] .custom-select-lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem}[dir]:root[data-theme=darkmode] .custom-select-lg{padding-top:.5rem;padding-bottom:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-select-lg{padding-left:1rem}[dir=rtl]:root[data-theme=darkmode] .custom-select-lg{padding-right:1rem}:root[data-theme=darkmode] .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px)}[dir]:root[data-theme=darkmode] .custom-file{margin-bottom:0}:root[data-theme=darkmode] .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);opacity:0}[dir]:root[data-theme=darkmode] .custom-file-input{margin:0}[dir]:root[data-theme=darkmode] .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-file-input:disabled~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input[disabled]~.custom-file-label{background-color:#232628}:root[data-theme=darkmode] .custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}:root[data-theme=darkmode] .custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}:root[data-theme=darkmode] .custom-file-label{position:absolute;top:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;line-height:1.5;color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-file-label{padding:.375rem .75rem;background-color:#181a1b;border:1px solid #181a1b;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-file-label{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .custom-file-label{left:0;right:0}:root[data-theme=darkmode] .custom-file-label::after{position:absolute;top:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);line-height:1.5;color:#2a2d2f;content:"Browse"}[dir]:root[data-theme=darkmode] .custom-file-label::after{padding:.375rem .75rem;background-color:rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .custom-file-label::after{right:0;border-left:inherit;border-radius:0 .25rem .25rem 0}[dir=rtl]:root[data-theme=darkmode] .custom-file-label::after{left:0;border-right:inherit;border-radius:.25rem 0 0 .25rem}:root[data-theme=darkmode] .custom-range{width:100%;height:1.4rem;appearance:none}[dir]:root[data-theme=darkmode] .custom-range{padding:0;background-color:transparent}:root[data-theme=darkmode] .custom-range:focus{outline:0}[dir]:root[data-theme=darkmode] .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range::-moz-focus-outer{border:0}:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-runnable-track{cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}:root[data-theme=darkmode] .custom-range::-moz-range-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-thumb{background-color:#007bff;border:0;border-radius:1rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-moz-range-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-track{cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}:root[data-theme=darkmode] .custom-range::-ms-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-top:0;background-color:#007bff;border:0;border-radius:1rem}[dir=ltr]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-right:.2rem;margin-left:.2rem}[dir=rtl]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-left:.2rem;margin-right:.2rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-ms-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-ms-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-ms-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-ms-track{cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}[dir]:root[data-theme=darkmode] .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}[dir]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}[dir=ltr]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{margin-right:15px}[dir=rtl]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{margin-left:15px}[dir]:root[data-theme=darkmode] .custom-range:disabled::-webkit-slider-thumb{background-color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}[dir]:root[data-theme=darkmode] .custom-range:disabled::-moz-range-thumb{background-color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-range:disabled::-moz-range-track{cursor:default}[dir]:root[data-theme=darkmode] .custom-range:disabled::-ms-thumb{background-color:#2a2d2f}:root[data-theme=darkmode] .custom-control-label::before,:root[data-theme=darkmode] .custom-file-label,:root[data-theme=darkmode] .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-control-label::before,:root[data-theme=darkmode] .custom-file-label,:root[data-theme=darkmode] .custom-select{transition:none}}:root[data-theme=darkmode] .nav{display:flex;flex-wrap:wrap;list-style:none}[dir]:root[data-theme=darkmode] .nav{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .nav{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .nav{padding-right:0}:root[data-theme=darkmode] .nav-link{display:block}[dir]:root[data-theme=darkmode] .nav-link{padding:.5rem 2rem}:root[data-theme=darkmode] .nav-link:focus,:root[data-theme=darkmode] .nav-link:hover{text-decoration:none}:root[data-theme=darkmode] .nav-link.disabled{color:#2a2d2f;pointer-events:none}[dir]:root[data-theme=darkmode] .nav-link.disabled{cursor:default}[dir]:root[data-theme=darkmode] .nav-tabs{border-bottom:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item{margin-bottom:-1px}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link{border:1px solid transparent}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link{border-top-left-radius:.25rem;border-top-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link{border-top-right-radius:.25rem;border-top-left-radius:.25rem}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:focus,[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:hover{border-color:rgba(140,130,115,.13) rgba(140,130,115,.13) transparent}:root[data-theme=darkmode] .nav-tabs .nav-link.disabled{color:#2a2d2f}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent}:root[data-theme=darkmode] .nav-tabs .nav-item.show .nav-link,:root[data-theme=darkmode] .nav-tabs .nav-link.active{color:#fff}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item.show .nav-link,[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{background-color:#181a1b;border-color:rgba(140,130,115,.13) rgba(140,130,115,.13) transparent}[dir]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{margin-top:-1px}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .nav-pills .nav-link{border-radius:.25rem}:root[data-theme=darkmode] .nav-pills .nav-link.active,:root[data-theme=darkmode] .nav-pills .show>.nav-link{color:#fff}[dir]:root[data-theme=darkmode] .nav-pills .nav-link.active,[dir]:root[data-theme=darkmode] .nav-pills .show>.nav-link{background-color:#007bff}:root[data-theme=darkmode] .nav-fill .nav-item,:root[data-theme=darkmode] .nav-fill>.nav-link{flex:1 1 auto}[dir]:root[data-theme=darkmode] .nav-fill .nav-item,[dir]:root[data-theme=darkmode] .nav-fill>.nav-link{text-align:center}:root[data-theme=darkmode] .nav-justified .nav-item,:root[data-theme=darkmode] .nav-justified>.nav-link{flex-basis:0;flex-grow:1}[dir]:root[data-theme=darkmode] .nav-justified .nav-item,[dir]:root[data-theme=darkmode] .nav-justified>.nav-link{text-align:center}:root[data-theme=darkmode] .tab-content>.tab-pane{display:none}:root[data-theme=darkmode] .tab-content>.active{display:block}:root[data-theme=darkmode] .navbar,:root[data-theme=darkmode] .ta-navbar-top{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}[dir]:root[data-theme=darkmode] .navbar,[dir]:root[data-theme=darkmode] .ta-navbar-top{padding:1rem 1rem}:root[data-theme=darkmode] .navbar .container,:root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=darkmode] .navbar .container-md,:root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=darkmode] .navbar .ta-navbar-top .container,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-lg,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-md,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-sm,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-xl,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-lg,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-md,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-sm,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-xl,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar>.container-lg,:root[data-theme=darkmode] .navbar>.container-md,:root[data-theme=darkmode] .navbar>.container-sm,:root[data-theme=darkmode] .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar .container,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-fluid,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-fluid,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-md,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}:root[data-theme=darkmode] .navbar-brand,:root[data-theme=darkmode] .ta-navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;white-space:nowrap}[dir]:root[data-theme=darkmode] .navbar-brand,[dir]:root[data-theme=darkmode] .ta-navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem}[dir=ltr]:root[data-theme=darkmode] .navbar-brand,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand{margin-right:1rem}[dir=rtl]:root[data-theme=darkmode] .navbar-brand,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand{margin-left:1rem}:root[data-theme=darkmode] .navbar-brand:focus,:root[data-theme=darkmode] .navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-brand:hover{text-decoration:none}:root[data-theme=darkmode] .navbar-nav{display:flex;flex-direction:column;list-style:none}[dir]:root[data-theme=darkmode] .navbar-nav{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .navbar-nav{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-nav{padding-right:0}[dir=ltr]:root[data-theme=darkmode] .navbar-nav .nav-link{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-nav .nav-link{padding-left:0;padding-right:0}:root[data-theme=darkmode] .navbar-nav .dropdown-menu{position:static}[dir]:root[data-theme=darkmode] .navbar-nav .dropdown-menu{float:none}:root[data-theme=darkmode] .navbar-text{display:inline-block}[dir]:root[data-theme=darkmode] .navbar-text{padding-top:.5rem;padding-bottom:.5rem}:root[data-theme=darkmode] .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}:root[data-theme=darkmode] .navbar-toggler{font-size:1.25rem;line-height:1}[dir]:root[data-theme=darkmode] .navbar-toggler{padding:.25rem .75rem;background-color:transparent;border:1px solid transparent;border-radius:.25rem}:root[data-theme=darkmode] .navbar-toggler:focus,:root[data-theme=darkmode] .navbar-toggler:hover{text-decoration:none}:root[data-theme=darkmode] .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:""}[dir]:root[data-theme=darkmode] .navbar-toggler-icon{background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){:root[data-theme=darkmode] .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-sm>.container,:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,:root[data-theme=darkmode] .navbar-expand-sm>.container-md,:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){:root[data-theme=darkmode] .navbar-expand-md,:root[data-theme=darkmode] .ta-navbar-top{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-md .navbar-nav,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .dropdown-menu,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar-expand-md>.container,:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-md .navbar-collapse,:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-md .navbar-toggler,:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{display:none}}@media (max-width:991.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){:root[data-theme=darkmode] .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-lg>.container,:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,:root[data-theme=darkmode] .navbar-expand-lg>.container-md,:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){:root[data-theme=darkmode] .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-xl>.container,:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,:root[data-theme=darkmode] .navbar-expand-xl>.container-md,:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-xl .navbar-toggler{display:none}}:root[data-theme=darkmode] .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-xl{padding-left:0;padding-right:0}:root[data-theme=darkmode] .navbar-expand .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand>.container,:root[data-theme=darkmode] .navbar-expand>.container-fluid,:root[data-theme=darkmode] .navbar-expand>.container-lg,:root[data-theme=darkmode] .navbar-expand>.container-md,:root[data-theme=darkmode] .navbar-expand>.container-sm,:root[data-theme=darkmode] .navbar-expand>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand .navbar-toggler{display:none}:root[data-theme=darkmode] .navbar-light .navbar-brand,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-brand:focus,:root[data-theme=darkmode] .navbar-light .navbar-brand:hover,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand:focus,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{color:rgba(248,249,250,.7)}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.disabled,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.disabled,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}:root[data-theme=darkmode] .navbar-light .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.active,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.show,:root[data-theme=darkmode] .navbar-light .navbar-nav .show>.nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .show>.nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .show>.nav-link{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-toggler,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-toggler,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{color:rgba(248,249,250,.7)}[dir]:root[data-theme=darkmode] .navbar-light .navbar-toggler,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-navbar-top .navbar-toggler,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{border-color:rgba(24,26,27,.1)}[dir]:root[data-theme=darkmode] .navbar-light .navbar-toggler-icon,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-navbar-top .navbar-toggler-icon,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28248, 249, 250, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .navbar-light .navbar-text,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text{color:rgba(248,249,250,.7)}:root[data-theme=darkmode] .navbar-light .navbar-text a,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-text a:focus,:root[data-theme=darkmode] .navbar-light .navbar-text a:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-dark .navbar-brand,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-brand:focus,:root[data-theme=darkmode] .navbar-dark .navbar-brand:hover,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand:focus,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{color:rgba(255,255,255,.6)}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.disabled,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}:root[data-theme=darkmode] .navbar-dark .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.active,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.show,:root[data-theme=darkmode] .navbar-dark .navbar-nav .show>.nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .show>.nav-link{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-toggler,:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{color:rgba(255,255,255,.6)}[dir]:root[data-theme=darkmode] .navbar-dark .navbar-toggler,[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{border-color:rgba(255,255,255,.1)}[dir]:root[data-theme=darkmode] .navbar-dark .navbar-toggler-icon,[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .navbar-dark .navbar-text,:root[data-theme=darkmode] .ta-navbar-top .navbar-text{color:rgba(255,255,255,.6)}:root[data-theme=darkmode] .navbar-dark .navbar-text a,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-text a:focus,:root[data-theme=darkmode] .navbar-dark .navbar-text a:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a:hover{color:#fff}:root[data-theme=darkmode] .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word}[dir]:root[data-theme=darkmode] .card{background-color:#181a1b;background-clip:border-box;border:1px solid rgba(140,130,115,.13);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .card>hr{margin-right:0;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .card>hr{margin-left:0;margin-right:0}[dir]:root[data-theme=darkmode] .card>.list-group{border-top:inherit;border-bottom:inherit}[dir]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-width:0}[dir=ltr]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-width:0}[dir=ltr]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card>.card-header+.list-group,[dir]:root[data-theme=darkmode] .card>.list-group+.card-footer{border-top:0}:root[data-theme=darkmode] .card-body{flex:1 1 auto;min-height:1px}[dir]:root[data-theme=darkmode] .card-body{padding:1.25rem}[dir]:root[data-theme=darkmode] .card-title{margin-bottom:.75rem}[dir]:root[data-theme=darkmode] .card-subtitle{margin-top:-.375rem;margin-bottom:0}[dir]:root[data-theme=darkmode] .card-text:last-child{margin-bottom:0}:root[data-theme=darkmode] .card-link:hover{text-decoration:none}[dir=ltr]:root[data-theme=darkmode] .card-link+.card-link{margin-left:1.25rem}[dir=rtl]:root[data-theme=darkmode] .card-link+.card-link{margin-right:1.25rem}[dir]:root[data-theme=darkmode] .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(140,130,115,.13);border-bottom:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}[dir]:root[data-theme=darkmode] .card-footer{padding:.75rem 1.25rem;background-color:rgba(140,130,115,.13);border-top:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}[dir=rtl]:root[data-theme=darkmode] .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}[dir=ltr]:root[data-theme=darkmode] .card-header-pills{margin-right:-.625rem;margin-left:-.625rem}[dir=rtl]:root[data-theme=darkmode] .card-header-pills{margin-left:-.625rem;margin-right:-.625rem}:root[data-theme=darkmode] .card-img-overlay{position:absolute;top:0;bottom:0}[dir]:root[data-theme=darkmode] .card-img-overlay{padding:1.25rem;border-radius:calc(.25rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .card-img-overlay{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .card-img-overlay{left:0;right:0}:root[data-theme=darkmode] .card-img,:root[data-theme=darkmode] .card-img-bottom,:root[data-theme=darkmode] .card-img-top{flex-shrink:0;width:100%}[dir=ltr]:root[data-theme=darkmode] .card-img,[dir=ltr]:root[data-theme=darkmode] .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card-img,[dir=rtl]:root[data-theme=darkmode] .card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .card-img,[dir=ltr]:root[data-theme=darkmode] .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card-img,[dir=rtl]:root[data-theme=darkmode] .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card-deck .card{margin-bottom:15px}@media (min-width:576px){:root[data-theme=darkmode] .card-deck{display:flex;flex-flow:row wrap}[dir=ltr]:root[data-theme=darkmode] .card-deck{margin-right:-15px;margin-left:-15px}[dir=rtl]:root[data-theme=darkmode] .card-deck{margin-left:-15px;margin-right:-15px}:root[data-theme=darkmode] .card-deck .card{flex:1 0 0%}[dir]:root[data-theme=darkmode] .card-deck .card{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-deck .card{margin-right:15px;margin-left:15px}[dir=rtl]:root[data-theme=darkmode] .card-deck .card{margin-left:15px;margin-right:15px}}[dir]:root[data-theme=darkmode] .card-group>.card{margin-bottom:15px}@media (min-width:576px){:root[data-theme=darkmode] .card-group{display:flex;flex-flow:row wrap}:root[data-theme=darkmode] .card-group>.card{flex:1 0 0%}[dir]:root[data-theme=darkmode] .card-group>.card{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card+.card{margin-left:0;border-left:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card+.card{margin-right:0;border-right:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-header,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-header,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-top{border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-footer,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-footer,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-header,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-header,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-top{border-top-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-footer,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-footer,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-right-radius:0}}[dir]:root[data-theme=darkmode] .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){:root[data-theme=darkmode] .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}:root[data-theme=darkmode] .card-columns .card{display:inline-block;width:100%}}:root[data-theme=darkmode] .accordion{overflow-anchor:none}:root[data-theme=darkmode] .accordion>.card{overflow:hidden}[dir]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .accordion>.card:not(:first-of-type){border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}:root[data-theme=darkmode] .breadcrumb{display:flex;flex-wrap:wrap;list-style:none}[dir]:root[data-theme=darkmode] .breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;background-color:rgba(140,130,115,.13);border-radius:.25rem}:root[data-theme=darkmode] .breadcrumb-item{display:flex}[dir=ltr]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item{padding-right:.5rem}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{display:inline-block;color:#888;content:"/"}[dir=ltr]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{padding-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{padding-left:.5rem}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}:root[data-theme=darkmode] .breadcrumb-item.active{color:#888}:root[data-theme=darkmode] .pagination,:root[data-theme=darkmode] ul.pager{display:flex;list-style:none}[dir]:root[data-theme=darkmode] .pagination,[dir]:root[data-theme=darkmode] ul.pager{border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .pagination,[dir=ltr]:root[data-theme=darkmode] ul.pager{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .pagination,[dir=rtl]:root[data-theme=darkmode] ul.pager{padding-right:0}:root[data-theme=darkmode] .page-link,:root[data-theme=darkmode] ul.pager li a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a{position:relative;display:block;line-height:1.25;color:#fff}[dir]:root[data-theme=darkmode] .page-link,[dir]:root[data-theme=darkmode] ul.pager li a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a{padding:.5rem .75rem;background-color:#181a1b;border:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] a{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] a{margin-right:-1px}:root[data-theme=darkmode] .page-link:hover,:root[data-theme=darkmode] ul.pager li a:hover,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a:hover{z-index:2;color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .page-link:hover,[dir]:root[data-theme=darkmode] ul.pager li a:hover,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a:hover{background-color:#303436;border-color:transparent}:root[data-theme=darkmode] .page-link:focus,:root[data-theme=darkmode] ul.pager li a:focus,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a:focus{z-index:3;outline:0}[dir]:root[data-theme=darkmode] .page-link:focus,[dir]:root[data-theme=darkmode] ul.pager li a:focus,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir=ltr]:root[data-theme=darkmode] .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .page-item:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .page-item:first-child a{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .page-item:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .page-item:first-child a{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .page-item:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .page-item:last-child a{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .page-item:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .page-item:last-child a{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}:root[data-theme=darkmode] .page-item.active .page-link,:root[data-theme=darkmode] .page-item.active ul.pager li a,:root[data-theme=darkmode] ul.pager li .page-item.active a,:root[data-theme=darkmode] ul.pager li.active .page-link,:root[data-theme=darkmode] ul.pager li.active a,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.active .page-link,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.active a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .page-item.active a{z-index:3;color:#fff}[dir]:root[data-theme=darkmode] .page-item.active .page-link,[dir]:root[data-theme=darkmode] .page-item.active ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .page-item.active a,[dir]:root[data-theme=darkmode] ul.pager li.active .page-link,[dir]:root[data-theme=darkmode] ul.pager li.active a,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.active .page-link,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.active a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .page-item.active a{background-color:#007bff;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .page-item.disabled .page-link,:root[data-theme=darkmode] .page-item.disabled ul.pager li a,:root[data-theme=darkmode] ul.pager li .page-item.disabled a,:root[data-theme=darkmode] ul.pager li.disabled .page-link,:root[data-theme=darkmode] ul.pager li.disabled a,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.disabled .page-link,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.disabled a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .page-item.disabled a{color:#fff;pointer-events:none}[dir]:root[data-theme=darkmode] .page-item.disabled .page-link,[dir]:root[data-theme=darkmode] .page-item.disabled ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .page-item.disabled a,[dir]:root[data-theme=darkmode] ul.pager li.disabled .page-link,[dir]:root[data-theme=darkmode] ul.pager li.disabled a,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.disabled .page-link,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.disabled a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .page-item.disabled a{cursor:auto;background-color:#303436;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .pagination-lg .page-link,:root[data-theme=darkmode] .pagination-lg ul.pager li a,:root[data-theme=darkmode] ul.pager li .pagination-lg a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .pagination-lg a{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .pagination-lg .page-link,[dir]:root[data-theme=darkmode] .pagination-lg ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .pagination-lg a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .pagination-lg a{padding:.75rem 1.5rem}[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg [dir=ltr]:root[data-theme=default] ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child a{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg [dir=rtl]:root[data-theme=default] ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child a{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg [dir=ltr]:root[data-theme=default] ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child a{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg [dir=rtl]:root[data-theme=default] ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child a{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}:root[data-theme=darkmode] .pagination-sm .page-link,:root[data-theme=darkmode] .pagination-sm ul.pager li a,:root[data-theme=darkmode] ul.pager li .pagination-sm a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .pagination-sm a{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .pagination-sm .page-link,[dir]:root[data-theme=darkmode] .pagination-sm ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .pagination-sm a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .pagination-sm a{padding:.25rem .5rem}[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm [dir=ltr]:root[data-theme=default] ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child a{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm [dir=rtl]:root[data-theme=default] ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child a{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm [dir=ltr]:root[data-theme=default] ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child a{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm [dir=rtl]:root[data-theme=default] ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child a{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}:root[data-theme=darkmode] .badge{display:inline-block;font-size:75%;font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .badge{padding:.25em .4em;text-align:center;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .badge{transition:none}}a:root[data-theme=darkmode] .badge:focus,a:root[data-theme=darkmode] .badge:hover{text-decoration:none}:root[data-theme=darkmode] .badge:empty{display:none}:root[data-theme=darkmode] .btn .badge,:root[data-theme=darkmode] .button .badge{position:relative;top:-1px}[dir]:root[data-theme=darkmode] .badge-pill{border-radius:10rem}[dir=ltr]:root[data-theme=darkmode] .badge-pill{padding-right:.6em;padding-left:.6em}[dir=rtl]:root[data-theme=darkmode] .badge-pill{padding-left:.6em;padding-right:.6em}:root[data-theme=darkmode] .badge-primary{color:#fff}[dir]:root[data-theme=darkmode] .badge-primary{background-color:#007bff}a:root[data-theme=darkmode] .badge-primary:focus,a:root[data-theme=darkmode] .badge-primary:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-primary:focus,a[dir]:root[data-theme=darkmode] .badge-primary:hover{background-color:#0062cc}a:root[data-theme=darkmode] .badge-primary.focus,a:root[data-theme=darkmode] .badge-primary:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-primary.focus,a[dir]:root[data-theme=darkmode] .badge-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .badge-secondary{color:#fff}[dir]:root[data-theme=darkmode] .badge-secondary{background-color:#6c757d}a:root[data-theme=darkmode] .badge-secondary:focus,a:root[data-theme=darkmode] .badge-secondary:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-secondary:focus,a[dir]:root[data-theme=darkmode] .badge-secondary:hover{background-color:#545b62}a:root[data-theme=darkmode] .badge-secondary.focus,a:root[data-theme=darkmode] .badge-secondary:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-secondary.focus,a[dir]:root[data-theme=darkmode] .badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .badge-success{color:#fff}[dir]:root[data-theme=darkmode] .badge-success{background-color:#28a745}a:root[data-theme=darkmode] .badge-success:focus,a:root[data-theme=darkmode] .badge-success:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-success:focus,a[dir]:root[data-theme=darkmode] .badge-success:hover{background-color:#1e7e34}a:root[data-theme=darkmode] .badge-success.focus,a:root[data-theme=darkmode] .badge-success:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-success.focus,a[dir]:root[data-theme=darkmode] .badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .badge-info{color:#fff}[dir]:root[data-theme=darkmode] .badge-info{background-color:#3498db}a:root[data-theme=darkmode] .badge-info:focus,a:root[data-theme=darkmode] .badge-info:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-info:focus,a[dir]:root[data-theme=darkmode] .badge-info:hover{background-color:#217dbb}a:root[data-theme=darkmode] .badge-info.focus,a:root[data-theme=darkmode] .badge-info:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-info.focus,a[dir]:root[data-theme=darkmode] .badge-info:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .badge-warning{color:#fff}[dir]:root[data-theme=darkmode] .badge-warning{background-color:#f39c12}a:root[data-theme=darkmode] .badge-warning:focus,a:root[data-theme=darkmode] .badge-warning:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-warning:focus,a[dir]:root[data-theme=darkmode] .badge-warning:hover{background-color:#c87f0a}a:root[data-theme=darkmode] .badge-warning.focus,a:root[data-theme=darkmode] .badge-warning:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-warning.focus,a[dir]:root[data-theme=darkmode] .badge-warning:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .badge-danger{color:#fff}[dir]:root[data-theme=darkmode] .badge-danger{background-color:#dc3545}a:root[data-theme=darkmode] .badge-danger:focus,a:root[data-theme=darkmode] .badge-danger:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-danger:focus,a[dir]:root[data-theme=darkmode] .badge-danger:hover{background-color:#bd2130}a:root[data-theme=darkmode] .badge-danger.focus,a:root[data-theme=darkmode] .badge-danger:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-danger.focus,a[dir]:root[data-theme=darkmode] .badge-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .badge-light,:root[data-theme=darkmode] :root[data-theme=default] .ta-badge,:root[data-theme=default] :root[data-theme=darkmode] .ta-badge{color:#181a1b}[dir]:root[data-theme=darkmode] .badge-light,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-badge{background-color:#dee2e6}:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:focus,:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:hover,a:root[data-theme=darkmode] .badge-light:focus,a:root[data-theme=darkmode] .badge-light:hover,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:focus,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:hover{color:#181a1b}[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:focus,[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:hover,a[dir]:root[data-theme=darkmode] .badge-light:focus,a[dir]:root[data-theme=darkmode] .badge-light:hover,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:focus,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:hover{background-color:#c1c9d0}:root[data-theme=default] a:root[data-theme=darkmode] .focus.ta-badge,:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:focus,a:root[data-theme=darkmode] .badge-light.focus,a:root[data-theme=darkmode] .badge-light:focus,a:root[data-theme=darkmode] :root[data-theme=default] .focus.ta-badge,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:focus{outline:0}[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .focus.ta-badge,[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:focus,a[dir]:root[data-theme=darkmode] .badge-light.focus,a[dir]:root[data-theme=darkmode] .badge-light:focus,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .focus.ta-badge,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .badge-dark,:root[data-theme=darkmode] .ta-badge{color:#fff}[dir]:root[data-theme=darkmode] .badge-dark,[dir]:root[data-theme=darkmode] .ta-badge{background-color:#181a1b}a:root[data-theme=darkmode] .badge-dark:focus,a:root[data-theme=darkmode] .badge-dark:hover,a:root[data-theme=darkmode] .ta-badge:focus,a:root[data-theme=darkmode] .ta-badge:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-dark:focus,a[dir]:root[data-theme=darkmode] .badge-dark:hover,a[dir]:root[data-theme=darkmode] .ta-badge:focus,a[dir]:root[data-theme=darkmode] .ta-badge:hover{background-color:#000}a:root[data-theme=darkmode] .badge-dark.focus,a:root[data-theme=darkmode] .badge-dark:focus,a:root[data-theme=darkmode] .focus.ta-badge,a:root[data-theme=darkmode] .ta-badge:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-dark.focus,a[dir]:root[data-theme=darkmode] .badge-dark:focus,a[dir]:root[data-theme=darkmode] .focus.ta-badge,a[dir]:root[data-theme=darkmode] .ta-badge:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}[dir]:root[data-theme=darkmode] .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#181a1b;border-radius:.3rem}@media (min-width:576px){[dir]:root[data-theme=darkmode] .jumbotron{padding:4rem 2rem}}[dir]:root[data-theme=darkmode] .jumbotron-fluid{border-radius:0}[dir=ltr]:root[data-theme=darkmode] .jumbotron-fluid{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .jumbotron-fluid{padding-left:0;padding-right:0}:root[data-theme=darkmode] .alert,:root[data-theme=darkmode] .message,:root[data-theme=darkmode] .validation-summary-errors{position:relative}[dir]:root[data-theme=darkmode] .alert,[dir]:root[data-theme=darkmode] .message,[dir]:root[data-theme=darkmode] .validation-summary-errors{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}:root[data-theme=darkmode] .alert-heading{color:inherit}:root[data-theme=darkmode] .alert-link{font-weight:700}[dir=ltr]:root[data-theme=darkmode] .alert-dismissible{padding-right:4rem}[dir=rtl]:root[data-theme=darkmode] .alert-dismissible{padding-left:4rem}:root[data-theme=darkmode] .alert-dismissible .close{position:absolute;top:0;z-index:2;color:inherit}[dir]:root[data-theme=darkmode] .alert-dismissible .close{padding:.75rem 1.25rem}[dir=ltr]:root[data-theme=darkmode] .alert-dismissible .close{right:0}[dir=rtl]:root[data-theme=darkmode] .alert-dismissible .close{left:0}:root[data-theme=darkmode] .alert-primary{color:#004085}[dir]:root[data-theme=darkmode] .alert-primary{background-color:#cce5ff;border-color:#b8daff}[dir]:root[data-theme=darkmode] .alert-primary hr{border-top-color:#9fcdff}:root[data-theme=darkmode] .alert-primary .alert-link{color:#002752}:root[data-theme=darkmode] .alert-secondary{color:#383d41}[dir]:root[data-theme=darkmode] .alert-secondary{background-color:#e2e3e5;border-color:#d6d8db}[dir]:root[data-theme=darkmode] .alert-secondary hr{border-top-color:#c8cbcf}:root[data-theme=darkmode] .alert-secondary .alert-link{color:#202326}:root[data-theme=darkmode] .alert-success,:root[data-theme=darkmode] .message-success{color:#155724}[dir]:root[data-theme=darkmode] .alert-success,[dir]:root[data-theme=darkmode] .message-success{background-color:#d4edda;border-color:#c3e6cb}[dir]:root[data-theme=darkmode] .alert-success hr,[dir]:root[data-theme=darkmode] .message-success hr{border-top-color:#b1dfbb}:root[data-theme=darkmode] .alert-success .alert-link,:root[data-theme=darkmode] .message-success .alert-link{color:#0b2e13}:root[data-theme=darkmode] .alert-info,:root[data-theme=darkmode] .message-information{color:#1b4f72}[dir]:root[data-theme=darkmode] .alert-info,[dir]:root[data-theme=darkmode] .message-information{background-color:#d6eaf8;border-color:#c6e2f5}[dir]:root[data-theme=darkmode] .alert-info hr,[dir]:root[data-theme=darkmode] .message-information hr{border-top-color:#b0d7f1}:root[data-theme=darkmode] .alert-info .alert-link,:root[data-theme=darkmode] .message-information .alert-link{color:#113249}:root[data-theme=darkmode] .alert-warning,:root[data-theme=darkmode] .message-warning{color:#7e5109}[dir]:root[data-theme=darkmode] .alert-warning,[dir]:root[data-theme=darkmode] .message-warning{background-color:#fdebd0;border-color:#fce3bd}[dir]:root[data-theme=darkmode] .alert-warning hr,[dir]:root[data-theme=darkmode] .message-warning hr{border-top-color:#fbd9a5}:root[data-theme=darkmode] .alert-warning .alert-link,:root[data-theme=darkmode] .message-warning .alert-link{color:#4e3206}:root[data-theme=darkmode] .alert-danger,:root[data-theme=darkmode] .message-error,:root[data-theme=darkmode] .validation-summary-errors{color:#721c24}[dir]:root[data-theme=darkmode] .alert-danger,[dir]:root[data-theme=darkmode] .message-error,[dir]:root[data-theme=darkmode] .validation-summary-errors{background-color:#f8d7da;border-color:#f5c6cb}[dir]:root[data-theme=darkmode] .alert-danger hr,[dir]:root[data-theme=darkmode] .message-error hr,[dir]:root[data-theme=darkmode] .validation-summary-errors hr{border-top-color:#f1b0b7}:root[data-theme=darkmode] .alert-danger .alert-link,:root[data-theme=darkmode] .message-error .alert-link,:root[data-theme=darkmode] .validation-summary-errors .alert-link{color:#491217}:root[data-theme=darkmode] .alert-light{color:#737678}[dir]:root[data-theme=darkmode] .alert-light{background-color:#f8f9fa;border-color:#f6f7f8}[dir]:root[data-theme=darkmode] .alert-light hr{border-top-color:#e8eaed}:root[data-theme=darkmode] .alert-light .alert-link{color:#5a5c5e}:root[data-theme=darkmode] .alert-dark{color:#0c0e0e}[dir]:root[data-theme=darkmode] .alert-dark{background-color:#d1d1d1;border-color:#bebfbf}[dir]:root[data-theme=darkmode] .alert-dark hr{border-top-color:#b1b2b2}:root[data-theme=darkmode] .alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes-ltr{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes-rtl{from{background-position:1rem 0}to{background-position:100% 0}}:root[data-theme=darkmode] .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem}[dir]:root[data-theme=darkmode] .progress{background-color:rgba(140,130,115,.13);border-radius:.25rem}:root[data-theme=darkmode] .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;white-space:nowrap;transition:width .6s ease}[dir]:root[data-theme=darkmode] .progress-bar{text-align:center;background-color:#007bff}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .progress-bar{transition:none}}[dir]:root[data-theme=darkmode] .progress-bar-striped{background-size:1rem 1rem}[dir=ltr]:root[data-theme=darkmode] .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}[dir=rtl]:root[data-theme=darkmode] .progress-bar-striped{background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}[dir=ltr]:root[data-theme=darkmode] .progress-bar-animated{animation:progress-bar-stripes-ltr 1s linear infinite}[dir=rtl]:root[data-theme=darkmode] .progress-bar-animated{animation:progress-bar-stripes-rtl 1s linear infinite}@media (prefers-reduced-motion:reduce){[dir=ltr]:root[data-theme=darkmode] .progress-bar-animated{animation:none}[dir=rtl]:root[data-theme=darkmode] .progress-bar-animated{animation:none}}:root[data-theme=darkmode] .media{display:flex;align-items:flex-start}:root[data-theme=darkmode] .media-body{flex:1}:root[data-theme=darkmode] .list-group{display:flex;flex-direction:column}[dir]:root[data-theme=darkmode] .list-group{margin-bottom:0;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .list-group{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-group{padding-right:0}:root[data-theme=darkmode] .list-group-item-action{width:100%;color:rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .list-group-item-action{text-align:inherit}:root[data-theme=darkmode] .list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-action:hover{z-index:1;color:rgba(140,130,115,.13);text-decoration:none}[dir]:root[data-theme=darkmode] .list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-action:hover{background-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .list-group-item-action:active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-action:active{background-color:#ebebeb}:root[data-theme=darkmode] .list-group-item{position:relative;display:block}[dir]:root[data-theme=darkmode] .list-group-item{padding:.75rem 1.25rem;background-color:#181a1b;border:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}[dir=rtl]:root[data-theme=darkmode] .list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}[dir=ltr]:root[data-theme=darkmode] .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}[dir=rtl]:root[data-theme=darkmode] .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}:root[data-theme=darkmode] .list-group-item.disabled,:root[data-theme=darkmode] .list-group-item:disabled{color:#888;pointer-events:none}[dir]:root[data-theme=darkmode] .list-group-item.disabled,[dir]:root[data-theme=darkmode] .list-group-item:disabled{background-color:#181a1b}:root[data-theme=darkmode] .list-group-item.active{z-index:2;color:#fff}[dir]:root[data-theme=darkmode] .list-group-item.active{background-color:#007bff;border-color:#007bff}[dir]:root[data-theme=darkmode] .list-group-item+[dir]:root[data-theme=darkmode] .list-group-item{border-top-width:0}[dir]:root[data-theme=darkmode] .list-group-item+[dir]:root[data-theme=darkmode] .list-group-item.active{margin-top:-1px;border-top-width:1px}:root[data-theme=darkmode] .list-group-horizontal{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}@media (min-width:576px){:root[data-theme=darkmode] .list-group-horizontal-sm{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:768px){:root[data-theme=darkmode] .list-group-horizontal-md{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:992px){:root[data-theme=darkmode] .list-group-horizontal-lg{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1200px){:root[data-theme=darkmode] .list-group-horizontal-xl{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}[dir]:root[data-theme=darkmode] .list-group-flush{border-radius:0}[dir]:root[data-theme=darkmode] .list-group-flush>.list-group-item{border-width:0 0 1px}[dir]:root[data-theme=darkmode] .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:root[data-theme=darkmode] .list-group-item-primary{color:#004085}[dir]:root[data-theme=darkmode] .list-group-item-primary{background-color:#b8daff}:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover{color:#004085}[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff}:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085}:root[data-theme=darkmode] .list-group-item-secondary{color:#383d41}[dir]:root[data-theme=darkmode] .list-group-item-secondary{background-color:#d6d8db}:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover{color:#383d41}[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf}:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41}:root[data-theme=darkmode] .list-group-item-success{color:#155724}[dir]:root[data-theme=darkmode] .list-group-item-success{background-color:#c3e6cb}:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:hover{color:#155724}[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb}:root[data-theme=darkmode] .list-group-item-success.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724}:root[data-theme=darkmode] .list-group-item-info{color:#1b4f72}[dir]:root[data-theme=darkmode] .list-group-item-info{background-color:#c6e2f5}:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:hover{color:#1b4f72}[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:hover{background-color:#b0d7f1}:root[data-theme=darkmode] .list-group-item-info.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action.active{background-color:#1b4f72;border-color:#1b4f72}:root[data-theme=darkmode] .list-group-item-warning{color:#7e5109}[dir]:root[data-theme=darkmode] .list-group-item-warning{background-color:#fce3bd}:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover{color:#7e5109}[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover{background-color:#fbd9a5}:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action.active{background-color:#7e5109;border-color:#7e5109}:root[data-theme=darkmode] .list-group-item-danger{color:#721c24}[dir]:root[data-theme=darkmode] .list-group-item-danger{background-color:#f5c6cb}:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover{color:#721c24}[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7}:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24}:root[data-theme=darkmode] .list-group-item-light{color:#737678}[dir]:root[data-theme=darkmode] .list-group-item-light{background-color:#f6f7f8}:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:hover{color:#737678}[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:hover{background-color:#e8eaed}:root[data-theme=darkmode] .list-group-item-light.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action.active{background-color:#737678;border-color:#737678}:root[data-theme=darkmode] .list-group-item-dark{color:#0c0e0e}[dir]:root[data-theme=darkmode] .list-group-item-dark{background-color:#bebfbf}:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover{color:#0c0e0e}[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover{background-color:#b1b2b2}:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action.active{background-color:#0c0e0e;border-color:#0c0e0e}:root[data-theme=darkmode] .close{font-size:1.5rem;font-weight:700;line-height:1;color:#fff;opacity:.5}[dir]:root[data-theme=darkmode] .close{text-shadow:none}[dir=ltr]:root[data-theme=darkmode] .close{float:right}[dir=rtl]:root[data-theme=darkmode] .close{float:left}:root[data-theme=darkmode] .close:hover{color:#fff;text-decoration:none}:root[data-theme=darkmode] .close:not(:disabled):not(.disabled):focus,:root[data-theme=darkmode] .close:not(:disabled):not(.disabled):hover{opacity:.75}[dir]:root[data-theme=darkmode] button.close{padding:0;background-color:transparent;border:0}:root[data-theme=darkmode] a.close.disabled{pointer-events:none}:root[data-theme=darkmode] .toast{flex-basis:350px;max-width:350px;font-size:.875rem;opacity:0}[dir]:root[data-theme=darkmode] .toast{background-color:rgba(140,130,115,.13);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);border-radius:.25rem}[dir]:root[data-theme=darkmode] .toast:not(:last-child){margin-bottom:.75rem}:root[data-theme=darkmode] .toast.showing{opacity:1}:root[data-theme=darkmode] .toast.show{display:block;opacity:1}:root[data-theme=darkmode] .toast.hide{display:none}:root[data-theme=darkmode] .toast-header{display:flex;align-items:center;color:#888}[dir]:root[data-theme=darkmode] .toast-header{padding:.25rem .75rem;background-color:#181a1b;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .toast-header{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .toast-header{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .toast-body{padding:.75rem}:root[data-theme=darkmode] .modal-open{overflow:hidden}:root[data-theme=darkmode] .modal-open .modal{overflow-x:hidden;overflow-y:auto}:root[data-theme=darkmode] .modal{position:fixed;top:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}[dir=ltr]:root[data-theme=darkmode] .modal{left:0}[dir=rtl]:root[data-theme=darkmode] .modal{right:0}:root[data-theme=darkmode] .modal-dialog{position:relative;width:auto;pointer-events:none}[dir]:root[data-theme=darkmode] .modal-dialog{margin:.5rem}.modal.fade :root[data-theme=darkmode] .modal-dialog{transition:transform .3s ease-out}.modal.fade [dir]:root[data-theme=darkmode] .modal-dialog{transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade :root[data-theme=darkmode] .modal-dialog{transition:none}}.modal.show [dir]:root[data-theme=darkmode] .modal-dialog{transform:none}.modal.modal-static [dir]:root[data-theme=darkmode] .modal-dialog{transform:scale(1.02)}:root[data-theme=darkmode] .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-footer,:root[data-theme=darkmode] .modal-dialog-scrollable .modal-header{flex-shrink:0}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-body{overflow-y:auto}:root[data-theme=darkmode] .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}:root[data-theme=darkmode] .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable::before{content:none}:root[data-theme=darkmode] .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;outline:0}[dir]:root[data-theme=darkmode] .modal-content{background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(140,130,115,.13);border-radius:.3rem}:root[data-theme=darkmode] .modal-backdrop{position:fixed;top:0;z-index:1040;width:100vw;height:100vh}[dir]:root[data-theme=darkmode] .modal-backdrop{background-color:#000}[dir=ltr]:root[data-theme=darkmode] .modal-backdrop{left:0}[dir=rtl]:root[data-theme=darkmode] .modal-backdrop{right:0}:root[data-theme=darkmode] .modal-backdrop.fade{opacity:0}:root[data-theme=darkmode] .modal-backdrop.show{opacity:.5}:root[data-theme=darkmode] .modal-header{display:flex;align-items:flex-start;justify-content:space-between}[dir]:root[data-theme=darkmode] .modal-header{padding:1rem 1rem;border-bottom:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .modal-header{border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .modal-header{border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}[dir]:root[data-theme=darkmode] .modal-header .close{padding:1rem 1rem}[dir=ltr]:root[data-theme=darkmode] .modal-header .close{margin:-1rem -1rem -1rem auto}[dir=rtl]:root[data-theme=darkmode] .modal-header .close{margin:-1rem auto -1rem -1rem}:root[data-theme=darkmode] .modal-title{line-height:1.5}[dir]:root[data-theme=darkmode] .modal-title{margin-bottom:0}:root[data-theme=darkmode] .modal-body{position:relative;flex:1 1 auto}[dir]:root[data-theme=darkmode] .modal-body{padding:1rem}:root[data-theme=darkmode] .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}[dir]:root[data-theme=darkmode] .modal-footer{padding:.75rem;border-top:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .modal-footer{border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .modal-footer{border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px)}[dir]:root[data-theme=darkmode] .modal-footer>*{margin:.25rem}:root[data-theme=darkmode] .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){:root[data-theme=darkmode] .modal-dialog{max-width:500px}[dir]:root[data-theme=darkmode] .modal-dialog{margin:1.75rem auto}:root[data-theme=darkmode] .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-centered{min-height:calc(100% - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}:root[data-theme=darkmode] .modal-sm{max-width:300px}}@media (min-width:992px){:root[data-theme=darkmode] .modal-lg,:root[data-theme=darkmode] .modal-xl{max-width:800px}}@media (min-width:1200px){:root[data-theme=darkmode] .modal-xl{max-width:1140px}}:root[data-theme=darkmode] .tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}[dir]:root[data-theme=darkmode] .tooltip{margin:0;text-align:start;text-shadow:none}[dir=ltr]:root[data-theme=darkmode] .tooltip{text-align:left}[dir=rtl]:root[data-theme=darkmode] .tooltip{text-align:right}:root[data-theme=darkmode] .tooltip.show{opacity:.9}:root[data-theme=darkmode] .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}:root[data-theme=darkmode] .tooltip .arrow::before{position:absolute;content:""}[dir]:root[data-theme=darkmode] .tooltip .arrow::before{border-color:transparent;border-style:solid}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .bs-tooltip-top{padding:.4rem 0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow,:root[data-theme=darkmode] .bs-tooltip-top .arrow{bottom:0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow::before,:root[data-theme=darkmode] .bs-tooltip-top .arrow::before{top:0}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow::before,[dir]:root[data-theme=darkmode] .bs-tooltip-top .arrow::before{border-width:.4rem .4rem 0;border-top-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right],[dir]:root[data-theme=darkmode] .bs-tooltip-right{padding:0 .4rem}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,:root[data-theme=darkmode] .bs-tooltip-right .arrow{width:.4rem;height:.8rem}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-right .arrow{left:0}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-right .arrow{right:0}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-right .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .bs-tooltip-bottom{padding:.4rem 0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow,:root[data-theme=darkmode] .bs-tooltip-bottom .arrow{top:0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow::before,:root[data-theme=darkmode] .bs-tooltip-bottom .arrow::before{bottom:0}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow::before,[dir]:root[data-theme=darkmode] .bs-tooltip-bottom .arrow::before{border-width:0 .4rem .4rem;border-bottom-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left],[dir]:root[data-theme=darkmode] .bs-tooltip-left{padding:0 .4rem}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,:root[data-theme=darkmode] .bs-tooltip-left .arrow{width:.4rem;height:.8rem}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-left .arrow{right:0}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-left .arrow{left:0}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-left .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}:root[data-theme=darkmode] .tooltip-inner{max-width:200px;color:#fff}[dir]:root[data-theme=darkmode] .tooltip-inner{padding:.25rem .5rem;text-align:center;background-color:#000;border-radius:.25rem}:root[data-theme=darkmode] .popover{position:absolute;top:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word}[dir]:root[data-theme=darkmode] .popover{text-align:start;text-shadow:none;background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}[dir=ltr]:root[data-theme=darkmode] .popover{left:0;text-align:left}[dir=rtl]:root[data-theme=darkmode] .popover{right:0;text-align:right}:root[data-theme=darkmode] .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem}[dir]:root[data-theme=darkmode] .popover .arrow{margin:0 .3rem}:root[data-theme=darkmode] .popover .arrow::after,:root[data-theme=darkmode] .popover .arrow::before{position:absolute;display:block;content:""}[dir]:root[data-theme=darkmode] .popover .arrow::after,[dir]:root[data-theme=darkmode] .popover .arrow::before{border-color:transparent;border-style:solid}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .bs-popover-top{margin-bottom:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow,:root[data-theme=darkmode] .bs-popover-top>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::before,:root[data-theme=darkmode] .bs-popover-top>.arrow::before,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::before,[dir]:root[data-theme=darkmode] .bs-popover-top>.arrow::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::before{border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::after,:root[data-theme=darkmode] .bs-popover-top>.arrow::after,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::after,[dir]:root[data-theme=darkmode] .bs-popover-top>.arrow::after,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::after{border-width:.5rem .5rem 0;border-top-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right],[dir=ltr]:root[data-theme=darkmode] .bs-popover-right{margin-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right],[dir=rtl]:root[data-theme=darkmode] .bs-popover-right{margin-right:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,:root[data-theme=darkmode] .bs-popover-right>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{width:.5rem;height:1rem}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{margin:.3rem 0}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{right:calc(-.5rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow::before,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow::before,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::after,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow::after,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#181a1b}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::after,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow::after,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#181a1b}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .bs-popover-bottom{margin-top:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow,:root[data-theme=darkmode] .bs-popover-bottom>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::before,:root[data-theme=darkmode] .bs-popover-bottom>.arrow::before,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::before,[dir]:root[data-theme=darkmode] .bs-popover-bottom>.arrow::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::before{border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::after,:root[data-theme=darkmode] .bs-popover-bottom>.arrow::after,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::after,[dir]:root[data-theme=darkmode] .bs-popover-bottom>.arrow::after,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::after{border-width:0 .5rem .5rem .5rem;border-bottom-color:#181a1b}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{position:absolute;top:0;display:block;width:1rem;content:""}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{border-bottom:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{left:50%;margin-left:-.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{right:50%;margin-right:-.5rem}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left],[dir=ltr]:root[data-theme=darkmode] .bs-popover-left{margin-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left],[dir=rtl]:root[data-theme=darkmode] .bs-popover-left{margin-left:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,:root[data-theme=darkmode] .bs-popover-left>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{width:.5rem;height:1rem}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{margin:.3rem 0}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{left:calc(-.5rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow::before,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow::before,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::after,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow::after,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#181a1b}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::after,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow::after,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#181a1b}:root[data-theme=darkmode] .popover-header{font-size:1rem}[dir]:root[data-theme=darkmode] .popover-header{padding:.5rem .75rem;margin-bottom:0;background-color:rgba(140,130,115,.13);border-bottom:1px solid rgba(126,117,104,.13)}[dir=ltr]:root[data-theme=darkmode] .popover-header{border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .popover-header{border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}:root[data-theme=darkmode] .popover-header:empty{display:none}:root[data-theme=darkmode] .popover-body{color:#fff}[dir]:root[data-theme=darkmode] .popover-body{padding:.5rem .75rem}:root[data-theme=darkmode] .carousel{position:relative}:root[data-theme=darkmode] .carousel.pointer-event{touch-action:pan-y}:root[data-theme=darkmode] .carousel-inner{position:relative;width:100%;overflow:hidden}:root[data-theme=darkmode] .carousel-inner::after{display:block;content:""}[dir]:root[data-theme=darkmode] .carousel-inner::after{clear:both}:root[data-theme=darkmode] .carousel-item{position:relative;display:none;width:100%;backface-visibility:hidden;transition:transform .6s ease-in-out}[dir=ltr]:root[data-theme=darkmode] .carousel-item{float:left;margin-right:-100%}[dir=rtl]:root[data-theme=darkmode] .carousel-item{float:right;margin-left:-100%}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-item{transition:none}}:root[data-theme=darkmode] .carousel-item-next,:root[data-theme=darkmode] .carousel-item-prev,:root[data-theme=darkmode] .carousel-item.active{display:block}[dir=ltr]:root[data-theme=darkmode] .active.carousel-item-right,[dir=ltr]:root[data-theme=darkmode] .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}[dir=rtl]:root[data-theme=darkmode] .active.carousel-item-right,[dir=rtl]:root[data-theme=darkmode] .carousel-item-next:not(.carousel-item-left){transform:translateX(-100%)}[dir=ltr]:root[data-theme=darkmode] .active.carousel-item-left,[dir=ltr]:root[data-theme=darkmode] .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}[dir=rtl]:root[data-theme=darkmode] .active.carousel-item-left,[dir=rtl]:root[data-theme=darkmode] .carousel-item-prev:not(.carousel-item-right){transform:translateX(100%)}:root[data-theme=darkmode] .carousel-fade .carousel-item{opacity:0}[dir]:root[data-theme=darkmode] .carousel-fade .carousel-item{transition-property:opacity;transform:none}:root[data-theme=darkmode] .carousel-fade .carousel-item-next.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .carousel-item-prev.carousel-item-right,:root[data-theme=darkmode] .carousel-fade .carousel-item.active{z-index:1;opacity:1}:root[data-theme=darkmode] .carousel-fade .active.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-fade .active.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .active.carousel-item-right{transition:none}}:root[data-theme=darkmode] .carousel-control-next,:root[data-theme=darkmode] .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;opacity:.5;transition:opacity .15s ease}[dir]:root[data-theme=darkmode] .carousel-control-next,[dir]:root[data-theme=darkmode] .carousel-control-prev{text-align:center}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-control-next,:root[data-theme=darkmode] .carousel-control-prev{transition:none}}:root[data-theme=darkmode] .carousel-control-next:focus,:root[data-theme=darkmode] .carousel-control-next:hover,:root[data-theme=darkmode] .carousel-control-prev:focus,:root[data-theme=darkmode] .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}[dir=ltr]:root[data-theme=darkmode] .carousel-control-prev{left:0}[dir=rtl]:root[data-theme=darkmode] .carousel-control-prev{right:0}[dir=ltr]:root[data-theme=darkmode] .carousel-control-next{right:0}[dir=rtl]:root[data-theme=darkmode] .carousel-control-next{left:0}:root[data-theme=darkmode] .carousel-control-next-icon,:root[data-theme=darkmode] .carousel-control-prev-icon{display:inline-block;width:20px;height:20px}[dir]:root[data-theme=darkmode] .carousel-control-next-icon,[dir]:root[data-theme=darkmode] .carousel-control-prev-icon{background:no-repeat 50%/100% 100%}[dir]:root[data-theme=darkmode] .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .carousel-indicators{position:absolute;bottom:0;z-index:15;display:flex;justify-content:center;list-style:none}[dir=ltr]:root[data-theme=darkmode] .carousel-indicators{right:0;left:0;padding-left:0;margin-right:15%;margin-left:15%}[dir=rtl]:root[data-theme=darkmode] .carousel-indicators{left:0;right:0;padding-right:0;margin-left:15%;margin-right:15%}:root[data-theme=darkmode] .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;text-indent:-999px;opacity:.5;transition:opacity .6s ease}[dir]:root[data-theme=darkmode] .carousel-indicators li{cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent}[dir=ltr]:root[data-theme=darkmode] .carousel-indicators li{margin-right:3px;margin-left:3px}[dir=rtl]:root[data-theme=darkmode] .carousel-indicators li{margin-left:3px;margin-right:3px}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-indicators li{transition:none}}:root[data-theme=darkmode] .carousel-indicators .active{opacity:1}:root[data-theme=darkmode] .carousel-caption{position:absolute;bottom:20px;z-index:10;color:#fff}[dir]:root[data-theme=darkmode] .carousel-caption{padding-top:20px;padding-bottom:20px;text-align:center}[dir=ltr]:root[data-theme=darkmode] .carousel-caption{right:15%;left:15%}[dir=rtl]:root[data-theme=darkmode] .carousel-caption{left:15%;right:15%}@keyframes spinner-border-ltr{to{transform:rotate(360deg)}}@keyframes spinner-border-rtl{to{transform:rotate(-360deg)}}:root[data-theme=darkmode] .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom}[dir]:root[data-theme=darkmode] .spinner-border{border:.25em solid currentColor;border-radius:50%}[dir=ltr]:root[data-theme=darkmode] .spinner-border{border-right-color:transparent;animation:spinner-border-ltr .75s linear infinite}[dir=rtl]:root[data-theme=darkmode] .spinner-border{border-left-color:transparent;animation:spinner-border-rtl .75s linear infinite}:root[data-theme=darkmode] .spinner-border-sm{width:1rem;height:1rem}[dir]:root[data-theme=darkmode] .spinner-border-sm{border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}:root[data-theme=darkmode] .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;opacity:0}[dir]:root[data-theme=darkmode] .spinner-grow{background-color:currentColor;border-radius:50%}[dir=ltr]:root[data-theme=darkmode] .spinner-grow{animation:spinner-grow .75s linear infinite}[dir=rtl]:root[data-theme=darkmode] .spinner-grow{animation:spinner-grow .75s linear infinite}:root[data-theme=darkmode] .spinner-grow-sm{width:1rem;height:1rem}:root[data-theme=darkmode] .align-baseline{vertical-align:baseline!important}:root[data-theme=darkmode] .align-top{vertical-align:top!important}:root[data-theme=darkmode] .align-middle{vertical-align:middle!important}:root[data-theme=darkmode] .align-bottom{vertical-align:bottom!important}:root[data-theme=darkmode] .align-text-bottom{vertical-align:text-bottom!important}:root[data-theme=darkmode] .align-text-top{vertical-align:text-top!important}[dir]:root[data-theme=darkmode] .bg-primary{background-color:#007bff!important}[dir]:root[data-theme=darkmode] a.bg-primary:focus,[dir]:root[data-theme=darkmode] a.bg-primary:hover,[dir]:root[data-theme=darkmode] button.bg-primary:focus,[dir]:root[data-theme=darkmode] button.bg-primary:hover{background-color:#0062cc!important}[dir]:root[data-theme=darkmode] .bg-secondary{background-color:#6c757d!important}[dir]:root[data-theme=darkmode] a.bg-secondary:focus,[dir]:root[data-theme=darkmode] a.bg-secondary:hover,[dir]:root[data-theme=darkmode] button.bg-secondary:focus,[dir]:root[data-theme=darkmode] button.bg-secondary:hover{background-color:#545b62!important}[dir]:root[data-theme=darkmode] .bg-success{background-color:#28a745!important}[dir]:root[data-theme=darkmode] a.bg-success:focus,[dir]:root[data-theme=darkmode] a.bg-success:hover,[dir]:root[data-theme=darkmode] button.bg-success:focus,[dir]:root[data-theme=darkmode] button.bg-success:hover{background-color:#1e7e34!important}[dir]:root[data-theme=darkmode] .bg-info{background-color:#3498db!important}[dir]:root[data-theme=darkmode] a.bg-info:focus,[dir]:root[data-theme=darkmode] a.bg-info:hover,[dir]:root[data-theme=darkmode] button.bg-info:focus,[dir]:root[data-theme=darkmode] button.bg-info:hover{background-color:#217dbb!important}[dir]:root[data-theme=darkmode] .bg-warning{background-color:#f39c12!important}[dir]:root[data-theme=darkmode] a.bg-warning:focus,[dir]:root[data-theme=darkmode] a.bg-warning:hover,[dir]:root[data-theme=darkmode] button.bg-warning:focus,[dir]:root[data-theme=darkmode] button.bg-warning:hover{background-color:#c87f0a!important}[dir]:root[data-theme=darkmode] .bg-danger{background-color:#dc3545!important}[dir]:root[data-theme=darkmode] a.bg-danger:focus,[dir]:root[data-theme=darkmode] a.bg-danger:hover,[dir]:root[data-theme=darkmode] button.bg-danger:focus,[dir]:root[data-theme=darkmode] button.bg-danger:hover{background-color:#bd2130!important}[dir]:root[data-theme=darkmode] .bg-light{background-color:#dee2e6!important}[dir]:root[data-theme=darkmode] a.bg-light:focus,[dir]:root[data-theme=darkmode] a.bg-light:hover,[dir]:root[data-theme=darkmode] button.bg-light:focus,[dir]:root[data-theme=darkmode] button.bg-light:hover{background-color:#c1c9d0!important}[dir]:root[data-theme=darkmode] .bg-dark{background-color:#181a1b!important}[dir]:root[data-theme=darkmode] a.bg-dark:focus,[dir]:root[data-theme=darkmode] a.bg-dark:hover,[dir]:root[data-theme=darkmode] button.bg-dark:focus,[dir]:root[data-theme=darkmode] button.bg-dark:hover{background-color:#000!important}[dir]:root[data-theme=darkmode] .bg-white{background-color:#fff!important}[dir]:root[data-theme=darkmode] .bg-transparent{background-color:transparent!important}[dir]:root[data-theme=darkmode] .border{border:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-top{border-top:1px solid #dee2e6!important}[dir=ltr]:root[data-theme=darkmode] .border-right{border-right:1px solid #dee2e6!important}[dir=rtl]:root[data-theme=darkmode] .border-right{border-left:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-bottom{border-bottom:1px solid #dee2e6!important}[dir=ltr]:root[data-theme=darkmode] .border-left{border-left:1px solid #dee2e6!important}[dir=rtl]:root[data-theme=darkmode] .border-left{border-right:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-0{border:0!important}[dir]:root[data-theme=darkmode] .border-top-0{border-top:0!important}[dir=ltr]:root[data-theme=darkmode] .border-right-0{border-right:0!important}[dir=rtl]:root[data-theme=darkmode] .border-right-0{border-left:0!important}[dir]:root[data-theme=darkmode] .border-bottom-0{border-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .border-left-0{border-left:0!important}[dir=rtl]:root[data-theme=darkmode] .border-left-0{border-right:0!important}[dir]:root[data-theme=darkmode] .border-primary{border-color:#007bff!important}[dir]:root[data-theme=darkmode] .border-secondary{border-color:#6c757d!important}[dir]:root[data-theme=darkmode] .border-success{border-color:#28a745!important}[dir]:root[data-theme=darkmode] .border-info{border-color:#3498db!important}[dir]:root[data-theme=darkmode] .border-warning{border-color:#f39c12!important}[dir]:root[data-theme=darkmode] .border-danger{border-color:#dc3545!important}[dir]:root[data-theme=darkmode] .border-light{border-color:#dee2e6!important}[dir]:root[data-theme=darkmode] .border-dark{border-color:#181a1b!important}[dir]:root[data-theme=darkmode] .border-white{border-color:#fff!important}[dir]:root[data-theme=darkmode] .rounded-sm{border-radius:.2rem!important}[dir]:root[data-theme=darkmode] .rounded{border-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-right{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-left{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir]:root[data-theme=darkmode] .rounded-lg{border-radius:.3rem!important}[dir]:root[data-theme=darkmode] .rounded-circle{border-radius:50%!important}[dir]:root[data-theme=darkmode] .rounded-pill{border-radius:50rem!important}[dir]:root[data-theme=darkmode] .rounded-0{border-radius:0!important}:root[data-theme=darkmode] .clearfix::after{display:block;content:""}[dir]:root[data-theme=darkmode] .clearfix::after{clear:both}:root[data-theme=darkmode] .d-none{display:none!important}:root[data-theme=darkmode] .d-inline{display:inline!important}:root[data-theme=darkmode] .d-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-block{display:block!important}:root[data-theme=darkmode] .d-table{display:table!important}:root[data-theme=darkmode] .d-table-row{display:table-row!important}:root[data-theme=darkmode] .d-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-flex{display:flex!important}:root[data-theme=darkmode] .d-inline-flex{display:inline-flex!important}@media (min-width:576px){:root[data-theme=darkmode] .d-sm-none{display:none!important}:root[data-theme=darkmode] .d-sm-inline{display:inline!important}:root[data-theme=darkmode] .d-sm-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-sm-block{display:block!important}:root[data-theme=darkmode] .d-sm-table{display:table!important}:root[data-theme=darkmode] .d-sm-table-row{display:table-row!important}:root[data-theme=darkmode] .d-sm-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-sm-flex{display:flex!important}:root[data-theme=darkmode] .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){:root[data-theme=darkmode] .d-md-none{display:none!important}:root[data-theme=darkmode] .d-md-inline{display:inline!important}:root[data-theme=darkmode] .d-md-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-md-block{display:block!important}:root[data-theme=darkmode] .d-md-table{display:table!important}:root[data-theme=darkmode] .d-md-table-row{display:table-row!important}:root[data-theme=darkmode] .d-md-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-md-flex{display:flex!important}:root[data-theme=darkmode] .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){:root[data-theme=darkmode] .d-lg-none{display:none!important}:root[data-theme=darkmode] .d-lg-inline{display:inline!important}:root[data-theme=darkmode] .d-lg-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-lg-block{display:block!important}:root[data-theme=darkmode] .d-lg-table{display:table!important}:root[data-theme=darkmode] .d-lg-table-row{display:table-row!important}:root[data-theme=darkmode] .d-lg-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-lg-flex{display:flex!important}:root[data-theme=darkmode] .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){:root[data-theme=darkmode] .d-xl-none{display:none!important}:root[data-theme=darkmode] .d-xl-inline{display:inline!important}:root[data-theme=darkmode] .d-xl-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-xl-block{display:block!important}:root[data-theme=darkmode] .d-xl-table{display:table!important}:root[data-theme=darkmode] .d-xl-table-row{display:table-row!important}:root[data-theme=darkmode] .d-xl-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-xl-flex{display:flex!important}:root[data-theme=darkmode] .d-xl-inline-flex{display:inline-flex!important}}@media print{:root[data-theme=darkmode] .d-print-none{display:none!important}:root[data-theme=darkmode] .d-print-inline{display:inline!important}:root[data-theme=darkmode] .d-print-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-print-block{display:block!important}:root[data-theme=darkmode] .d-print-table{display:table!important}:root[data-theme=darkmode] .d-print-table-row{display:table-row!important}:root[data-theme=darkmode] .d-print-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-print-flex{display:flex!important}:root[data-theme=darkmode] .d-print-inline-flex{display:inline-flex!important}}:root[data-theme=darkmode] .embed-responsive{position:relative;display:block;width:100%;overflow:hidden}[dir]:root[data-theme=darkmode] .embed-responsive{padding:0}:root[data-theme=darkmode] .embed-responsive::before{display:block;content:""}:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,:root[data-theme=darkmode] .embed-responsive embed,:root[data-theme=darkmode] .embed-responsive iframe,:root[data-theme=darkmode] .embed-responsive object,:root[data-theme=darkmode] .embed-responsive video{position:absolute;top:0;bottom:0;width:100%;height:100%}[dir]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir]:root[data-theme=darkmode] .embed-responsive embed,[dir]:root[data-theme=darkmode] .embed-responsive iframe,[dir]:root[data-theme=darkmode] .embed-responsive object,[dir]:root[data-theme=darkmode] .embed-responsive video{border:0}[dir=ltr]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir=ltr]:root[data-theme=darkmode] .embed-responsive embed,[dir=ltr]:root[data-theme=darkmode] .embed-responsive iframe,[dir=ltr]:root[data-theme=darkmode] .embed-responsive object,[dir=ltr]:root[data-theme=darkmode] .embed-responsive video{left:0}[dir=rtl]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir=rtl]:root[data-theme=darkmode] .embed-responsive embed,[dir=rtl]:root[data-theme=darkmode] .embed-responsive iframe,[dir=rtl]:root[data-theme=darkmode] .embed-responsive object,[dir=rtl]:root[data-theme=darkmode] .embed-responsive video{right:0}[dir]:root[data-theme=darkmode] .embed-responsive-21by9::before{padding-top:42.8571428571%}[dir]:root[data-theme=darkmode] .embed-responsive-16by9::before{padding-top:56.25%}[dir]:root[data-theme=darkmode] .embed-responsive-4by3::before{padding-top:75%}[dir]:root[data-theme=darkmode] .embed-responsive-1by1::before{padding-top:100%}:root[data-theme=darkmode] .flex-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-center{align-items:center!important}:root[data-theme=darkmode] .align-items-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-center{align-content:center!important}:root[data-theme=darkmode] .align-content-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-center{align-self:center!important}:root[data-theme=darkmode] .align-self-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-stretch{align-self:stretch!important}@media (min-width:576px){:root[data-theme=darkmode] .flex-sm-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-sm-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-sm-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-sm-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-sm-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-sm-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-sm-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-sm-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-sm-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-sm-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-sm-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-sm-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-sm-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-sm-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-sm-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-sm-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-sm-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-sm-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-sm-center{align-items:center!important}:root[data-theme=darkmode] .align-items-sm-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-sm-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-sm-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-sm-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-sm-center{align-content:center!important}:root[data-theme=darkmode] .align-content-sm-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-sm-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-sm-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-sm-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-sm-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-sm-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-sm-center{align-self:center!important}:root[data-theme=darkmode] .align-self-sm-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){:root[data-theme=darkmode] .flex-md-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-md-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-md-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-md-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-md-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-md-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-md-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-md-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-md-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-md-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-md-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-md-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-md-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-md-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-md-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-md-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-md-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-md-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-md-center{align-items:center!important}:root[data-theme=darkmode] .align-items-md-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-md-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-md-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-md-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-md-center{align-content:center!important}:root[data-theme=darkmode] .align-content-md-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-md-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-md-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-md-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-md-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-md-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-md-center{align-self:center!important}:root[data-theme=darkmode] .align-self-md-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){:root[data-theme=darkmode] .flex-lg-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-lg-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-lg-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-lg-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-lg-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-lg-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-lg-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-lg-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-lg-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-lg-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-lg-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-lg-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-lg-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-lg-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-lg-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-lg-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-lg-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-lg-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-lg-center{align-items:center!important}:root[data-theme=darkmode] .align-items-lg-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-lg-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-lg-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-lg-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-lg-center{align-content:center!important}:root[data-theme=darkmode] .align-content-lg-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-lg-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-lg-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-lg-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-lg-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-lg-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-lg-center{align-self:center!important}:root[data-theme=darkmode] .align-self-lg-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){:root[data-theme=darkmode] .flex-xl-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-xl-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-xl-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-xl-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-xl-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-xl-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-xl-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-xl-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-xl-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-xl-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-xl-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-xl-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-xl-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-xl-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-xl-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-xl-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-xl-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-xl-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-xl-center{align-items:center!important}:root[data-theme=darkmode] .align-items-xl-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-xl-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-xl-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-xl-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-xl-center{align-content:center!important}:root[data-theme=darkmode] .align-content-xl-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-xl-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-xl-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-xl-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-xl-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-xl-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-xl-center{align-self:center!important}:root[data-theme=darkmode] .align-self-xl-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-xl-stretch{align-self:stretch!important}}[dir=ltr]:root[data-theme=darkmode] .float-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-right,[dir=ltr]:root[data-theme=darkmode] .related{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-right,[dir=rtl]:root[data-theme=darkmode] .related{float:left!important}[dir]:root[data-theme=darkmode] .float-none{float:none!important}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .float-sm-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-sm-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-sm-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-sm-right{float:left!important}[dir]:root[data-theme=darkmode] .float-sm-none{float:none!important}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .float-md-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-md-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-md-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-md-right{float:left!important}[dir]:root[data-theme=darkmode] .float-md-none{float:none!important}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .float-lg-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-lg-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-lg-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-lg-right{float:left!important}[dir]:root[data-theme=darkmode] .float-lg-none{float:none!important}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .float-xl-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-xl-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-xl-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-xl-right{float:left!important}[dir]:root[data-theme=darkmode] .float-xl-none{float:none!important}}:root[data-theme=darkmode] .user-select-all{user-select:all!important}:root[data-theme=darkmode] .user-select-auto{user-select:auto!important}:root[data-theme=darkmode] .user-select-none{user-select:none!important}:root[data-theme=darkmode] .overflow-auto{overflow:auto!important}:root[data-theme=darkmode] .overflow-hidden{overflow:hidden!important}:root[data-theme=darkmode] .position-static{position:static!important}:root[data-theme=darkmode] .position-relative{position:relative!important}:root[data-theme=darkmode] .position-absolute{position:absolute!important}:root[data-theme=darkmode] .position-fixed{position:fixed!important}:root[data-theme=darkmode] .position-sticky{position:sticky!important}:root[data-theme=darkmode] .fixed-top,:root[data-theme=darkmode] .ta-navbar-top{position:fixed;top:0;z-index:1030}[dir=ltr]:root[data-theme=darkmode] .fixed-top,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .fixed-top,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top{left:0;right:0}:root[data-theme=darkmode] .fixed-bottom{position:fixed;bottom:0;z-index:1030}[dir=ltr]:root[data-theme=darkmode] .fixed-bottom{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .fixed-bottom{left:0;right:0}@supports (position:sticky){:root[data-theme=darkmode] .sticky-top{position:sticky;top:0;z-index:1020}}:root[data-theme=darkmode] .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}[dir]:root[data-theme=darkmode] .sr-only{padding:0;margin:-1px;border:0}:root[data-theme=darkmode] .sr-only-focusable:active,:root[data-theme=darkmode] .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}[dir]:root[data-theme=darkmode] .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}[dir]:root[data-theme=darkmode] .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}[dir]:root[data-theme=darkmode] .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}[dir]:root[data-theme=darkmode] .shadow-none{box-shadow:none!important}:root[data-theme=darkmode] .w-25{width:25%!important}:root[data-theme=darkmode] .w-50{width:50%!important}:root[data-theme=darkmode] .w-75{width:75%!important}:root[data-theme=darkmode] .properties,:root[data-theme=darkmode] .w-100{width:100%!important}:root[data-theme=darkmode] .w-auto{width:auto!important}:root[data-theme=darkmode] .h-25{height:25%!important}:root[data-theme=darkmode] .h-50{height:50%!important}:root[data-theme=darkmode] .h-75{height:75%!important}:root[data-theme=darkmode] .h-100{height:100%!important}:root[data-theme=darkmode] .h-auto{height:auto!important}:root[data-theme=darkmode] .mw-100{max-width:100%!important}:root[data-theme=darkmode] .mh-100{max-height:100%!important}:root[data-theme=darkmode] .min-vw-100{min-width:100vw!important}:root[data-theme=darkmode] .min-vh-100{min-height:100vh!important}:root[data-theme=darkmode] .vw-100{width:100vw!important}:root[data-theme=darkmode] .vh-100{height:100vh!important}[dir]:root[data-theme=darkmode] .m-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-0,[dir]:root[data-theme=darkmode] .my-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-0,[dir=ltr]:root[data-theme=darkmode] .mx-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-0,[dir=rtl]:root[data-theme=darkmode] .mx-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-0,[dir]:root[data-theme=darkmode] .my-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-0,[dir=ltr]:root[data-theme=darkmode] .mx-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-0,[dir=rtl]:root[data-theme=darkmode] .mx-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-1,[dir]:root[data-theme=darkmode] .my-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-1,[dir=ltr]:root[data-theme=darkmode] .mx-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-1,[dir=rtl]:root[data-theme=darkmode] .mx-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-1,[dir]:root[data-theme=darkmode] .my-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-1,[dir=ltr]:root[data-theme=darkmode] .mx-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-1,[dir=rtl]:root[data-theme=darkmode] .mx-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-2,[dir]:root[data-theme=darkmode] .my-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-2,[dir=ltr]:root[data-theme=darkmode] .mx-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-2,[dir=rtl]:root[data-theme=darkmode] .mx-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-2,[dir]:root[data-theme=darkmode] .my-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-2,[dir=ltr]:root[data-theme=darkmode] .mx-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-2,[dir=rtl]:root[data-theme=darkmode] .mx-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-3,[dir]:root[data-theme=darkmode] .my-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-3,[dir=ltr]:root[data-theme=darkmode] .mx-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-3,[dir=rtl]:root[data-theme=darkmode] .mx-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-3,[dir]:root[data-theme=darkmode] .my-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-3,[dir=ltr]:root[data-theme=darkmode] .mx-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-3,[dir=rtl]:root[data-theme=darkmode] .mx-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-4,[dir]:root[data-theme=darkmode] .my-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-4,[dir=ltr]:root[data-theme=darkmode] .mx-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-4,[dir=rtl]:root[data-theme=darkmode] .mx-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-4,[dir]:root[data-theme=darkmode] .my-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-4,[dir=ltr]:root[data-theme=darkmode] .mx-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-4,[dir=rtl]:root[data-theme=darkmode] .mx-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-5,[dir]:root[data-theme=darkmode] .my-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-5,[dir=ltr]:root[data-theme=darkmode] .mx-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-5,[dir=rtl]:root[data-theme=darkmode] .mx-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-5,[dir]:root[data-theme=darkmode] .my-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-5,[dir=ltr]:root[data-theme=darkmode] .mx-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-5,[dir=rtl]:root[data-theme=darkmode] .mx-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-0,[dir]:root[data-theme=darkmode] .py-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-0,[dir=ltr]:root[data-theme=darkmode] .px-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-0,[dir=rtl]:root[data-theme=darkmode] .px-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-0,[dir]:root[data-theme=darkmode] .py-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-0,[dir=ltr]:root[data-theme=darkmode] .px-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-0,[dir=rtl]:root[data-theme=darkmode] .px-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-1,[dir]:root[data-theme=darkmode] .py-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-1,[dir=ltr]:root[data-theme=darkmode] .px-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-1,[dir=rtl]:root[data-theme=darkmode] .px-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-1,[dir]:root[data-theme=darkmode] .py-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-1,[dir=ltr]:root[data-theme=darkmode] .px-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-1,[dir=rtl]:root[data-theme=darkmode] .px-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-2,[dir]:root[data-theme=darkmode] .py-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-2,[dir=ltr]:root[data-theme=darkmode] .px-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-2,[dir=rtl]:root[data-theme=darkmode] .px-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-2,[dir]:root[data-theme=darkmode] .py-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-2,[dir=ltr]:root[data-theme=darkmode] .px-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-2,[dir=rtl]:root[data-theme=darkmode] .px-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-3,[dir]:root[data-theme=darkmode] .py-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-3,[dir=ltr]:root[data-theme=darkmode] .px-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-3,[dir=rtl]:root[data-theme=darkmode] .px-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-3,[dir]:root[data-theme=darkmode] .py-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-3,[dir=ltr]:root[data-theme=darkmode] .px-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-3,[dir=rtl]:root[data-theme=darkmode] .px-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-4,[dir]:root[data-theme=darkmode] .py-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-4,[dir=ltr]:root[data-theme=darkmode] .px-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-4,[dir=rtl]:root[data-theme=darkmode] .px-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-4,[dir]:root[data-theme=darkmode] .py-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-4,[dir=ltr]:root[data-theme=darkmode] .px-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-4,[dir=rtl]:root[data-theme=darkmode] .px-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-5,[dir]:root[data-theme=darkmode] .py-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-5,[dir=ltr]:root[data-theme=darkmode] .px-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-5,[dir=rtl]:root[data-theme=darkmode] .px-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-5,[dir]:root[data-theme=darkmode] .py-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-5,[dir=ltr]:root[data-theme=darkmode] .px-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-5,[dir=rtl]:root[data-theme=darkmode] .px-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-n1,[dir]:root[data-theme=darkmode] .my-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n1,[dir=ltr]:root[data-theme=darkmode] .mx-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n1,[dir=rtl]:root[data-theme=darkmode] .mx-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-n1,[dir]:root[data-theme=darkmode] .my-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n1,[dir=ltr]:root[data-theme=darkmode] .mx-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n1,[dir=rtl]:root[data-theme=darkmode] .mx-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-n2,[dir]:root[data-theme=darkmode] .my-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n2,[dir=ltr]:root[data-theme=darkmode] .mx-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n2,[dir=rtl]:root[data-theme=darkmode] .mx-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-n2,[dir]:root[data-theme=darkmode] .my-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n2,[dir=ltr]:root[data-theme=darkmode] .mx-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n2,[dir=rtl]:root[data-theme=darkmode] .mx-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-n3,[dir]:root[data-theme=darkmode] .my-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n3,[dir=ltr]:root[data-theme=darkmode] .mx-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n3,[dir=rtl]:root[data-theme=darkmode] .mx-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-n3,[dir]:root[data-theme=darkmode] .my-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n3,[dir=ltr]:root[data-theme=darkmode] .mx-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n3,[dir=rtl]:root[data-theme=darkmode] .mx-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-n4,[dir]:root[data-theme=darkmode] .my-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n4,[dir=ltr]:root[data-theme=darkmode] .mx-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n4,[dir=rtl]:root[data-theme=darkmode] .mx-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-n4,[dir]:root[data-theme=darkmode] .my-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n4,[dir=ltr]:root[data-theme=darkmode] .mx-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n4,[dir=rtl]:root[data-theme=darkmode] .mx-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-n5,[dir]:root[data-theme=darkmode] .my-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n5,[dir=ltr]:root[data-theme=darkmode] .mx-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n5,[dir=rtl]:root[data-theme=darkmode] .mx-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-n5,[dir]:root[data-theme=darkmode] .my-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n5,[dir=ltr]:root[data-theme=darkmode] .mx-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n5,[dir=rtl]:root[data-theme=darkmode] .mx-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-auto,[dir]:root[data-theme=darkmode] .my-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-auto,[dir=ltr]:root[data-theme=darkmode] .mx-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-auto,[dir=rtl]:root[data-theme=darkmode] .mx-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-auto,[dir]:root[data-theme=darkmode] .my-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-auto,[dir=ltr]:root[data-theme=darkmode] .mx-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-auto,[dir=rtl]:root[data-theme=darkmode] .mx-auto{margin-right:auto!important}@media (min-width:576px){[dir]:root[data-theme=darkmode] .m-sm-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-sm-0,[dir]:root[data-theme=darkmode] .my-sm-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-0,[dir=ltr]:root[data-theme=darkmode] .mx-sm-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-0,[dir=rtl]:root[data-theme=darkmode] .mx-sm-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-sm-0,[dir]:root[data-theme=darkmode] .my-sm-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-0,[dir=ltr]:root[data-theme=darkmode] .mx-sm-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-0,[dir=rtl]:root[data-theme=darkmode] .mx-sm-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-sm-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-sm-1,[dir]:root[data-theme=darkmode] .my-sm-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-sm-1,[dir]:root[data-theme=darkmode] .my-sm-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-sm-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-2,[dir]:root[data-theme=darkmode] .my-sm-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-2,[dir]:root[data-theme=darkmode] .my-sm-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-sm-3,[dir]:root[data-theme=darkmode] .my-sm-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-sm-3,[dir]:root[data-theme=darkmode] .my-sm-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-sm-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-4,[dir]:root[data-theme=darkmode] .my-sm-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-4,[dir]:root[data-theme=darkmode] .my-sm-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-sm-5,[dir]:root[data-theme=darkmode] .my-sm-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-sm-5,[dir]:root[data-theme=darkmode] .my-sm-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-sm-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-sm-0,[dir]:root[data-theme=darkmode] .py-sm-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-0,[dir=ltr]:root[data-theme=darkmode] .px-sm-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-0,[dir=rtl]:root[data-theme=darkmode] .px-sm-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-sm-0,[dir]:root[data-theme=darkmode] .py-sm-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-0,[dir=ltr]:root[data-theme=darkmode] .px-sm-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-0,[dir=rtl]:root[data-theme=darkmode] .px-sm-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-sm-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-sm-1,[dir]:root[data-theme=darkmode] .py-sm-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-1,[dir=ltr]:root[data-theme=darkmode] .px-sm-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-1,[dir=rtl]:root[data-theme=darkmode] .px-sm-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-sm-1,[dir]:root[data-theme=darkmode] .py-sm-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-1,[dir=ltr]:root[data-theme=darkmode] .px-sm-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-1,[dir=rtl]:root[data-theme=darkmode] .px-sm-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-sm-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-sm-2,[dir]:root[data-theme=darkmode] .py-sm-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-2,[dir=ltr]:root[data-theme=darkmode] .px-sm-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-2,[dir=rtl]:root[data-theme=darkmode] .px-sm-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-sm-2,[dir]:root[data-theme=darkmode] .py-sm-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-2,[dir=ltr]:root[data-theme=darkmode] .px-sm-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-2,[dir=rtl]:root[data-theme=darkmode] .px-sm-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-sm-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-sm-3,[dir]:root[data-theme=darkmode] .py-sm-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-3,[dir=ltr]:root[data-theme=darkmode] .px-sm-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-3,[dir=rtl]:root[data-theme=darkmode] .px-sm-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-sm-3,[dir]:root[data-theme=darkmode] .py-sm-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-3,[dir=ltr]:root[data-theme=darkmode] .px-sm-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-3,[dir=rtl]:root[data-theme=darkmode] .px-sm-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-sm-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-sm-4,[dir]:root[data-theme=darkmode] .py-sm-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-4,[dir=ltr]:root[data-theme=darkmode] .px-sm-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-4,[dir=rtl]:root[data-theme=darkmode] .px-sm-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-sm-4,[dir]:root[data-theme=darkmode] .py-sm-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-4,[dir=ltr]:root[data-theme=darkmode] .px-sm-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-4,[dir=rtl]:root[data-theme=darkmode] .px-sm-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-sm-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-sm-5,[dir]:root[data-theme=darkmode] .py-sm-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-5,[dir=ltr]:root[data-theme=darkmode] .px-sm-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-5,[dir=rtl]:root[data-theme=darkmode] .px-sm-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-sm-5,[dir]:root[data-theme=darkmode] .py-sm-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-5,[dir=ltr]:root[data-theme=darkmode] .px-sm-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-5,[dir=rtl]:root[data-theme=darkmode] .px-sm-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-sm-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n1,[dir]:root[data-theme=darkmode] .my-sm-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n1,[dir]:root[data-theme=darkmode] .my-sm-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-sm-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n2,[dir]:root[data-theme=darkmode] .my-sm-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n2,[dir]:root[data-theme=darkmode] .my-sm-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n3,[dir]:root[data-theme=darkmode] .my-sm-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n3,[dir]:root[data-theme=darkmode] .my-sm-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-sm-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n4,[dir]:root[data-theme=darkmode] .my-sm-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n4,[dir]:root[data-theme=darkmode] .my-sm-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n5,[dir]:root[data-theme=darkmode] .my-sm-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n5,[dir]:root[data-theme=darkmode] .my-sm-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-sm-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-sm-auto,[dir]:root[data-theme=darkmode] .my-sm-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-auto,[dir=ltr]:root[data-theme=darkmode] .mx-sm-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-auto,[dir=rtl]:root[data-theme=darkmode] .mx-sm-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-sm-auto,[dir]:root[data-theme=darkmode] .my-sm-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-auto,[dir=ltr]:root[data-theme=darkmode] .mx-sm-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-auto,[dir=rtl]:root[data-theme=darkmode] .mx-sm-auto{margin-right:auto!important}}@media (min-width:768px){[dir]:root[data-theme=darkmode] .m-md-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-md-0,[dir]:root[data-theme=darkmode] .my-md-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-0,[dir=ltr]:root[data-theme=darkmode] .mx-md-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-0,[dir=rtl]:root[data-theme=darkmode] .mx-md-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-md-0,[dir]:root[data-theme=darkmode] .my-md-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-0,[dir=ltr]:root[data-theme=darkmode] .mx-md-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-0,[dir=rtl]:root[data-theme=darkmode] .mx-md-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-md-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-md-1,[dir]:root[data-theme=darkmode] .my-md-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-1,[dir=ltr]:root[data-theme=darkmode] .mx-md-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-1,[dir=rtl]:root[data-theme=darkmode] .mx-md-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-md-1,[dir]:root[data-theme=darkmode] .my-md-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-1,[dir=ltr]:root[data-theme=darkmode] .mx-md-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-1,[dir=rtl]:root[data-theme=darkmode] .mx-md-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-md-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-2,[dir]:root[data-theme=darkmode] .my-md-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-2,[dir=ltr]:root[data-theme=darkmode] .mx-md-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-2,[dir=rtl]:root[data-theme=darkmode] .mx-md-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-2,[dir]:root[data-theme=darkmode] .my-md-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-2,[dir=ltr]:root[data-theme=darkmode] .mx-md-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-2,[dir=rtl]:root[data-theme=darkmode] .mx-md-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-md-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-md-3,[dir]:root[data-theme=darkmode] .my-md-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-3,[dir=ltr]:root[data-theme=darkmode] .mx-md-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-3,[dir=rtl]:root[data-theme=darkmode] .mx-md-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-md-3,[dir]:root[data-theme=darkmode] .my-md-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-3,[dir=ltr]:root[data-theme=darkmode] .mx-md-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-3,[dir=rtl]:root[data-theme=darkmode] .mx-md-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-md-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-4,[dir]:root[data-theme=darkmode] .my-md-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-4,[dir=ltr]:root[data-theme=darkmode] .mx-md-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-4,[dir=rtl]:root[data-theme=darkmode] .mx-md-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-4,[dir]:root[data-theme=darkmode] .my-md-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-4,[dir=ltr]:root[data-theme=darkmode] .mx-md-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-4,[dir=rtl]:root[data-theme=darkmode] .mx-md-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-md-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-md-5,[dir]:root[data-theme=darkmode] .my-md-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-5,[dir=ltr]:root[data-theme=darkmode] .mx-md-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-5,[dir=rtl]:root[data-theme=darkmode] .mx-md-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-md-5,[dir]:root[data-theme=darkmode] .my-md-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-5,[dir=ltr]:root[data-theme=darkmode] .mx-md-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-5,[dir=rtl]:root[data-theme=darkmode] .mx-md-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-md-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-md-0,[dir]:root[data-theme=darkmode] .py-md-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-0,[dir=ltr]:root[data-theme=darkmode] .px-md-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-0,[dir=rtl]:root[data-theme=darkmode] .px-md-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-md-0,[dir]:root[data-theme=darkmode] .py-md-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-0,[dir=ltr]:root[data-theme=darkmode] .px-md-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-0,[dir=rtl]:root[data-theme=darkmode] .px-md-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-md-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-md-1,[dir]:root[data-theme=darkmode] .py-md-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-1,[dir=ltr]:root[data-theme=darkmode] .px-md-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-1,[dir=rtl]:root[data-theme=darkmode] .px-md-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-md-1,[dir]:root[data-theme=darkmode] .py-md-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-1,[dir=ltr]:root[data-theme=darkmode] .px-md-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-1,[dir=rtl]:root[data-theme=darkmode] .px-md-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-md-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-md-2,[dir]:root[data-theme=darkmode] .py-md-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-2,[dir=ltr]:root[data-theme=darkmode] .px-md-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-2,[dir=rtl]:root[data-theme=darkmode] .px-md-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-md-2,[dir]:root[data-theme=darkmode] .py-md-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-2,[dir=ltr]:root[data-theme=darkmode] .px-md-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-2,[dir=rtl]:root[data-theme=darkmode] .px-md-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-md-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-md-3,[dir]:root[data-theme=darkmode] .py-md-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-3,[dir=ltr]:root[data-theme=darkmode] .px-md-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-3,[dir=rtl]:root[data-theme=darkmode] .px-md-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-md-3,[dir]:root[data-theme=darkmode] .py-md-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-3,[dir=ltr]:root[data-theme=darkmode] .px-md-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-3,[dir=rtl]:root[data-theme=darkmode] .px-md-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-md-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-md-4,[dir]:root[data-theme=darkmode] .py-md-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-4,[dir=ltr]:root[data-theme=darkmode] .px-md-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-4,[dir=rtl]:root[data-theme=darkmode] .px-md-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-md-4,[dir]:root[data-theme=darkmode] .py-md-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-4,[dir=ltr]:root[data-theme=darkmode] .px-md-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-4,[dir=rtl]:root[data-theme=darkmode] .px-md-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-md-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-md-5,[dir]:root[data-theme=darkmode] .py-md-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-5,[dir=ltr]:root[data-theme=darkmode] .px-md-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-5,[dir=rtl]:root[data-theme=darkmode] .px-md-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-md-5,[dir]:root[data-theme=darkmode] .py-md-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-5,[dir=ltr]:root[data-theme=darkmode] .px-md-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-5,[dir=rtl]:root[data-theme=darkmode] .px-md-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-md-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-md-n1,[dir]:root[data-theme=darkmode] .my-md-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n1,[dir=ltr]:root[data-theme=darkmode] .mx-md-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n1,[dir=rtl]:root[data-theme=darkmode] .mx-md-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-md-n1,[dir]:root[data-theme=darkmode] .my-md-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n1,[dir=ltr]:root[data-theme=darkmode] .mx-md-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n1,[dir=rtl]:root[data-theme=darkmode] .mx-md-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-md-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-n2,[dir]:root[data-theme=darkmode] .my-md-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n2,[dir=ltr]:root[data-theme=darkmode] .mx-md-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n2,[dir=rtl]:root[data-theme=darkmode] .mx-md-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-n2,[dir]:root[data-theme=darkmode] .my-md-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n2,[dir=ltr]:root[data-theme=darkmode] .mx-md-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n2,[dir=rtl]:root[data-theme=darkmode] .mx-md-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-md-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-md-n3,[dir]:root[data-theme=darkmode] .my-md-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n3,[dir=ltr]:root[data-theme=darkmode] .mx-md-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n3,[dir=rtl]:root[data-theme=darkmode] .mx-md-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-md-n3,[dir]:root[data-theme=darkmode] .my-md-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n3,[dir=ltr]:root[data-theme=darkmode] .mx-md-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n3,[dir=rtl]:root[data-theme=darkmode] .mx-md-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-md-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-n4,[dir]:root[data-theme=darkmode] .my-md-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n4,[dir=ltr]:root[data-theme=darkmode] .mx-md-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n4,[dir=rtl]:root[data-theme=darkmode] .mx-md-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-n4,[dir]:root[data-theme=darkmode] .my-md-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n4,[dir=ltr]:root[data-theme=darkmode] .mx-md-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n4,[dir=rtl]:root[data-theme=darkmode] .mx-md-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-md-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-md-n5,[dir]:root[data-theme=darkmode] .my-md-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n5,[dir=ltr]:root[data-theme=darkmode] .mx-md-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n5,[dir=rtl]:root[data-theme=darkmode] .mx-md-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-md-n5,[dir]:root[data-theme=darkmode] .my-md-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n5,[dir=ltr]:root[data-theme=darkmode] .mx-md-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n5,[dir=rtl]:root[data-theme=darkmode] .mx-md-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-md-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-md-auto,[dir]:root[data-theme=darkmode] .my-md-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-auto,[dir=ltr]:root[data-theme=darkmode] .mx-md-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-auto,[dir=rtl]:root[data-theme=darkmode] .mx-md-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-md-auto,[dir]:root[data-theme=darkmode] .my-md-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-auto,[dir=ltr]:root[data-theme=darkmode] .mx-md-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-auto,[dir=rtl]:root[data-theme=darkmode] .mx-md-auto{margin-right:auto!important}}@media (min-width:992px){[dir]:root[data-theme=darkmode] .m-lg-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-lg-0,[dir]:root[data-theme=darkmode] .my-lg-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-0,[dir=ltr]:root[data-theme=darkmode] .mx-lg-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-0,[dir=rtl]:root[data-theme=darkmode] .mx-lg-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-lg-0,[dir]:root[data-theme=darkmode] .my-lg-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-0,[dir=ltr]:root[data-theme=darkmode] .mx-lg-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-0,[dir=rtl]:root[data-theme=darkmode] .mx-lg-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-lg-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-lg-1,[dir]:root[data-theme=darkmode] .my-lg-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-lg-1,[dir]:root[data-theme=darkmode] .my-lg-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-lg-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-2,[dir]:root[data-theme=darkmode] .my-lg-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-2,[dir]:root[data-theme=darkmode] .my-lg-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-lg-3,[dir]:root[data-theme=darkmode] .my-lg-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-lg-3,[dir]:root[data-theme=darkmode] .my-lg-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-lg-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-4,[dir]:root[data-theme=darkmode] .my-lg-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-4,[dir]:root[data-theme=darkmode] .my-lg-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-lg-5,[dir]:root[data-theme=darkmode] .my-lg-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-lg-5,[dir]:root[data-theme=darkmode] .my-lg-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-lg-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-lg-0,[dir]:root[data-theme=darkmode] .py-lg-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-0,[dir=ltr]:root[data-theme=darkmode] .px-lg-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-0,[dir=rtl]:root[data-theme=darkmode] .px-lg-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-lg-0,[dir]:root[data-theme=darkmode] .py-lg-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-0,[dir=ltr]:root[data-theme=darkmode] .px-lg-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-0,[dir=rtl]:root[data-theme=darkmode] .px-lg-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-lg-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-lg-1,[dir]:root[data-theme=darkmode] .py-lg-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-1,[dir=ltr]:root[data-theme=darkmode] .px-lg-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-1,[dir=rtl]:root[data-theme=darkmode] .px-lg-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-lg-1,[dir]:root[data-theme=darkmode] .py-lg-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-1,[dir=ltr]:root[data-theme=darkmode] .px-lg-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-1,[dir=rtl]:root[data-theme=darkmode] .px-lg-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-lg-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-lg-2,[dir]:root[data-theme=darkmode] .py-lg-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-2,[dir=ltr]:root[data-theme=darkmode] .px-lg-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-2,[dir=rtl]:root[data-theme=darkmode] .px-lg-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-lg-2,[dir]:root[data-theme=darkmode] .py-lg-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-2,[dir=ltr]:root[data-theme=darkmode] .px-lg-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-2,[dir=rtl]:root[data-theme=darkmode] .px-lg-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-lg-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-lg-3,[dir]:root[data-theme=darkmode] .py-lg-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-3,[dir=ltr]:root[data-theme=darkmode] .px-lg-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-3,[dir=rtl]:root[data-theme=darkmode] .px-lg-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-lg-3,[dir]:root[data-theme=darkmode] .py-lg-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-3,[dir=ltr]:root[data-theme=darkmode] .px-lg-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-3,[dir=rtl]:root[data-theme=darkmode] .px-lg-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-lg-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-lg-4,[dir]:root[data-theme=darkmode] .py-lg-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-4,[dir=ltr]:root[data-theme=darkmode] .px-lg-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-4,[dir=rtl]:root[data-theme=darkmode] .px-lg-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-lg-4,[dir]:root[data-theme=darkmode] .py-lg-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-4,[dir=ltr]:root[data-theme=darkmode] .px-lg-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-4,[dir=rtl]:root[data-theme=darkmode] .px-lg-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-lg-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-lg-5,[dir]:root[data-theme=darkmode] .py-lg-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-5,[dir=ltr]:root[data-theme=darkmode] .px-lg-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-5,[dir=rtl]:root[data-theme=darkmode] .px-lg-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-lg-5,[dir]:root[data-theme=darkmode] .py-lg-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-5,[dir=ltr]:root[data-theme=darkmode] .px-lg-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-5,[dir=rtl]:root[data-theme=darkmode] .px-lg-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-lg-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n1,[dir]:root[data-theme=darkmode] .my-lg-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n1,[dir]:root[data-theme=darkmode] .my-lg-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-lg-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n2,[dir]:root[data-theme=darkmode] .my-lg-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n2,[dir]:root[data-theme=darkmode] .my-lg-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n3,[dir]:root[data-theme=darkmode] .my-lg-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n3,[dir]:root[data-theme=darkmode] .my-lg-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-lg-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n4,[dir]:root[data-theme=darkmode] .my-lg-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n4,[dir]:root[data-theme=darkmode] .my-lg-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n5,[dir]:root[data-theme=darkmode] .my-lg-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n5,[dir]:root[data-theme=darkmode] .my-lg-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-lg-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-lg-auto,[dir]:root[data-theme=darkmode] .my-lg-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-auto,[dir=ltr]:root[data-theme=darkmode] .mx-lg-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-auto,[dir=rtl]:root[data-theme=darkmode] .mx-lg-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-lg-auto,[dir]:root[data-theme=darkmode] .my-lg-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-auto,[dir=ltr]:root[data-theme=darkmode] .mx-lg-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-auto,[dir=rtl]:root[data-theme=darkmode] .mx-lg-auto{margin-right:auto!important}}@media (min-width:1200px){[dir]:root[data-theme=darkmode] .m-xl-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-xl-0,[dir]:root[data-theme=darkmode] .my-xl-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-0,[dir=ltr]:root[data-theme=darkmode] .mx-xl-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-0,[dir=rtl]:root[data-theme=darkmode] .mx-xl-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-xl-0,[dir]:root[data-theme=darkmode] .my-xl-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-0,[dir=ltr]:root[data-theme=darkmode] .mx-xl-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-0,[dir=rtl]:root[data-theme=darkmode] .mx-xl-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-xl-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-xl-1,[dir]:root[data-theme=darkmode] .my-xl-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-xl-1,[dir]:root[data-theme=darkmode] .my-xl-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-xl-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-2,[dir]:root[data-theme=darkmode] .my-xl-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-2,[dir]:root[data-theme=darkmode] .my-xl-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-xl-3,[dir]:root[data-theme=darkmode] .my-xl-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-xl-3,[dir]:root[data-theme=darkmode] .my-xl-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-xl-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-4,[dir]:root[data-theme=darkmode] .my-xl-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-4,[dir]:root[data-theme=darkmode] .my-xl-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-xl-5,[dir]:root[data-theme=darkmode] .my-xl-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-xl-5,[dir]:root[data-theme=darkmode] .my-xl-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-xl-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-xl-0,[dir]:root[data-theme=darkmode] .py-xl-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-0,[dir=ltr]:root[data-theme=darkmode] .px-xl-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-0,[dir=rtl]:root[data-theme=darkmode] .px-xl-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-xl-0,[dir]:root[data-theme=darkmode] .py-xl-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-0,[dir=ltr]:root[data-theme=darkmode] .px-xl-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-0,[dir=rtl]:root[data-theme=darkmode] .px-xl-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-xl-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-xl-1,[dir]:root[data-theme=darkmode] .py-xl-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-1,[dir=ltr]:root[data-theme=darkmode] .px-xl-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-1,[dir=rtl]:root[data-theme=darkmode] .px-xl-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-xl-1,[dir]:root[data-theme=darkmode] .py-xl-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-1,[dir=ltr]:root[data-theme=darkmode] .px-xl-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-1,[dir=rtl]:root[data-theme=darkmode] .px-xl-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-xl-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-xl-2,[dir]:root[data-theme=darkmode] .py-xl-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-2,[dir=ltr]:root[data-theme=darkmode] .px-xl-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-2,[dir=rtl]:root[data-theme=darkmode] .px-xl-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-xl-2,[dir]:root[data-theme=darkmode] .py-xl-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-2,[dir=ltr]:root[data-theme=darkmode] .px-xl-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-2,[dir=rtl]:root[data-theme=darkmode] .px-xl-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-xl-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-xl-3,[dir]:root[data-theme=darkmode] .py-xl-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-3,[dir=ltr]:root[data-theme=darkmode] .px-xl-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-3,[dir=rtl]:root[data-theme=darkmode] .px-xl-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-xl-3,[dir]:root[data-theme=darkmode] .py-xl-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-3,[dir=ltr]:root[data-theme=darkmode] .px-xl-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-3,[dir=rtl]:root[data-theme=darkmode] .px-xl-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-xl-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-xl-4,[dir]:root[data-theme=darkmode] .py-xl-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-4,[dir=ltr]:root[data-theme=darkmode] .px-xl-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-4,[dir=rtl]:root[data-theme=darkmode] .px-xl-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-xl-4,[dir]:root[data-theme=darkmode] .py-xl-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-4,[dir=ltr]:root[data-theme=darkmode] .px-xl-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-4,[dir=rtl]:root[data-theme=darkmode] .px-xl-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-xl-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-xl-5,[dir]:root[data-theme=darkmode] .py-xl-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-5,[dir=ltr]:root[data-theme=darkmode] .px-xl-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-5,[dir=rtl]:root[data-theme=darkmode] .px-xl-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-xl-5,[dir]:root[data-theme=darkmode] .py-xl-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-5,[dir=ltr]:root[data-theme=darkmode] .px-xl-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-5,[dir=rtl]:root[data-theme=darkmode] .px-xl-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-xl-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n1,[dir]:root[data-theme=darkmode] .my-xl-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n1,[dir]:root[data-theme=darkmode] .my-xl-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-xl-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n2,[dir]:root[data-theme=darkmode] .my-xl-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n2,[dir]:root[data-theme=darkmode] .my-xl-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n3,[dir]:root[data-theme=darkmode] .my-xl-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n3,[dir]:root[data-theme=darkmode] .my-xl-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-xl-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n4,[dir]:root[data-theme=darkmode] .my-xl-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n4,[dir]:root[data-theme=darkmode] .my-xl-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n5,[dir]:root[data-theme=darkmode] .my-xl-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n5,[dir]:root[data-theme=darkmode] .my-xl-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-xl-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-xl-auto,[dir]:root[data-theme=darkmode] .my-xl-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-auto,[dir=ltr]:root[data-theme=darkmode] .mx-xl-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-auto,[dir=rtl]:root[data-theme=darkmode] .mx-xl-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-xl-auto,[dir]:root[data-theme=darkmode] .my-xl-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-auto,[dir=ltr]:root[data-theme=darkmode] .mx-xl-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-auto,[dir=rtl]:root[data-theme=darkmode] .mx-xl-auto{margin-right:auto!important}}:root[data-theme=darkmode] .stretched-link::after{position:absolute;top:0;bottom:0;z-index:1;pointer-events:auto;content:""}[dir]:root[data-theme=darkmode] .stretched-link::after{background-color:rgba(0,0,0,0)}[dir=ltr]:root[data-theme=darkmode] .stretched-link::after{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .stretched-link::after{left:0;right:0}:root[data-theme=darkmode] .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}[dir]:root[data-theme=darkmode] .text-justify{text-align:justify!important}:root[data-theme=darkmode] .text-wrap{white-space:normal!important}:root[data-theme=darkmode] .text-nowrap{white-space:nowrap!important}:root[data-theme=darkmode] .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr]:root[data-theme=darkmode] .text-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-center{text-align:center!important}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .text-sm-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-sm-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-sm-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-sm-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-sm-center{text-align:center!important}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .text-md-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-md-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-md-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-md-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-md-center{text-align:center!important}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .text-lg-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-lg-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-lg-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-lg-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-lg-center{text-align:center!important}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .text-xl-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-xl-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-xl-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-xl-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-xl-center{text-align:center!important}}:root[data-theme=darkmode] .text-lowercase{text-transform:lowercase!important}:root[data-theme=darkmode] .text-uppercase{text-transform:uppercase!important}:root[data-theme=darkmode] .text-capitalize{text-transform:capitalize!important}:root[data-theme=darkmode] .font-weight-light{font-weight:300!important}:root[data-theme=darkmode] .font-weight-lighter{font-weight:lighter!important}:root[data-theme=darkmode] .font-weight-normal{font-weight:400!important}:root[data-theme=darkmode] .font-weight-bold{font-weight:700!important}:root[data-theme=darkmode] .font-weight-bolder{font-weight:bolder!important}:root[data-theme=darkmode] .font-italic{font-style:italic!important}:root[data-theme=darkmode] .text-white{color:#fff!important}:root[data-theme=darkmode] .text-primary{color:#007bff!important}:root[data-theme=darkmode] a.text-primary:focus,:root[data-theme=darkmode] a.text-primary:hover{color:#0056b3!important}:root[data-theme=darkmode] .text-secondary{color:#6c757d!important}:root[data-theme=darkmode] a.text-secondary:focus,:root[data-theme=darkmode] a.text-secondary:hover{color:#494f54!important}:root[data-theme=darkmode] .text-success{color:#28a745!important}:root[data-theme=darkmode] a.text-success:focus,:root[data-theme=darkmode] a.text-success:hover{color:#19692c!important}:root[data-theme=darkmode] .text-info{color:#3498db!important}:root[data-theme=darkmode] a.text-info:focus,:root[data-theme=darkmode] a.text-info:hover{color:#1d6fa5!important}:root[data-theme=darkmode] .text-warning{color:#f39c12!important}:root[data-theme=darkmode] a.text-warning:focus,:root[data-theme=darkmode] a.text-warning:hover{color:#b06f09!important}:root[data-theme=darkmode] .text-danger{color:#dc3545!important}:root[data-theme=darkmode] a.text-danger:focus,:root[data-theme=darkmode] a.text-danger:hover{color:#a71d2a!important}:root[data-theme=darkmode] .text-light{color:#dee2e6!important}:root[data-theme=darkmode] a.text-light:focus,:root[data-theme=darkmode] a.text-light:hover{color:#b2bcc5!important}:root[data-theme=darkmode] .text-dark{color:#181a1b!important}:root[data-theme=darkmode] a.text-dark:focus,:root[data-theme=darkmode] a.text-dark:hover{color:#000!important}:root[data-theme=darkmode] .text-body{color:#fff!important}:root[data-theme=darkmode] .hint,:root[data-theme=darkmode] .text-muted{color:#888!important}:root[data-theme=darkmode] .text-black-50{color:rgba(0,0,0,.5)!important}:root[data-theme=darkmode] .text-white-50{color:rgba(255,255,255,.5)!important}:root[data-theme=darkmode] .text-hide{font:0/0 a;color:transparent}[dir]:root[data-theme=darkmode] .text-hide{text-shadow:none;background-color:transparent;border:0}:root[data-theme=darkmode] .text-decoration-none{text-decoration:none!important}:root[data-theme=darkmode] .text-break{word-break:break-word!important;word-wrap:break-word!important}:root[data-theme=darkmode] .text-reset{color:inherit!important}:root[data-theme=darkmode] .visible{visibility:visible!important}:root[data-theme=darkmode] .invisible{visibility:hidden!important}@media print{[dir]:root[data-theme=darkmode] *,[dir]:root[data-theme=darkmode] ::after,[dir]:root[data-theme=darkmode] ::before{text-shadow:none!important;box-shadow:none!important}:root[data-theme=darkmode] a:not(.btn){text-decoration:underline}:root[data-theme=darkmode] abbr[title]::after{content:" (" attr(title) ")"}:root[data-theme=darkmode] pre{white-space:pre-wrap!important}:root[data-theme=darkmode] blockquote,:root[data-theme=darkmode] pre{page-break-inside:avoid}[dir]:root[data-theme=darkmode] blockquote,[dir]:root[data-theme=darkmode] pre{border:1px solid #2a2d2f}:root[data-theme=darkmode] thead{display:table-header-group}:root[data-theme=darkmode] img,:root[data-theme=darkmode] tr{page-break-inside:avoid}:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3,:root[data-theme=darkmode] p{orphans:3;widows:3}:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3{page-break-after:avoid}:root[data-theme=darkmode] body{min-width:992px!important}:root[data-theme=darkmode] .container{min-width:992px!important}:root[data-theme=darkmode] .navbar,:root[data-theme=darkmode] .ta-navbar-top{display:none}[dir]:root[data-theme=darkmode] .badge{border:1px solid #000}:root[data-theme=darkmode] .table{border-collapse:collapse!important}[dir]:root[data-theme=darkmode] .table td,[dir]:root[data-theme=darkmode] .table th{background-color:#fff!important}[dir]:root[data-theme=darkmode] .table-bordered td,[dir]:root[data-theme=darkmode] .table-bordered th{border:1px solid #dee2e6!important}:root[data-theme=darkmode] .table-dark{color:inherit}[dir]:root[data-theme=darkmode] .table-dark tbody+tbody,[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .table .thead-dark th{color:inherit}[dir]:root[data-theme=darkmode] .table .thead-dark th{border-color:rgba(140,130,115,.13)}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}:root[data-theme=darkmode] .bootstrap-select>select.bs-select-hidden,:root[data-theme=darkmode] select.bs-select-hidden,:root[data-theme=darkmode] select.selectpicker{display:none!important}:root[data-theme=darkmode] .bootstrap-select{vertical-align:middle}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{position:relative;width:100%;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{text-align:right}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{text-align:left}[dir]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle:after{margin-top:-1px}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:active,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:hover{color:rgba(255,255,255,.5)}:root[data-theme=darkmode] .bootstrap-select>select{position:absolute!important;bottom:0;display:block!important;width:.5px!important;height:100%!important;opacity:0!important;z-index:0!important}[dir]:root[data-theme=darkmode] .bootstrap-select>select{padding:0!important;border:none}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>select{left:50%}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>select{right:50%}:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{top:0;display:block!important;width:100%!important;z-index:2!important}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{right:0}.error [dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle,.has-error [dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle,.was-validated [dir]:root[data-theme=darkmode] .bootstrap-select select:invalid+.dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.has-validation-error .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.input-validation-error .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.is-invalid .dropdown-toggle{border-color:#b94a48}.was-validated [dir]:root[data-theme=darkmode] .bootstrap-select select:valid+.dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.is-valid .dropdown-toggle{border-color:#28a745}:root[data-theme=darkmode] .bootstrap-select.fit-width{width:auto!important}:root[data-theme=darkmode] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle:focus,:root[data-theme=darkmode] .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}:root[data-theme=darkmode] .bootstrap-select.form-control{height:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>:root[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]){width:100%}:root[data-theme=darkmode] .bootstrap-select.form-control.input-group-btn{z-index:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control.input-group-btn{float:none}.form-inline :root[data-theme=darkmode] .bootstrap-select,.form-inline :root[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]){width:auto}:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),:root[data-theme=darkmode] .bootstrap-select[class*=col-]{display:inline-block}[dir]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{float:none}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{margin-right:0}.row [dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.dropdown-menu-right,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.row [dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.dropdown-menu-right,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right{float:left}.form-group [dir]:root[data-theme=darkmode] .bootstrap-select,.form-horizontal [dir]:root[data-theme=darkmode] .bootstrap-select,.form-inline [dir]:root[data-theme=darkmode] .bootstrap-select{margin-bottom:0}.form-group-lg [dir]:root[data-theme=darkmode] .bootstrap-select.form-control,.form-group-sm [dir]:root[data-theme=darkmode] .bootstrap-select.form-control{padding:0}.form-group-lg :root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle,.form-group-sm :root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit}.form-group-lg [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle,.form-group-sm [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle,:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{border-radius:inherit}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline :root[data-theme=darkmode] .bootstrap-select .form-control{width:100%}[dir]:root[data-theme=darkmode] .bootstrap-select.disabled,[dir]:root[data-theme=darkmode] .bootstrap-select>.disabled{cursor:not-allowed}:root[data-theme=darkmode] .bootstrap-select.disabled:focus,:root[data-theme=darkmode] .bootstrap-select>.disabled:focus{outline:0!important}:root[data-theme=darkmode] .bootstrap-select.bs-container{position:absolute;top:0;height:0!important}[dir]:root[data-theme=darkmode] .bootstrap-select.bs-container{padding:0!important}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.bs-container{left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.bs-container{right:0}:root[data-theme=darkmode] .bootstrap-select.bs-container .dropdown-menu{z-index:1060}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;height:100%;width:100%;overflow:hidden;flex:0 1 auto}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{left:0;float:left;text-align:left}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{right:0;float:right;text-align:right}.bs3[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.bs3[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-left:inherit}.input-group .bs3-has-addon:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{position:absolute}.input-group .bs3-has-addon[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-top:inherit;padding-bottom:inherit;float:none}.input-group .bs3-has-addon[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-left:inherit}.input-group .bs3-has-addon[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.input-group .bs3-has-addon[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-left:inherit}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{width:0!important;opacity:0!important;overflow:hidden}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{float:left}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{float:right}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;vertical-align:middle}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{margin-top:-2px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{right:12px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{left:12px}.input-group [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}:root[data-theme=darkmode] .bootstrap-select[class*=col-] .dropdown-toggle{width:100%}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu.inner{position:static}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu.inner{float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li{position:relative}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active .field-validation-error,:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a{user-select:none}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a{cursor:pointer}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{position:relative}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{padding-left:2.25em}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{padding-right:2.25em}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.check-mark{display:none}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.text{display:inline-block}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li small{padding-left:.5em}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li small{padding-right:.5em}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;min-height:26px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify{margin:0 2%;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut{animation:.3s linear 750ms forwards bs-notify-fadeOut}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut{animation:.3s linear 750ms forwards bs-notify-fadeOut}:root[data-theme=darkmode] .bootstrap-select .no-results{white-space:nowrap}[dir]:root[data-theme=darkmode] .bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline}[dir]:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option{padding:0}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret{margin-top:-1px}:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;top:5px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{right:15px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{left:15px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text{margin-left:34px}:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;transform-style:preserve-3d}[dir]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-style:solid}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-width:0 .26em .26em 0;transform:rotate(45deg)}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-width:0 0 .26em .26em;transform:rotate(-45deg)}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';position:absolute;bottom:-4px;display:none}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-bottom:7px solid rgba(204,204,204,.2)}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-left:7px solid transparent;border-right:7px solid transparent;left:9px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-right:7px solid transparent;border-left:7px solid transparent;right:9px}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';position:absolute;bottom:-4px;display:none}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-bottom:6px solid #fff}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-left:6px solid transparent;border-right:6px solid transparent;left:10px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-right:6px solid transparent;border-left:6px solid transparent;right:10px}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{border-top:7px solid rgba(204,204,204,.2);border-bottom:0}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{border-top:6px solid #fff;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{left:12px;right:auto}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{left:13px;right:auto}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}[dir]:root[data-theme=darkmode] .bs-actionsbox,[dir]:root[data-theme=darkmode] .bs-donebutton,[dir]:root[data-theme=darkmode] .bs-searchbox{padding:4px 8px}:root[data-theme=darkmode] .bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root[data-theme=darkmode] .bs-actionsbox .btn-group button{width:50%}:root[data-theme=darkmode] .bs-donebutton{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}[dir=ltr]:root[data-theme=darkmode] .bs-donebutton{float:left}[dir=rtl]:root[data-theme=darkmode] .bs-donebutton{float:right}:root[data-theme=darkmode] .bs-donebutton .btn-group button{width:100%}[dir]:root[data-theme=darkmode] .bs-searchbox+.bs-actionsbox{padding:0 8px 4px}:root[data-theme=darkmode] .bs-searchbox .form-control{width:100%}[dir]:root[data-theme=darkmode] .bs-searchbox .form-control{margin-bottom:0;float:none}:root[data-theme=darkmode] .slider{display:inline-block;vertical-align:middle;position:relative}:root[data-theme=darkmode] .slider.slider-horizontal{width:210px;height:20px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{height:10px;width:100%;top:50%}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{margin-top:-5px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{right:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-selection,:root[data-theme=darkmode] .slider.slider-horizontal .slider-track-high,:root[data-theme=darkmode] .slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick{margin-left:-10px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick{margin-right:-10px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle.triangle,:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;width:0;height:0}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle.triangle,[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick.triangle{transform:translateY(-50%);border-width:0 10px 10px 10px;border-bottom-color:#036fa5;margin-top:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;width:100%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{right:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container{white-space:nowrap}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container{margin-top:20px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{text-align:center}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-track{right:initial;left:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-handle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick{margin-left:initial;margin-right:-10px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-handle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick{margin-right:initial;margin-left:-10px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick-container{right:initial;left:0}:root[data-theme=darkmode] .slider.slider-vertical{height:210px;width:20px}:root[data-theme=darkmode] .slider.slider-vertical .slider-track{width:10px;height:100%;top:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track{left:25%}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track{right:25%}:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{width:100%;top:0;bottom:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{right:0}:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{width:100%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{left:0;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{right:0;left:0}[dir]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle,[dir]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick{margin-top:-10px}:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{width:1px;height:1px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;border-left-color:#036fa5;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{border-width:10px 10px 10px 0;border-right-color:#036fa5;margin-right:0}:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container{white-space:nowrap}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-right:4px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-track{right:initial;left:25%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-selection{right:initial;left:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-handle.triangle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-handle.triangle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 0 10px 10px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-right:initial;padding-left:4px}[dir]:root[data-theme=darkmode] .slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top,#dfdfdf,#bebebe);background-image:-webkit-gradient(linear,0 0,0 100%,from(#dfdfdf),to(#bebebe));background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf,#bebebe);background-image:linear-gradient(to bottom,#dfdfdf,#bebebe);background-repeat:repeat-x}[dir]:root[data-theme=darkmode] .slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#e9e9e9));background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:linear-gradient(to bottom,#e5e5e5,#e9e9e9);background-repeat:repeat-x;cursor:not-allowed}:root[data-theme=darkmode] .slider input{display:none}:root[data-theme=darkmode] .slider .tooltip-inner{white-space:nowrap;max-width:none}:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{position:relative}[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{left:-50%}[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{right:-50%}:root[data-theme=darkmode] .slider.bs-tooltip-auto[x-placement^=left] .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-auto[x-placement^=right] .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-left .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}:root[data-theme=darkmode] .slider .tooltip{pointer-events:none}[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top] .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top .arrow{left:-.4rem}[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top] .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top .arrow{right:-.4rem}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top{margin-top:-44px}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom{margin-top:2px}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=left],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=right],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-left,[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-right{margin-top:-14px}:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=left] .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=right] .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-left .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-right .arrow{top:8px}:root[data-theme=darkmode] .slider .hide{display:none}:root[data-theme=darkmode] .slider-track{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px;cursor:pointer}:root[data-theme=darkmode] .slider-selection{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:linear-gradient(to bottom,#f9f9f9,#f5f5f5);background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);border-radius:4px}[dir]:root[data-theme=darkmode] .slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x}:root[data-theme=darkmode] .slider-track-high,:root[data-theme=darkmode] .slider-track-low{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-track-high,[dir]:root[data-theme=darkmode] .slider-track-low{border-radius:4px;background:0 0}:root[data-theme=darkmode] .slider-handle{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);position:absolute;top:0;width:20px;height:20px}[dir]:root[data-theme=darkmode] .slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top,#0480be,#036fa5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0480be),to(#036fa5));background-image:-webkit-linear-gradient(top,#0480be,#036fa5);background-image:-o-linear-gradient(top,#0480be,#036fa5);background-image:linear-gradient(to bottom,#0480be,#036fa5);background-repeat:repeat-x;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);background-color:#0480be;border:0 solid transparent}[dir]:root[data-theme=darkmode] .slider-handle:hover{cursor:pointer}:root[data-theme=darkmode] .slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px}[dir]:root[data-theme=darkmode] .slider-handle.round{border-radius:20px}[dir]:root[data-theme=darkmode] .slider-handle.triangle{background:transparent none}[dir]:root[data-theme=darkmode] .slider-handle.custom{background:transparent none}:root[data-theme=darkmode] .slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}:root[data-theme=darkmode] .slider-tick{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:20px;height:20px;filter:none;opacity:.8}[dir]:root[data-theme=darkmode] .slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);cursor:pointer;border:0 solid transparent}[dir]:root[data-theme=darkmode] .slider-tick.round{border-radius:50%}[dir]:root[data-theme=darkmode] .slider-tick.triangle{background:transparent none}[dir]:root[data-theme=darkmode] .slider-tick.custom{background:transparent none}:root[data-theme=darkmode] .slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}:root[data-theme=darkmode] .slider-tick.in-selection{opacity:1}[dir]:root[data-theme=darkmode] .slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x}@media (min-width:576px){:root[data-theme=darkmode] .w-sm-25{width:25%!important}:root[data-theme=darkmode] .w-sm-50{width:50%!important}:root[data-theme=darkmode] .w-sm-75{width:75%!important}:root[data-theme=darkmode] .w-sm-100{width:100%!important}:root[data-theme=darkmode] .w-sm-auto{width:auto!important}:root[data-theme=darkmode] .h-sm-25{height:25%!important}:root[data-theme=darkmode] .h-sm-50{height:50%!important}:root[data-theme=darkmode] .h-sm-75{height:75%!important}:root[data-theme=darkmode] .h-sm-100{height:100%!important}:root[data-theme=darkmode] .h-sm-auto{height:auto!important}}@media (min-width:768px){:root[data-theme=darkmode] .w-md-25{width:25%!important}:root[data-theme=darkmode] .w-md-50{width:50%!important}:root[data-theme=darkmode] .w-md-75{width:75%!important}:root[data-theme=darkmode] .w-md-100{width:100%!important}:root[data-theme=darkmode] .w-md-auto{width:auto!important}:root[data-theme=darkmode] .h-md-25{height:25%!important}:root[data-theme=darkmode] .h-md-50{height:50%!important}:root[data-theme=darkmode] .h-md-75{height:75%!important}:root[data-theme=darkmode] .h-md-100{height:100%!important}:root[data-theme=darkmode] .h-md-auto{height:auto!important}}@media (min-width:992px){:root[data-theme=darkmode] .w-lg-25{width:25%!important}:root[data-theme=darkmode] .w-lg-50{width:50%!important}:root[data-theme=darkmode] .w-lg-75{width:75%!important}:root[data-theme=darkmode] .w-lg-100{width:100%!important}:root[data-theme=darkmode] .w-lg-auto{width:auto!important}:root[data-theme=darkmode] .h-lg-25{height:25%!important}:root[data-theme=darkmode] .h-lg-50{height:50%!important}:root[data-theme=darkmode] .h-lg-75{height:75%!important}:root[data-theme=darkmode] .h-lg-100{height:100%!important}:root[data-theme=darkmode] .h-lg-auto{height:auto!important}}@media (min-width:1200px){:root[data-theme=darkmode] .w-xl-25{width:25%!important}:root[data-theme=darkmode] .w-xl-50{width:50%!important}:root[data-theme=darkmode] .w-xl-75{width:75%!important}:root[data-theme=darkmode] .w-xl-100{width:100%!important}:root[data-theme=darkmode] .w-xl-auto{width:auto!important}:root[data-theme=darkmode] .h-xl-25{height:25%!important}:root[data-theme=darkmode] .h-xl-50{height:50%!important}:root[data-theme=darkmode] .h-xl-75{height:75%!important}:root[data-theme=darkmode] .h-xl-100{height:100%!important}:root[data-theme=darkmode] .h-xl-auto{height:auto!important}}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] ul.pager{justify-content:center}[dir]:root[data-theme=darkmode] ul.pager{margin-top:1rem}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-6{flex:0 0 100%;max-width:100%}[dir]:root[data-theme=darkmode] .tab-pane{border-bottom:1px solid rgba(140,130,115,.13);border-top:1px solid rgba(140,130,115,.13);margin-bottom:1rem;padding-top:1rem}[dir=ltr]:root[data-theme=darkmode] .tab-pane{border-left:1px solid rgba(140,130,115,.13);border-right:1px solid rgba(140,130,115,.13);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;padding-left:1rem;padding-right:1rem}[dir=rtl]:root[data-theme=darkmode] .tab-pane{border-right:1px solid rgba(140,130,115,.13);border-left:1px solid rgba(140,130,115,.13);border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;padding-right:1rem;padding-left:1rem}[dir]:root[data-theme=darkmode] .nav-tabs{border-bottom:none;margin-top:1px;margin-bottom:-1px}:root[data-theme=darkmode] .nav-tabs .nav-link{color:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link{border:none;background-color:#888}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .nav-tabs .nav-link{transition:none}}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:hover{background-color:#757575}:root[data-theme=darkmode] .nav-tabs .nav-link.active{color:#181a1b}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-top:1px solid rgba(140,130,115,.13);cursor:initial;background-color:#fff}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-left:1px solid rgba(140,130,115,.13);border-right:1px solid rgba(140,130,115,.13)}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-right:1px solid rgba(140,130,115,.13);border-left:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active:hover{background-color:#fff}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item{margin-bottom:0}@media (max-width:767.98px){[dir]:root[data-theme=darkmode] .nav-tabs .nav-item:not(.nav-link){padding-bottom:.25rem}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-bottom:1px solid rgba(140,130,115,.13)}}[dir=ltr]:root[data-theme=darkmode] .ta-content-login{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ta-content-login{margin-right:0!important}:root[data-theme=darkmode] .auth-form label{display:block}:root[data-theme=darkmode] .CodeMirror{height:auto}[dir]:root[data-theme=darkmode] .CodeMirror{border:1px solid #ddd}:root[data-theme=darkmode] .CodeMirror-fullscreen{z-index:1000;top:0!important}:root[data-theme=darkmode] .CodeMirror pre{line-height:1.25;overflow:unset}[dir]:root[data-theme=darkmode] .CodeMirror pre{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .CodeMirror pre{padding-left:7px}[dir=rtl]:root[data-theme=darkmode] .CodeMirror pre{padding-right:7px}[dir]:root[data-theme=darkmode] .CodeMirror-activeline-background{background:0 0!important}[dir]:root[data-theme=darkmode] .CodeMirror-focused .CodeMirror-activeline-background{background:rgba(100,100,100,.1)!important}:root[data-theme=darkmode] .switch{font-size:1rem;position:relative}:root[data-theme=darkmode] .switch input{position:absolute;height:1px;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden}[dir]:root[data-theme=darkmode] .switch input{background:0 0;border:0;padding:0}:root[data-theme=darkmode] .switch input+label{position:relative;min-width:calc(calc(2.375rem * .8) * 2);height:calc(2.375rem * .8);line-height:calc(2.375rem * .8);display:inline-block;outline:0;user-select:none;vertical-align:middle;text-indent:calc(calc(calc(2.375rem * .8) * 2) + .5rem)}[dir]:root[data-theme=darkmode] .switch input+label{border-radius:calc(2.375rem * .8);cursor:pointer}:root[data-theme=darkmode] .switch input+label::after,:root[data-theme=darkmode] .switch input+label::before{content:"";position:absolute;top:0;width:calc(calc(2.375rem * .8) * 2);bottom:0;display:block}[dir=ltr]:root[data-theme=darkmode] .switch input+label::after,[dir=ltr]:root[data-theme=darkmode] .switch input+label::before{left:0}[dir=rtl]:root[data-theme=darkmode] .switch input+label::after,[dir=rtl]:root[data-theme=darkmode] .switch input+label::before{right:0}:root[data-theme=darkmode] .switch input+label::before{transition:.2s all}[dir]:root[data-theme=darkmode] .switch input+label::before{background-color:#dee2e6;border-radius:calc(2.375rem * .8)}[dir=ltr]:root[data-theme=darkmode] .switch input+label::before{right:0}[dir=rtl]:root[data-theme=darkmode] .switch input+label::before{left:0}:root[data-theme=darkmode] .switch input+label::after{top:2px;width:calc(calc(2.375rem * .8) - calc(2px * 2));height:calc(calc(2.375rem * .8) - calc(2px * 2));transition:.2s all}[dir]:root[data-theme=darkmode] .switch input+label::after{border-radius:50%;background-color:#fff}[dir=ltr]:root[data-theme=darkmode] .switch input+label::after{left:2px}[dir=rtl]:root[data-theme=darkmode] .switch input+label::after{right:2px}[dir]:root[data-theme=darkmode] .switch input:checked+label::before{background-color:#28a745}[dir=ltr]:root[data-theme=darkmode] .switch input:checked+label::after{margin-left:calc(2.375rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch input:checked+label::after{margin-right:calc(2.375rem * .8)}:root[data-theme=darkmode] .switch input:focus+label::before{outline:0}[dir]:root[data-theme=darkmode] .switch input:focus+label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}:root[data-theme=darkmode] .switch input:disabled+label{color:#868e96}[dir]:root[data-theme=darkmode] .switch input:disabled+label{cursor:not-allowed}[dir]:root[data-theme=darkmode] .switch input:disabled+label::before{background-color:#e9ecef}:root[data-theme=darkmode] .switch.switch-sm{font-size:.875rem}:root[data-theme=darkmode] .switch.switch-sm input+label{min-width:calc(calc(1.9375rem * .8) * 2);height:calc(1.9375rem * .8);line-height:calc(1.9375rem * .8);text-indent:calc(calc(calc(1.9375rem * .8) * 2) + .5rem)}:root[data-theme=darkmode] .switch.switch-sm input+label::before{width:calc(calc(1.9375rem * .8) * 2)}:root[data-theme=darkmode] .switch.switch-sm input+label::after{width:calc(calc(1.9375rem * .8) - calc(2px * 2));height:calc(calc(1.9375rem * .8) - calc(2px * 2))}[dir=ltr]:root[data-theme=darkmode] .switch.switch-sm input:checked+label::after{margin-left:calc(1.9375rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch.switch-sm input:checked+label::after{margin-right:calc(1.9375rem * .8)}:root[data-theme=darkmode] .switch.switch-lg{font-size:1.25rem}:root[data-theme=darkmode] .switch.switch-lg input+label{min-width:calc(calc(3rem * .8) * 2);height:calc(3rem * .8);line-height:calc(3rem * .8);text-indent:calc(calc(calc(3rem * .8) * 2) + .5rem)}:root[data-theme=darkmode] .switch.switch-lg input+label::before{width:calc(calc(3rem * .8) * 2)}:root[data-theme=darkmode] .switch.switch-lg input+label::after{width:calc(calc(3rem * .8) - calc(2px * 2));height:calc(calc(3rem * .8) - calc(2px * 2))}[dir=ltr]:root[data-theme=darkmode] .switch.switch-lg input:checked+label::after{margin-left:calc(3rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch.switch-lg input:checked+label::after{margin-right:calc(3rem * .8)}[dir=ltr]:root[data-theme=darkmode] .switch+.switch{margin-left:1rem}[dir=rtl]:root[data-theme=darkmode] .switch+.switch{margin-right:1rem}:root[data-theme=darkmode] #ui-datepicker-div{z-index:100!important}:root[data-theme=darkmode] .ta-navbar-top{z-index:1030}[dir]:root[data-theme=darkmode] .ta-navbar-top{border-bottom:1px solid #393e40;padding:.3rem 1rem;box-shadow:0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03)}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top{padding-right:0}:root[data-theme=darkmode] .ta-navbar-top h1{font-size:24px;font-weight:700;position:absolute;top:10px}:root[data-theme=darkmode] .ta-navbar-top .nav-link{font-size:14px}[dir]:root[data-theme=darkmode] .ta-navbar-top .breadcrumb{background-color:transparent;margin-top:1rem}:root[data-theme=darkmode] .ta-navbar-top .btn.nav-link,:root[data-theme=darkmode] .ta-navbar-top .nav-link.button{display:inline-block}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top h1{left:275px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top h1{right:275px}}@media (max-width:767.98px){[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse li:first-child .nav-link{padding-top:15px}[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse li:last-child .nav-link{padding-bottom:0}}:root[data-theme=darkmode] .ta-navbar-brand{overflow:hidden;height:42px;white-space:nowrap;font-size:14px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] .ta-navbar-brand{padding-top:10px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand{margin-left:5px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand{margin-right:5px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand span:first-child{margin-left:5px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand span:first-child{margin-right:5px}:root[data-theme=darkmode] .ta-navbar-brand span:last-child{font-weight:700;color:#0078d4}:root[data-theme=darkmode] .ta-navbar-brand img{width:25px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand img{margin-left:5px;margin-right:11px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand img{margin-right:5px;margin-left:11px}:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-brand{width:30px;height:42px}:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-brand span{display:none}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1{left:63px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1{right:63px}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .nav-item{margin-left:10px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .nav-item{margin-right:10px}:root[data-theme=darkmode] .action-bar{top:3.3rem;z-index:1050}[dir]:root[data-theme=darkmode] .list-group li:hover{background-color:#1b1e1f}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{z-index:calc(1000 + 1);position:fixed;top:52px;bottom:0;width:260px;color:#b5afa6;font-family:"Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{background-color:#242728}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{left:0;border-right:1px solid #393e40;transition:left .2s ease-in-out,width .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{right:0;border-left:1px solid #393e40;transition:right .2s ease-in-out,width .2s ease-in-out}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar{width:4px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar-thumb{background-color:#495057}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figure{margin:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transition-duration:.2s}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(90deg)}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(-90deg)}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=false] .chevron{transition-duration:.2s}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse{display:none}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse.show{display:block}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{position:absolute;top:38%}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{left:100%;margin-left:-25px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{right:100%;margin-right:-25px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption{position:relative;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption{margin:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav{position:relative;flex:1 1 auto;height:calc(100% - 51px - 38px)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul{white-space:nowrap}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul{margin:0;padding:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li{position:relative;display:list-item;list-style:none}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li{margin:0;padding:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li .item-label{flex-grow:1}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li .item-label{cursor:pointer}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li{line-height:3em;width:260px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li{background-color:#242728}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li:first-child:after{content:"";width:92%;height:1px;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li:first-child:after{background:rgba(140,130,115,.13);margin:0 auto}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li>figure>ul>li{line-height:2.5em}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin{overflow-y:auto;overflow-x:hidden;height:100%;scrollbar-width:thin;scrollbar-color:#495057 #242728}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin{margin-bottom:40px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{display:flex}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{padding-right:0!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon{flex-shrink:0;font-size:22px;width:48px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon svg{width:35px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.title{flex-grow:1;font-size:14px;width:calc(100% - 48px - 45px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin>li>figure>figcaption>.item-label>.collapse-icon{color:rgba(255,0,0,0);display:flex;justify-content:center}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{color:#bdb7af;text-decoration:none}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{padding-left:16px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{padding-right:16px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle{color:inherit;font:inherit;width:45px;outline:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle{background:0 0;border:none;padding:0;cursor:pointer}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>li>figure>figcaption>.item-label{width:100%}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited{padding-left:12px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited{padding-right:12px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{color:rgba(232,230,227,.9)!important;font-weight:600}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{background:rgba(0,0,0,.1)}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{padding-right:48px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label{padding-right:48px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label{font-weight:600}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label{background-color:rgba(0,0,0,.05)}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{border-left:3px solid;border-left-color:rgba(0,0,0,.05);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{border-right:3px solid;border-right-color:rgba(0,0,0,.05);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label{color:#bdb7af!important}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label{background:rgba(0,0,0,.05)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label>span.icon,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label>span.icon{font-size:16px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li{background:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{color:rgba(232,230,227,.9)}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{padding-right:48px!important}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>.active>a{padding-left:44px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>.active>a{padding-right:44px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer{position:relative;z-index:1}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer{background-color:#242728!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before{content:"";width:92%;height:1px;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before{background:rgba(140,130,115,.13);margin:0 auto}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter:focus{border:none;box-shadow:unset;border-radius:unset}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{z-index:calc(1000 + 1);position:fixed;top:52px;bottom:0;width:48px;color:#b5afa6;font-family:"Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{background-color:#242728}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{left:0;border-right:1px solid #393e40;transition:left .2s ease-in-out,width .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{right:0;border-left:1px solid #393e40;transition:right .2s ease-in-out,width .2s ease-in-out}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar{width:4px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar-thumb{background-color:#495057}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figure{margin:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=false] .chevron{transition-duration:.2s}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse.show{display:block}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{position:absolute;top:38%}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{left:100%;margin-left:-25px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{right:100%;margin-right:-25px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption{position:relative;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a,[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption{margin:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav{flex:1 1 auto;height:calc(100% - 51px);overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul{white-space:nowrap}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul{margin:0;padding:0;background-color:#1b1e1f}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li{position:relative;display:list-item;list-style:none}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li{margin:0;padding:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li .item-label{cursor:pointer}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{height:48px;line-height:3em;width:47px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{background-color:#242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:first-child>span.title:after{content:"";width:75%;height:1px;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:first-child>span.title:after{background:rgba(0,0,0,.1);margin:0 auto 4px auto}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>.btn-nostyle{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul>li{line-height:2.5em}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:not(.has-items) .item-label>span.icon{font-size:22px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{display:flex}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{padding-right:0!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon{flex-shrink:0;font-size:16px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon svg{width:35px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon-none{flex-shrink:0;font-size:16px;width:37px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.title{flex-grow:1;font-size:14px;width:calc(100% - 48px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>.collapse-icon{color:rgba(255,0,0,0);display:flex;justify-content:center}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .icon:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{color:#b5afa6}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible>figure>figcaption{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible>figure>figcaption>a.item-label{z-index:9999}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li .item-label:hover:not(:first-child){color:#b5afa6}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li .item-label:hover:not(:first-child){background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{display:inline-block!important;color:#bdb7af;width:48px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{background-color:#242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);z-index:1}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li .active>figure>figcaption>.item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{overflow:hidden}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li span.title{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible{overflow:visible;width:308px;transition:none;position:static}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure{position:absolute;z-index:999}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible span.icon,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible span.title{display:block}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{position:absolute;width:260px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);max-height:250px;z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{right:48px}@media (max-height:414px){:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure{position:static;z-index:unset}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure>ul:before{content:attr(data-title);font-size:14px;font-weight:700}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure>ul:before{padding:0 20px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{position:absolute;width:260px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);height:calc(100vh - 52px);max-height:unset;z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728;top:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{right:48px}}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul li .item-label:hover{background-color:rgba(0,0,0,.05)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{color:#bdb7af;display:flex}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{background-color:#1b1e1f}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{padding-right:0!important}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title{padding:0 20px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{color:#bdb7af}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{background-color:#1b1e1f!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{flex-shrink:0;font-size:22px;width:48px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon svg{width:35px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title{flex-grow:1;font-size:14px;font-weight:700;width:calc(100% - 48px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:260px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{content:"";height:1px;display:block;position:absolute;width:75%}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{background:rgba(0,0,0,.1);margin:0 auto}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{left:63px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{right:63px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{text-decoration:none}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{padding-left:16px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{padding-right:16px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle{color:inherit;font:inherit;width:45px;outline:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle{background:0 0;border:none;padding:0;cursor:pointer}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited{padding-left:12px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited{padding-right:12px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{color:rgba(0,0,0,.9)!important;font-weight:600}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{background:rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{padding-right:48px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label{padding-right:48px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>.item-label{font-weight:600}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>.item-label{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure .item-label{color:#bdb7af!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>.item-label{color:#bdb7af!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li{background:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{color:rgba(232,230,227,.9)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{padding-right:48px!important}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>.active>a{padding-left:44px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>.active>a{padding-right:44px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer{position:relative;z-index:1}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer{background-color:#242728!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before{content:"";width:60%;height:1px;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before{background:rgba(0,0,0,.1);margin:0 auto}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter:focus{display:none}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transition-duration:.2s}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(90deg)}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(-90deg)}[dir]:root[data-theme=darkmode] html:not(.fontawesome-i2svg-complete) #left-nav ul.menu-admin>li>.item-label{background-color:#f8f9fa!important}:root[data-theme=darkmode] .leftbar-compactor{display:block;width:48px;height:50px;color:#b5afa6;font-size:20px;display:block}[dir]:root[data-theme=darkmode] .leftbar-compactor{padding:10px;border:none;background-color:transparent;cursor:pointer;transition-duration:.2s;transform:scale(2,1)}[dir=ltr]:root[data-theme=darkmode] .leftbar-compactor{float:right}[dir=rtl]:root[data-theme=darkmode] .leftbar-compactor{float:left}:root[data-theme=darkmode] .leftbar-compactor:focus{outline:0}:root[data-theme=darkmode] .leftbar-compactor:hover{color:#0078d4;color:var(#0078d4)}[dir]:root[data-theme=darkmode] .leftbar-compactor:hover{text-shadow:0 0 4px rgba(0,120,212,.5)}:root[data-theme=darkmode] .leftbar-compactor:before{content:"\0027EA"}[dir]:root[data-theme=darkmode] .left-sidebar-compact .leftbar-compactor{transition-duration:.2s;transform:scale(-2,1)}:root[data-theme=darkmode] .preload *{-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important}[dir]:root[data-theme=darkmode] .preload *{-webkit-transition:none!important}[dir]:root[data-theme=darkmode] body{margin-bottom:40px;cursor:default}[dir]:root[data-theme=darkmode] .cursor-move{cursor:move}[dir]:root[data-theme=darkmode] .cursor-pointer{cursor:pointer}:root[data-theme=darkmode] [dir=rtl] .dropdown-menu{left:auto!important;right:0!important;transform:translate3d(0,38px,0)!important}:root[data-theme=darkmode] .dropdown-menu.scrollable{overflow-y:auto;max-height:250px}[dir]:root[data-theme=darkmode] .ta-content{padding:15px;margin-top:52px;margin-bottom:40px}[dir=ltr]:root[data-theme=darkmode] .ta-content{margin-left:260px;transition:margin-left .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .ta-content{margin-right:260px;transition:margin-right .2s ease-in-out}:root[data-theme=darkmode] .ta-content h1{line-height:40px;font-size:28px;letter-spacing:-.04em;font-weight:700}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-content{margin-left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-content{margin-right:48px}@media (max-width:767.98px){[dir=ltr]:root[data-theme=darkmode] .ta-content{margin-left:48px;transition:margin-left .5s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .ta-content{margin-right:48px;transition:margin-right .5s ease-in-out}}:root[data-theme=darkmode] .auth-wrapper{width:100%;max-width:800px}[dir]:root[data-theme=darkmode] .auth-wrapper{margin:auto}:root[data-theme=darkmode] .ui-sortable{min-height:1rem}[dir]:root[data-theme=darkmode] .with-checkbox .list-group-item{padding:.75rem .5rem}[dir]:root[data-theme=darkmode] .disable.custom-control-input:checked~.custom-control-label::before{border-color:red;background-color:red}:root[data-theme=darkmode] .action-bar{top:3.3rem;z-index:1000}[dir]:root[data-theme=darkmode] .list-group-item+.list-group-item{border-top-width:0}:root[data-theme=darkmode] svg{vertical-align:-.125em}[dir]:root[data-theme=darkmode] .bg-primary{background-color:#1b1e1f!important}[dir]:root[data-theme=darkmode] #mediaApp{background-color:#181a1b}:root[data-theme=darkmode] .blockquote-footer{color:#888}[dir]:root[data-theme=darkmode] .table-primary,[dir]:root[data-theme=darkmode] .table-primary>td,[dir]:root[data-theme=darkmode] .table-primary>th{background-color:#007bff}[dir]:root[data-theme=darkmode] .table-secondary,[dir]:root[data-theme=darkmode] .table-secondary>td,[dir]:root[data-theme=darkmode] .table-secondary>th{background-color:#6c757d}[dir]:root[data-theme=darkmode] .table-light,[dir]:root[data-theme=darkmode] .table-light>td,[dir]:root[data-theme=darkmode] .table-light>th{background-color:#dee2e6}[dir]:root[data-theme=darkmode] .table-dark,[dir]:root[data-theme=darkmode] .table-dark>td,[dir]:root[data-theme=darkmode] .table-dark>th{background-color:#181a1b}[dir]:root[data-theme=darkmode] .table-success,[dir]:root[data-theme=darkmode] .table-success>td,[dir]:root[data-theme=darkmode] .table-success>th{background-color:#28a745}[dir]:root[data-theme=darkmode] .table-info,[dir]:root[data-theme=darkmode] .table-info>td,[dir]:root[data-theme=darkmode] .table-info>th{background-color:#3498db}[dir]:root[data-theme=darkmode] .table-danger,[dir]:root[data-theme=darkmode] .table-danger>td,[dir]:root[data-theme=darkmode] .table-danger>th{background-color:#dc3545}[dir]:root[data-theme=darkmode] .table-warning,[dir]:root[data-theme=darkmode] .table-warning>td,[dir]:root[data-theme=darkmode] .table-warning>th{background-color:#f39c12}[dir]:root[data-theme=darkmode] .table-active,[dir]:root[data-theme=darkmode] .table-active>td,[dir]:root[data-theme=darkmode] .table-active>th{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>th{background-color:#006fe6}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>th{background-color:#60686f}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>th{background-color:#cfd5db}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>th{background-color:#0c0d0e}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>th{background-color:#23923d}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>th{background-color:#258cd1}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>th{background-color:#d32535}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>th{background-color:#e08e0b}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}:root[data-theme=darkmode] .hint{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}:root[data-theme=darkmode] .dashed.hint::before,:root[data-theme=darkmode] .hint.dashed::before,:root[data-theme=darkmode] .text-muted.dashed::before{content:'\2014\00a0'}[dir]:root[data-theme=darkmode] .validation-summary-errors{padding-bottom:0}:root[data-theme=darkmode] .inline-form{display:inline}:root[data-theme=darkmode] .code,:root[data-theme=darkmode] .form-control.code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:87.5%;color:inherit}[dir]:root[data-theme=darkmode] .code,[dir]:root[data-theme=darkmode] .form-control.code{padding:.2rem .4rem;border-radius:.25rem}:root[data-theme=darkmode] .label-link{font-size:12px}[dir=ltr]:root[data-theme=darkmode] .label-link{float:right}[dir=rtl]:root[data-theme=darkmode] .label-link{float:left}:root[data-theme=darkmode] label .field-validation-error::before{content:"- "}:root[data-theme=darkmode] .field-validation-valid{display:none}:root[data-theme=darkmode] select[multiple]{min-height:300px}:root[data-theme=darkmode] input[type=password]::-ms-clear,:root[data-theme=darkmode] input[type=password]::-ms-reveal{display:none}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=ltr]:root[data-theme=darkmode] .has-search .form-control{padding-left:2rem}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=rtl]:root[data-theme=darkmode] .has-search .form-control{padding-right:2rem}:root[data-theme=darkmode] .has-filter .form-control-feedback,:root[data-theme=darkmode] .has-search .form-control-feedback{position:absolute;z-index:4;display:block;width:1rem;height:2rem;line-height:1rem;pointer-events:none;color:#aaa}[dir]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir]:root[data-theme=darkmode] .has-search .form-control-feedback{text-align:center}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=ltr]:root[data-theme=darkmode] .has-search .form-control-feedback{left:10px}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=rtl]:root[data-theme=darkmode] .has-search .form-control-feedback{right:10px}[dir=ltr]:root[data-theme=darkmode] .has-search .form-control-feedback{left:10px}[dir=rtl]:root[data-theme=darkmode] .has-search .form-control-feedback{right:10px}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback{left:70px}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback{right:70px}:root[data-theme=darkmode] .input-group-addon{color:#fff}:root[data-theme=darkmode] .breadcrumb a{color:#fff}:root[data-theme=darkmode] .pagination a:hover,:root[data-theme=darkmode] ul.pager a:hover{text-decoration:none}:root[data-theme=darkmode] .close{opacity:.4}:root[data-theme=darkmode] .close:focus,:root[data-theme=darkmode] .close:hover{opacity:1}[dir]:root[data-theme=darkmode] .alert-$success{background-color:#28a745}:root[data-theme=darkmode] .list-group-item-action{color:#fff}:root[data-theme=darkmode] .list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-action:hover{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-action:hover{background-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .list-group-item-action .list-group-item-heading{color:#fff} + * ========================================================= */}:root[data-theme=darkmode] :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#f39c12;--green:#28a745;--teal:#20c997;--cyan:#3498db;--white:#fff;--gray:#888;--gray-dark:#181a1b;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#3498db;--warning:#f39c12;--danger:#dc3545;--light:#dee2e6;--dark:#181a1b;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}:root[data-theme=darkmode] *,:root[data-theme=darkmode] ::after,:root[data-theme=darkmode] ::before{box-sizing:border-box}:root[data-theme=darkmode] html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}:root[data-theme=darkmode] article,:root[data-theme=darkmode] aside,:root[data-theme=darkmode] figcaption,:root[data-theme=darkmode] figure,:root[data-theme=darkmode] footer,:root[data-theme=darkmode] header,:root[data-theme=darkmode] hgroup,:root[data-theme=darkmode] main,:root[data-theme=darkmode] nav,:root[data-theme=darkmode] section{display:block}:root[data-theme=darkmode] body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] body{margin:0;background-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] body{text-align:left}[dir=rtl]:root[data-theme=darkmode] body{text-align:right}:root[data-theme=darkmode] [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}:root[data-theme=darkmode] hr{box-sizing:content-box;height:0;overflow:visible}[dir]:root[data-theme=darkmode] h1,[dir]:root[data-theme=darkmode] h2,[dir]:root[data-theme=darkmode] h3,[dir]:root[data-theme=darkmode] h4,[dir]:root[data-theme=darkmode] h5,[dir]:root[data-theme=darkmode] h6{margin-top:0;margin-bottom:.5rem}[dir]:root[data-theme=darkmode] p{margin-top:0;margin-bottom:1rem}:root[data-theme=darkmode] abbr[data-original-title],:root[data-theme=darkmode] abbr[title]{text-decoration:underline;text-decoration:underline dotted;text-decoration-skip-ink:none}[dir]:root[data-theme=darkmode] abbr[data-original-title],[dir]:root[data-theme=darkmode] abbr[title]{cursor:help;border-bottom:0}:root[data-theme=darkmode] address{font-style:normal;line-height:inherit}[dir]:root[data-theme=darkmode] address{margin-bottom:1rem}[dir]:root[data-theme=darkmode] dl,[dir]:root[data-theme=darkmode] ol,[dir]:root[data-theme=darkmode] ul{margin-top:0;margin-bottom:1rem}[dir]:root[data-theme=darkmode] ol ol,[dir]:root[data-theme=darkmode] ol ul,[dir]:root[data-theme=darkmode] ul ol,[dir]:root[data-theme=darkmode] ul ul{margin-bottom:0}:root[data-theme=darkmode] dt{font-weight:700}[dir]:root[data-theme=darkmode] dd{margin-bottom:.5rem}[dir=ltr]:root[data-theme=darkmode] dd{margin-left:0}[dir=rtl]:root[data-theme=darkmode] dd{margin-right:0}[dir]:root[data-theme=darkmode] blockquote{margin:0 0 1rem}:root[data-theme=darkmode] b,:root[data-theme=darkmode] strong{font-weight:bolder}:root[data-theme=darkmode] .field-validation-error,:root[data-theme=darkmode] small{font-size:80%}:root[data-theme=darkmode] sub,:root[data-theme=darkmode] sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}:root[data-theme=darkmode] sub{bottom:-.25em}:root[data-theme=darkmode] sup{top:-.5em}:root[data-theme=darkmode] a{color:#007bff;text-decoration:none}[dir]:root[data-theme=darkmode] a{background-color:transparent}:root[data-theme=darkmode] a:hover{color:#0056b3;text-decoration:underline}:root[data-theme=darkmode] a:not([href]):not([class]){color:inherit;text-decoration:none}:root[data-theme=darkmode] a:not([href]):not([class]):hover{color:inherit;text-decoration:none}:root[data-theme=darkmode] code,:root[data-theme=darkmode] kbd,:root[data-theme=darkmode] pre,:root[data-theme=darkmode] samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}:root[data-theme=darkmode] pre{overflow:auto;-ms-overflow-style:scrollbar}[dir]:root[data-theme=darkmode] pre{margin-top:0;margin-bottom:1rem}[dir]:root[data-theme=darkmode] figure{margin:0 0 1rem}:root[data-theme=darkmode] img{vertical-align:middle}[dir]:root[data-theme=darkmode] img{border-style:none}:root[data-theme=darkmode] svg{overflow:hidden;vertical-align:middle}:root[data-theme=darkmode] table{border-collapse:collapse}:root[data-theme=darkmode] caption{color:#888;caption-side:bottom}[dir]:root[data-theme=darkmode] caption{padding-top:.75rem;padding-bottom:.75rem}[dir=ltr]:root[data-theme=darkmode] caption{text-align:left}[dir=rtl]:root[data-theme=darkmode] caption{text-align:right}[dir]:root[data-theme=darkmode] th{text-align:inherit;text-align:-webkit-match-parent}:root[data-theme=darkmode] label{display:inline-block}[dir]:root[data-theme=darkmode] label{margin-bottom:.5rem}[dir]:root[data-theme=darkmode] button{border-radius:0}:root[data-theme=darkmode] button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}:root[data-theme=darkmode] button,:root[data-theme=darkmode] input,:root[data-theme=darkmode] optgroup,:root[data-theme=darkmode] select,:root[data-theme=darkmode] textarea{font-family:inherit;font-size:inherit;line-height:inherit}[dir]:root[data-theme=darkmode] button,[dir]:root[data-theme=darkmode] input,[dir]:root[data-theme=darkmode] optgroup,[dir]:root[data-theme=darkmode] select,[dir]:root[data-theme=darkmode] textarea{margin:0}:root[data-theme=darkmode] button,:root[data-theme=darkmode] input{overflow:visible}:root[data-theme=darkmode] button,:root[data-theme=darkmode] select{text-transform:none}[dir]:root[data-theme=darkmode] [role=button]{cursor:pointer}:root[data-theme=darkmode] select{word-wrap:normal}:root[data-theme=darkmode] [type=button],:root[data-theme=darkmode] [type=reset],:root[data-theme=darkmode] [type=submit],:root[data-theme=darkmode] button{-webkit-appearance:button}[dir]:root[data-theme=darkmode] [type=button]:not(:disabled),[dir]:root[data-theme=darkmode] [type=reset]:not(:disabled),[dir]:root[data-theme=darkmode] [type=submit]:not(:disabled),[dir]:root[data-theme=darkmode] button:not(:disabled){cursor:pointer}[dir]:root[data-theme=darkmode] [type=button]::-moz-focus-inner,[dir]:root[data-theme=darkmode] [type=reset]::-moz-focus-inner,[dir]:root[data-theme=darkmode] [type=submit]::-moz-focus-inner,[dir]:root[data-theme=darkmode] button::-moz-focus-inner{padding:0;border-style:none}:root[data-theme=darkmode] input[type=checkbox],:root[data-theme=darkmode] input[type=radio]{box-sizing:border-box}[dir]:root[data-theme=darkmode] input[type=checkbox],[dir]:root[data-theme=darkmode] input[type=radio]{padding:0}:root[data-theme=darkmode] textarea{overflow:auto;resize:vertical}:root[data-theme=darkmode] fieldset{min-width:0}[dir]:root[data-theme=darkmode] fieldset{padding:0;margin:0;border:0}:root[data-theme=darkmode] legend{display:block;width:100%;max-width:100%;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}[dir]:root[data-theme=darkmode] legend{padding:0;margin-bottom:.5rem}:root[data-theme=darkmode] progress{vertical-align:baseline}:root[data-theme=darkmode] [type=number]::-webkit-inner-spin-button,:root[data-theme=darkmode] [type=number]::-webkit-outer-spin-button{height:auto}:root[data-theme=darkmode] [type=search]{outline-offset:-2px;-webkit-appearance:none}:root[data-theme=darkmode] [type=search]::-webkit-search-decoration{-webkit-appearance:none}:root[data-theme=darkmode] ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}:root[data-theme=darkmode] output{display:inline-block}:root[data-theme=darkmode] summary{display:list-item}[dir]:root[data-theme=darkmode] summary{cursor:pointer}:root[data-theme=darkmode] template{display:none}:root[data-theme=darkmode] [hidden]{display:none!important}:root[data-theme=darkmode] .h1,:root[data-theme=darkmode] .h2,:root[data-theme=darkmode] .h3,:root[data-theme=darkmode] .h4,:root[data-theme=darkmode] .h5,:root[data-theme=darkmode] .h6,:root[data-theme=darkmode] h1,:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3,:root[data-theme=darkmode] h4,:root[data-theme=darkmode] h5,:root[data-theme=darkmode] h6{font-weight:500;line-height:1.2}[dir]:root[data-theme=darkmode] .h1,[dir]:root[data-theme=darkmode] .h2,[dir]:root[data-theme=darkmode] .h3,[dir]:root[data-theme=darkmode] .h4,[dir]:root[data-theme=darkmode] .h5,[dir]:root[data-theme=darkmode] .h6,[dir]:root[data-theme=darkmode] h1,[dir]:root[data-theme=darkmode] h2,[dir]:root[data-theme=darkmode] h3,[dir]:root[data-theme=darkmode] h4,[dir]:root[data-theme=darkmode] h5,[dir]:root[data-theme=darkmode] h6{margin-bottom:.5rem}:root[data-theme=darkmode] .h1,:root[data-theme=darkmode] h1{font-size:2.5rem}:root[data-theme=darkmode] .h2,:root[data-theme=darkmode] h2{font-size:2rem}:root[data-theme=darkmode] .h3,:root[data-theme=darkmode] h3{font-size:1.75rem}:root[data-theme=darkmode] .h4,:root[data-theme=darkmode] h4{font-size:1.5rem}:root[data-theme=darkmode] .h5,:root[data-theme=darkmode] h5{font-size:1.25rem}:root[data-theme=darkmode] .h6,:root[data-theme=darkmode] h6{font-size:1rem}:root[data-theme=darkmode] .lead{font-size:1.25rem;font-weight:300}:root[data-theme=darkmode] .display-1{font-size:6rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}:root[data-theme=darkmode] .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}[dir]:root[data-theme=darkmode] hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}:root[data-theme=darkmode] .field-validation-error,:root[data-theme=darkmode] .hint,:root[data-theme=darkmode] .small,:root[data-theme=darkmode] small{font-size:80%;font-weight:400}[dir]:root[data-theme=darkmode] .mark,[dir]:root[data-theme=darkmode] mark{padding:.2em;background-color:#fcf8e3}:root[data-theme=darkmode] .list-unstyled{list-style:none}[dir=ltr]:root[data-theme=darkmode] .list-unstyled{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-unstyled{padding-right:0}:root[data-theme=darkmode] .list-inline{list-style:none}[dir=ltr]:root[data-theme=darkmode] .list-inline{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-inline{padding-right:0}:root[data-theme=darkmode] .list-inline-item{display:inline-block}[dir=ltr]:root[data-theme=darkmode] .list-inline-item:not(:last-child){margin-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .list-inline-item:not(:last-child){margin-left:.5rem}:root[data-theme=darkmode] .initialism{font-size:90%;text-transform:uppercase}:root[data-theme=darkmode] .blockquote{font-size:1.25rem}[dir]:root[data-theme=darkmode] .blockquote{margin-bottom:1rem}:root[data-theme=darkmode] .blockquote-footer{display:block;font-size:80%;color:#888}:root[data-theme=darkmode] .blockquote-footer::before{content:"\2014\00A0"}:root[data-theme=darkmode] .img-fluid{max-width:100%;height:auto}:root[data-theme=darkmode] .img-thumbnail{max-width:100%;height:auto}[dir]:root[data-theme=darkmode] .img-thumbnail{padding:.25rem;background-color:#181a1b;border:1px solid #dee2e6;border-radius:.25rem}:root[data-theme=darkmode] .figure{display:inline-block}:root[data-theme=darkmode] .figure-img{line-height:1}[dir]:root[data-theme=darkmode] .figure-img{margin-bottom:.5rem}:root[data-theme=darkmode] .figure-caption{font-size:90%;color:#888}:root[data-theme=darkmode] code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>:root[data-theme=darkmode] code{color:inherit}:root[data-theme=darkmode] kbd{font-size:87.5%;color:#fff}[dir]:root[data-theme=darkmode] kbd{padding:.2rem .4rem;background-color:#181a1b;border-radius:.2rem}:root[data-theme=darkmode] kbd kbd{font-size:100%;font-weight:700}[dir]:root[data-theme=darkmode] kbd kbd{padding:0}:root[data-theme=darkmode] pre{display:block;font-size:87.5%;color:inherit}:root[data-theme=darkmode] pre code{font-size:inherit;color:inherit;word-break:normal}:root[data-theme=darkmode] .pre-scrollable{max-height:340px;overflow-y:scroll}:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-fluid,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm,:root[data-theme=darkmode] .container-xl{width:100%}[dir=ltr]:root[data-theme=darkmode] .container,[dir=ltr]:root[data-theme=darkmode] .container-fluid,[dir=ltr]:root[data-theme=darkmode] .container-lg,[dir=ltr]:root[data-theme=darkmode] .container-md,[dir=ltr]:root[data-theme=darkmode] .container-sm,[dir=ltr]:root[data-theme=darkmode] .container-xl{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}[dir=rtl]:root[data-theme=darkmode] .container,[dir=rtl]:root[data-theme=darkmode] .container-fluid,[dir=rtl]:root[data-theme=darkmode] .container-lg,[dir=rtl]:root[data-theme=darkmode] .container-md,[dir=rtl]:root[data-theme=darkmode] .container-sm,[dir=rtl]:root[data-theme=darkmode] .container-xl{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media (min-width:576px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-sm{max-width:540px}}@media (min-width:768px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm{max-width:720px}}@media (min-width:992px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm{max-width:960px}}@media (min-width:1200px){:root[data-theme=darkmode] .container,:root[data-theme=darkmode] .container-lg,:root[data-theme=darkmode] .container-md,:root[data-theme=darkmode] .container-sm,:root[data-theme=darkmode] .container-xl{max-width:1140px}}:root[data-theme=darkmode] .row{display:flex;flex-wrap:wrap}[dir=ltr]:root[data-theme=darkmode] .row{margin-right:-15px;margin-left:-15px}[dir=rtl]:root[data-theme=darkmode] .row{margin-left:-15px;margin-right:-15px}[dir=ltr]:root[data-theme=darkmode] .no-gutters{margin-right:0;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .no-gutters{margin-left:0;margin-right:0}[dir=ltr]:root[data-theme=darkmode] .no-gutters>.col,[dir=ltr]:root[data-theme=darkmode] .no-gutters>[class*=col-]{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .no-gutters>.col,[dir=rtl]:root[data-theme=darkmode] .no-gutters>[class*=col-]{padding-left:0;padding-right:0}:root[data-theme=darkmode] .col,:root[data-theme=darkmode] .col-1,:root[data-theme=darkmode] .col-10,:root[data-theme=darkmode] .col-11,:root[data-theme=darkmode] .col-12,:root[data-theme=darkmode] .col-2,:root[data-theme=darkmode] .col-3,:root[data-theme=darkmode] .col-4,:root[data-theme=darkmode] .col-5,:root[data-theme=darkmode] .col-6,:root[data-theme=darkmode] .col-7,:root[data-theme=darkmode] .col-8,:root[data-theme=darkmode] .col-9,:root[data-theme=darkmode] .col-auto,:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-lg,:root[data-theme=darkmode] .col-lg-1,:root[data-theme=darkmode] .col-lg-10,:root[data-theme=darkmode] .col-lg-11,:root[data-theme=darkmode] .col-lg-12,:root[data-theme=darkmode] .col-lg-2,:root[data-theme=darkmode] .col-lg-3,:root[data-theme=darkmode] .col-lg-4,:root[data-theme=darkmode] .col-lg-5,:root[data-theme=darkmode] .col-lg-6,:root[data-theme=darkmode] .col-lg-7,:root[data-theme=darkmode] .col-lg-8,:root[data-theme=darkmode] .col-lg-9,:root[data-theme=darkmode] .col-lg-auto,:root[data-theme=darkmode] .col-md,:root[data-theme=darkmode] .col-md-1,:root[data-theme=darkmode] .col-md-10,:root[data-theme=darkmode] .col-md-11,:root[data-theme=darkmode] .col-md-12,:root[data-theme=darkmode] .col-md-2,:root[data-theme=darkmode] .col-md-3,:root[data-theme=darkmode] .col-md-4,:root[data-theme=darkmode] .col-md-5,:root[data-theme=darkmode] .col-md-6,:root[data-theme=darkmode] .col-md-7,:root[data-theme=darkmode] .col-md-8,:root[data-theme=darkmode] .col-md-9,:root[data-theme=darkmode] .col-md-auto,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-sm,:root[data-theme=darkmode] .col-sm-1,:root[data-theme=darkmode] .col-sm-10,:root[data-theme=darkmode] .col-sm-11,:root[data-theme=darkmode] .col-sm-12,:root[data-theme=darkmode] .col-sm-2,:root[data-theme=darkmode] .col-sm-3,:root[data-theme=darkmode] .col-sm-4,:root[data-theme=darkmode] .col-sm-5,:root[data-theme=darkmode] .col-sm-6,:root[data-theme=darkmode] .col-sm-7,:root[data-theme=darkmode] .col-sm-8,:root[data-theme=darkmode] .col-sm-9,:root[data-theme=darkmode] .col-sm-auto,:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xl,:root[data-theme=darkmode] .col-xl-1,:root[data-theme=darkmode] .col-xl-10,:root[data-theme=darkmode] .col-xl-11,:root[data-theme=darkmode] .col-xl-12,:root[data-theme=darkmode] .col-xl-2,:root[data-theme=darkmode] .col-xl-3,:root[data-theme=darkmode] .col-xl-4,:root[data-theme=darkmode] .col-xl-5,:root[data-theme=darkmode] .col-xl-6,:root[data-theme=darkmode] .col-xl-7,:root[data-theme=darkmode] .col-xl-8,:root[data-theme=darkmode] .col-xl-9,:root[data-theme=darkmode] .col-xl-auto,:root[data-theme=darkmode] .col-xlarge,:root[data-theme=darkmode] .col-xsmall,:root[data-theme=darkmode] :root[data-theme=default] .col,:root[data-theme=darkmode] :root[data-theme=default] .col-1,:root[data-theme=darkmode] :root[data-theme=default] .col-10,:root[data-theme=darkmode] :root[data-theme=default] .col-11,:root[data-theme=darkmode] :root[data-theme=default] .col-12,:root[data-theme=darkmode] :root[data-theme=default] .col-2,:root[data-theme=darkmode] :root[data-theme=default] .col-3,:root[data-theme=darkmode] :root[data-theme=default] .col-4,:root[data-theme=darkmode] :root[data-theme=default] .col-5,:root[data-theme=darkmode] :root[data-theme=default] .col-6,:root[data-theme=darkmode] :root[data-theme=default] .col-7,:root[data-theme=darkmode] :root[data-theme=default] .col-8,:root[data-theme=darkmode] :root[data-theme=default] .col-9,:root[data-theme=darkmode] :root[data-theme=default] .col-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-large,:root[data-theme=darkmode] :root[data-theme=default] .col-lg,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-1,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-10,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-11,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-12,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-2,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-3,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-4,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-5,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-6,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-7,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-8,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-9,:root[data-theme=darkmode] :root[data-theme=default] .col-lg-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-md,:root[data-theme=darkmode] :root[data-theme=default] .col-md-1,:root[data-theme=darkmode] :root[data-theme=default] .col-md-10,:root[data-theme=darkmode] :root[data-theme=default] .col-md-11,:root[data-theme=darkmode] :root[data-theme=default] .col-md-12,:root[data-theme=darkmode] :root[data-theme=default] .col-md-2,:root[data-theme=darkmode] :root[data-theme=default] .col-md-3,:root[data-theme=darkmode] :root[data-theme=default] .col-md-4,:root[data-theme=darkmode] :root[data-theme=default] .col-md-5,:root[data-theme=darkmode] :root[data-theme=default] .col-md-6,:root[data-theme=darkmode] :root[data-theme=default] .col-md-7,:root[data-theme=darkmode] :root[data-theme=default] .col-md-8,:root[data-theme=darkmode] :root[data-theme=default] .col-md-9,:root[data-theme=darkmode] :root[data-theme=default] .col-md-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-medium,:root[data-theme=darkmode] :root[data-theme=default] .col-sm,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-1,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-10,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-11,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-12,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-2,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-3,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-4,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-5,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-6,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-7,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-8,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-9,:root[data-theme=darkmode] :root[data-theme=default] .col-sm-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-small,:root[data-theme=darkmode] :root[data-theme=default] .col-xl,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-1,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-10,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-11,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-12,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-2,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-3,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-4,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-5,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-6,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-7,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-8,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-9,:root[data-theme=darkmode] :root[data-theme=default] .col-xl-auto,:root[data-theme=darkmode] :root[data-theme=default] .col-xlarge,:root[data-theme=darkmode] :root[data-theme=default] .col-xsmall,:root[data-theme=default] :root[data-theme=darkmode] .col,:root[data-theme=default] :root[data-theme=darkmode] .col-1,:root[data-theme=default] :root[data-theme=darkmode] .col-10,:root[data-theme=default] :root[data-theme=darkmode] .col-11,:root[data-theme=default] :root[data-theme=darkmode] .col-12,:root[data-theme=default] :root[data-theme=darkmode] .col-2,:root[data-theme=default] :root[data-theme=darkmode] .col-3,:root[data-theme=default] :root[data-theme=darkmode] .col-4,:root[data-theme=default] :root[data-theme=darkmode] .col-5,:root[data-theme=default] :root[data-theme=darkmode] .col-6,:root[data-theme=default] :root[data-theme=darkmode] .col-7,:root[data-theme=default] :root[data-theme=darkmode] .col-8,:root[data-theme=default] :root[data-theme=darkmode] .col-9,:root[data-theme=default] :root[data-theme=darkmode] .col-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-large,:root[data-theme=default] :root[data-theme=darkmode] .col-lg,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-1,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-10,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-11,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-12,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-2,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-3,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-4,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-5,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-6,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-7,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-8,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-9,:root[data-theme=default] :root[data-theme=darkmode] .col-lg-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-md,:root[data-theme=default] :root[data-theme=darkmode] .col-md-1,:root[data-theme=default] :root[data-theme=darkmode] .col-md-10,:root[data-theme=default] :root[data-theme=darkmode] .col-md-11,:root[data-theme=default] :root[data-theme=darkmode] .col-md-12,:root[data-theme=default] :root[data-theme=darkmode] .col-md-2,:root[data-theme=default] :root[data-theme=darkmode] .col-md-3,:root[data-theme=default] :root[data-theme=darkmode] .col-md-4,:root[data-theme=default] :root[data-theme=darkmode] .col-md-5,:root[data-theme=default] :root[data-theme=darkmode] .col-md-6,:root[data-theme=default] :root[data-theme=darkmode] .col-md-7,:root[data-theme=default] :root[data-theme=darkmode] .col-md-8,:root[data-theme=default] :root[data-theme=darkmode] .col-md-9,:root[data-theme=default] :root[data-theme=darkmode] .col-md-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-medium,:root[data-theme=default] :root[data-theme=darkmode] .col-sm,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-1,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-10,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-11,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-12,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-2,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-3,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-4,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-5,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-6,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-7,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-8,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-9,:root[data-theme=default] :root[data-theme=darkmode] .col-sm-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-small,:root[data-theme=default] :root[data-theme=darkmode] .col-xl,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-1,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-10,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-11,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-12,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-2,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-3,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-4,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-5,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-6,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-7,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-8,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-9,:root[data-theme=default] :root[data-theme=darkmode] .col-xl-auto,:root[data-theme=default] :root[data-theme=darkmode] .col-xlarge,:root[data-theme=default] :root[data-theme=darkmode] .col-xsmall{position:relative;width:100%}[dir=ltr]:root[data-theme=darkmode] .col,[dir=ltr]:root[data-theme=darkmode] .col-1,[dir=ltr]:root[data-theme=darkmode] .col-10,[dir=ltr]:root[data-theme=darkmode] .col-11,[dir=ltr]:root[data-theme=darkmode] .col-12,[dir=ltr]:root[data-theme=darkmode] .col-2,[dir=ltr]:root[data-theme=darkmode] .col-3,[dir=ltr]:root[data-theme=darkmode] .col-4,[dir=ltr]:root[data-theme=darkmode] .col-5,[dir=ltr]:root[data-theme=darkmode] .col-6,[dir=ltr]:root[data-theme=darkmode] .col-7,[dir=ltr]:root[data-theme=darkmode] .col-8,[dir=ltr]:root[data-theme=darkmode] .col-9,[dir=ltr]:root[data-theme=darkmode] .col-auto,[dir=ltr]:root[data-theme=darkmode] .col-large,[dir=ltr]:root[data-theme=darkmode] .col-lg,[dir=ltr]:root[data-theme=darkmode] .col-lg-1,[dir=ltr]:root[data-theme=darkmode] .col-lg-10,[dir=ltr]:root[data-theme=darkmode] .col-lg-11,[dir=ltr]:root[data-theme=darkmode] .col-lg-12,[dir=ltr]:root[data-theme=darkmode] .col-lg-2,[dir=ltr]:root[data-theme=darkmode] .col-lg-3,[dir=ltr]:root[data-theme=darkmode] .col-lg-4,[dir=ltr]:root[data-theme=darkmode] .col-lg-5,[dir=ltr]:root[data-theme=darkmode] .col-lg-6,[dir=ltr]:root[data-theme=darkmode] .col-lg-7,[dir=ltr]:root[data-theme=darkmode] .col-lg-8,[dir=ltr]:root[data-theme=darkmode] .col-lg-9,[dir=ltr]:root[data-theme=darkmode] .col-lg-auto,[dir=ltr]:root[data-theme=darkmode] .col-md,[dir=ltr]:root[data-theme=darkmode] .col-md-1,[dir=ltr]:root[data-theme=darkmode] .col-md-10,[dir=ltr]:root[data-theme=darkmode] .col-md-11,[dir=ltr]:root[data-theme=darkmode] .col-md-12,[dir=ltr]:root[data-theme=darkmode] .col-md-2,[dir=ltr]:root[data-theme=darkmode] .col-md-3,[dir=ltr]:root[data-theme=darkmode] .col-md-4,[dir=ltr]:root[data-theme=darkmode] .col-md-5,[dir=ltr]:root[data-theme=darkmode] .col-md-6,[dir=ltr]:root[data-theme=darkmode] .col-md-7,[dir=ltr]:root[data-theme=darkmode] .col-md-8,[dir=ltr]:root[data-theme=darkmode] .col-md-9,[dir=ltr]:root[data-theme=darkmode] .col-md-auto,[dir=ltr]:root[data-theme=darkmode] .col-medium,[dir=ltr]:root[data-theme=darkmode] .col-sm,[dir=ltr]:root[data-theme=darkmode] .col-sm-1,[dir=ltr]:root[data-theme=darkmode] .col-sm-10,[dir=ltr]:root[data-theme=darkmode] .col-sm-11,[dir=ltr]:root[data-theme=darkmode] .col-sm-12,[dir=ltr]:root[data-theme=darkmode] .col-sm-2,[dir=ltr]:root[data-theme=darkmode] .col-sm-3,[dir=ltr]:root[data-theme=darkmode] .col-sm-4,[dir=ltr]:root[data-theme=darkmode] .col-sm-5,[dir=ltr]:root[data-theme=darkmode] .col-sm-6,[dir=ltr]:root[data-theme=darkmode] .col-sm-7,[dir=ltr]:root[data-theme=darkmode] .col-sm-8,[dir=ltr]:root[data-theme=darkmode] .col-sm-9,[dir=ltr]:root[data-theme=darkmode] .col-sm-auto,[dir=ltr]:root[data-theme=darkmode] .col-small,[dir=ltr]:root[data-theme=darkmode] .col-xl,[dir=ltr]:root[data-theme=darkmode] .col-xl-1,[dir=ltr]:root[data-theme=darkmode] .col-xl-10,[dir=ltr]:root[data-theme=darkmode] .col-xl-11,[dir=ltr]:root[data-theme=darkmode] .col-xl-12,[dir=ltr]:root[data-theme=darkmode] .col-xl-2,[dir=ltr]:root[data-theme=darkmode] .col-xl-3,[dir=ltr]:root[data-theme=darkmode] .col-xl-4,[dir=ltr]:root[data-theme=darkmode] .col-xl-5,[dir=ltr]:root[data-theme=darkmode] .col-xl-6,[dir=ltr]:root[data-theme=darkmode] .col-xl-7,[dir=ltr]:root[data-theme=darkmode] .col-xl-8,[dir=ltr]:root[data-theme=darkmode] .col-xl-9,[dir=ltr]:root[data-theme=darkmode] .col-xl-auto,[dir=ltr]:root[data-theme=darkmode] .col-xlarge,[dir=ltr]:root[data-theme=darkmode] .col-xsmall,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-large,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-lg-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-md-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-medium,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-sm-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-small,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-1,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-10,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-11,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-12,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-2,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-3,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-4,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-5,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-6,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-7,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-8,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-9,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xl-auto,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xlarge,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .col-xsmall,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-large,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-lg-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-md-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-medium,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-sm-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-small,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-1,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-10,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-11,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-12,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-2,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-3,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-4,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-5,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-6,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-7,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-8,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-9,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xl-auto,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xlarge,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .col-xsmall{padding-right:15px;padding-left:15px}[dir=rtl]:root[data-theme=darkmode] .col,[dir=rtl]:root[data-theme=darkmode] .col-1,[dir=rtl]:root[data-theme=darkmode] .col-10,[dir=rtl]:root[data-theme=darkmode] .col-11,[dir=rtl]:root[data-theme=darkmode] .col-12,[dir=rtl]:root[data-theme=darkmode] .col-2,[dir=rtl]:root[data-theme=darkmode] .col-3,[dir=rtl]:root[data-theme=darkmode] .col-4,[dir=rtl]:root[data-theme=darkmode] .col-5,[dir=rtl]:root[data-theme=darkmode] .col-6,[dir=rtl]:root[data-theme=darkmode] .col-7,[dir=rtl]:root[data-theme=darkmode] .col-8,[dir=rtl]:root[data-theme=darkmode] .col-9,[dir=rtl]:root[data-theme=darkmode] .col-auto,[dir=rtl]:root[data-theme=darkmode] .col-large,[dir=rtl]:root[data-theme=darkmode] .col-lg,[dir=rtl]:root[data-theme=darkmode] .col-lg-1,[dir=rtl]:root[data-theme=darkmode] .col-lg-10,[dir=rtl]:root[data-theme=darkmode] .col-lg-11,[dir=rtl]:root[data-theme=darkmode] .col-lg-12,[dir=rtl]:root[data-theme=darkmode] .col-lg-2,[dir=rtl]:root[data-theme=darkmode] .col-lg-3,[dir=rtl]:root[data-theme=darkmode] .col-lg-4,[dir=rtl]:root[data-theme=darkmode] .col-lg-5,[dir=rtl]:root[data-theme=darkmode] .col-lg-6,[dir=rtl]:root[data-theme=darkmode] .col-lg-7,[dir=rtl]:root[data-theme=darkmode] .col-lg-8,[dir=rtl]:root[data-theme=darkmode] .col-lg-9,[dir=rtl]:root[data-theme=darkmode] .col-lg-auto,[dir=rtl]:root[data-theme=darkmode] .col-md,[dir=rtl]:root[data-theme=darkmode] .col-md-1,[dir=rtl]:root[data-theme=darkmode] .col-md-10,[dir=rtl]:root[data-theme=darkmode] .col-md-11,[dir=rtl]:root[data-theme=darkmode] .col-md-12,[dir=rtl]:root[data-theme=darkmode] .col-md-2,[dir=rtl]:root[data-theme=darkmode] .col-md-3,[dir=rtl]:root[data-theme=darkmode] .col-md-4,[dir=rtl]:root[data-theme=darkmode] .col-md-5,[dir=rtl]:root[data-theme=darkmode] .col-md-6,[dir=rtl]:root[data-theme=darkmode] .col-md-7,[dir=rtl]:root[data-theme=darkmode] .col-md-8,[dir=rtl]:root[data-theme=darkmode] .col-md-9,[dir=rtl]:root[data-theme=darkmode] .col-md-auto,[dir=rtl]:root[data-theme=darkmode] .col-medium,[dir=rtl]:root[data-theme=darkmode] .col-sm,[dir=rtl]:root[data-theme=darkmode] .col-sm-1,[dir=rtl]:root[data-theme=darkmode] .col-sm-10,[dir=rtl]:root[data-theme=darkmode] .col-sm-11,[dir=rtl]:root[data-theme=darkmode] .col-sm-12,[dir=rtl]:root[data-theme=darkmode] .col-sm-2,[dir=rtl]:root[data-theme=darkmode] .col-sm-3,[dir=rtl]:root[data-theme=darkmode] .col-sm-4,[dir=rtl]:root[data-theme=darkmode] .col-sm-5,[dir=rtl]:root[data-theme=darkmode] .col-sm-6,[dir=rtl]:root[data-theme=darkmode] .col-sm-7,[dir=rtl]:root[data-theme=darkmode] .col-sm-8,[dir=rtl]:root[data-theme=darkmode] .col-sm-9,[dir=rtl]:root[data-theme=darkmode] .col-sm-auto,[dir=rtl]:root[data-theme=darkmode] .col-small,[dir=rtl]:root[data-theme=darkmode] .col-xl,[dir=rtl]:root[data-theme=darkmode] .col-xl-1,[dir=rtl]:root[data-theme=darkmode] .col-xl-10,[dir=rtl]:root[data-theme=darkmode] .col-xl-11,[dir=rtl]:root[data-theme=darkmode] .col-xl-12,[dir=rtl]:root[data-theme=darkmode] .col-xl-2,[dir=rtl]:root[data-theme=darkmode] .col-xl-3,[dir=rtl]:root[data-theme=darkmode] .col-xl-4,[dir=rtl]:root[data-theme=darkmode] .col-xl-5,[dir=rtl]:root[data-theme=darkmode] .col-xl-6,[dir=rtl]:root[data-theme=darkmode] .col-xl-7,[dir=rtl]:root[data-theme=darkmode] .col-xl-8,[dir=rtl]:root[data-theme=darkmode] .col-xl-9,[dir=rtl]:root[data-theme=darkmode] .col-xl-auto,[dir=rtl]:root[data-theme=darkmode] .col-xlarge,[dir=rtl]:root[data-theme=darkmode] .col-xsmall,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-large,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-lg-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-md-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-medium,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-sm-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-small,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-1,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-10,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-11,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-12,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-2,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-3,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-4,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-5,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-6,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-7,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-8,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-9,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xl-auto,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xlarge,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .col-xsmall,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-large,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-lg-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-md-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-medium,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-sm-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-small,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-1,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-10,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-11,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-12,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-2,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-3,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-4,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-5,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-6,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-7,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-8,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-9,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xl-auto,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xlarge,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .col-xsmall{padding-left:15px;padding-right:15px}:root[data-theme=darkmode] .col{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-8,:root[data-theme=darkmode] .col-xsmall{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-12,:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-first{order:-1}:root[data-theme=darkmode] .order-last{order:13}:root[data-theme=darkmode] .order-0{order:0}:root[data-theme=darkmode] .order-1{order:1}:root[data-theme=darkmode] .order-2{order:2}:root[data-theme=darkmode] .order-3{order:3}:root[data-theme=darkmode] .order-4{order:4}:root[data-theme=darkmode] .order-5{order:5}:root[data-theme=darkmode] .order-6{order:6}:root[data-theme=darkmode] .order-7{order:7}:root[data-theme=darkmode] .order-8{order:8}:root[data-theme=darkmode] .order-9{order:9}:root[data-theme=darkmode] .order-10{order:10}:root[data-theme=darkmode] .order-11{order:11}:root[data-theme=darkmode] .order-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-11{margin-right:91.6666666667%}@media (min-width:576px){:root[data-theme=darkmode] .col-sm{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-sm-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-sm-4,:root[data-theme=darkmode] .col-xsmall{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-sm-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-sm-9,:root[data-theme=darkmode] .col-small{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-sm-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-sm-first{order:-1}:root[data-theme=darkmode] .order-sm-last{order:13}:root[data-theme=darkmode] .order-sm-0{order:0}:root[data-theme=darkmode] .order-sm-1{order:1}:root[data-theme=darkmode] .order-sm-2{order:2}:root[data-theme=darkmode] .order-sm-3{order:3}:root[data-theme=darkmode] .order-sm-4{order:4}:root[data-theme=darkmode] .order-sm-5{order:5}:root[data-theme=darkmode] .order-sm-6{order:6}:root[data-theme=darkmode] .order-sm-7{order:7}:root[data-theme=darkmode] .order-sm-8{order:8}:root[data-theme=darkmode] .order-sm-9{order:9}:root[data-theme=darkmode] .order-sm-10{order:10}:root[data-theme=darkmode] .order-sm-11{order:11}:root[data-theme=darkmode] .order-sm-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-sm-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-sm-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-sm-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-sm-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-sm-11{margin-right:91.6666666667%}}@media (min-width:768px){:root[data-theme=darkmode] .col-md{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-md-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-md-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-md-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-md-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-md-3,:root[data-theme=darkmode] .col-xsmall{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-md-6,:root[data-theme=darkmode] .col-small{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-md-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-md-10,:root[data-theme=darkmode] .col-medium{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-md-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-md-first{order:-1}:root[data-theme=darkmode] .order-md-last{order:13}:root[data-theme=darkmode] .order-md-0{order:0}:root[data-theme=darkmode] .order-md-1{order:1}:root[data-theme=darkmode] .order-md-2{order:2}:root[data-theme=darkmode] .order-md-3{order:3}:root[data-theme=darkmode] .order-md-4{order:4}:root[data-theme=darkmode] .order-md-5{order:5}:root[data-theme=darkmode] .order-md-6{order:6}:root[data-theme=darkmode] .order-md-7{order:7}:root[data-theme=darkmode] .order-md-8{order:8}:root[data-theme=darkmode] .order-md-9{order:9}:root[data-theme=darkmode] .order-md-10{order:10}:root[data-theme=darkmode] .order-md-11{order:11}:root[data-theme=darkmode] .order-md-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-md-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-md-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-md-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-md-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-md-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-md-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-md-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-md-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-md-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-md-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-md-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-md-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-md-11{margin-right:91.6666666667%}}@media (min-width:992px){:root[data-theme=darkmode] .col-lg{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-lg-2,:root[data-theme=darkmode] .col-xsmall{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-lg-3,:root[data-theme=darkmode] .col-small{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-lg-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-lg-8,:root[data-theme=darkmode] .col-medium{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-lg-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-lg-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-lg-first{order:-1}:root[data-theme=darkmode] .order-lg-last{order:13}:root[data-theme=darkmode] .order-lg-0{order:0}:root[data-theme=darkmode] .order-lg-1{order:1}:root[data-theme=darkmode] .order-lg-2{order:2}:root[data-theme=darkmode] .order-lg-3{order:3}:root[data-theme=darkmode] .order-lg-4{order:4}:root[data-theme=darkmode] .order-lg-5{order:5}:root[data-theme=darkmode] .order-lg-6{order:6}:root[data-theme=darkmode] .order-lg-7{order:7}:root[data-theme=darkmode] .order-lg-8{order:8}:root[data-theme=darkmode] .order-lg-9{order:9}:root[data-theme=darkmode] .order-lg-10{order:10}:root[data-theme=darkmode] .order-lg-11{order:11}:root[data-theme=darkmode] .order-lg-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-lg-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-lg-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-lg-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-lg-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-lg-11{margin-right:91.6666666667%}}@media (min-width:1200px){:root[data-theme=darkmode] .col-xl{flex-basis:0;flex-grow:1;max-width:100%}:root[data-theme=darkmode] .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}:root[data-theme=darkmode] .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}:root[data-theme=darkmode] .col-xl-1,:root[data-theme=darkmode] .col-xsmall{flex:0 0 8.3333333333%;max-width:8.3333333333%}:root[data-theme=darkmode] .col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}:root[data-theme=darkmode] .col-small,:root[data-theme=darkmode] .col-xl-3{flex:0 0 25%;max-width:25%}:root[data-theme=darkmode] .col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}:root[data-theme=darkmode] .col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}:root[data-theme=darkmode] .col-medium,:root[data-theme=darkmode] .col-xl-6{flex:0 0 50%;max-width:50%}:root[data-theme=darkmode] .col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}:root[data-theme=darkmode] .col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}:root[data-theme=darkmode] .col-large,:root[data-theme=darkmode] .col-xl-9{flex:0 0 75%;max-width:75%}:root[data-theme=darkmode] .col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}:root[data-theme=darkmode] .col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}:root[data-theme=darkmode] .col-xl-12,:root[data-theme=darkmode] .col-xlarge{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .order-xl-first{order:-1}:root[data-theme=darkmode] .order-xl-last{order:13}:root[data-theme=darkmode] .order-xl-0{order:0}:root[data-theme=darkmode] .order-xl-1{order:1}:root[data-theme=darkmode] .order-xl-2{order:2}:root[data-theme=darkmode] .order-xl-3{order:3}:root[data-theme=darkmode] .order-xl-4{order:4}:root[data-theme=darkmode] .order-xl-5{order:5}:root[data-theme=darkmode] .order-xl-6{order:6}:root[data-theme=darkmode] .order-xl-7{order:7}:root[data-theme=darkmode] .order-xl-8{order:8}:root[data-theme=darkmode] .order-xl-9{order:9}:root[data-theme=darkmode] .order-xl-10{order:10}:root[data-theme=darkmode] .order-xl-11{order:11}:root[data-theme=darkmode] .order-xl-12{order:12}[dir=ltr]:root[data-theme=darkmode] .offset-xl-0{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .offset-xl-0{margin-right:0}[dir=ltr]:root[data-theme=darkmode] .offset-xl-1{margin-left:8.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-1{margin-right:8.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-2{margin-left:16.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-2{margin-right:16.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-3{margin-left:25%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-3{margin-right:25%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-4{margin-left:33.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-4{margin-right:33.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-5{margin-left:41.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-5{margin-right:41.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-6{margin-left:50%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-6{margin-right:50%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-7{margin-left:58.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-7{margin-right:58.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-8{margin-left:66.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-8{margin-right:66.6666666667%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-9{margin-left:75%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-9{margin-right:75%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-10{margin-left:83.3333333333%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-10{margin-right:83.3333333333%}[dir=ltr]:root[data-theme=darkmode] .offset-xl-11{margin-left:91.6666666667%}[dir=rtl]:root[data-theme=darkmode] .offset-xl-11{margin-right:91.6666666667%}}:root[data-theme=darkmode] .table{width:100%;color:#fff}[dir]:root[data-theme=darkmode] .table{margin-bottom:1rem}:root[data-theme=darkmode] .table td,:root[data-theme=darkmode] .table th{vertical-align:top}[dir]:root[data-theme=darkmode] .table td,[dir]:root[data-theme=darkmode] .table th{padding:.75rem;border-top:1px solid rgba(140,130,115,.13)}:root[data-theme=darkmode] .table thead th{vertical-align:bottom}[dir]:root[data-theme=darkmode] .table thead th{border-bottom:2px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table tbody+tbody{border-top:2px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-sm td,[dir]:root[data-theme=darkmode] .table-sm th{padding:.3rem}[dir]:root[data-theme=darkmode] .table-bordered{border:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-bordered td,[dir]:root[data-theme=darkmode] .table-bordered th{border:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table-bordered thead td,[dir]:root[data-theme=darkmode] .table-bordered thead th{border-bottom-width:2px}[dir]:root[data-theme=darkmode] .table-borderless tbody+tbody,[dir]:root[data-theme=darkmode] .table-borderless td,[dir]:root[data-theme=darkmode] .table-borderless th,[dir]:root[data-theme=darkmode] .table-borderless thead th{border:0}[dir]:root[data-theme=darkmode] .table-striped tbody tr:nth-of-type(odd){background-color:#181a1b}:root[data-theme=darkmode] .table-hover tbody tr:hover{color:#fff}[dir]:root[data-theme=darkmode] .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-primary,[dir]:root[data-theme=darkmode] .table-primary>td,[dir]:root[data-theme=darkmode] .table-primary>th{background-color:#b8daff}[dir]:root[data-theme=darkmode] .table-primary tbody+tbody,[dir]:root[data-theme=darkmode] .table-primary td,[dir]:root[data-theme=darkmode] .table-primary th,[dir]:root[data-theme=darkmode] .table-primary thead th{border-color:#7abaff}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover{background-color:#9fcdff}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>th{background-color:#9fcdff}[dir]:root[data-theme=darkmode] .table-secondary,[dir]:root[data-theme=darkmode] .table-secondary>td,[dir]:root[data-theme=darkmode] .table-secondary>th{background-color:#d6d8db}[dir]:root[data-theme=darkmode] .table-secondary tbody+tbody,[dir]:root[data-theme=darkmode] .table-secondary td,[dir]:root[data-theme=darkmode] .table-secondary th,[dir]:root[data-theme=darkmode] .table-secondary thead th{border-color:#b3b7bb}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover{background-color:#c8cbcf}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>th{background-color:#c8cbcf}[dir]:root[data-theme=darkmode] .table-success,[dir]:root[data-theme=darkmode] .table-success>td,[dir]:root[data-theme=darkmode] .table-success>th{background-color:#c3e6cb}[dir]:root[data-theme=darkmode] .table-success tbody+tbody,[dir]:root[data-theme=darkmode] .table-success td,[dir]:root[data-theme=darkmode] .table-success th,[dir]:root[data-theme=darkmode] .table-success thead th{border-color:#8fd19e}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover{background-color:#b1dfbb}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>th{background-color:#b1dfbb}[dir]:root[data-theme=darkmode] .table-info,[dir]:root[data-theme=darkmode] .table-info>td,[dir]:root[data-theme=darkmode] .table-info>th{background-color:#c6e2f5}[dir]:root[data-theme=darkmode] .table-info tbody+tbody,[dir]:root[data-theme=darkmode] .table-info td,[dir]:root[data-theme=darkmode] .table-info th,[dir]:root[data-theme=darkmode] .table-info thead th{border-color:#95c9ec}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover{background-color:#b0d7f1}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>th{background-color:#b0d7f1}[dir]:root[data-theme=darkmode] .table-warning,[dir]:root[data-theme=darkmode] .table-warning>td,[dir]:root[data-theme=darkmode] .table-warning>th{background-color:#fce3bd}[dir]:root[data-theme=darkmode] .table-warning tbody+tbody,[dir]:root[data-theme=darkmode] .table-warning td,[dir]:root[data-theme=darkmode] .table-warning th,[dir]:root[data-theme=darkmode] .table-warning thead th{border-color:#f9cc84}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover{background-color:#fbd9a5}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>th{background-color:#fbd9a5}[dir]:root[data-theme=darkmode] .table-danger,[dir]:root[data-theme=darkmode] .table-danger>td,[dir]:root[data-theme=darkmode] .table-danger>th{background-color:#f5c6cb}[dir]:root[data-theme=darkmode] .table-danger tbody+tbody,[dir]:root[data-theme=darkmode] .table-danger td,[dir]:root[data-theme=darkmode] .table-danger th,[dir]:root[data-theme=darkmode] .table-danger thead th{border-color:#ed969e}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover{background-color:#f1b0b7}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>th{background-color:#f1b0b7}[dir]:root[data-theme=darkmode] .table-light,[dir]:root[data-theme=darkmode] .table-light>td,[dir]:root[data-theme=darkmode] .table-light>th{background-color:#f6f7f8}[dir]:root[data-theme=darkmode] .table-light tbody+tbody,[dir]:root[data-theme=darkmode] .table-light td,[dir]:root[data-theme=darkmode] .table-light th,[dir]:root[data-theme=darkmode] .table-light thead th{border-color:#eef0f2}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover{background-color:#e8eaed}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>th{background-color:#e8eaed}[dir]:root[data-theme=darkmode] .table-dark,[dir]:root[data-theme=darkmode] .table-dark>td,[dir]:root[data-theme=darkmode] .table-dark>th{background-color:#bebfbf}[dir]:root[data-theme=darkmode] .table-dark tbody+tbody,[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:#878888}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover{background-color:#b1b2b2}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>th{background-color:#b1b2b2}[dir]:root[data-theme=darkmode] .table-active,[dir]:root[data-theme=darkmode] .table-active>td,[dir]:root[data-theme=darkmode] .table-active>th{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}:root[data-theme=darkmode] .table .thead-dark th{color:#fff}[dir]:root[data-theme=darkmode] .table .thead-dark th{background-color:#181a1b;border-color:#2a2e2f}:root[data-theme=darkmode] .table .thead-light th{color:rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .table .thead-light th{background-color:#ebebeb;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .table-dark{color:#fff}[dir]:root[data-theme=darkmode] .table-dark{background-color:#181a1b}[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:#2a2e2f}[dir]:root[data-theme=darkmode] .table-dark.table-bordered{border:0}[dir]:root[data-theme=darkmode] .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}:root[data-theme=darkmode] .table-dark.table-hover tbody tr:hover{color:#fff}[dir]:root[data-theme=darkmode] .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){:root[data-theme=darkmode] .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){:root[data-theme=darkmode] .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){:root[data-theme=darkmode] .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){:root[data-theme=darkmode] .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive-xl>.table-bordered{border:0}}:root[data-theme=darkmode] .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}[dir]:root[data-theme=darkmode] .table-responsive>.table-bordered{border:0}:root[data-theme=darkmode] .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .form-control{padding:.375rem .75rem;background-color:#181a1b;background-clip:padding-box;border:1px solid #3c4144;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .form-control{transition:none}}[dir]:root[data-theme=darkmode] .form-control::-ms-expand{background-color:transparent;border:0}:root[data-theme=darkmode] .form-control:-moz-focusring{color:transparent}[dir]:root[data-theme=darkmode] .form-control:-moz-focusring{text-shadow:0 0 0 #ced4da}:root[data-theme=darkmode] .form-control:focus{color:#ced4da;outline:0}[dir]:root[data-theme=darkmode] .form-control:focus{background-color:#181a1b;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .form-control::placeholder{color:#888;opacity:1}:root[data-theme=darkmode] .form-control:disabled,:root[data-theme=darkmode] .form-control[readonly]{opacity:1}[dir]:root[data-theme=darkmode] .form-control:disabled,[dir]:root[data-theme=darkmode] .form-control[readonly]{background-color:#232628}:root[data-theme=darkmode] input[type=date].form-control,:root[data-theme=darkmode] input[type=datetime-local].form-control,:root[data-theme=darkmode] input[type=month].form-control,:root[data-theme=darkmode] input[type=time].form-control{appearance:none}:root[data-theme=darkmode] select.form-control:focus::-ms-value{color:#ced4da}[dir]:root[data-theme=darkmode] select.form-control:focus::-ms-value{background-color:#181a1b}:root[data-theme=darkmode] .form-control-file,:root[data-theme=darkmode] .form-control-range{display:block;width:100%}:root[data-theme=darkmode] .col-form-label{font-size:inherit;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0}:root[data-theme=darkmode] .col-form-label-lg{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}:root[data-theme=darkmode] .col-form-label-sm{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px)}:root[data-theme=darkmode] .form-control-plaintext{display:block;width:100%;font-size:1rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .form-control-plaintext{padding:.375rem 0;margin-bottom:0;background-color:transparent;border:solid transparent;border-width:1px 0}[dir=ltr]:root[data-theme=darkmode] .form-control-plaintext.form-control-lg,[dir=ltr]:root[data-theme=darkmode] .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .form-control-plaintext.form-control-lg,[dir=rtl]:root[data-theme=darkmode] .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}:root[data-theme=darkmode] .form-control-sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .form-control-sm{padding:.25rem .5rem;border-radius:.2rem}:root[data-theme=darkmode] .form-control-lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .form-control-lg{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] select.form-control[multiple],:root[data-theme=darkmode] select.form-control[size]{height:auto}:root[data-theme=darkmode] textarea.form-control{height:auto}[dir]:root[data-theme=darkmode] .form-group{margin-bottom:1rem}:root[data-theme=darkmode] .form-text{display:block}[dir]:root[data-theme=darkmode] .form-text{margin-top:.25rem}:root[data-theme=darkmode] .form-row{display:flex;flex-wrap:wrap}[dir=ltr]:root[data-theme=darkmode] .form-row{margin-right:-5px;margin-left:-5px}[dir=rtl]:root[data-theme=darkmode] .form-row{margin-left:-5px;margin-right:-5px}[dir=ltr]:root[data-theme=darkmode] .form-row>.col,[dir=ltr]:root[data-theme=darkmode] .form-row>[class*=col-]{padding-right:5px;padding-left:5px}[dir=rtl]:root[data-theme=darkmode] .form-row>.col,[dir=rtl]:root[data-theme=darkmode] .form-row>[class*=col-]{padding-left:5px;padding-right:5px}:root[data-theme=darkmode] .form-check{position:relative;display:block}[dir=ltr]:root[data-theme=darkmode] .form-check{padding-left:1.25rem}[dir=rtl]:root[data-theme=darkmode] .form-check{padding-right:1.25rem}:root[data-theme=darkmode] .form-check-input{position:absolute}[dir]:root[data-theme=darkmode] .form-check-input{margin-top:.3rem}[dir=ltr]:root[data-theme=darkmode] .form-check-input{margin-left:-1.25rem}[dir=rtl]:root[data-theme=darkmode] .form-check-input{margin-right:-1.25rem}:root[data-theme=darkmode] .form-check-input:disabled~.form-check-label,:root[data-theme=darkmode] .form-check-input[disabled]~.form-check-label{color:#888}[dir]:root[data-theme=darkmode] .form-check-label{margin-bottom:0}:root[data-theme=darkmode] .form-check-inline{display:inline-flex;align-items:center}[dir=ltr]:root[data-theme=darkmode] .form-check-inline{padding-left:0;margin-right:.75rem}[dir=rtl]:root[data-theme=darkmode] .form-check-inline{padding-right:0;margin-left:.75rem}:root[data-theme=darkmode] .form-check-inline .form-check-input{position:static}[dir]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-right:.3125rem;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .form-check-inline .form-check-input{margin-left:.3125rem;margin-right:0}:root[data-theme=darkmode] .valid-feedback{display:none;width:100%;font-size:80%;color:#28a745}[dir]:root[data-theme=darkmode] .valid-feedback{margin-top:.25rem}:root[data-theme=darkmode] .valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;font-size:.875rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .valid-tooltip{padding:.25rem .5rem;margin-top:.1rem;background-color:rgba(40,167,69,.9);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .valid-tooltip{left:0}[dir=rtl]:root[data-theme=darkmode] .valid-tooltip{right:0}.was-validated :root[data-theme=darkmode]:valid~.valid-feedback,.was-validated :root[data-theme=darkmode]:valid~.valid-tooltip,:root[data-theme=darkmode].is-valid~.valid-feedback,:root[data-theme=darkmode].is-valid~.valid-tooltip{display:block}.was-validated [dir]:root[data-theme=darkmode] .form-control:valid,[dir]:root[data-theme=darkmode] .form-control.is-valid{border-color:#28a745;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=ltr]:root[data-theme=darkmode] .form-control:valid,[dir=ltr]:root[data-theme=darkmode] .form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:right calc(.375em + .1875rem) center}.was-validated [dir=rtl]:root[data-theme=darkmode] .form-control:valid,[dir=rtl]:root[data-theme=darkmode] .form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:left calc(.375em + .1875rem) center}.was-validated [dir]:root[data-theme=darkmode] .form-control:valid:focus,[dir]:root[data-theme=darkmode] .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated [dir=ltr]:root[data-theme=darkmode] textarea.form-control:valid,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] textarea.form-control:valid,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.is-valid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:valid,[dir]:root[data-theme=darkmode] .custom-select.is-valid{border-color:#28a745}.was-validated [dir=ltr]:root[data-theme=darkmode] .custom-select:valid,[dir=ltr]:root[data-theme=darkmode] .custom-select.is-valid{padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #181a1b no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] .custom-select:valid,[dir=rtl]:root[data-theme=darkmode] .custom-select.is-valid{padding-left:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") #181a1b no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:valid:focus,[dir]:root[data-theme=darkmode] .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated :root[data-theme=darkmode] .form-check-input:valid~.form-check-label,:root[data-theme=darkmode] .form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated :root[data-theme=darkmode] .form-check-input:valid~.valid-feedback,.was-validated :root[data-theme=darkmode] .form-check-input:valid~.valid-tooltip,:root[data-theme=darkmode] .form-check-input.is-valid~.valid-feedback,:root[data-theme=darkmode] .form-check-input.is-valid~.valid-tooltip{display:block}.was-validated :root[data-theme=darkmode] .custom-control-input:valid~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:valid~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:valid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}:root[data-theme=darkmode] .invalid-feedback{display:none;width:100%;font-size:80%;color:#dc3545}[dir]:root[data-theme=darkmode] .invalid-feedback{margin-top:.25rem}:root[data-theme=darkmode] .invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;font-size:.875rem;line-height:1.5;color:#fff}[dir]:root[data-theme=darkmode] .invalid-tooltip{padding:.25rem .5rem;margin-top:.1rem;background-color:rgba(220,53,69,.9);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .invalid-tooltip{left:0}[dir=rtl]:root[data-theme=darkmode] .invalid-tooltip{right:0}.was-validated :root[data-theme=darkmode]:invalid~.invalid-feedback,.was-validated :root[data-theme=darkmode]:invalid~.invalid-tooltip,:root[data-theme=darkmode] .has-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=darkmode] .has-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=darkmode] .input-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=darkmode] .input-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=darkmode].is-invalid~.invalid-feedback,:root[data-theme=darkmode].is-invalid~.invalid-tooltip,:root[data-theme=default] .has-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=default] .has-validation-error:root[data-theme=darkmode]~.invalid-tooltip,:root[data-theme=default] .input-validation-error:root[data-theme=darkmode]~.invalid-feedback,:root[data-theme=default] .input-validation-error:root[data-theme=darkmode]~.invalid-tooltip{display:block}.was-validated [dir]:root[data-theme=darkmode] .form-control:invalid,[dir]:root[data-theme=darkmode] .form-control.has-validation-error,[dir]:root[data-theme=darkmode] .form-control.input-validation-error,[dir]:root[data-theme=darkmode] .form-control.is-invalid{border-color:#dc3545;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=ltr]:root[data-theme=darkmode] .form-control:invalid,[dir=ltr]:root[data-theme=darkmode] .form-control.has-validation-error,[dir=ltr]:root[data-theme=darkmode] .form-control.input-validation-error,[dir=ltr]:root[data-theme=darkmode] .form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:right calc(.375em + .1875rem) center}.was-validated [dir=rtl]:root[data-theme=darkmode] .form-control:invalid,[dir=rtl]:root[data-theme=darkmode] .form-control.has-validation-error,[dir=rtl]:root[data-theme=darkmode] .form-control.input-validation-error,[dir=rtl]:root[data-theme=darkmode] .form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:left calc(.375em + .1875rem) center}.was-validated [dir]:root[data-theme=darkmode] .form-control:invalid:focus,[dir]:root[data-theme=darkmode] .form-control.has-validation-error:focus,[dir]:root[data-theme=darkmode] .form-control.input-validation-error:focus,[dir]:root[data-theme=darkmode] .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated [dir=ltr]:root[data-theme=darkmode] textarea.form-control:invalid,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.has-validation-error,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.input-validation-error,[dir=ltr]:root[data-theme=darkmode] textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] textarea.form-control:invalid,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.has-validation-error,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.input-validation-error,[dir=rtl]:root[data-theme=darkmode] textarea.form-control.is-invalid{padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:invalid,[dir]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir]:root[data-theme=darkmode] .custom-select.is-invalid{border-color:#dc3545}.was-validated [dir=ltr]:root[data-theme=darkmode] .custom-select:invalid,[dir=ltr]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir=ltr]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir=ltr]:root[data-theme=darkmode] .custom-select.is-invalid{padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #181a1b no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir=rtl]:root[data-theme=darkmode] .custom-select:invalid,[dir=rtl]:root[data-theme=darkmode] .custom-select.has-validation-error,[dir=rtl]:root[data-theme=darkmode] .custom-select.input-validation-error,[dir=rtl]:root[data-theme=darkmode] .custom-select.is-invalid{padding-left:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #181a1b no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated [dir]:root[data-theme=darkmode] .custom-select:invalid:focus,[dir]:root[data-theme=darkmode] .custom-select.has-validation-error:focus,[dir]:root[data-theme=darkmode] .custom-select.input-validation-error:focus,[dir]:root[data-theme=darkmode] .custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.form-check-label,:root[data-theme=darkmode] .form-check-input.has-validation-error~.form-check-label,:root[data-theme=darkmode] .form-check-input.input-validation-error~.form-check-label,:root[data-theme=darkmode] .form-check-input.is-invalid~.form-check-label,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.form-check-label,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.form-check-label{color:#dc3545}.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.invalid-feedback,.was-validated :root[data-theme=darkmode] .form-check-input:invalid~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.has-validation-error~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.has-validation-error~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.input-validation-error~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.input-validation-error~.invalid-tooltip,:root[data-theme=darkmode] .form-check-input.is-invalid~.invalid-feedback,:root[data-theme=darkmode] .form-check-input.is-invalid~.invalid-tooltip,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.invalid-feedback,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.has-validation-error~.invalid-tooltip,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.invalid-feedback,:root[data-theme=darkmode] :root[data-theme=default] .form-check-input.input-validation-error~.invalid-tooltip{display:block}.was-validated :root[data-theme=darkmode] .custom-control-input:invalid~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.has-validation-error~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.input-validation-error~.custom-control-label,:root[data-theme=darkmode] .custom-control-input.is-invalid~.custom-control-label,:root[data-theme=darkmode] :root[data-theme=default] .custom-control-input.has-validation-error~.custom-control-label,:root[data-theme=darkmode] :root[data-theme=default] .custom-control-input.input-validation-error~.custom-control-label{color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error~.custom-control-label::before{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:checked~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:focus~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated [dir]:root[data-theme=darkmode] .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.has-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.input-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.has-validation-error:focus:not(:checked)~.custom-control-label::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-control-input.input-validation-error:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:invalid~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.has-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.input-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-invalid~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.has-validation-error~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.input-validation-error~.custom-file-label{border-color:#dc3545}.was-validated [dir]:root[data-theme=darkmode] .custom-file-input:invalid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.has-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.input-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input.is-invalid:focus~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.has-validation-error:focus~.custom-file-label,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .custom-file-input.input-validation-error:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}:root[data-theme=darkmode] .form-inline{display:flex;flex-flow:row wrap;align-items:center}:root[data-theme=darkmode] .form-inline .form-check{width:100%}@media (min-width:576px){:root[data-theme=darkmode] .form-inline label{display:flex;align-items:center;justify-content:center}[dir]:root[data-theme=darkmode] .form-inline label{margin-bottom:0}:root[data-theme=darkmode] .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center}[dir]:root[data-theme=darkmode] .form-inline .form-group{margin-bottom:0}:root[data-theme=darkmode] .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}:root[data-theme=darkmode] .form-inline .form-control-plaintext{display:inline-block}:root[data-theme=darkmode] .form-inline .custom-select,:root[data-theme=darkmode] .form-inline .input-group{width:auto}:root[data-theme=darkmode] .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto}[dir=ltr]:root[data-theme=darkmode] .form-inline .form-check{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .form-inline .form-check{padding-right:0}:root[data-theme=darkmode] .form-inline .form-check-input{position:relative;flex-shrink:0}[dir]:root[data-theme=darkmode] .form-inline .form-check-input{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .form-inline .form-check-input{margin-right:.25rem;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .form-inline .form-check-input{margin-left:.25rem;margin-right:0}:root[data-theme=darkmode] .form-inline .custom-control{align-items:center;justify-content:center}[dir]:root[data-theme=darkmode] .form-inline .custom-control-label{margin-bottom:0}}:root[data-theme=darkmode] .btn,:root[data-theme=darkmode] .button{display:inline-block;font-weight:400;color:#fff;vertical-align:middle;user-select:none;font-size:1rem;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .btn,[dir]:root[data-theme=darkmode] .button{text-align:center;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .btn,:root[data-theme=darkmode] .button{transition:none}}:root[data-theme=darkmode] .btn:hover,:root[data-theme=darkmode] .button:hover{color:#fff;text-decoration:none}:root[data-theme=darkmode] .btn.focus,:root[data-theme=darkmode] .btn:focus,:root[data-theme=darkmode] .button:focus,:root[data-theme=darkmode] .focus.button{outline:0}[dir]:root[data-theme=darkmode] .btn.focus,[dir]:root[data-theme=darkmode] .btn:focus,[dir]:root[data-theme=darkmode] .button:focus,[dir]:root[data-theme=darkmode] .focus.button{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .btn.disabled,:root[data-theme=darkmode] .btn:disabled,:root[data-theme=darkmode] .button:disabled,:root[data-theme=darkmode] .disabled.button{opacity:.65}[dir]:root[data-theme=darkmode] .btn:not(:disabled):not(.disabled),[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled){cursor:pointer}:root[data-theme=darkmode] a.btn.disabled,:root[data-theme=darkmode] a.disabled.button,:root[data-theme=darkmode] fieldset:disabled a.btn,:root[data-theme=darkmode] fieldset:disabled a.button{pointer-events:none}:root[data-theme=darkmode] .btn-primary,:root[data-theme=darkmode] .button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary,[dir]:root[data-theme=darkmode] .button{background-color:#007bff;border-color:#007bff}:root[data-theme=darkmode] .btn-primary:hover,:root[data-theme=darkmode] .button:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary:hover,[dir]:root[data-theme=darkmode] .button:hover{background-color:#0069d9;border-color:#0062cc}:root[data-theme=darkmode] .btn-primary.focus,:root[data-theme=darkmode] .btn-primary:focus,:root[data-theme=darkmode] .button:focus,:root[data-theme=darkmode] .focus.button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary.focus,[dir]:root[data-theme=darkmode] .btn-primary:focus,[dir]:root[data-theme=darkmode] .button:focus,[dir]:root[data-theme=darkmode] .focus.button{background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}:root[data-theme=darkmode] .btn-primary.disabled,:root[data-theme=darkmode] .btn-primary:disabled,:root[data-theme=darkmode] .button:disabled,:root[data-theme=darkmode] .disabled.button{color:#fff}[dir]:root[data-theme=darkmode] .btn-primary.disabled,[dir]:root[data-theme=darkmode] .btn-primary:disabled,[dir]:root[data-theme=darkmode] .button:disabled,[dir]:root[data-theme=darkmode] .disabled.button{background-color:#007bff;border-color:#007bff}.show>:root[data-theme=darkmode] .btn-primary.dropdown-toggle,.show>:root[data-theme=darkmode] .dropdown-toggle.button,:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active,:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active,:root[data-theme=default] .show>:root[data-theme=darkmode] .dropdown-toggle.button{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-primary.dropdown-toggle,.show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active,[dir]:root[data-theme=default] .show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button{background-color:#0062cc;border-color:#005cbf}.show>[dir]:root[data-theme=darkmode] .btn-primary.dropdown-toggle:focus,.show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button:focus,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-primary:not(:disabled):not(.disabled):active:focus,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .button:not(:disabled):not(.disabled):active:focus,[dir]:root[data-theme=default] .show>[dir]:root[data-theme=darkmode] .dropdown-toggle.button:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}:root[data-theme=darkmode] .btn-secondary{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary{background-color:#6c757d;border-color:#6c757d}:root[data-theme=darkmode] .btn-secondary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary:hover{background-color:#5a6268;border-color:#545b62}:root[data-theme=darkmode] .btn-secondary.focus,:root[data-theme=darkmode] .btn-secondary:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary.focus,[dir]:root[data-theme=darkmode] .btn-secondary:focus{background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}:root[data-theme=darkmode] .btn-secondary.disabled,:root[data-theme=darkmode] .btn-secondary:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-secondary.disabled,[dir]:root[data-theme=darkmode] .btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d}.show>:root[data-theme=darkmode] .btn-secondary.dropdown-toggle,:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-secondary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active{background-color:#545b62;border-color:#4e555b}.show>[dir]:root[data-theme=darkmode] .btn-secondary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}:root[data-theme=darkmode] .btn-success{color:#fff}[dir]:root[data-theme=darkmode] .btn-success{background-color:#28a745;border-color:#28a745}:root[data-theme=darkmode] .btn-success:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-success:hover{background-color:#218838;border-color:#1e7e34}:root[data-theme=darkmode] .btn-success.focus,:root[data-theme=darkmode] .btn-success:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-success.focus,[dir]:root[data-theme=darkmode] .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}:root[data-theme=darkmode] .btn-success.disabled,:root[data-theme=darkmode] .btn-success:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-success.disabled,[dir]:root[data-theme=darkmode] .btn-success:disabled{background-color:#28a745;border-color:#28a745}.show>:root[data-theme=darkmode] .btn-success.dropdown-toggle,:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-success.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active{background-color:#1e7e34;border-color:#1c7430}.show>[dir]:root[data-theme=darkmode] .btn-success.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}:root[data-theme=darkmode] .btn-info{color:#fff}[dir]:root[data-theme=darkmode] .btn-info{background-color:#3498db;border-color:#3498db}:root[data-theme=darkmode] .btn-info:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-info:hover{background-color:#2384c6;border-color:#217dbb}:root[data-theme=darkmode] .btn-info.focus,:root[data-theme=darkmode] .btn-info:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-info.focus,[dir]:root[data-theme=darkmode] .btn-info:focus{background-color:#2384c6;border-color:#217dbb;box-shadow:0 0 0 .2rem rgba(82,167,224,.5)}:root[data-theme=darkmode] .btn-info.disabled,:root[data-theme=darkmode] .btn-info:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-info.disabled,[dir]:root[data-theme=darkmode] .btn-info:disabled{background-color:#3498db;border-color:#3498db}.show>:root[data-theme=darkmode] .btn-info.dropdown-toggle,:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-info.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active{background-color:#217dbb;border-color:#1f76b0}.show>[dir]:root[data-theme=darkmode] .btn-info.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(82,167,224,.5)}:root[data-theme=darkmode] .btn-warning{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning{background-color:#f39c12;border-color:#f39c12}:root[data-theme=darkmode] .btn-warning:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning:hover{background-color:#d4860b;border-color:#c87f0a}:root[data-theme=darkmode] .btn-warning.focus,:root[data-theme=darkmode] .btn-warning:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning.focus,[dir]:root[data-theme=darkmode] .btn-warning:focus{background-color:#d4860b;border-color:#c87f0a;box-shadow:0 0 0 .2rem rgba(245,171,54,.5)}:root[data-theme=darkmode] .btn-warning.disabled,:root[data-theme=darkmode] .btn-warning:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-warning.disabled,[dir]:root[data-theme=darkmode] .btn-warning:disabled{background-color:#f39c12;border-color:#f39c12}.show>:root[data-theme=darkmode] .btn-warning.dropdown-toggle,:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-warning.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active{background-color:#c87f0a;border-color:#bc770a}.show>[dir]:root[data-theme=darkmode] .btn-warning.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(245,171,54,.5)}:root[data-theme=darkmode] .btn-danger{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger{background-color:#dc3545;border-color:#dc3545}:root[data-theme=darkmode] .btn-danger:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger:hover{background-color:#c82333;border-color:#bd2130}:root[data-theme=darkmode] .btn-danger.focus,:root[data-theme=darkmode] .btn-danger:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger.focus,[dir]:root[data-theme=darkmode] .btn-danger:focus{background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}:root[data-theme=darkmode] .btn-danger.disabled,:root[data-theme=darkmode] .btn-danger:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-danger.disabled,[dir]:root[data-theme=darkmode] .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.show>:root[data-theme=darkmode] .btn-danger.dropdown-toggle,:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-danger.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active{background-color:#bd2130;border-color:#b21f2d}.show>[dir]:root[data-theme=darkmode] .btn-danger.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}:root[data-theme=darkmode] .btn-light{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light{background-color:#dee2e6;border-color:#dee2e6}:root[data-theme=darkmode] .btn-light:hover{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light:hover{background-color:#c8cfd6;border-color:#c1c9d0}:root[data-theme=darkmode] .btn-light.focus,:root[data-theme=darkmode] .btn-light:focus{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light.focus,[dir]:root[data-theme=darkmode] .btn-light:focus{background-color:#c8cfd6;border-color:#c1c9d0;box-shadow:0 0 0 .2rem rgba(192,196,200,.5)}:root[data-theme=darkmode] .btn-light.disabled,:root[data-theme=darkmode] .btn-light:disabled{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-light.disabled,[dir]:root[data-theme=darkmode] .btn-light:disabled{background-color:#dee2e6;border-color:#dee2e6}.show>:root[data-theme=darkmode] .btn-light.dropdown-toggle,:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active{color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-light.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active{background-color:#c1c9d0;border-color:#bac2cb}.show>[dir]:root[data-theme=darkmode] .btn-light.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(192,196,200,.5)}:root[data-theme=darkmode] .btn-dark{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark{background-color:#181a1b;border-color:#181a1b}:root[data-theme=darkmode] .btn-dark:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark:hover{background-color:#060707;border-color:#000}:root[data-theme=darkmode] .btn-dark.focus,:root[data-theme=darkmode] .btn-dark:focus{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark.focus,[dir]:root[data-theme=darkmode] .btn-dark:focus{background-color:#060707;border-color:#000;box-shadow:0 0 0 .2rem rgba(59,60,61,.5)}:root[data-theme=darkmode] .btn-dark.disabled,:root[data-theme=darkmode] .btn-dark:disabled{color:#fff}[dir]:root[data-theme=darkmode] .btn-dark.disabled,[dir]:root[data-theme=darkmode] .btn-dark:disabled{background-color:#181a1b;border-color:#181a1b}.show>:root[data-theme=darkmode] .btn-dark.dropdown-toggle,:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-dark.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active{background-color:#000;border-color:#000}.show>[dir]:root[data-theme=darkmode] .btn-dark.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(59,60,61,.5)}:root[data-theme=darkmode] .btn-outline-primary{color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary{border-color:#007bff}:root[data-theme=darkmode] .btn-outline-primary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary.focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .btn-outline-primary.disabled,:root[data-theme=darkmode] .btn-outline-primary:disabled{color:#007bff}[dir]:root[data-theme=darkmode] .btn-outline-primary.disabled,[dir]:root[data-theme=darkmode] .btn-outline-primary:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#007bff;border-color:#007bff}.show>[dir]:root[data-theme=darkmode] .btn-outline-primary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .btn-outline-secondary{color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary{border-color:#6c757d}:root[data-theme=darkmode] .btn-outline-secondary:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary.focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .btn-outline-secondary.disabled,:root[data-theme=darkmode] .btn-outline-secondary:disabled{color:#6c757d}[dir]:root[data-theme=darkmode] .btn-outline-secondary.disabled,[dir]:root[data-theme=darkmode] .btn-outline-secondary:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active{background-color:#6c757d;border-color:#6c757d}.show>[dir]:root[data-theme=darkmode] .btn-outline-secondary.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .btn-outline-success{color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success{border-color:#28a745}:root[data-theme=darkmode] .btn-outline-success:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-success:hover{background-color:#28a745;border-color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success.focus,[dir]:root[data-theme=darkmode] .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .btn-outline-success.disabled,:root[data-theme=darkmode] .btn-outline-success:disabled{color:#28a745}[dir]:root[data-theme=darkmode] .btn-outline-success.disabled,[dir]:root[data-theme=darkmode] .btn-outline-success:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active{background-color:#28a745;border-color:#28a745}.show>[dir]:root[data-theme=darkmode] .btn-outline-success.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .btn-outline-info{color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info{border-color:#3498db}:root[data-theme=darkmode] .btn-outline-info:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-info:hover{background-color:#3498db;border-color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info.focus,[dir]:root[data-theme=darkmode] .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .btn-outline-info.disabled,:root[data-theme=darkmode] .btn-outline-info:disabled{color:#3498db}[dir]:root[data-theme=darkmode] .btn-outline-info.disabled,[dir]:root[data-theme=darkmode] .btn-outline-info:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active{background-color:#3498db;border-color:#3498db}.show>[dir]:root[data-theme=darkmode] .btn-outline-info.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .btn-outline-warning{color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning{border-color:#f39c12}:root[data-theme=darkmode] .btn-outline-warning:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-warning:hover{background-color:#f39c12;border-color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning.focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .btn-outline-warning.disabled,:root[data-theme=darkmode] .btn-outline-warning:disabled{color:#f39c12}[dir]:root[data-theme=darkmode] .btn-outline-warning.disabled,[dir]:root[data-theme=darkmode] .btn-outline-warning:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active{background-color:#f39c12;border-color:#f39c12}.show>[dir]:root[data-theme=darkmode] .btn-outline-warning.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .btn-outline-danger{color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger{border-color:#dc3545}:root[data-theme=darkmode] .btn-outline-danger:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger.focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .btn-outline-danger.disabled,:root[data-theme=darkmode] .btn-outline-danger:disabled{color:#dc3545}[dir]:root[data-theme=darkmode] .btn-outline-danger.disabled,[dir]:root[data-theme=darkmode] .btn-outline-danger:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active{background-color:#dc3545;border-color:#dc3545}.show>[dir]:root[data-theme=darkmode] .btn-outline-danger.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .btn-outline-light{color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light{border-color:#dee2e6}:root[data-theme=darkmode] .btn-outline-light:hover{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-light:hover{background-color:#dee2e6;border-color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light.focus,[dir]:root[data-theme=darkmode] .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .btn-outline-light.disabled,:root[data-theme=darkmode] .btn-outline-light:disabled{color:#dee2e6}[dir]:root[data-theme=darkmode] .btn-outline-light.disabled,[dir]:root[data-theme=darkmode] .btn-outline-light:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active{color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active{background-color:#dee2e6;border-color:#dee2e6}.show>[dir]:root[data-theme=darkmode] .btn-outline-light.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .btn-outline-dark{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark{border-color:#181a1b}:root[data-theme=darkmode] .btn-outline-dark:hover{color:#fff}[dir]:root[data-theme=darkmode] .btn-outline-dark:hover{background-color:#181a1b;border-color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark.focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}:root[data-theme=darkmode] .btn-outline-dark.disabled,:root[data-theme=darkmode] .btn-outline-dark:disabled{color:#181a1b}[dir]:root[data-theme=darkmode] .btn-outline-dark.disabled,[dir]:root[data-theme=darkmode] .btn-outline-dark:disabled{background-color:transparent}.show>:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle,:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active,:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff}.show>[dir]:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active{background-color:#181a1b;border-color:#181a1b}.show>[dir]:root[data-theme=darkmode] .btn-outline-dark.dropdown-toggle:focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,[dir]:root[data-theme=darkmode] .btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}:root[data-theme=darkmode] .btn-link{font-weight:400;color:#007bff;text-decoration:none}:root[data-theme=darkmode] .btn-link:hover{color:#0056b3;text-decoration:underline}:root[data-theme=darkmode] .btn-link.focus,:root[data-theme=darkmode] .btn-link:focus{text-decoration:underline}:root[data-theme=darkmode] .btn-link.disabled,:root[data-theme=darkmode] .btn-link:disabled{color:#888;pointer-events:none}:root[data-theme=darkmode] .btn-group-lg>.btn,:root[data-theme=darkmode] .btn-group-lg>.button,:root[data-theme=darkmode] .btn-lg,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-lg>.btn,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-lg>.button{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .btn-group-lg>.btn,[dir]:root[data-theme=darkmode] .btn-group-lg>.button,[dir]:root[data-theme=darkmode] .btn-lg,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-lg>.btn,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-lg>.button{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] .btn-group-sm>.btn,:root[data-theme=darkmode] .btn-group-sm>.button,:root[data-theme=darkmode] .btn-sm,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-sm>.btn,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-sm>.button{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .btn-group-sm>.btn,[dir]:root[data-theme=darkmode] .btn-group-sm>.button,[dir]:root[data-theme=darkmode] .btn-sm,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-sm>.btn,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-sm>.button{padding:.25rem .5rem;border-radius:.2rem}:root[data-theme=darkmode] .btn-block{display:block;width:100%}[dir]:root[data-theme=darkmode] .btn-block+.btn-block{margin-top:.5rem}:root[data-theme=darkmode] input[type=button].btn-block,:root[data-theme=darkmode] input[type=reset].btn-block,:root[data-theme=darkmode] input[type=submit].btn-block{width:100%}:root[data-theme=darkmode] .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .fade{transition:none}}:root[data-theme=darkmode] .fade:not(.show){opacity:0}:root[data-theme=darkmode] .collapse:not(.show){display:none}:root[data-theme=darkmode] .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .collapsing{transition:none}}:root[data-theme=darkmode] .dropdown,:root[data-theme=darkmode] .dropleft,:root[data-theme=darkmode] .dropright,:root[data-theme=darkmode] .dropup{position:relative}:root[data-theme=darkmode] .dropdown-toggle{white-space:nowrap}:root[data-theme=darkmode] .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropdown-toggle::after{border-top:.3em solid;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle::after{margin-left:.255em;border-right:.3em solid transparent;border-left:.3em solid transparent}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle::after{margin-right:.255em;border-left:.3em solid transparent;border-right:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;font-size:1rem;color:#fff;list-style:none}[dir]:root[data-theme=darkmode] .dropdown-menu{padding:.5rem 0;margin:.125rem 0 0;background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(140,130,115,.13);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu{left:0;float:left;text-align:left}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu{right:0;float:right;text-align:right}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-right{left:0;right:auto}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-sm-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-sm-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-sm-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-sm-right{left:0;right:auto}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-md-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-md-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-md-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-md-right{left:0;right:auto}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-lg-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-lg-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-lg-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-lg-right{left:0;right:auto}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-xl-left{right:auto;left:0}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-xl-left{left:auto;right:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu-xl-right{right:0;left:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu-xl-right{left:0;right:auto}}:root[data-theme=darkmode] .dropup .dropdown-menu{top:auto;bottom:100%}[dir]:root[data-theme=darkmode] .dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}:root[data-theme=darkmode] .dropup .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{margin-left:.255em;border-right:.3em solid transparent;border-left:.3em solid transparent}[dir=rtl]:root[data-theme=darkmode] .dropup .dropdown-toggle::after{margin-right:.255em;border-left:.3em solid transparent;border-right:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropup .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropup .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropright .dropdown-menu{top:0}[dir]:root[data-theme=darkmode] .dropright .dropdown-menu{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-menu{right:auto;left:100%;margin-left:.125rem}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-menu{left:auto;right:100%;margin-right:.125rem}:root[data-theme=darkmode] .dropright .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{border-top:.3em solid transparent;border-bottom:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{margin-left:.255em;border-right:0;border-left:.3em solid}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-toggle::after{margin-right:.255em;border-left:0;border-right:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropright .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropright .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropright .dropdown-toggle::after{vertical-align:0}:root[data-theme=darkmode] .dropleft .dropdown-menu{top:0}[dir]:root[data-theme=darkmode] .dropleft .dropdown-menu{margin-top:0}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-menu{right:100%;left:auto;margin-right:.125rem}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-menu{left:100%;right:auto;margin-left:.125rem}:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{display:inline-block;vertical-align:.255em;content:""}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{margin-left:.255em}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{margin-right:.255em}:root[data-theme=darkmode] .dropleft .dropdown-toggle::after{display:none}:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{display:inline-block;vertical-align:.255em;content:""}[dir]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{border-top:.3em solid transparent;border-bottom:.3em solid transparent}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{margin-right:.255em;border-right:.3em solid}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{margin-left:.255em;border-left:.3em solid}[dir=ltr]:root[data-theme=darkmode] .dropleft .dropdown-toggle:empty::after{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .dropleft .dropdown-toggle:empty::after{margin-right:0}:root[data-theme=darkmode] .dropleft .dropdown-toggle::before{vertical-align:0}:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{bottom:auto}[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],[dir=ltr]:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{right:auto}[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=bottom],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=left],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=right],[dir=rtl]:root[data-theme=darkmode] .dropdown-menu[x-placement^=top]{left:auto}:root[data-theme=darkmode] .dropdown-divider{height:0;overflow:hidden}[dir]:root[data-theme=darkmode] .dropdown-divider{margin:.5rem 0;border-top:1px solid rgba(140,130,115,.13)}:root[data-theme=darkmode] .dropdown-item{display:block;width:100%;font-weight:400;color:#fff;white-space:nowrap}[dir]:root[data-theme=darkmode] .dropdown-item{padding:.25rem 1.5rem;clear:both;text-align:inherit;background-color:transparent;border:0}:root[data-theme=darkmode] .dropdown-item:focus,:root[data-theme=darkmode] .dropdown-item:hover{color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .dropdown-item:focus,[dir]:root[data-theme=darkmode] .dropdown-item:hover{background-color:#007bff}:root[data-theme=darkmode] .dropdown-item.active,:root[data-theme=darkmode] .dropdown-item:active{color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .dropdown-item.active,[dir]:root[data-theme=darkmode] .dropdown-item:active{background-color:#007bff}:root[data-theme=darkmode] .dropdown-item.disabled,:root[data-theme=darkmode] .dropdown-item:disabled{color:#888;pointer-events:none}[dir]:root[data-theme=darkmode] .dropdown-item.disabled,[dir]:root[data-theme=darkmode] .dropdown-item:disabled{background-color:transparent}:root[data-theme=darkmode] .dropdown-menu.show{display:block}:root[data-theme=darkmode] .dropdown-header{display:block;font-size:.875rem;color:#888;white-space:nowrap}[dir]:root[data-theme=darkmode] .dropdown-header{padding:.5rem 1.5rem;margin-bottom:0}:root[data-theme=darkmode] .dropdown-item-text{display:block;color:#fff}[dir]:root[data-theme=darkmode] .dropdown-item-text{padding:.25rem 1.5rem}:root[data-theme=darkmode] .btn-group,:root[data-theme=darkmode] .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}:root[data-theme=darkmode] .btn-group-vertical>.btn,:root[data-theme=darkmode] .btn-group-vertical>.button,:root[data-theme=darkmode] .btn-group>.btn,:root[data-theme=darkmode] .btn-group>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button{position:relative;flex:1 1 auto}:root[data-theme=darkmode] .btn-group-vertical>.btn:hover,:root[data-theme=darkmode] .btn-group-vertical>.button:hover,:root[data-theme=darkmode] .btn-group>.btn:hover,:root[data-theme=darkmode] .btn-group>.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:hover{z-index:1}:root[data-theme=darkmode] .btn-group-vertical>.active.button,:root[data-theme=darkmode] .btn-group-vertical>.btn.active,:root[data-theme=darkmode] .btn-group-vertical>.btn:active,:root[data-theme=darkmode] .btn-group-vertical>.btn:focus,:root[data-theme=darkmode] .btn-group-vertical>.button:active,:root[data-theme=darkmode] .btn-group-vertical>.button:focus,:root[data-theme=darkmode] .btn-group>.active.button,:root[data-theme=darkmode] .btn-group>.btn.active,:root[data-theme=darkmode] .btn-group>.btn:active,:root[data-theme=darkmode] .btn-group>.btn:focus,:root[data-theme=darkmode] .btn-group>.button:active,:root[data-theme=darkmode] .btn-group>.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.active.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:active,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.active.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:active,:root[data-theme=darkmode] :root[data-theme=default] .btn-group>.button:focus{z-index:1}:root[data-theme=darkmode] .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}:root[data-theme=darkmode] .btn-toolbar .input-group{width:auto}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:first-child){margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:first-child){margin-right:-1px}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group>.button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group>.button:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropright [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after,.dropup [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after,[dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::after{margin-left:0}.dropright [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after,.dropup [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after,[dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::after{margin-right:0}.dropleft [dir=ltr]:root[data-theme=darkmode] .dropdown-toggle-split::before{margin-right:0}.dropleft [dir=rtl]:root[data-theme=darkmode] .dropdown-toggle-split::before{margin-left:0}[dir=ltr]:root[data-theme=darkmode] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-group-sm>.button+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-sm+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-sm>.button+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}[dir=rtl]:root[data-theme=darkmode] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-group-sm>.button+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-sm+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-sm>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-sm>.button+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}[dir=ltr]:root[data-theme=darkmode] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-group-lg>.button+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] .btn-lg+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-lg>.button+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}[dir=rtl]:root[data-theme=darkmode] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-group-lg>.button+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] .btn-lg+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-lg>.btn+.dropdown-toggle-split,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-lg>.button+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}:root[data-theme=darkmode] .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}:root[data-theme=darkmode] .btn-group-vertical>.btn,:root[data-theme=darkmode] .btn-group-vertical>.btn-group,:root[data-theme=darkmode] .btn-group-vertical>.button,:root[data-theme=darkmode] :root[data-theme=default] .btn-group-vertical>.button{width:100%}[dir]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child),[dir]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){margin-top:-1px}[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.button:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .btn-group-vertical>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.btn-group:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .btn-group-vertical>.button:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn,[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn,[dir]:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button,[dir]:root[data-theme=darkmode] .btn-group-toggle>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-toggle>.btn-group>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .btn-group-toggle>.button{margin-bottom:0}:root[data-theme=darkmode] .btn-group-toggle>.btn input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.btn input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.btn-group>.button input[type=radio],:root[data-theme=darkmode] .btn-group-toggle>.button input[type=checkbox],:root[data-theme=darkmode] .btn-group-toggle>.button input[type=radio],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.btn-group>.button input[type=checkbox],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.btn-group>.button input[type=radio],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.button input[type=checkbox],:root[data-theme=darkmode] :root[data-theme=default] .btn-group-toggle>.button input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}:root[data-theme=darkmode] .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:root[data-theme=darkmode] .input-group>.custom-file,:root[data-theme=darkmode] .input-group>.custom-select,:root[data-theme=darkmode] .input-group>.form-control,:root[data-theme=darkmode] .input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0}[dir]:root[data-theme=darkmode] .input-group>.custom-file,[dir]:root[data-theme=darkmode] .input-group>.custom-select,[dir]:root[data-theme=darkmode] .input-group>.form-control,[dir]:root[data-theme=darkmode] .input-group>.form-control-plaintext{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control+.form-control,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-file,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.form-control{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control+.form-control,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-file,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control-plaintext+.form-control{margin-right:-1px}:root[data-theme=darkmode] .input-group>.custom-file .custom-file-input:focus~.custom-file-label,:root[data-theme=darkmode] .input-group>.custom-select:focus,:root[data-theme=darkmode] .input-group>.form-control:focus{z-index:3}:root[data-theme=darkmode] .input-group>.custom-file .custom-file-input:focus{z-index:4}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select:not(:last-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select:not(:last-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-select:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-select:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.form-control:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .input-group>.custom-file{display:flex;align-items:center}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label,[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label,[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .input-group-append,:root[data-theme=darkmode] .input-group-prepend{display:flex}:root[data-theme=darkmode] .input-group-append .btn,:root[data-theme=darkmode] .input-group-append .button,:root[data-theme=darkmode] .input-group-prepend .btn,:root[data-theme=darkmode] .input-group-prepend .button{position:relative;z-index:2}:root[data-theme=darkmode] .input-group-append .btn:focus,:root[data-theme=darkmode] .input-group-append .button:focus,:root[data-theme=darkmode] .input-group-prepend .btn:focus,:root[data-theme=darkmode] .input-group-prepend .button:focus{z-index:3}[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .btn+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append .input-group-text+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-append [dir=ltr]:root[data-theme=default] .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .btn+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .btn+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.btn,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.button,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .button+.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group-prepend [dir=ltr]:root[data-theme=default] .input-group-text+.button{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .btn+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append .input-group-text+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-append [dir=rtl]:root[data-theme=default] .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .btn+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend .input-group-text+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .btn+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.btn,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.button,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .button+.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group-prepend [dir=rtl]:root[data-theme=default] .input-group-text+.button{margin-right:-1px}[dir=ltr]:root[data-theme=darkmode] .input-group-prepend{margin-right:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-prepend{margin-left:-1px}[dir=ltr]:root[data-theme=darkmode] .input-group-append{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .input-group-append{margin-right:-1px}:root[data-theme=darkmode] .input-group-text{display:flex;align-items:center;font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;white-space:nowrap}[dir]:root[data-theme=darkmode] .input-group-text{padding:.375rem .75rem;margin-bottom:0;text-align:center;background-color:rgba(140,130,115,.13);border:1px solid #3c4144;border-radius:.25rem}[dir]:root[data-theme=darkmode] .input-group-text input[type=checkbox],[dir]:root[data-theme=darkmode] .input-group-text input[type=radio]{margin-top:0}:root[data-theme=darkmode] .input-group-lg>.custom-select,:root[data-theme=darkmode] .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}:root[data-theme=darkmode] .input-group-lg>.custom-select,:root[data-theme=darkmode] .input-group-lg>.form-control,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.btn,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.button,:root[data-theme=darkmode] .input-group-lg>.input-group-append>.input-group-text,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.btn,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.button,:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.input-group-text,:root[data-theme=darkmode] :root[data-theme=default] .input-group-lg>.input-group-append>.button,:root[data-theme=darkmode] :root[data-theme=default] .input-group-lg>.input-group-prepend>.button{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir]:root[data-theme=darkmode] .input-group-lg>.form-control,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.btn,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.button,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-append>.input-group-text,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.btn,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.button,[dir]:root[data-theme=darkmode] .input-group-lg>.input-group-prepend>.input-group-text,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-lg>.input-group-append>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-lg>.input-group-prepend>.button{padding:.5rem 1rem;border-radius:.3rem}:root[data-theme=darkmode] .input-group-sm>.custom-select,:root[data-theme=darkmode] .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}:root[data-theme=darkmode] .input-group-sm>.custom-select,:root[data-theme=darkmode] .input-group-sm>.form-control,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.btn,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.button,:root[data-theme=darkmode] .input-group-sm>.input-group-append>.input-group-text,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.btn,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.button,:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.input-group-text,:root[data-theme=darkmode] :root[data-theme=default] .input-group-sm>.input-group-append>.button,:root[data-theme=darkmode] :root[data-theme=default] .input-group-sm>.input-group-prepend>.button{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .input-group-sm>.custom-select,[dir]:root[data-theme=darkmode] .input-group-sm>.form-control,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.btn,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.button,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-append>.input-group-text,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.btn,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.button,[dir]:root[data-theme=darkmode] .input-group-sm>.input-group-prepend>.input-group-text,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-sm>.input-group-append>.button,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .input-group-sm>.input-group-prepend>.button{padding:.25rem .5rem;border-radius:.2rem}[dir=ltr]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir=ltr]:root[data-theme=darkmode] .input-group-sm>.custom-select{padding-right:1.75rem}[dir=rtl]:root[data-theme=darkmode] .input-group-lg>.custom-select,[dir=rtl]:root[data-theme=darkmode] .input-group-sm>.custom-select{padding-left:1.75rem}[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend>.input-group-text,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append:not(:last-child)>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend>.button{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend>.input-group-text,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append:last-child>.button:not(:last-child):not(.dropdown-toggle),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append:not(:last-child)>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend>.button{border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-append>.input-group-text,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.button,[dir=ltr]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-append>.button,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .input-group>.input-group-prepend:not(:first-child)>.button{border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-append>.input-group-text,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.button,[dir=rtl]:root[data-theme=darkmode] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-append>.button,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend:first-child>.button:not(:first-child),[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .input-group>.input-group-prepend:not(:first-child)>.button{border-top-right-radius:0;border-bottom-right-radius:0}:root[data-theme=darkmode] .custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;color-adjust:exact}[dir=ltr]:root[data-theme=darkmode] .custom-control{padding-left:1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control{padding-right:1.5rem}:root[data-theme=darkmode] .custom-control-inline{display:inline-flex}[dir=ltr]:root[data-theme=darkmode] .custom-control-inline{margin-right:1rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-inline{margin-left:1rem}:root[data-theme=darkmode] .custom-control-input{position:absolute;z-index:-1;width:1rem;height:1.25rem;opacity:0}[dir=ltr]:root[data-theme=darkmode] .custom-control-input{left:0}[dir=rtl]:root[data-theme=darkmode] .custom-control-input{right:0}:root[data-theme=darkmode] .custom-control-input:checked~.custom-control-label::before{color:#fff}[dir]:root[data-theme=darkmode] .custom-control-input:checked~.custom-control-label::before{border-color:#007bff;background-color:#007bff}[dir]:root[data-theme=darkmode] .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}:root[data-theme=darkmode] .custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff}[dir]:root[data-theme=darkmode] .custom-control-input:not(:disabled):active~.custom-control-label::before{background-color:#b3d7ff;border-color:#b3d7ff}:root[data-theme=darkmode] .custom-control-input:disabled~.custom-control-label,:root[data-theme=darkmode] .custom-control-input[disabled]~.custom-control-label{color:#888}[dir]:root[data-theme=darkmode] .custom-control-input:disabled~.custom-control-label::before,[dir]:root[data-theme=darkmode] .custom-control-input[disabled]~.custom-control-label::before{background-color:#232628}:root[data-theme=darkmode] .custom-control-label{position:relative;vertical-align:top}[dir]:root[data-theme=darkmode] .custom-control-label{margin-bottom:0}:root[data-theme=darkmode] .custom-control-label::before{position:absolute;top:.25rem;display:block;width:1rem;height:1rem;pointer-events:none;content:""}[dir]:root[data-theme=darkmode] .custom-control-label::before{background-color:#181a1b;border:#2a2d2f solid 1px}[dir=ltr]:root[data-theme=darkmode] .custom-control-label::before{left:-1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-label::before{right:-1.5rem}:root[data-theme=darkmode] .custom-control-label::after{position:absolute;top:.25rem;display:block;width:1rem;height:1rem;content:""}[dir]:root[data-theme=darkmode] .custom-control-label::after{background:no-repeat 50%/50% 50%}[dir=ltr]:root[data-theme=darkmode] .custom-control-label::after{left:-1.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-control-label::after{right:-1.5rem}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-label::before{border-radius:.25rem}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir]:root[data-theme=darkmode] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-label::before{border-radius:50%}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}[dir=ltr]:root[data-theme=darkmode] .custom-switch{padding-left:2.25rem}[dir=rtl]:root[data-theme=darkmode] .custom-switch{padding-right:2.25rem}:root[data-theme=darkmode] .custom-switch .custom-control-label::before{width:1.75rem;pointer-events:all}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{border-radius:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{left:-2.25rem}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-label::before{right:-2.25rem}:root[data-theme=darkmode] .custom-switch .custom-control-label::after{top:calc(.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{background-color:#2a2d2f;border-radius:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{left:calc(-2.25rem + 2px)}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-label::after{right:calc(-2.25rem + 2px)}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-switch .custom-control-label::after{transition:none}}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(.75rem)}[dir=rtl]:root[data-theme=darkmode] .custom-switch .custom-control-input:checked~.custom-control-label::after{transform:translateX(-.75rem)}[dir]:root[data-theme=darkmode] .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}:root[data-theme=darkmode] .custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);font-size:1rem;font-weight:400;line-height:1.5;color:#ced4da;vertical-align:middle;appearance:none}[dir]:root[data-theme=darkmode] .custom-select{border:1px solid #3c4144;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-select{padding:.375rem 1.75rem .375rem .75rem;background:#181a1b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px}[dir=rtl]:root[data-theme=darkmode] .custom-select{padding:.375rem .75rem .375rem 1.75rem;background:#181a1b url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23181a1b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px}:root[data-theme=darkmode] .custom-select:focus{outline:0}[dir]:root[data-theme=darkmode] .custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}:root[data-theme=darkmode] .custom-select:focus::-ms-value{color:#ced4da}[dir]:root[data-theme=darkmode] .custom-select:focus::-ms-value{background-color:#181a1b}:root[data-theme=darkmode] .custom-select[multiple],:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){height:auto}[dir]:root[data-theme=darkmode] .custom-select[multiple],[dir]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){background-image:none}[dir=ltr]:root[data-theme=darkmode] .custom-select[multiple],[dir=ltr]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){padding-right:.75rem}[dir=rtl]:root[data-theme=darkmode] .custom-select[multiple],[dir=rtl]:root[data-theme=darkmode] .custom-select[size]:not([size="1"]){padding-left:.75rem}:root[data-theme=darkmode] .custom-select:disabled{color:#888}[dir]:root[data-theme=darkmode] .custom-select:disabled{background-color:#ebebeb}:root[data-theme=darkmode] .custom-select::-ms-expand{display:none}:root[data-theme=darkmode] .custom-select:-moz-focusring{color:transparent}[dir]:root[data-theme=darkmode] .custom-select:-moz-focusring{text-shadow:0 0 0 #ced4da}:root[data-theme=darkmode] .custom-select-sm{height:calc(1.5em + .5rem + 2px);font-size:.875rem}[dir]:root[data-theme=darkmode] .custom-select-sm{padding-top:.25rem;padding-bottom:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-select-sm{padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .custom-select-sm{padding-right:.5rem}:root[data-theme=darkmode] .custom-select-lg{height:calc(1.5em + 1rem + 2px);font-size:1.25rem}[dir]:root[data-theme=darkmode] .custom-select-lg{padding-top:.5rem;padding-bottom:.5rem}[dir=ltr]:root[data-theme=darkmode] .custom-select-lg{padding-left:1rem}[dir=rtl]:root[data-theme=darkmode] .custom-select-lg{padding-right:1rem}:root[data-theme=darkmode] .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px)}[dir]:root[data-theme=darkmode] .custom-file{margin-bottom:0}:root[data-theme=darkmode] .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);opacity:0}[dir]:root[data-theme=darkmode] .custom-file-input{margin:0}[dir]:root[data-theme=darkmode] .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-file-input:disabled~.custom-file-label,[dir]:root[data-theme=darkmode] .custom-file-input[disabled]~.custom-file-label{background-color:#232628}:root[data-theme=darkmode] .custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}:root[data-theme=darkmode] .custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}:root[data-theme=darkmode] .custom-file-label{position:absolute;top:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;line-height:1.5;color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-file-label{padding:.375rem .75rem;background-color:#181a1b;border:1px solid #181a1b;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .custom-file-label{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .custom-file-label{left:0;right:0}:root[data-theme=darkmode] .custom-file-label::after{position:absolute;top:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);line-height:1.5;color:#2a2d2f;content:"Browse"}[dir]:root[data-theme=darkmode] .custom-file-label::after{padding:.375rem .75rem;background-color:rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .custom-file-label::after{right:0;border-left:inherit;border-radius:0 .25rem .25rem 0}[dir=rtl]:root[data-theme=darkmode] .custom-file-label::after{left:0;border-right:inherit;border-radius:.25rem 0 0 .25rem}:root[data-theme=darkmode] .custom-range{width:100%;height:1.4rem;appearance:none}[dir]:root[data-theme=darkmode] .custom-range{padding:0;background-color:transparent}:root[data-theme=darkmode] .custom-range:focus{outline:0}[dir]:root[data-theme=darkmode] .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #181a1b,0 0 0 .2rem rgba(0,123,255,.25)}[dir]:root[data-theme=darkmode] .custom-range::-moz-focus-outer{border:0}:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-webkit-slider-runnable-track{cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}:root[data-theme=darkmode] .custom-range::-moz-range-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-thumb{background-color:#007bff;border:0;border-radius:1rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-moz-range-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-moz-range-track{cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}:root[data-theme=darkmode] .custom-range::-ms-thumb{width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}[dir]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-top:0;background-color:#007bff;border:0;border-radius:1rem}[dir=ltr]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-right:.2rem;margin-left:.2rem}[dir=rtl]:root[data-theme=darkmode] .custom-range::-ms-thumb{margin-left:.2rem;margin-right:.2rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-range::-ms-thumb{transition:none}}[dir]:root[data-theme=darkmode] .custom-range::-ms-thumb:active{background-color:#b3d7ff}:root[data-theme=darkmode] .custom-range::-ms-track{width:100%;height:.5rem;color:transparent}[dir]:root[data-theme=darkmode] .custom-range::-ms-track{cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}[dir]:root[data-theme=darkmode] .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}[dir]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}[dir=ltr]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{margin-right:15px}[dir=rtl]:root[data-theme=darkmode] .custom-range::-ms-fill-upper{margin-left:15px}[dir]:root[data-theme=darkmode] .custom-range:disabled::-webkit-slider-thumb{background-color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}[dir]:root[data-theme=darkmode] .custom-range:disabled::-moz-range-thumb{background-color:#2a2d2f}[dir]:root[data-theme=darkmode] .custom-range:disabled::-moz-range-track{cursor:default}[dir]:root[data-theme=darkmode] .custom-range:disabled::-ms-thumb{background-color:#2a2d2f}:root[data-theme=darkmode] .custom-control-label::before,:root[data-theme=darkmode] .custom-file-label,:root[data-theme=darkmode] .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .custom-control-label::before,:root[data-theme=darkmode] .custom-file-label,:root[data-theme=darkmode] .custom-select{transition:none}}:root[data-theme=darkmode] .nav{display:flex;flex-wrap:wrap;list-style:none}[dir]:root[data-theme=darkmode] .nav{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .nav{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .nav{padding-right:0}:root[data-theme=darkmode] .nav-link{display:block}[dir]:root[data-theme=darkmode] .nav-link{padding:.5rem 2rem}:root[data-theme=darkmode] .nav-link:focus,:root[data-theme=darkmode] .nav-link:hover{text-decoration:none}:root[data-theme=darkmode] .nav-link.disabled{color:#2a2d2f;pointer-events:none}[dir]:root[data-theme=darkmode] .nav-link.disabled{cursor:default}[dir]:root[data-theme=darkmode] .nav-tabs{border-bottom:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item{margin-bottom:-1px}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link{border:1px solid transparent}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link{border-top-left-radius:.25rem;border-top-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link{border-top-right-radius:.25rem;border-top-left-radius:.25rem}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:focus,[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:hover{border-color:rgba(140,130,115,.13) rgba(140,130,115,.13) transparent}:root[data-theme=darkmode] .nav-tabs .nav-link.disabled{color:#2a2d2f}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent}:root[data-theme=darkmode] .nav-tabs .nav-item.show .nav-link,:root[data-theme=darkmode] .nav-tabs .nav-link.active{color:#fff}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item.show .nav-link,[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{background-color:#181a1b;border-color:rgba(140,130,115,.13) rgba(140,130,115,.13) transparent}[dir]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{margin-top:-1px}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .dropdown-menu{border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .nav-pills .nav-link{border-radius:.25rem}:root[data-theme=darkmode] .nav-pills .nav-link.active,:root[data-theme=darkmode] .nav-pills .show>.nav-link{color:#fff}[dir]:root[data-theme=darkmode] .nav-pills .nav-link.active,[dir]:root[data-theme=darkmode] .nav-pills .show>.nav-link{background-color:#007bff}:root[data-theme=darkmode] .nav-fill .nav-item,:root[data-theme=darkmode] .nav-fill>.nav-link{flex:1 1 auto}[dir]:root[data-theme=darkmode] .nav-fill .nav-item,[dir]:root[data-theme=darkmode] .nav-fill>.nav-link{text-align:center}:root[data-theme=darkmode] .nav-justified .nav-item,:root[data-theme=darkmode] .nav-justified>.nav-link{flex-basis:0;flex-grow:1}[dir]:root[data-theme=darkmode] .nav-justified .nav-item,[dir]:root[data-theme=darkmode] .nav-justified>.nav-link{text-align:center}:root[data-theme=darkmode] .tab-content>.tab-pane{display:none}:root[data-theme=darkmode] .tab-content>.active{display:block}:root[data-theme=darkmode] .navbar,:root[data-theme=darkmode] .ta-navbar-top{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}[dir]:root[data-theme=darkmode] .navbar,[dir]:root[data-theme=darkmode] .ta-navbar-top{padding:1rem 1rem}:root[data-theme=darkmode] .navbar .container,:root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=darkmode] .navbar .container-md,:root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=darkmode] .navbar .ta-navbar-top .container,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-lg,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-md,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-sm,:root[data-theme=darkmode] .navbar .ta-navbar-top .container-xl,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-lg,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-md,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-sm,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top .container-xl,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar>.container-lg,:root[data-theme=darkmode] .navbar>.container-md,:root[data-theme=darkmode] .navbar>.container-sm,:root[data-theme=darkmode] .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar .container,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-fluid,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar .container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-fluid,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar .container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar>.container-xl,:root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar .container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=default] .navbar :root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-md,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar .container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}:root[data-theme=darkmode] .navbar-brand,:root[data-theme=darkmode] .ta-navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;white-space:nowrap}[dir]:root[data-theme=darkmode] .navbar-brand,[dir]:root[data-theme=darkmode] .ta-navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem}[dir=ltr]:root[data-theme=darkmode] .navbar-brand,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand{margin-right:1rem}[dir=rtl]:root[data-theme=darkmode] .navbar-brand,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand{margin-left:1rem}:root[data-theme=darkmode] .navbar-brand:focus,:root[data-theme=darkmode] .navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-brand:hover{text-decoration:none}:root[data-theme=darkmode] .navbar-nav{display:flex;flex-direction:column;list-style:none}[dir]:root[data-theme=darkmode] .navbar-nav{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .navbar-nav{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-nav{padding-right:0}[dir=ltr]:root[data-theme=darkmode] .navbar-nav .nav-link{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-nav .nav-link{padding-left:0;padding-right:0}:root[data-theme=darkmode] .navbar-nav .dropdown-menu{position:static}[dir]:root[data-theme=darkmode] .navbar-nav .dropdown-menu{float:none}:root[data-theme=darkmode] .navbar-text{display:inline-block}[dir]:root[data-theme=darkmode] .navbar-text{padding-top:.5rem;padding-bottom:.5rem}:root[data-theme=darkmode] .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}:root[data-theme=darkmode] .navbar-toggler{font-size:1.25rem;line-height:1}[dir]:root[data-theme=darkmode] .navbar-toggler{padding:.25rem .75rem;background-color:transparent;border:1px solid transparent;border-radius:.25rem}:root[data-theme=darkmode] .navbar-toggler:focus,:root[data-theme=darkmode] .navbar-toggler:hover{text-decoration:none}:root[data-theme=darkmode] .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:""}[dir]:root[data-theme=darkmode] .navbar-toggler-icon{background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){:root[data-theme=darkmode] .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-sm>.container,:root[data-theme=darkmode] .navbar-expand-sm>.container-fluid,:root[data-theme=darkmode] .navbar-expand-sm>.container-lg,:root[data-theme=darkmode] .navbar-expand-sm>.container-md,:root[data-theme=darkmode] .navbar-expand-sm>.container-sm,:root[data-theme=darkmode] .navbar-expand-sm>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-sm>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top [dir=ltr]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .ta-navbar-top>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top [dir=rtl]:root[data-theme=default] .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .ta-navbar-top>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-fluid,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-lg,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-md,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-sm,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .ta-navbar-top>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){:root[data-theme=darkmode] .navbar-expand-md,:root[data-theme=darkmode] .ta-navbar-top{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-md .navbar-nav,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .dropdown-menu,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-md .navbar-nav .nav-link,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .navbar-expand-md :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] .navbar-expand-md>.container,:root[data-theme=darkmode] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top :root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top :root[data-theme=default] .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-expand-md>.container-xl,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-fluid,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-lg,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-md,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-sm,:root[data-theme=default] :root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-md .navbar-collapse,:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-md .navbar-toggler,:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{display:none}}@media (max-width:991.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){:root[data-theme=darkmode] .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-lg>.container,:root[data-theme=darkmode] .navbar-expand-lg>.container-fluid,:root[data-theme=darkmode] .navbar-expand-lg>.container-lg,:root[data-theme=darkmode] .navbar-expand-lg>.container-md,:root[data-theme=darkmode] .navbar-expand-lg>.container-sm,:root[data-theme=darkmode] .navbar-expand-lg>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-lg>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){:root[data-theme=darkmode] .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand-xl>.container,:root[data-theme=darkmode] .navbar-expand-xl>.container-fluid,:root[data-theme=darkmode] .navbar-expand-xl>.container-lg,:root[data-theme=darkmode] .navbar-expand-xl>.container-md,:root[data-theme=darkmode] .navbar-expand-xl>.container-sm,:root[data-theme=darkmode] .navbar-expand-xl>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand-xl>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand-xl .navbar-toggler{display:none}}:root[data-theme=darkmode] .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-fluid,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-lg,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-md,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-sm,[dir=ltr]:root[data-theme=darkmode] .navbar-expand>.container-xl,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-fluid,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-lg,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-md,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-sm,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .navbar-expand>.container-xl{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-fluid,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-lg,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-md,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-sm,[dir=rtl]:root[data-theme=darkmode] .navbar-expand>.container-xl,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-fluid,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-lg,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-md,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-sm,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .navbar-expand>.container-xl{padding-left:0;padding-right:0}:root[data-theme=darkmode] .navbar-expand .navbar-nav{flex-direction:row}:root[data-theme=darkmode] .navbar-expand .navbar-nav .dropdown-menu{position:absolute}[dir=ltr]:root[data-theme=darkmode] .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}:root[data-theme=darkmode] .navbar-expand>.container,:root[data-theme=darkmode] .navbar-expand>.container-fluid,:root[data-theme=darkmode] .navbar-expand>.container-lg,:root[data-theme=darkmode] .navbar-expand>.container-md,:root[data-theme=darkmode] .navbar-expand>.container-sm,:root[data-theme=darkmode] .navbar-expand>.container-xl,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-fluid,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-lg,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-md,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-sm,:root[data-theme=darkmode] :root[data-theme=default] .navbar-expand>.container-xl{flex-wrap:nowrap}:root[data-theme=darkmode] .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}:root[data-theme=darkmode] .navbar-expand .navbar-toggler{display:none}:root[data-theme=darkmode] .navbar-light .navbar-brand,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-brand:focus,:root[data-theme=darkmode] .navbar-light .navbar-brand:hover,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand:focus,:root[data-theme=darkmode] .navbar-light .ta-navbar-brand:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-brand:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .ta-navbar-brand:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{color:rgba(248,249,250,.7)}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.disabled,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.disabled,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}:root[data-theme=darkmode] .navbar-light .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.active,:root[data-theme=darkmode] .navbar-light .navbar-nav .nav-link.show,:root[data-theme=darkmode] .navbar-light .navbar-nav .show>.nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-nav .show>.nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-nav .show>.nav-link{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-toggler,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-toggler,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{color:rgba(248,249,250,.7)}[dir]:root[data-theme=darkmode] .navbar-light .navbar-toggler,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-navbar-top .navbar-toggler,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{border-color:rgba(24,26,27,.1)}[dir]:root[data-theme=darkmode] .navbar-light .navbar-toggler-icon,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-navbar-top .navbar-toggler-icon,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28248, 249, 250, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .navbar-light .navbar-text,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text{color:rgba(248,249,250,.7)}:root[data-theme=darkmode] .navbar-light .navbar-text a,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a{color:#181a1b}:root[data-theme=darkmode] .navbar-light .navbar-text a:focus,:root[data-theme=darkmode] .navbar-light .navbar-text a:hover,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a:focus,:root[data-theme=darkmode] :root[data-theme=default] .ta-navbar-top .navbar-text a:hover,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a:focus,:root[data-theme=default] :root[data-theme=darkmode] .ta-navbar-top .navbar-text a:hover{color:#181a1b}:root[data-theme=darkmode] .navbar-dark .navbar-brand,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-brand:focus,:root[data-theme=darkmode] .navbar-dark .navbar-brand:hover,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand:focus,:root[data-theme=darkmode] .navbar-dark .ta-navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-brand:hover,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:focus,:root[data-theme=darkmode] .ta-navbar-top .ta-navbar-brand:hover{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link{color:rgba(255,255,255,.6)}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link:hover{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.disabled,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}:root[data-theme=darkmode] .navbar-dark .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.active,:root[data-theme=darkmode] .navbar-dark .navbar-nav .nav-link.show,:root[data-theme=darkmode] .navbar-dark .navbar-nav .show>.nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .active>.nav-link,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.active,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .nav-link.show,:root[data-theme=darkmode] .ta-navbar-top .navbar-nav .show>.nav-link{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-toggler,:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{color:rgba(255,255,255,.6)}[dir]:root[data-theme=darkmode] .navbar-dark .navbar-toggler,[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler{border-color:rgba(255,255,255,.1)}[dir]:root[data-theme=darkmode] .navbar-dark .navbar-toggler-icon,[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .navbar-dark .navbar-text,:root[data-theme=darkmode] .ta-navbar-top .navbar-text{color:rgba(255,255,255,.6)}:root[data-theme=darkmode] .navbar-dark .navbar-text a,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a{color:#fff}:root[data-theme=darkmode] .navbar-dark .navbar-text a:focus,:root[data-theme=darkmode] .navbar-dark .navbar-text a:hover,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a:focus,:root[data-theme=darkmode] .ta-navbar-top .navbar-text a:hover{color:#fff}:root[data-theme=darkmode] .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word}[dir]:root[data-theme=darkmode] .card{background-color:#181a1b;background-clip:border-box;border:1px solid rgba(140,130,115,.13);border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .card>hr{margin-right:0;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .card>hr{margin-left:0;margin-right:0}[dir]:root[data-theme=darkmode] .card>.list-group{border-top:inherit;border-bottom:inherit}[dir]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-width:0}[dir=ltr]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card>.list-group:first-child{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-width:0}[dir=ltr]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card>.card-header+.list-group,[dir]:root[data-theme=darkmode] .card>.list-group+.card-footer{border-top:0}:root[data-theme=darkmode] .card-body{flex:1 1 auto;min-height:1px}[dir]:root[data-theme=darkmode] .card-body{padding:1.25rem}[dir]:root[data-theme=darkmode] .card-title{margin-bottom:.75rem}[dir]:root[data-theme=darkmode] .card-subtitle{margin-top:-.375rem;margin-bottom:0}[dir]:root[data-theme=darkmode] .card-text:last-child{margin-bottom:0}:root[data-theme=darkmode] .card-link:hover{text-decoration:none}[dir=ltr]:root[data-theme=darkmode] .card-link+.card-link{margin-left:1.25rem}[dir=rtl]:root[data-theme=darkmode] .card-link+.card-link{margin-right:1.25rem}[dir]:root[data-theme=darkmode] .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(140,130,115,.13);border-bottom:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}[dir]:root[data-theme=darkmode] .card-footer{padding:.75rem 1.25rem;background-color:rgba(140,130,115,.13);border-top:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}[dir=rtl]:root[data-theme=darkmode] .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}[dir=ltr]:root[data-theme=darkmode] .card-header-pills{margin-right:-.625rem;margin-left:-.625rem}[dir=rtl]:root[data-theme=darkmode] .card-header-pills{margin-left:-.625rem;margin-right:-.625rem}:root[data-theme=darkmode] .card-img-overlay{position:absolute;top:0;bottom:0}[dir]:root[data-theme=darkmode] .card-img-overlay{padding:1.25rem;border-radius:calc(.25rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .card-img-overlay{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .card-img-overlay{left:0;right:0}:root[data-theme=darkmode] .card-img,:root[data-theme=darkmode] .card-img-bottom,:root[data-theme=darkmode] .card-img-top{flex-shrink:0;width:100%}[dir=ltr]:root[data-theme=darkmode] .card-img,[dir=ltr]:root[data-theme=darkmode] .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card-img,[dir=rtl]:root[data-theme=darkmode] .card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .card-img,[dir=ltr]:root[data-theme=darkmode] .card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .card-img,[dir=rtl]:root[data-theme=darkmode] .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .card-deck .card{margin-bottom:15px}@media (min-width:576px){:root[data-theme=darkmode] .card-deck{display:flex;flex-flow:row wrap}[dir=ltr]:root[data-theme=darkmode] .card-deck{margin-right:-15px;margin-left:-15px}[dir=rtl]:root[data-theme=darkmode] .card-deck{margin-left:-15px;margin-right:-15px}:root[data-theme=darkmode] .card-deck .card{flex:1 0 0%}[dir]:root[data-theme=darkmode] .card-deck .card{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-deck .card{margin-right:15px;margin-left:15px}[dir=rtl]:root[data-theme=darkmode] .card-deck .card{margin-left:15px;margin-right:15px}}[dir]:root[data-theme=darkmode] .card-group>.card{margin-bottom:15px}@media (min-width:576px){:root[data-theme=darkmode] .card-group{display:flex;flex-flow:row wrap}:root[data-theme=darkmode] .card-group>.card{flex:1 0 0%}[dir]:root[data-theme=darkmode] .card-group>.card{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card+.card{margin-left:0;border-left:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card+.card{margin-right:0;border-right:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-header,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-header,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-top{border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-footer,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-footer,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-header,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-header,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-top{border-top-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-footer,[dir=ltr]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-footer,[dir=rtl]:root[data-theme=darkmode] .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-right-radius:0}}[dir]:root[data-theme=darkmode] .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){:root[data-theme=darkmode] .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}:root[data-theme=darkmode] .card-columns .card{display:inline-block;width:100%}}:root[data-theme=darkmode] .accordion{overflow-anchor:none}:root[data-theme=darkmode] .accordion>.card{overflow:hidden}[dir]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .accordion>.card:not(:last-of-type){border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr]:root[data-theme=darkmode] .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .accordion>.card:not(:first-of-type){border-top-right-radius:0;border-top-left-radius:0}[dir]:root[data-theme=darkmode] .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}:root[data-theme=darkmode] .breadcrumb{display:flex;flex-wrap:wrap;list-style:none}[dir]:root[data-theme=darkmode] .breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;background-color:rgba(140,130,115,.13);border-radius:.25rem}:root[data-theme=darkmode] .breadcrumb-item{display:flex}[dir=ltr]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item{padding-right:.5rem}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{display:inline-block;color:#888;content:"/"}[dir=ltr]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{padding-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item::before{padding-left:.5rem}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}:root[data-theme=darkmode] .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}:root[data-theme=darkmode] .breadcrumb-item.active{color:#888}:root[data-theme=darkmode] .pagination,:root[data-theme=darkmode] ul.pager{display:flex;list-style:none}[dir]:root[data-theme=darkmode] .pagination,[dir]:root[data-theme=darkmode] ul.pager{border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .pagination,[dir=ltr]:root[data-theme=darkmode] ul.pager{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .pagination,[dir=rtl]:root[data-theme=darkmode] ul.pager{padding-right:0}:root[data-theme=darkmode] .page-link,:root[data-theme=darkmode] ul.pager li a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a{position:relative;display:block;line-height:1.25;color:#fff}[dir]:root[data-theme=darkmode] .page-link,[dir]:root[data-theme=darkmode] ul.pager li a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a{padding:.5rem .75rem;background-color:#181a1b;border:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] a{margin-left:-1px}[dir=rtl]:root[data-theme=darkmode] .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] a{margin-right:-1px}:root[data-theme=darkmode] .page-link:hover,:root[data-theme=darkmode] ul.pager li a:hover,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a:hover{z-index:2;color:#fff;text-decoration:none}[dir]:root[data-theme=darkmode] .page-link:hover,[dir]:root[data-theme=darkmode] ul.pager li a:hover,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a:hover{background-color:#303436;border-color:transparent}:root[data-theme=darkmode] .page-link:focus,:root[data-theme=darkmode] ul.pager li a:focus,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] a:focus{z-index:3;outline:0}[dir]:root[data-theme=darkmode] .page-link:focus,[dir]:root[data-theme=darkmode] ul.pager li a:focus,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] a:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}[dir=ltr]:root[data-theme=darkmode] .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .page-item:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .page-item:first-child a{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .page-item:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .page-item:first-child a{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .page-item:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .page-item:last-child a{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .page-item:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .page-item:last-child a{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}:root[data-theme=darkmode] .page-item.active .page-link,:root[data-theme=darkmode] .page-item.active ul.pager li a,:root[data-theme=darkmode] ul.pager li .page-item.active a,:root[data-theme=darkmode] ul.pager li.active .page-link,:root[data-theme=darkmode] ul.pager li.active a,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.active .page-link,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.active a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .page-item.active a{z-index:3;color:#fff}[dir]:root[data-theme=darkmode] .page-item.active .page-link,[dir]:root[data-theme=darkmode] .page-item.active ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .page-item.active a,[dir]:root[data-theme=darkmode] ul.pager li.active .page-link,[dir]:root[data-theme=darkmode] ul.pager li.active a,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.active .page-link,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.active a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .page-item.active a{background-color:#007bff;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .page-item.disabled .page-link,:root[data-theme=darkmode] .page-item.disabled ul.pager li a,:root[data-theme=darkmode] ul.pager li .page-item.disabled a,:root[data-theme=darkmode] ul.pager li.disabled .page-link,:root[data-theme=darkmode] ul.pager li.disabled a,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.disabled .page-link,:root[data-theme=default] ul.pager :root[data-theme=darkmode] li.disabled a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .page-item.disabled a{color:#fff;pointer-events:none}[dir]:root[data-theme=darkmode] .page-item.disabled .page-link,[dir]:root[data-theme=darkmode] .page-item.disabled ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .page-item.disabled a,[dir]:root[data-theme=darkmode] ul.pager li.disabled .page-link,[dir]:root[data-theme=darkmode] ul.pager li.disabled a,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.disabled .page-link,[dir]:root[data-theme=default] ul.pager [dir]:root[data-theme=darkmode] li.disabled a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .page-item.disabled a{cursor:auto;background-color:#303436;border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .pagination-lg .page-link,:root[data-theme=darkmode] .pagination-lg ul.pager li a,:root[data-theme=darkmode] ul.pager li .pagination-lg a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .pagination-lg a{font-size:1.25rem;line-height:1.5}[dir]:root[data-theme=darkmode] .pagination-lg .page-link,[dir]:root[data-theme=darkmode] .pagination-lg ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .pagination-lg a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .pagination-lg a{padding:.75rem 1.5rem}[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg [dir=ltr]:root[data-theme=default] ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:first-child a{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg [dir=rtl]:root[data-theme=default] ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:first-child a{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg [dir=ltr]:root[data-theme=default] ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-lg li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-lg .page-item:last-child a{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg [dir=rtl]:root[data-theme=default] ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-lg .page-item:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-lg ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-lg li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-lg .page-item:last-child a{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}:root[data-theme=darkmode] .pagination-sm .page-link,:root[data-theme=darkmode] .pagination-sm ul.pager li a,:root[data-theme=darkmode] ul.pager li .pagination-sm a,:root[data-theme=default] ul.pager li :root[data-theme=darkmode] .pagination-sm a{font-size:.875rem;line-height:1.5}[dir]:root[data-theme=darkmode] .pagination-sm .page-link,[dir]:root[data-theme=darkmode] .pagination-sm ul.pager li a,[dir]:root[data-theme=darkmode] ul.pager li .pagination-sm a,[dir]:root[data-theme=default] ul.pager li [dir]:root[data-theme=darkmode] .pagination-sm a{padding:.25rem .5rem}[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm [dir=ltr]:root[data-theme=default] ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:first-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:first-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:first-child a{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm [dir=rtl]:root[data-theme=default] ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:first-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:first-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:first-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:first-child a{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm [dir=ltr]:root[data-theme=default] ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link,[dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=ltr]:root[data-theme=default] [dir=ltr]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:last-child .page-link,[dir=ltr]:root[data-theme=default] ul.pager [dir=ltr]:root[data-theme=darkmode] .pagination-sm li:last-child a,[dir=ltr]:root[data-theme=default] ul.pager li [dir=ltr]:root[data-theme=darkmode] .pagination-sm .page-item:last-child a{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child ul.pager li a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm [dir=rtl]:root[data-theme=default] ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child .page-link,[dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=darkmode] ul.pager li .pagination-sm .page-item:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] .pagination-sm ul.pager li:last-child a,[dir=rtl]:root[data-theme=default] [dir=rtl]:root[data-theme=darkmode] ul.pager .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:last-child .page-link,[dir=rtl]:root[data-theme=default] ul.pager [dir=rtl]:root[data-theme=darkmode] .pagination-sm li:last-child a,[dir=rtl]:root[data-theme=default] ul.pager li [dir=rtl]:root[data-theme=darkmode] .pagination-sm .page-item:last-child a{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}:root[data-theme=darkmode] .badge{display:inline-block;font-size:75%;font-weight:700;line-height:1;white-space:nowrap;vertical-align:baseline;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .badge{padding:.25em .4em;text-align:center;border-radius:.25rem}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .badge{transition:none}}a:root[data-theme=darkmode] .badge:focus,a:root[data-theme=darkmode] .badge:hover{text-decoration:none}:root[data-theme=darkmode] .badge:empty{display:none}:root[data-theme=darkmode] .btn .badge,:root[data-theme=darkmode] .button .badge{position:relative;top:-1px}[dir]:root[data-theme=darkmode] .badge-pill{border-radius:10rem}[dir=ltr]:root[data-theme=darkmode] .badge-pill{padding-right:.6em;padding-left:.6em}[dir=rtl]:root[data-theme=darkmode] .badge-pill{padding-left:.6em;padding-right:.6em}:root[data-theme=darkmode] .badge-primary{color:#fff}[dir]:root[data-theme=darkmode] .badge-primary{background-color:#007bff}a:root[data-theme=darkmode] .badge-primary:focus,a:root[data-theme=darkmode] .badge-primary:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-primary:focus,a[dir]:root[data-theme=darkmode] .badge-primary:hover{background-color:#0062cc}a:root[data-theme=darkmode] .badge-primary.focus,a:root[data-theme=darkmode] .badge-primary:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-primary.focus,a[dir]:root[data-theme=darkmode] .badge-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}:root[data-theme=darkmode] .badge-secondary{color:#fff}[dir]:root[data-theme=darkmode] .badge-secondary{background-color:#6c757d}a:root[data-theme=darkmode] .badge-secondary:focus,a:root[data-theme=darkmode] .badge-secondary:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-secondary:focus,a[dir]:root[data-theme=darkmode] .badge-secondary:hover{background-color:#545b62}a:root[data-theme=darkmode] .badge-secondary.focus,a:root[data-theme=darkmode] .badge-secondary:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-secondary.focus,a[dir]:root[data-theme=darkmode] .badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}:root[data-theme=darkmode] .badge-success{color:#fff}[dir]:root[data-theme=darkmode] .badge-success{background-color:#28a745}a:root[data-theme=darkmode] .badge-success:focus,a:root[data-theme=darkmode] .badge-success:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-success:focus,a[dir]:root[data-theme=darkmode] .badge-success:hover{background-color:#1e7e34}a:root[data-theme=darkmode] .badge-success.focus,a:root[data-theme=darkmode] .badge-success:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-success.focus,a[dir]:root[data-theme=darkmode] .badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}:root[data-theme=darkmode] .badge-info{color:#fff}[dir]:root[data-theme=darkmode] .badge-info{background-color:#3498db}a:root[data-theme=darkmode] .badge-info:focus,a:root[data-theme=darkmode] .badge-info:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-info:focus,a[dir]:root[data-theme=darkmode] .badge-info:hover{background-color:#217dbb}a:root[data-theme=darkmode] .badge-info.focus,a:root[data-theme=darkmode] .badge-info:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-info.focus,a[dir]:root[data-theme=darkmode] .badge-info:focus{box-shadow:0 0 0 .2rem rgba(52,152,219,.5)}:root[data-theme=darkmode] .badge-warning{color:#fff}[dir]:root[data-theme=darkmode] .badge-warning{background-color:#f39c12}a:root[data-theme=darkmode] .badge-warning:focus,a:root[data-theme=darkmode] .badge-warning:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-warning:focus,a[dir]:root[data-theme=darkmode] .badge-warning:hover{background-color:#c87f0a}a:root[data-theme=darkmode] .badge-warning.focus,a:root[data-theme=darkmode] .badge-warning:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-warning.focus,a[dir]:root[data-theme=darkmode] .badge-warning:focus{box-shadow:0 0 0 .2rem rgba(243,156,18,.5)}:root[data-theme=darkmode] .badge-danger{color:#fff}[dir]:root[data-theme=darkmode] .badge-danger{background-color:#dc3545}a:root[data-theme=darkmode] .badge-danger:focus,a:root[data-theme=darkmode] .badge-danger:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-danger:focus,a[dir]:root[data-theme=darkmode] .badge-danger:hover{background-color:#bd2130}a:root[data-theme=darkmode] .badge-danger.focus,a:root[data-theme=darkmode] .badge-danger:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-danger.focus,a[dir]:root[data-theme=darkmode] .badge-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}:root[data-theme=darkmode] .badge-light,:root[data-theme=darkmode] :root[data-theme=default] .ta-badge,:root[data-theme=default] :root[data-theme=darkmode] .ta-badge{color:#181a1b}[dir]:root[data-theme=darkmode] .badge-light,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge,[dir]:root[data-theme=default] [dir]:root[data-theme=darkmode] .ta-badge{background-color:#dee2e6}:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:focus,:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:hover,a:root[data-theme=darkmode] .badge-light:focus,a:root[data-theme=darkmode] .badge-light:hover,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:focus,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:hover{color:#181a1b}[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:focus,[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:hover,a[dir]:root[data-theme=darkmode] .badge-light:focus,a[dir]:root[data-theme=darkmode] .badge-light:hover,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:focus,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:hover{background-color:#c1c9d0}:root[data-theme=default] a:root[data-theme=darkmode] .focus.ta-badge,:root[data-theme=default] a:root[data-theme=darkmode] .ta-badge:focus,a:root[data-theme=darkmode] .badge-light.focus,a:root[data-theme=darkmode] .badge-light:focus,a:root[data-theme=darkmode] :root[data-theme=default] .focus.ta-badge,a:root[data-theme=darkmode] :root[data-theme=default] .ta-badge:focus{outline:0}[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .focus.ta-badge,[dir]:root[data-theme=default] a[dir]:root[data-theme=darkmode] .ta-badge:focus,a[dir]:root[data-theme=darkmode] .badge-light.focus,a[dir]:root[data-theme=darkmode] .badge-light:focus,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .focus.ta-badge,a[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .ta-badge:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}:root[data-theme=darkmode] .badge-dark,:root[data-theme=darkmode] .ta-badge{color:#fff}[dir]:root[data-theme=darkmode] .badge-dark,[dir]:root[data-theme=darkmode] .ta-badge{background-color:#181a1b}a:root[data-theme=darkmode] .badge-dark:focus,a:root[data-theme=darkmode] .badge-dark:hover,a:root[data-theme=darkmode] .ta-badge:focus,a:root[data-theme=darkmode] .ta-badge:hover{color:#fff}a[dir]:root[data-theme=darkmode] .badge-dark:focus,a[dir]:root[data-theme=darkmode] .badge-dark:hover,a[dir]:root[data-theme=darkmode] .ta-badge:focus,a[dir]:root[data-theme=darkmode] .ta-badge:hover{background-color:#000}a:root[data-theme=darkmode] .badge-dark.focus,a:root[data-theme=darkmode] .badge-dark:focus,a:root[data-theme=darkmode] .focus.ta-badge,a:root[data-theme=darkmode] .ta-badge:focus{outline:0}a[dir]:root[data-theme=darkmode] .badge-dark.focus,a[dir]:root[data-theme=darkmode] .badge-dark:focus,a[dir]:root[data-theme=darkmode] .focus.ta-badge,a[dir]:root[data-theme=darkmode] .ta-badge:focus{box-shadow:0 0 0 .2rem rgba(24,26,27,.5)}[dir]:root[data-theme=darkmode] .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#181a1b;border-radius:.3rem}@media (min-width:576px){[dir]:root[data-theme=darkmode] .jumbotron{padding:4rem 2rem}}[dir]:root[data-theme=darkmode] .jumbotron-fluid{border-radius:0}[dir=ltr]:root[data-theme=darkmode] .jumbotron-fluid{padding-right:0;padding-left:0}[dir=rtl]:root[data-theme=darkmode] .jumbotron-fluid{padding-left:0;padding-right:0}:root[data-theme=darkmode] .alert,:root[data-theme=darkmode] .message,:root[data-theme=darkmode] .validation-summary-errors{position:relative}[dir]:root[data-theme=darkmode] .alert,[dir]:root[data-theme=darkmode] .message,[dir]:root[data-theme=darkmode] .validation-summary-errors{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}:root[data-theme=darkmode] .alert-heading{color:inherit}:root[data-theme=darkmode] .alert-link{font-weight:700}[dir=ltr]:root[data-theme=darkmode] .alert-dismissible{padding-right:4rem}[dir=rtl]:root[data-theme=darkmode] .alert-dismissible{padding-left:4rem}:root[data-theme=darkmode] .alert-dismissible .close{position:absolute;top:0;z-index:2;color:inherit}[dir]:root[data-theme=darkmode] .alert-dismissible .close{padding:.75rem 1.25rem}[dir=ltr]:root[data-theme=darkmode] .alert-dismissible .close{right:0}[dir=rtl]:root[data-theme=darkmode] .alert-dismissible .close{left:0}:root[data-theme=darkmode] .alert-primary{color:#004085}[dir]:root[data-theme=darkmode] .alert-primary{background-color:#cce5ff;border-color:#b8daff}[dir]:root[data-theme=darkmode] .alert-primary hr{border-top-color:#9fcdff}:root[data-theme=darkmode] .alert-primary .alert-link{color:#002752}:root[data-theme=darkmode] .alert-secondary{color:#383d41}[dir]:root[data-theme=darkmode] .alert-secondary{background-color:#e2e3e5;border-color:#d6d8db}[dir]:root[data-theme=darkmode] .alert-secondary hr{border-top-color:#c8cbcf}:root[data-theme=darkmode] .alert-secondary .alert-link{color:#202326}:root[data-theme=darkmode] .alert-success,:root[data-theme=darkmode] .message-success{color:#155724}[dir]:root[data-theme=darkmode] .alert-success,[dir]:root[data-theme=darkmode] .message-success{background-color:#d4edda;border-color:#c3e6cb}[dir]:root[data-theme=darkmode] .alert-success hr,[dir]:root[data-theme=darkmode] .message-success hr{border-top-color:#b1dfbb}:root[data-theme=darkmode] .alert-success .alert-link,:root[data-theme=darkmode] .message-success .alert-link{color:#0b2e13}:root[data-theme=darkmode] .alert-info,:root[data-theme=darkmode] .message-information{color:#1b4f72}[dir]:root[data-theme=darkmode] .alert-info,[dir]:root[data-theme=darkmode] .message-information{background-color:#d6eaf8;border-color:#c6e2f5}[dir]:root[data-theme=darkmode] .alert-info hr,[dir]:root[data-theme=darkmode] .message-information hr{border-top-color:#b0d7f1}:root[data-theme=darkmode] .alert-info .alert-link,:root[data-theme=darkmode] .message-information .alert-link{color:#113249}:root[data-theme=darkmode] .alert-warning,:root[data-theme=darkmode] .message-warning{color:#7e5109}[dir]:root[data-theme=darkmode] .alert-warning,[dir]:root[data-theme=darkmode] .message-warning{background-color:#fdebd0;border-color:#fce3bd}[dir]:root[data-theme=darkmode] .alert-warning hr,[dir]:root[data-theme=darkmode] .message-warning hr{border-top-color:#fbd9a5}:root[data-theme=darkmode] .alert-warning .alert-link,:root[data-theme=darkmode] .message-warning .alert-link{color:#4e3206}:root[data-theme=darkmode] .alert-danger,:root[data-theme=darkmode] .message-error,:root[data-theme=darkmode] .validation-summary-errors{color:#721c24}[dir]:root[data-theme=darkmode] .alert-danger,[dir]:root[data-theme=darkmode] .message-error,[dir]:root[data-theme=darkmode] .validation-summary-errors{background-color:#f8d7da;border-color:#f5c6cb}[dir]:root[data-theme=darkmode] .alert-danger hr,[dir]:root[data-theme=darkmode] .message-error hr,[dir]:root[data-theme=darkmode] .validation-summary-errors hr{border-top-color:#f1b0b7}:root[data-theme=darkmode] .alert-danger .alert-link,:root[data-theme=darkmode] .message-error .alert-link,:root[data-theme=darkmode] .validation-summary-errors .alert-link{color:#491217}:root[data-theme=darkmode] .alert-light{color:#737678}[dir]:root[data-theme=darkmode] .alert-light{background-color:#f8f9fa;border-color:#f6f7f8}[dir]:root[data-theme=darkmode] .alert-light hr{border-top-color:#e8eaed}:root[data-theme=darkmode] .alert-light .alert-link{color:#5a5c5e}:root[data-theme=darkmode] .alert-dark{color:#0c0e0e}[dir]:root[data-theme=darkmode] .alert-dark{background-color:#d1d1d1;border-color:#bebfbf}[dir]:root[data-theme=darkmode] .alert-dark hr{border-top-color:#b1b2b2}:root[data-theme=darkmode] .alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes-ltr{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes-rtl{from{background-position:1rem 0}to{background-position:100% 0}}:root[data-theme=darkmode] .progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem}[dir]:root[data-theme=darkmode] .progress{background-color:rgba(140,130,115,.13);border-radius:.25rem}:root[data-theme=darkmode] .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;white-space:nowrap;transition:width .6s ease}[dir]:root[data-theme=darkmode] .progress-bar{text-align:center;background-color:#007bff}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .progress-bar{transition:none}}[dir]:root[data-theme=darkmode] .progress-bar-striped{background-size:1rem 1rem}[dir=ltr]:root[data-theme=darkmode] .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}[dir=rtl]:root[data-theme=darkmode] .progress-bar-striped{background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}[dir=ltr]:root[data-theme=darkmode] .progress-bar-animated{animation:progress-bar-stripes-ltr 1s linear infinite}[dir=rtl]:root[data-theme=darkmode] .progress-bar-animated{animation:progress-bar-stripes-rtl 1s linear infinite}@media (prefers-reduced-motion:reduce){[dir=ltr]:root[data-theme=darkmode] .progress-bar-animated{animation:none}[dir=rtl]:root[data-theme=darkmode] .progress-bar-animated{animation:none}}:root[data-theme=darkmode] .media{display:flex;align-items:flex-start}:root[data-theme=darkmode] .media-body{flex:1}:root[data-theme=darkmode] .list-group{display:flex;flex-direction:column}[dir]:root[data-theme=darkmode] .list-group{margin-bottom:0;border-radius:.25rem}[dir=ltr]:root[data-theme=darkmode] .list-group{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .list-group{padding-right:0}:root[data-theme=darkmode] .list-group-item-action{width:100%;color:rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .list-group-item-action{text-align:inherit}:root[data-theme=darkmode] .list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-action:hover{z-index:1;color:rgba(140,130,115,.13);text-decoration:none}[dir]:root[data-theme=darkmode] .list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-action:hover{background-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .list-group-item-action:active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-action:active{background-color:#ebebeb}:root[data-theme=darkmode] .list-group-item{position:relative;display:block}[dir]:root[data-theme=darkmode] .list-group-item{padding:.75rem 1.25rem;background-color:#181a1b;border:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}[dir=rtl]:root[data-theme=darkmode] .list-group-item:first-child{border-top-right-radius:inherit;border-top-left-radius:inherit}[dir=ltr]:root[data-theme=darkmode] .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}[dir=rtl]:root[data-theme=darkmode] .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}:root[data-theme=darkmode] .list-group-item.disabled,:root[data-theme=darkmode] .list-group-item:disabled{color:#888;pointer-events:none}[dir]:root[data-theme=darkmode] .list-group-item.disabled,[dir]:root[data-theme=darkmode] .list-group-item:disabled{background-color:#181a1b}:root[data-theme=darkmode] .list-group-item.active{z-index:2;color:#fff}[dir]:root[data-theme=darkmode] .list-group-item.active{background-color:#007bff;border-color:#007bff}[dir]:root[data-theme=darkmode] .list-group-item+[dir]:root[data-theme=darkmode] .list-group-item{border-top-width:0}[dir]:root[data-theme=darkmode] .list-group-item+[dir]:root[data-theme=darkmode] .list-group-item.active{margin-top:-1px;border-top-width:1px}:root[data-theme=darkmode] .list-group-horizontal{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}@media (min-width:576px){:root[data-theme=darkmode] .list-group-horizontal-sm{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:768px){:root[data-theme=darkmode] .list-group-horizontal-md{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:992px){:root[data-theme=darkmode] .list-group-horizontal-lg{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}@media (min-width:1200px){:root[data-theme=darkmode] .list-group-horizontal-xl{flex-direction:row}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-right-radius:.25rem;border-top-left-radius:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item:last-child{border-top-left-radius:.25rem;border-bottom-right-radius:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item.active{margin-top:0}[dir]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item{border-right-width:0}[dir=ltr]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}[dir=rtl]:root[data-theme=darkmode] .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-right:-1px;border-right-width:1px}}[dir]:root[data-theme=darkmode] .list-group-flush{border-radius:0}[dir]:root[data-theme=darkmode] .list-group-flush>.list-group-item{border-width:0 0 1px}[dir]:root[data-theme=darkmode] .list-group-flush>.list-group-item:last-child{border-bottom-width:0}:root[data-theme=darkmode] .list-group-item-primary{color:#004085}[dir]:root[data-theme=darkmode] .list-group-item-primary{background-color:#b8daff}:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover{color:#004085}[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff}:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085}:root[data-theme=darkmode] .list-group-item-secondary{color:#383d41}[dir]:root[data-theme=darkmode] .list-group-item-secondary{background-color:#d6d8db}:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover{color:#383d41}[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf}:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41}:root[data-theme=darkmode] .list-group-item-success{color:#155724}[dir]:root[data-theme=darkmode] .list-group-item-success{background-color:#c3e6cb}:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:hover{color:#155724}[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb}:root[data-theme=darkmode] .list-group-item-success.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724}:root[data-theme=darkmode] .list-group-item-info{color:#1b4f72}[dir]:root[data-theme=darkmode] .list-group-item-info{background-color:#c6e2f5}:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:hover{color:#1b4f72}[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action:hover{background-color:#b0d7f1}:root[data-theme=darkmode] .list-group-item-info.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-info.list-group-item-action.active{background-color:#1b4f72;border-color:#1b4f72}:root[data-theme=darkmode] .list-group-item-warning{color:#7e5109}[dir]:root[data-theme=darkmode] .list-group-item-warning{background-color:#fce3bd}:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover{color:#7e5109}[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action:hover{background-color:#fbd9a5}:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-warning.list-group-item-action.active{background-color:#7e5109;border-color:#7e5109}:root[data-theme=darkmode] .list-group-item-danger{color:#721c24}[dir]:root[data-theme=darkmode] .list-group-item-danger{background-color:#f5c6cb}:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover{color:#721c24}[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7}:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24}:root[data-theme=darkmode] .list-group-item-light{color:#737678}[dir]:root[data-theme=darkmode] .list-group-item-light{background-color:#f6f7f8}:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:hover{color:#737678}[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action:hover{background-color:#e8eaed}:root[data-theme=darkmode] .list-group-item-light.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-light.list-group-item-action.active{background-color:#737678;border-color:#737678}:root[data-theme=darkmode] .list-group-item-dark{color:#0c0e0e}[dir]:root[data-theme=darkmode] .list-group-item-dark{background-color:#bebfbf}:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover{color:#0c0e0e}[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action:hover{background-color:#b1b2b2}:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action.active{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-dark.list-group-item-action.active{background-color:#0c0e0e;border-color:#0c0e0e}:root[data-theme=darkmode] .close{font-size:1.5rem;font-weight:700;line-height:1;color:#fff;opacity:.5}[dir]:root[data-theme=darkmode] .close{text-shadow:none}[dir=ltr]:root[data-theme=darkmode] .close{float:right}[dir=rtl]:root[data-theme=darkmode] .close{float:left}:root[data-theme=darkmode] .close:hover{color:#fff;text-decoration:none}:root[data-theme=darkmode] .close:not(:disabled):not(.disabled):focus,:root[data-theme=darkmode] .close:not(:disabled):not(.disabled):hover{opacity:.75}[dir]:root[data-theme=darkmode] button.close{padding:0;background-color:transparent;border:0}:root[data-theme=darkmode] a.close.disabled{pointer-events:none}:root[data-theme=darkmode] .toast{flex-basis:350px;max-width:350px;font-size:.875rem;opacity:0}[dir]:root[data-theme=darkmode] .toast{background-color:rgba(140,130,115,.13);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);border-radius:.25rem}[dir]:root[data-theme=darkmode] .toast:not(:last-child){margin-bottom:.75rem}:root[data-theme=darkmode] .toast.showing{opacity:1}:root[data-theme=darkmode] .toast.show{display:block;opacity:1}:root[data-theme=darkmode] .toast.hide{display:none}:root[data-theme=darkmode] .toast-header{display:flex;align-items:center;color:#888}[dir]:root[data-theme=darkmode] .toast-header{padding:.25rem .75rem;background-color:#181a1b;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .toast-header{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .toast-header{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}[dir]:root[data-theme=darkmode] .toast-body{padding:.75rem}:root[data-theme=darkmode] .modal-open{overflow:hidden}:root[data-theme=darkmode] .modal-open .modal{overflow-x:hidden;overflow-y:auto}:root[data-theme=darkmode] .modal{position:fixed;top:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}[dir=ltr]:root[data-theme=darkmode] .modal{left:0}[dir=rtl]:root[data-theme=darkmode] .modal{right:0}:root[data-theme=darkmode] .modal-dialog{position:relative;width:auto;pointer-events:none}[dir]:root[data-theme=darkmode] .modal-dialog{margin:.5rem}.modal.fade :root[data-theme=darkmode] .modal-dialog{transition:transform .3s ease-out}.modal.fade [dir]:root[data-theme=darkmode] .modal-dialog{transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade :root[data-theme=darkmode] .modal-dialog{transition:none}}.modal.show [dir]:root[data-theme=darkmode] .modal-dialog{transform:none}.modal.modal-static [dir]:root[data-theme=darkmode] .modal-dialog{transform:scale(1.02)}:root[data-theme=darkmode] .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-footer,:root[data-theme=darkmode] .modal-dialog-scrollable .modal-header{flex-shrink:0}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-body{overflow-y:auto}:root[data-theme=darkmode] .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}:root[data-theme=darkmode] .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}:root[data-theme=darkmode] .modal-dialog-centered.modal-dialog-scrollable::before{content:none}:root[data-theme=darkmode] .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;outline:0}[dir]:root[data-theme=darkmode] .modal-content{background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(140,130,115,.13);border-radius:.3rem}:root[data-theme=darkmode] .modal-backdrop{position:fixed;top:0;z-index:1040;width:100vw;height:100vh}[dir]:root[data-theme=darkmode] .modal-backdrop{background-color:#000}[dir=ltr]:root[data-theme=darkmode] .modal-backdrop{left:0}[dir=rtl]:root[data-theme=darkmode] .modal-backdrop{right:0}:root[data-theme=darkmode] .modal-backdrop.fade{opacity:0}:root[data-theme=darkmode] .modal-backdrop.show{opacity:.5}:root[data-theme=darkmode] .modal-header{display:flex;align-items:flex-start;justify-content:space-between}[dir]:root[data-theme=darkmode] .modal-header{padding:1rem 1rem;border-bottom:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .modal-header{border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .modal-header{border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}[dir]:root[data-theme=darkmode] .modal-header .close{padding:1rem 1rem}[dir=ltr]:root[data-theme=darkmode] .modal-header .close{margin:-1rem -1rem -1rem auto}[dir=rtl]:root[data-theme=darkmode] .modal-header .close{margin:-1rem auto -1rem -1rem}:root[data-theme=darkmode] .modal-title{line-height:1.5}[dir]:root[data-theme=darkmode] .modal-title{margin-bottom:0}:root[data-theme=darkmode] .modal-body{position:relative;flex:1 1 auto}[dir]:root[data-theme=darkmode] .modal-body{padding:1rem}:root[data-theme=darkmode] .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end}[dir]:root[data-theme=darkmode] .modal-footer{padding:.75rem;border-top:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .modal-footer{border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .modal-footer{border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px)}[dir]:root[data-theme=darkmode] .modal-footer>*{margin:.25rem}:root[data-theme=darkmode] .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){:root[data-theme=darkmode] .modal-dialog{max-width:500px}[dir]:root[data-theme=darkmode] .modal-dialog{margin:1.75rem auto}:root[data-theme=darkmode] .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-centered{min-height:calc(100% - 3.5rem)}:root[data-theme=darkmode] .modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}:root[data-theme=darkmode] .modal-sm{max-width:300px}}@media (min-width:992px){:root[data-theme=darkmode] .modal-lg,:root[data-theme=darkmode] .modal-xl{max-width:800px}}@media (min-width:1200px){:root[data-theme=darkmode] .modal-xl{max-width:1140px}}:root[data-theme=darkmode] .tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}[dir]:root[data-theme=darkmode] .tooltip{margin:0;text-align:start;text-shadow:none}[dir=ltr]:root[data-theme=darkmode] .tooltip{text-align:left}[dir=rtl]:root[data-theme=darkmode] .tooltip{text-align:right}:root[data-theme=darkmode] .tooltip.show{opacity:.9}:root[data-theme=darkmode] .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}:root[data-theme=darkmode] .tooltip .arrow::before{position:absolute;content:""}[dir]:root[data-theme=darkmode] .tooltip .arrow::before{border-color:transparent;border-style:solid}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .bs-tooltip-top{padding:.4rem 0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow,:root[data-theme=darkmode] .bs-tooltip-top .arrow{bottom:0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow::before,:root[data-theme=darkmode] .bs-tooltip-top .arrow::before{top:0}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=top] .arrow::before,[dir]:root[data-theme=darkmode] .bs-tooltip-top .arrow::before{border-width:.4rem .4rem 0;border-top-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right],[dir]:root[data-theme=darkmode] .bs-tooltip-right{padding:0 .4rem}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,:root[data-theme=darkmode] .bs-tooltip-right .arrow{width:.4rem;height:.8rem}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-right .arrow{left:0}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-right .arrow{right:0}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=right] .arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-right .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .bs-tooltip-bottom{padding:.4rem 0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow,:root[data-theme=darkmode] .bs-tooltip-bottom .arrow{top:0}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow::before,:root[data-theme=darkmode] .bs-tooltip-bottom .arrow::before{bottom:0}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=bottom] .arrow::before,[dir]:root[data-theme=darkmode] .bs-tooltip-bottom .arrow::before{border-width:0 .4rem .4rem;border-bottom-color:#000}[dir]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left],[dir]:root[data-theme=darkmode] .bs-tooltip-left{padding:0 .4rem}:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,:root[data-theme=darkmode] .bs-tooltip-left .arrow{width:.4rem;height:.8rem}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-left .arrow{right:0}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-left .arrow{left:0}[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-auto[x-placement^=left] .arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-tooltip-left .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}:root[data-theme=darkmode] .tooltip-inner{max-width:200px;color:#fff}[dir]:root[data-theme=darkmode] .tooltip-inner{padding:.25rem .5rem;text-align:center;background-color:#000;border-radius:.25rem}:root[data-theme=darkmode] .popover{position:absolute;top:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word}[dir]:root[data-theme=darkmode] .popover{text-align:start;text-shadow:none;background-color:#181a1b;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}[dir=ltr]:root[data-theme=darkmode] .popover{left:0;text-align:left}[dir=rtl]:root[data-theme=darkmode] .popover{right:0;text-align:right}:root[data-theme=darkmode] .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem}[dir]:root[data-theme=darkmode] .popover .arrow{margin:0 .3rem}:root[data-theme=darkmode] .popover .arrow::after,:root[data-theme=darkmode] .popover .arrow::before{position:absolute;display:block;content:""}[dir]:root[data-theme=darkmode] .popover .arrow::after,[dir]:root[data-theme=darkmode] .popover .arrow::before{border-color:transparent;border-style:solid}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .bs-popover-top{margin-bottom:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow,:root[data-theme=darkmode] .bs-popover-top>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::before,:root[data-theme=darkmode] .bs-popover-top>.arrow::before,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::before{bottom:0}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::before,[dir]:root[data-theme=darkmode] .bs-popover-top>.arrow::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::before{border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::after,:root[data-theme=darkmode] .bs-popover-top>.arrow::after,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::after{bottom:1px}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=top]>.arrow::after,[dir]:root[data-theme=darkmode] .bs-popover-top>.arrow::after,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=top]>.arrow::after{border-width:.5rem .5rem 0;border-top-color:#181a1b}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right],[dir=ltr]:root[data-theme=darkmode] .bs-popover-right{margin-left:.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right],[dir=rtl]:root[data-theme=darkmode] .bs-popover-right{margin-right:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,:root[data-theme=darkmode] .bs-popover-right>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{width:.5rem;height:1rem}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{margin:.3rem 0}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow{right:calc(-.5rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow::before,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow::before,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::after,[dir=ltr]:root[data-theme=darkmode] .bs-popover-right>.arrow::after,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#181a1b}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=right]>.arrow::after,[dir=rtl]:root[data-theme=darkmode] .bs-popover-right>.arrow::after,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=right]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#181a1b}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .bs-popover-bottom{margin-top:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow,:root[data-theme=darkmode] .bs-popover-bottom>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::before,:root[data-theme=darkmode] .bs-popover-bottom>.arrow::before,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::before{top:0}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::before,[dir]:root[data-theme=darkmode] .bs-popover-bottom>.arrow::before,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::before{border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::after,:root[data-theme=darkmode] .bs-popover-bottom>.arrow::after,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::after{top:1px}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom]>.arrow::after,[dir]:root[data-theme=darkmode] .bs-popover-bottom>.arrow::after,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=bottom]>.arrow::after{border-width:0 .5rem .5rem .5rem;border-bottom-color:#181a1b}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{position:absolute;top:0;display:block;width:1rem;content:""}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{border-bottom:1px solid rgba(140,130,115,.13)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{left:50%;margin-left:-.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=bottom] .popover-header::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-bottom .popover-header::before{right:50%;margin-right:-.5rem}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left],[dir=ltr]:root[data-theme=darkmode] .bs-popover-left{margin-right:.5rem}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left],[dir=rtl]:root[data-theme=darkmode] .bs-popover-left{margin-left:.5rem}:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,:root[data-theme=darkmode] .bs-popover-left>.arrow,:root[data-theme=darkmode] :root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{width:.5rem;height:1rem}[dir]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir]:root[data-theme=darkmode] [dir]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{margin:.3rem 0}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow{left:calc(-.5rem - 1px)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::before,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow::before,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::before,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow::before,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}[dir=ltr]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::after,[dir=ltr]:root[data-theme=darkmode] .bs-popover-left>.arrow::after,[dir=ltr]:root[data-theme=darkmode] [dir=ltr]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#181a1b}[dir=rtl]:root[data-theme=darkmode] .bs-popover-auto[x-placement^=left]>.arrow::after,[dir=rtl]:root[data-theme=darkmode] .bs-popover-left>.arrow::after,[dir=rtl]:root[data-theme=darkmode] [dir=rtl]:root[data-theme=default] .bs-popover-auto[x-placement^=left]>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#181a1b}:root[data-theme=darkmode] .popover-header{font-size:1rem}[dir]:root[data-theme=darkmode] .popover-header{padding:.5rem .75rem;margin-bottom:0;background-color:rgba(140,130,115,.13);border-bottom:1px solid rgba(126,117,104,.13)}[dir=ltr]:root[data-theme=darkmode] .popover-header{border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}[dir=rtl]:root[data-theme=darkmode] .popover-header{border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}:root[data-theme=darkmode] .popover-header:empty{display:none}:root[data-theme=darkmode] .popover-body{color:#fff}[dir]:root[data-theme=darkmode] .popover-body{padding:.5rem .75rem}:root[data-theme=darkmode] .carousel{position:relative}:root[data-theme=darkmode] .carousel.pointer-event{touch-action:pan-y}:root[data-theme=darkmode] .carousel-inner{position:relative;width:100%;overflow:hidden}:root[data-theme=darkmode] .carousel-inner::after{display:block;content:""}[dir]:root[data-theme=darkmode] .carousel-inner::after{clear:both}:root[data-theme=darkmode] .carousel-item{position:relative;display:none;width:100%;backface-visibility:hidden;transition:transform .6s ease-in-out}[dir=ltr]:root[data-theme=darkmode] .carousel-item{float:left;margin-right:-100%}[dir=rtl]:root[data-theme=darkmode] .carousel-item{float:right;margin-left:-100%}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-item{transition:none}}:root[data-theme=darkmode] .carousel-item-next,:root[data-theme=darkmode] .carousel-item-prev,:root[data-theme=darkmode] .carousel-item.active{display:block}[dir=ltr]:root[data-theme=darkmode] .active.carousel-item-right,[dir=ltr]:root[data-theme=darkmode] .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}[dir=rtl]:root[data-theme=darkmode] .active.carousel-item-right,[dir=rtl]:root[data-theme=darkmode] .carousel-item-next:not(.carousel-item-left){transform:translateX(-100%)}[dir=ltr]:root[data-theme=darkmode] .active.carousel-item-left,[dir=ltr]:root[data-theme=darkmode] .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}[dir=rtl]:root[data-theme=darkmode] .active.carousel-item-left,[dir=rtl]:root[data-theme=darkmode] .carousel-item-prev:not(.carousel-item-right){transform:translateX(100%)}:root[data-theme=darkmode] .carousel-fade .carousel-item{opacity:0}[dir]:root[data-theme=darkmode] .carousel-fade .carousel-item{transition-property:opacity;transform:none}:root[data-theme=darkmode] .carousel-fade .carousel-item-next.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .carousel-item-prev.carousel-item-right,:root[data-theme=darkmode] .carousel-fade .carousel-item.active{z-index:1;opacity:1}:root[data-theme=darkmode] .carousel-fade .active.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-fade .active.carousel-item-left,:root[data-theme=darkmode] .carousel-fade .active.carousel-item-right{transition:none}}:root[data-theme=darkmode] .carousel-control-next,:root[data-theme=darkmode] .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;opacity:.5;transition:opacity .15s ease}[dir]:root[data-theme=darkmode] .carousel-control-next,[dir]:root[data-theme=darkmode] .carousel-control-prev{text-align:center}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-control-next,:root[data-theme=darkmode] .carousel-control-prev{transition:none}}:root[data-theme=darkmode] .carousel-control-next:focus,:root[data-theme=darkmode] .carousel-control-next:hover,:root[data-theme=darkmode] .carousel-control-prev:focus,:root[data-theme=darkmode] .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}[dir=ltr]:root[data-theme=darkmode] .carousel-control-prev{left:0}[dir=rtl]:root[data-theme=darkmode] .carousel-control-prev{right:0}[dir=ltr]:root[data-theme=darkmode] .carousel-control-next{right:0}[dir=rtl]:root[data-theme=darkmode] .carousel-control-next{left:0}:root[data-theme=darkmode] .carousel-control-next-icon,:root[data-theme=darkmode] .carousel-control-prev-icon{display:inline-block;width:20px;height:20px}[dir]:root[data-theme=darkmode] .carousel-control-next-icon,[dir]:root[data-theme=darkmode] .carousel-control-prev-icon{background:no-repeat 50%/100% 100%}[dir]:root[data-theme=darkmode] .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}[dir]:root[data-theme=darkmode] .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}:root[data-theme=darkmode] .carousel-indicators{position:absolute;bottom:0;z-index:15;display:flex;justify-content:center;list-style:none}[dir=ltr]:root[data-theme=darkmode] .carousel-indicators{right:0;left:0;padding-left:0;margin-right:15%;margin-left:15%}[dir=rtl]:root[data-theme=darkmode] .carousel-indicators{left:0;right:0;padding-right:0;margin-left:15%;margin-right:15%}:root[data-theme=darkmode] .carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;text-indent:-999px;opacity:.5;transition:opacity .6s ease}[dir]:root[data-theme=darkmode] .carousel-indicators li{cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent}[dir=ltr]:root[data-theme=darkmode] .carousel-indicators li{margin-right:3px;margin-left:3px}[dir=rtl]:root[data-theme=darkmode] .carousel-indicators li{margin-left:3px;margin-right:3px}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .carousel-indicators li{transition:none}}:root[data-theme=darkmode] .carousel-indicators .active{opacity:1}:root[data-theme=darkmode] .carousel-caption{position:absolute;bottom:20px;z-index:10;color:#fff}[dir]:root[data-theme=darkmode] .carousel-caption{padding-top:20px;padding-bottom:20px;text-align:center}[dir=ltr]:root[data-theme=darkmode] .carousel-caption{right:15%;left:15%}[dir=rtl]:root[data-theme=darkmode] .carousel-caption{left:15%;right:15%}@keyframes spinner-border-ltr{to{transform:rotate(360deg)}}@keyframes spinner-border-rtl{to{transform:rotate(-360deg)}}:root[data-theme=darkmode] .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom}[dir]:root[data-theme=darkmode] .spinner-border{border:.25em solid currentColor;border-radius:50%}[dir=ltr]:root[data-theme=darkmode] .spinner-border{border-right-color:transparent;animation:spinner-border-ltr .75s linear infinite}[dir=rtl]:root[data-theme=darkmode] .spinner-border{border-left-color:transparent;animation:spinner-border-rtl .75s linear infinite}:root[data-theme=darkmode] .spinner-border-sm{width:1rem;height:1rem}[dir]:root[data-theme=darkmode] .spinner-border-sm{border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}:root[data-theme=darkmode] .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;opacity:0}[dir]:root[data-theme=darkmode] .spinner-grow{background-color:currentColor;border-radius:50%}[dir=ltr]:root[data-theme=darkmode] .spinner-grow{animation:spinner-grow .75s linear infinite}[dir=rtl]:root[data-theme=darkmode] .spinner-grow{animation:spinner-grow .75s linear infinite}:root[data-theme=darkmode] .spinner-grow-sm{width:1rem;height:1rem}:root[data-theme=darkmode] .align-baseline{vertical-align:baseline!important}:root[data-theme=darkmode] .align-top{vertical-align:top!important}:root[data-theme=darkmode] .align-middle{vertical-align:middle!important}:root[data-theme=darkmode] .align-bottom{vertical-align:bottom!important}:root[data-theme=darkmode] .align-text-bottom{vertical-align:text-bottom!important}:root[data-theme=darkmode] .align-text-top{vertical-align:text-top!important}[dir]:root[data-theme=darkmode] .bg-primary{background-color:#007bff!important}[dir]:root[data-theme=darkmode] a.bg-primary:focus,[dir]:root[data-theme=darkmode] a.bg-primary:hover,[dir]:root[data-theme=darkmode] button.bg-primary:focus,[dir]:root[data-theme=darkmode] button.bg-primary:hover{background-color:#0062cc!important}[dir]:root[data-theme=darkmode] .bg-secondary{background-color:#6c757d!important}[dir]:root[data-theme=darkmode] a.bg-secondary:focus,[dir]:root[data-theme=darkmode] a.bg-secondary:hover,[dir]:root[data-theme=darkmode] button.bg-secondary:focus,[dir]:root[data-theme=darkmode] button.bg-secondary:hover{background-color:#545b62!important}[dir]:root[data-theme=darkmode] .bg-success{background-color:#28a745!important}[dir]:root[data-theme=darkmode] a.bg-success:focus,[dir]:root[data-theme=darkmode] a.bg-success:hover,[dir]:root[data-theme=darkmode] button.bg-success:focus,[dir]:root[data-theme=darkmode] button.bg-success:hover{background-color:#1e7e34!important}[dir]:root[data-theme=darkmode] .bg-info{background-color:#3498db!important}[dir]:root[data-theme=darkmode] a.bg-info:focus,[dir]:root[data-theme=darkmode] a.bg-info:hover,[dir]:root[data-theme=darkmode] button.bg-info:focus,[dir]:root[data-theme=darkmode] button.bg-info:hover{background-color:#217dbb!important}[dir]:root[data-theme=darkmode] .bg-warning{background-color:#f39c12!important}[dir]:root[data-theme=darkmode] a.bg-warning:focus,[dir]:root[data-theme=darkmode] a.bg-warning:hover,[dir]:root[data-theme=darkmode] button.bg-warning:focus,[dir]:root[data-theme=darkmode] button.bg-warning:hover{background-color:#c87f0a!important}[dir]:root[data-theme=darkmode] .bg-danger{background-color:#dc3545!important}[dir]:root[data-theme=darkmode] a.bg-danger:focus,[dir]:root[data-theme=darkmode] a.bg-danger:hover,[dir]:root[data-theme=darkmode] button.bg-danger:focus,[dir]:root[data-theme=darkmode] button.bg-danger:hover{background-color:#bd2130!important}[dir]:root[data-theme=darkmode] .bg-light{background-color:#dee2e6!important}[dir]:root[data-theme=darkmode] a.bg-light:focus,[dir]:root[data-theme=darkmode] a.bg-light:hover,[dir]:root[data-theme=darkmode] button.bg-light:focus,[dir]:root[data-theme=darkmode] button.bg-light:hover{background-color:#c1c9d0!important}[dir]:root[data-theme=darkmode] .bg-dark{background-color:#181a1b!important}[dir]:root[data-theme=darkmode] a.bg-dark:focus,[dir]:root[data-theme=darkmode] a.bg-dark:hover,[dir]:root[data-theme=darkmode] button.bg-dark:focus,[dir]:root[data-theme=darkmode] button.bg-dark:hover{background-color:#000!important}[dir]:root[data-theme=darkmode] .bg-white{background-color:#fff!important}[dir]:root[data-theme=darkmode] .bg-transparent{background-color:transparent!important}[dir]:root[data-theme=darkmode] .border{border:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-top{border-top:1px solid #dee2e6!important}[dir=ltr]:root[data-theme=darkmode] .border-right{border-right:1px solid #dee2e6!important}[dir=rtl]:root[data-theme=darkmode] .border-right{border-left:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-bottom{border-bottom:1px solid #dee2e6!important}[dir=ltr]:root[data-theme=darkmode] .border-left{border-left:1px solid #dee2e6!important}[dir=rtl]:root[data-theme=darkmode] .border-left{border-right:1px solid #dee2e6!important}[dir]:root[data-theme=darkmode] .border-0{border:0!important}[dir]:root[data-theme=darkmode] .border-top-0{border-top:0!important}[dir=ltr]:root[data-theme=darkmode] .border-right-0{border-right:0!important}[dir=rtl]:root[data-theme=darkmode] .border-right-0{border-left:0!important}[dir]:root[data-theme=darkmode] .border-bottom-0{border-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .border-left-0{border-left:0!important}[dir=rtl]:root[data-theme=darkmode] .border-left-0{border-right:0!important}[dir]:root[data-theme=darkmode] .border-primary{border-color:#007bff!important}[dir]:root[data-theme=darkmode] .border-secondary{border-color:#6c757d!important}[dir]:root[data-theme=darkmode] .border-success{border-color:#28a745!important}[dir]:root[data-theme=darkmode] .border-info{border-color:#3498db!important}[dir]:root[data-theme=darkmode] .border-warning{border-color:#f39c12!important}[dir]:root[data-theme=darkmode] .border-danger{border-color:#dc3545!important}[dir]:root[data-theme=darkmode] .border-light{border-color:#dee2e6!important}[dir]:root[data-theme=darkmode] .border-dark{border-color:#181a1b!important}[dir]:root[data-theme=darkmode] .border-white{border-color:#fff!important}[dir]:root[data-theme=darkmode] .rounded-sm{border-radius:.2rem!important}[dir]:root[data-theme=darkmode] .rounded{border-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-top{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-right{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .rounded-left{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}[dir]:root[data-theme=darkmode] .rounded-lg{border-radius:.3rem!important}[dir]:root[data-theme=darkmode] .rounded-circle{border-radius:50%!important}[dir]:root[data-theme=darkmode] .rounded-pill{border-radius:50rem!important}[dir]:root[data-theme=darkmode] .rounded-0{border-radius:0!important}:root[data-theme=darkmode] .clearfix::after{display:block;content:""}[dir]:root[data-theme=darkmode] .clearfix::after{clear:both}:root[data-theme=darkmode] .d-none{display:none!important}:root[data-theme=darkmode] .d-inline{display:inline!important}:root[data-theme=darkmode] .d-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-block{display:block!important}:root[data-theme=darkmode] .d-table{display:table!important}:root[data-theme=darkmode] .d-table-row{display:table-row!important}:root[data-theme=darkmode] .d-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-flex{display:flex!important}:root[data-theme=darkmode] .d-inline-flex{display:inline-flex!important}@media (min-width:576px){:root[data-theme=darkmode] .d-sm-none{display:none!important}:root[data-theme=darkmode] .d-sm-inline{display:inline!important}:root[data-theme=darkmode] .d-sm-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-sm-block{display:block!important}:root[data-theme=darkmode] .d-sm-table{display:table!important}:root[data-theme=darkmode] .d-sm-table-row{display:table-row!important}:root[data-theme=darkmode] .d-sm-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-sm-flex{display:flex!important}:root[data-theme=darkmode] .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){:root[data-theme=darkmode] .d-md-none{display:none!important}:root[data-theme=darkmode] .d-md-inline{display:inline!important}:root[data-theme=darkmode] .d-md-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-md-block{display:block!important}:root[data-theme=darkmode] .d-md-table{display:table!important}:root[data-theme=darkmode] .d-md-table-row{display:table-row!important}:root[data-theme=darkmode] .d-md-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-md-flex{display:flex!important}:root[data-theme=darkmode] .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){:root[data-theme=darkmode] .d-lg-none{display:none!important}:root[data-theme=darkmode] .d-lg-inline{display:inline!important}:root[data-theme=darkmode] .d-lg-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-lg-block{display:block!important}:root[data-theme=darkmode] .d-lg-table{display:table!important}:root[data-theme=darkmode] .d-lg-table-row{display:table-row!important}:root[data-theme=darkmode] .d-lg-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-lg-flex{display:flex!important}:root[data-theme=darkmode] .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){:root[data-theme=darkmode] .d-xl-none{display:none!important}:root[data-theme=darkmode] .d-xl-inline{display:inline!important}:root[data-theme=darkmode] .d-xl-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-xl-block{display:block!important}:root[data-theme=darkmode] .d-xl-table{display:table!important}:root[data-theme=darkmode] .d-xl-table-row{display:table-row!important}:root[data-theme=darkmode] .d-xl-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-xl-flex{display:flex!important}:root[data-theme=darkmode] .d-xl-inline-flex{display:inline-flex!important}}@media print{:root[data-theme=darkmode] .d-print-none{display:none!important}:root[data-theme=darkmode] .d-print-inline{display:inline!important}:root[data-theme=darkmode] .d-print-inline-block{display:inline-block!important}:root[data-theme=darkmode] .d-print-block{display:block!important}:root[data-theme=darkmode] .d-print-table{display:table!important}:root[data-theme=darkmode] .d-print-table-row{display:table-row!important}:root[data-theme=darkmode] .d-print-table-cell{display:table-cell!important}:root[data-theme=darkmode] .d-print-flex{display:flex!important}:root[data-theme=darkmode] .d-print-inline-flex{display:inline-flex!important}}:root[data-theme=darkmode] .embed-responsive{position:relative;display:block;width:100%;overflow:hidden}[dir]:root[data-theme=darkmode] .embed-responsive{padding:0}:root[data-theme=darkmode] .embed-responsive::before{display:block;content:""}:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,:root[data-theme=darkmode] .embed-responsive embed,:root[data-theme=darkmode] .embed-responsive iframe,:root[data-theme=darkmode] .embed-responsive object,:root[data-theme=darkmode] .embed-responsive video{position:absolute;top:0;bottom:0;width:100%;height:100%}[dir]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir]:root[data-theme=darkmode] .embed-responsive embed,[dir]:root[data-theme=darkmode] .embed-responsive iframe,[dir]:root[data-theme=darkmode] .embed-responsive object,[dir]:root[data-theme=darkmode] .embed-responsive video{border:0}[dir=ltr]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir=ltr]:root[data-theme=darkmode] .embed-responsive embed,[dir=ltr]:root[data-theme=darkmode] .embed-responsive iframe,[dir=ltr]:root[data-theme=darkmode] .embed-responsive object,[dir=ltr]:root[data-theme=darkmode] .embed-responsive video{left:0}[dir=rtl]:root[data-theme=darkmode] .embed-responsive .embed-responsive-item,[dir=rtl]:root[data-theme=darkmode] .embed-responsive embed,[dir=rtl]:root[data-theme=darkmode] .embed-responsive iframe,[dir=rtl]:root[data-theme=darkmode] .embed-responsive object,[dir=rtl]:root[data-theme=darkmode] .embed-responsive video{right:0}[dir]:root[data-theme=darkmode] .embed-responsive-21by9::before{padding-top:42.8571428571%}[dir]:root[data-theme=darkmode] .embed-responsive-16by9::before{padding-top:56.25%}[dir]:root[data-theme=darkmode] .embed-responsive-4by3::before{padding-top:75%}[dir]:root[data-theme=darkmode] .embed-responsive-1by1::before{padding-top:100%}:root[data-theme=darkmode] .flex-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-center{align-items:center!important}:root[data-theme=darkmode] .align-items-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-center{align-content:center!important}:root[data-theme=darkmode] .align-content-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-center{align-self:center!important}:root[data-theme=darkmode] .align-self-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-stretch{align-self:stretch!important}@media (min-width:576px){:root[data-theme=darkmode] .flex-sm-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-sm-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-sm-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-sm-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-sm-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-sm-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-sm-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-sm-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-sm-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-sm-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-sm-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-sm-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-sm-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-sm-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-sm-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-sm-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-sm-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-sm-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-sm-center{align-items:center!important}:root[data-theme=darkmode] .align-items-sm-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-sm-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-sm-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-sm-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-sm-center{align-content:center!important}:root[data-theme=darkmode] .align-content-sm-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-sm-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-sm-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-sm-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-sm-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-sm-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-sm-center{align-self:center!important}:root[data-theme=darkmode] .align-self-sm-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){:root[data-theme=darkmode] .flex-md-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-md-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-md-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-md-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-md-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-md-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-md-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-md-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-md-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-md-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-md-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-md-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-md-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-md-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-md-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-md-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-md-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-md-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-md-center{align-items:center!important}:root[data-theme=darkmode] .align-items-md-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-md-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-md-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-md-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-md-center{align-content:center!important}:root[data-theme=darkmode] .align-content-md-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-md-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-md-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-md-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-md-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-md-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-md-center{align-self:center!important}:root[data-theme=darkmode] .align-self-md-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){:root[data-theme=darkmode] .flex-lg-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-lg-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-lg-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-lg-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-lg-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-lg-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-lg-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-lg-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-lg-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-lg-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-lg-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-lg-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-lg-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-lg-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-lg-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-lg-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-lg-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-lg-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-lg-center{align-items:center!important}:root[data-theme=darkmode] .align-items-lg-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-lg-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-lg-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-lg-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-lg-center{align-content:center!important}:root[data-theme=darkmode] .align-content-lg-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-lg-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-lg-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-lg-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-lg-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-lg-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-lg-center{align-self:center!important}:root[data-theme=darkmode] .align-self-lg-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){:root[data-theme=darkmode] .flex-xl-row{flex-direction:row!important}:root[data-theme=darkmode] .flex-xl-column{flex-direction:column!important}:root[data-theme=darkmode] .flex-xl-row-reverse{flex-direction:row-reverse!important}:root[data-theme=darkmode] .flex-xl-column-reverse{flex-direction:column-reverse!important}:root[data-theme=darkmode] .flex-xl-wrap{flex-wrap:wrap!important}:root[data-theme=darkmode] .flex-xl-nowrap{flex-wrap:nowrap!important}:root[data-theme=darkmode] .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:root[data-theme=darkmode] .flex-xl-fill{flex:1 1 auto!important}:root[data-theme=darkmode] .flex-xl-grow-0{flex-grow:0!important}:root[data-theme=darkmode] .flex-xl-grow-1{flex-grow:1!important}:root[data-theme=darkmode] .flex-xl-shrink-0{flex-shrink:0!important}:root[data-theme=darkmode] .flex-xl-shrink-1{flex-shrink:1!important}:root[data-theme=darkmode] .justify-content-xl-start{justify-content:flex-start!important}:root[data-theme=darkmode] .justify-content-xl-end{justify-content:flex-end!important}:root[data-theme=darkmode] .justify-content-xl-center{justify-content:center!important}:root[data-theme=darkmode] .justify-content-xl-between{justify-content:space-between!important}:root[data-theme=darkmode] .justify-content-xl-around{justify-content:space-around!important}:root[data-theme=darkmode] .align-items-xl-start{align-items:flex-start!important}:root[data-theme=darkmode] .align-items-xl-end{align-items:flex-end!important}:root[data-theme=darkmode] .align-items-xl-center{align-items:center!important}:root[data-theme=darkmode] .align-items-xl-baseline{align-items:baseline!important}:root[data-theme=darkmode] .align-items-xl-stretch{align-items:stretch!important}:root[data-theme=darkmode] .align-content-xl-start{align-content:flex-start!important}:root[data-theme=darkmode] .align-content-xl-end{align-content:flex-end!important}:root[data-theme=darkmode] .align-content-xl-center{align-content:center!important}:root[data-theme=darkmode] .align-content-xl-between{align-content:space-between!important}:root[data-theme=darkmode] .align-content-xl-around{align-content:space-around!important}:root[data-theme=darkmode] .align-content-xl-stretch{align-content:stretch!important}:root[data-theme=darkmode] .align-self-xl-auto{align-self:auto!important}:root[data-theme=darkmode] .align-self-xl-start{align-self:flex-start!important}:root[data-theme=darkmode] .align-self-xl-end{align-self:flex-end!important}:root[data-theme=darkmode] .align-self-xl-center{align-self:center!important}:root[data-theme=darkmode] .align-self-xl-baseline{align-self:baseline!important}:root[data-theme=darkmode] .align-self-xl-stretch{align-self:stretch!important}}[dir=ltr]:root[data-theme=darkmode] .float-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-right,[dir=ltr]:root[data-theme=darkmode] .related{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-right,[dir=rtl]:root[data-theme=darkmode] .related{float:left!important}[dir]:root[data-theme=darkmode] .float-none{float:none!important}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .float-sm-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-sm-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-sm-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-sm-right{float:left!important}[dir]:root[data-theme=darkmode] .float-sm-none{float:none!important}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .float-md-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-md-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-md-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-md-right{float:left!important}[dir]:root[data-theme=darkmode] .float-md-none{float:none!important}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .float-lg-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-lg-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-lg-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-lg-right{float:left!important}[dir]:root[data-theme=darkmode] .float-lg-none{float:none!important}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .float-xl-left{float:left!important}[dir=rtl]:root[data-theme=darkmode] .float-xl-left{float:right!important}[dir=ltr]:root[data-theme=darkmode] .float-xl-right{float:right!important}[dir=rtl]:root[data-theme=darkmode] .float-xl-right{float:left!important}[dir]:root[data-theme=darkmode] .float-xl-none{float:none!important}}:root[data-theme=darkmode] .user-select-all{user-select:all!important}:root[data-theme=darkmode] .user-select-auto{user-select:auto!important}:root[data-theme=darkmode] .user-select-none{user-select:none!important}:root[data-theme=darkmode] .overflow-auto{overflow:auto!important}:root[data-theme=darkmode] .overflow-hidden{overflow:hidden!important}:root[data-theme=darkmode] .position-static{position:static!important}:root[data-theme=darkmode] .position-relative{position:relative!important}:root[data-theme=darkmode] .position-absolute{position:absolute!important}:root[data-theme=darkmode] .position-fixed{position:fixed!important}:root[data-theme=darkmode] .position-sticky{position:sticky!important}:root[data-theme=darkmode] .fixed-top,:root[data-theme=darkmode] .ta-navbar-top{position:fixed;top:0;z-index:1030}[dir=ltr]:root[data-theme=darkmode] .fixed-top,[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .fixed-top,[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top{left:0;right:0}:root[data-theme=darkmode] .fixed-bottom{position:fixed;bottom:0;z-index:1030}[dir=ltr]:root[data-theme=darkmode] .fixed-bottom{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .fixed-bottom{left:0;right:0}@supports (position:sticky){:root[data-theme=darkmode] .sticky-top{position:sticky;top:0;z-index:1020}}:root[data-theme=darkmode] .sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}[dir]:root[data-theme=darkmode] .sr-only{padding:0;margin:-1px;border:0}:root[data-theme=darkmode] .sr-only-focusable:active,:root[data-theme=darkmode] .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}[dir]:root[data-theme=darkmode] .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}[dir]:root[data-theme=darkmode] .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}[dir]:root[data-theme=darkmode] .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}[dir]:root[data-theme=darkmode] .shadow-none{box-shadow:none!important}:root[data-theme=darkmode] .w-25{width:25%!important}:root[data-theme=darkmode] .w-50{width:50%!important}:root[data-theme=darkmode] .w-75{width:75%!important}:root[data-theme=darkmode] .properties,:root[data-theme=darkmode] .w-100{width:100%!important}:root[data-theme=darkmode] .w-auto{width:auto!important}:root[data-theme=darkmode] .h-25{height:25%!important}:root[data-theme=darkmode] .h-50{height:50%!important}:root[data-theme=darkmode] .h-75{height:75%!important}:root[data-theme=darkmode] .h-100{height:100%!important}:root[data-theme=darkmode] .h-auto{height:auto!important}:root[data-theme=darkmode] .mw-100{max-width:100%!important}:root[data-theme=darkmode] .mh-100{max-height:100%!important}:root[data-theme=darkmode] .min-vw-100{min-width:100vw!important}:root[data-theme=darkmode] .min-vh-100{min-height:100vh!important}:root[data-theme=darkmode] .vw-100{width:100vw!important}:root[data-theme=darkmode] .vh-100{height:100vh!important}[dir]:root[data-theme=darkmode] .m-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-0,[dir]:root[data-theme=darkmode] .my-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-0,[dir=ltr]:root[data-theme=darkmode] .mx-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-0,[dir=rtl]:root[data-theme=darkmode] .mx-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-0,[dir]:root[data-theme=darkmode] .my-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-0,[dir=ltr]:root[data-theme=darkmode] .mx-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-0,[dir=rtl]:root[data-theme=darkmode] .mx-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-1,[dir]:root[data-theme=darkmode] .my-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-1,[dir=ltr]:root[data-theme=darkmode] .mx-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-1,[dir=rtl]:root[data-theme=darkmode] .mx-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-1,[dir]:root[data-theme=darkmode] .my-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-1,[dir=ltr]:root[data-theme=darkmode] .mx-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-1,[dir=rtl]:root[data-theme=darkmode] .mx-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-2,[dir]:root[data-theme=darkmode] .my-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-2,[dir=ltr]:root[data-theme=darkmode] .mx-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-2,[dir=rtl]:root[data-theme=darkmode] .mx-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-2,[dir]:root[data-theme=darkmode] .my-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-2,[dir=ltr]:root[data-theme=darkmode] .mx-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-2,[dir=rtl]:root[data-theme=darkmode] .mx-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-3,[dir]:root[data-theme=darkmode] .my-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-3,[dir=ltr]:root[data-theme=darkmode] .mx-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-3,[dir=rtl]:root[data-theme=darkmode] .mx-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-3,[dir]:root[data-theme=darkmode] .my-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-3,[dir=ltr]:root[data-theme=darkmode] .mx-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-3,[dir=rtl]:root[data-theme=darkmode] .mx-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-4,[dir]:root[data-theme=darkmode] .my-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-4,[dir=ltr]:root[data-theme=darkmode] .mx-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-4,[dir=rtl]:root[data-theme=darkmode] .mx-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-4,[dir]:root[data-theme=darkmode] .my-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-4,[dir=ltr]:root[data-theme=darkmode] .mx-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-4,[dir=rtl]:root[data-theme=darkmode] .mx-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-5,[dir]:root[data-theme=darkmode] .my-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-5,[dir=ltr]:root[data-theme=darkmode] .mx-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-5,[dir=rtl]:root[data-theme=darkmode] .mx-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-5,[dir]:root[data-theme=darkmode] .my-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-5,[dir=ltr]:root[data-theme=darkmode] .mx-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-5,[dir=rtl]:root[data-theme=darkmode] .mx-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-0,[dir]:root[data-theme=darkmode] .py-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-0,[dir=ltr]:root[data-theme=darkmode] .px-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-0,[dir=rtl]:root[data-theme=darkmode] .px-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-0,[dir]:root[data-theme=darkmode] .py-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-0,[dir=ltr]:root[data-theme=darkmode] .px-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-0,[dir=rtl]:root[data-theme=darkmode] .px-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-1,[dir]:root[data-theme=darkmode] .py-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-1,[dir=ltr]:root[data-theme=darkmode] .px-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-1,[dir=rtl]:root[data-theme=darkmode] .px-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-1,[dir]:root[data-theme=darkmode] .py-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-1,[dir=ltr]:root[data-theme=darkmode] .px-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-1,[dir=rtl]:root[data-theme=darkmode] .px-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-2,[dir]:root[data-theme=darkmode] .py-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-2,[dir=ltr]:root[data-theme=darkmode] .px-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-2,[dir=rtl]:root[data-theme=darkmode] .px-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-2,[dir]:root[data-theme=darkmode] .py-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-2,[dir=ltr]:root[data-theme=darkmode] .px-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-2,[dir=rtl]:root[data-theme=darkmode] .px-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-3,[dir]:root[data-theme=darkmode] .py-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-3,[dir=ltr]:root[data-theme=darkmode] .px-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-3,[dir=rtl]:root[data-theme=darkmode] .px-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-3,[dir]:root[data-theme=darkmode] .py-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-3,[dir=ltr]:root[data-theme=darkmode] .px-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-3,[dir=rtl]:root[data-theme=darkmode] .px-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-4,[dir]:root[data-theme=darkmode] .py-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-4,[dir=ltr]:root[data-theme=darkmode] .px-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-4,[dir=rtl]:root[data-theme=darkmode] .px-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-4,[dir]:root[data-theme=darkmode] .py-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-4,[dir=ltr]:root[data-theme=darkmode] .px-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-4,[dir=rtl]:root[data-theme=darkmode] .px-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-5,[dir]:root[data-theme=darkmode] .py-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-5,[dir=ltr]:root[data-theme=darkmode] .px-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-5,[dir=rtl]:root[data-theme=darkmode] .px-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-5,[dir]:root[data-theme=darkmode] .py-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-5,[dir=ltr]:root[data-theme=darkmode] .px-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-5,[dir=rtl]:root[data-theme=darkmode] .px-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-n1,[dir]:root[data-theme=darkmode] .my-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n1,[dir=ltr]:root[data-theme=darkmode] .mx-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n1,[dir=rtl]:root[data-theme=darkmode] .mx-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-n1,[dir]:root[data-theme=darkmode] .my-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n1,[dir=ltr]:root[data-theme=darkmode] .mx-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n1,[dir=rtl]:root[data-theme=darkmode] .mx-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-n2,[dir]:root[data-theme=darkmode] .my-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n2,[dir=ltr]:root[data-theme=darkmode] .mx-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n2,[dir=rtl]:root[data-theme=darkmode] .mx-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-n2,[dir]:root[data-theme=darkmode] .my-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n2,[dir=ltr]:root[data-theme=darkmode] .mx-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n2,[dir=rtl]:root[data-theme=darkmode] .mx-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-n3,[dir]:root[data-theme=darkmode] .my-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n3,[dir=ltr]:root[data-theme=darkmode] .mx-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n3,[dir=rtl]:root[data-theme=darkmode] .mx-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-n3,[dir]:root[data-theme=darkmode] .my-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n3,[dir=ltr]:root[data-theme=darkmode] .mx-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n3,[dir=rtl]:root[data-theme=darkmode] .mx-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-n4,[dir]:root[data-theme=darkmode] .my-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n4,[dir=ltr]:root[data-theme=darkmode] .mx-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n4,[dir=rtl]:root[data-theme=darkmode] .mx-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-n4,[dir]:root[data-theme=darkmode] .my-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n4,[dir=ltr]:root[data-theme=darkmode] .mx-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n4,[dir=rtl]:root[data-theme=darkmode] .mx-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-n5,[dir]:root[data-theme=darkmode] .my-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-n5,[dir=ltr]:root[data-theme=darkmode] .mx-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-n5,[dir=rtl]:root[data-theme=darkmode] .mx-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-n5,[dir]:root[data-theme=darkmode] .my-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-n5,[dir=ltr]:root[data-theme=darkmode] .mx-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-n5,[dir=rtl]:root[data-theme=darkmode] .mx-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-auto,[dir]:root[data-theme=darkmode] .my-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-auto,[dir=ltr]:root[data-theme=darkmode] .mx-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-auto,[dir=rtl]:root[data-theme=darkmode] .mx-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-auto,[dir]:root[data-theme=darkmode] .my-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-auto,[dir=ltr]:root[data-theme=darkmode] .mx-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-auto,[dir=rtl]:root[data-theme=darkmode] .mx-auto{margin-right:auto!important}@media (min-width:576px){[dir]:root[data-theme=darkmode] .m-sm-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-sm-0,[dir]:root[data-theme=darkmode] .my-sm-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-0,[dir=ltr]:root[data-theme=darkmode] .mx-sm-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-0,[dir=rtl]:root[data-theme=darkmode] .mx-sm-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-sm-0,[dir]:root[data-theme=darkmode] .my-sm-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-0,[dir=ltr]:root[data-theme=darkmode] .mx-sm-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-0,[dir=rtl]:root[data-theme=darkmode] .mx-sm-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-sm-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-sm-1,[dir]:root[data-theme=darkmode] .my-sm-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-sm-1,[dir]:root[data-theme=darkmode] .my-sm-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-sm-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-2,[dir]:root[data-theme=darkmode] .my-sm-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-2,[dir]:root[data-theme=darkmode] .my-sm-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-sm-3,[dir]:root[data-theme=darkmode] .my-sm-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-sm-3,[dir]:root[data-theme=darkmode] .my-sm-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-sm-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-4,[dir]:root[data-theme=darkmode] .my-sm-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-4,[dir]:root[data-theme=darkmode] .my-sm-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-sm-5,[dir]:root[data-theme=darkmode] .my-sm-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-sm-5,[dir]:root[data-theme=darkmode] .my-sm-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-sm-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-sm-0,[dir]:root[data-theme=darkmode] .py-sm-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-0,[dir=ltr]:root[data-theme=darkmode] .px-sm-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-0,[dir=rtl]:root[data-theme=darkmode] .px-sm-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-sm-0,[dir]:root[data-theme=darkmode] .py-sm-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-0,[dir=ltr]:root[data-theme=darkmode] .px-sm-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-0,[dir=rtl]:root[data-theme=darkmode] .px-sm-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-sm-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-sm-1,[dir]:root[data-theme=darkmode] .py-sm-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-1,[dir=ltr]:root[data-theme=darkmode] .px-sm-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-1,[dir=rtl]:root[data-theme=darkmode] .px-sm-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-sm-1,[dir]:root[data-theme=darkmode] .py-sm-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-1,[dir=ltr]:root[data-theme=darkmode] .px-sm-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-1,[dir=rtl]:root[data-theme=darkmode] .px-sm-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-sm-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-sm-2,[dir]:root[data-theme=darkmode] .py-sm-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-2,[dir=ltr]:root[data-theme=darkmode] .px-sm-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-2,[dir=rtl]:root[data-theme=darkmode] .px-sm-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-sm-2,[dir]:root[data-theme=darkmode] .py-sm-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-2,[dir=ltr]:root[data-theme=darkmode] .px-sm-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-2,[dir=rtl]:root[data-theme=darkmode] .px-sm-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-sm-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-sm-3,[dir]:root[data-theme=darkmode] .py-sm-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-3,[dir=ltr]:root[data-theme=darkmode] .px-sm-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-3,[dir=rtl]:root[data-theme=darkmode] .px-sm-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-sm-3,[dir]:root[data-theme=darkmode] .py-sm-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-3,[dir=ltr]:root[data-theme=darkmode] .px-sm-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-3,[dir=rtl]:root[data-theme=darkmode] .px-sm-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-sm-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-sm-4,[dir]:root[data-theme=darkmode] .py-sm-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-4,[dir=ltr]:root[data-theme=darkmode] .px-sm-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-4,[dir=rtl]:root[data-theme=darkmode] .px-sm-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-sm-4,[dir]:root[data-theme=darkmode] .py-sm-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-4,[dir=ltr]:root[data-theme=darkmode] .px-sm-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-4,[dir=rtl]:root[data-theme=darkmode] .px-sm-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-sm-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-sm-5,[dir]:root[data-theme=darkmode] .py-sm-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-sm-5,[dir=ltr]:root[data-theme=darkmode] .px-sm-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-sm-5,[dir=rtl]:root[data-theme=darkmode] .px-sm-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-sm-5,[dir]:root[data-theme=darkmode] .py-sm-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-sm-5,[dir=ltr]:root[data-theme=darkmode] .px-sm-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-sm-5,[dir=rtl]:root[data-theme=darkmode] .px-sm-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-sm-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n1,[dir]:root[data-theme=darkmode] .my-sm-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n1,[dir]:root[data-theme=darkmode] .my-sm-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n1,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n1,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-sm-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n2,[dir]:root[data-theme=darkmode] .my-sm-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n2,[dir]:root[data-theme=darkmode] .my-sm-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n2,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n2,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n3,[dir]:root[data-theme=darkmode] .my-sm-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n3,[dir]:root[data-theme=darkmode] .my-sm-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n3,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n3,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-sm-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n4,[dir]:root[data-theme=darkmode] .my-sm-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n4,[dir]:root[data-theme=darkmode] .my-sm-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n4,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n4,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-sm-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-sm-n5,[dir]:root[data-theme=darkmode] .my-sm-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-n5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-n5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-sm-n5,[dir]:root[data-theme=darkmode] .my-sm-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-n5,[dir=ltr]:root[data-theme=darkmode] .mx-sm-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-n5,[dir=rtl]:root[data-theme=darkmode] .mx-sm-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-sm-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-sm-auto,[dir]:root[data-theme=darkmode] .my-sm-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-sm-auto,[dir=ltr]:root[data-theme=darkmode] .mx-sm-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-sm-auto,[dir=rtl]:root[data-theme=darkmode] .mx-sm-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-sm-auto,[dir]:root[data-theme=darkmode] .my-sm-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-sm-auto,[dir=ltr]:root[data-theme=darkmode] .mx-sm-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-sm-auto,[dir=rtl]:root[data-theme=darkmode] .mx-sm-auto{margin-right:auto!important}}@media (min-width:768px){[dir]:root[data-theme=darkmode] .m-md-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-md-0,[dir]:root[data-theme=darkmode] .my-md-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-0,[dir=ltr]:root[data-theme=darkmode] .mx-md-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-0,[dir=rtl]:root[data-theme=darkmode] .mx-md-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-md-0,[dir]:root[data-theme=darkmode] .my-md-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-0,[dir=ltr]:root[data-theme=darkmode] .mx-md-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-0,[dir=rtl]:root[data-theme=darkmode] .mx-md-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-md-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-md-1,[dir]:root[data-theme=darkmode] .my-md-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-1,[dir=ltr]:root[data-theme=darkmode] .mx-md-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-1,[dir=rtl]:root[data-theme=darkmode] .mx-md-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-md-1,[dir]:root[data-theme=darkmode] .my-md-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-1,[dir=ltr]:root[data-theme=darkmode] .mx-md-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-1,[dir=rtl]:root[data-theme=darkmode] .mx-md-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-md-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-2,[dir]:root[data-theme=darkmode] .my-md-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-2,[dir=ltr]:root[data-theme=darkmode] .mx-md-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-2,[dir=rtl]:root[data-theme=darkmode] .mx-md-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-2,[dir]:root[data-theme=darkmode] .my-md-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-2,[dir=ltr]:root[data-theme=darkmode] .mx-md-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-2,[dir=rtl]:root[data-theme=darkmode] .mx-md-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-md-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-md-3,[dir]:root[data-theme=darkmode] .my-md-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-3,[dir=ltr]:root[data-theme=darkmode] .mx-md-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-3,[dir=rtl]:root[data-theme=darkmode] .mx-md-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-md-3,[dir]:root[data-theme=darkmode] .my-md-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-3,[dir=ltr]:root[data-theme=darkmode] .mx-md-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-3,[dir=rtl]:root[data-theme=darkmode] .mx-md-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-md-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-4,[dir]:root[data-theme=darkmode] .my-md-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-4,[dir=ltr]:root[data-theme=darkmode] .mx-md-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-4,[dir=rtl]:root[data-theme=darkmode] .mx-md-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-4,[dir]:root[data-theme=darkmode] .my-md-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-4,[dir=ltr]:root[data-theme=darkmode] .mx-md-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-4,[dir=rtl]:root[data-theme=darkmode] .mx-md-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-md-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-md-5,[dir]:root[data-theme=darkmode] .my-md-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-5,[dir=ltr]:root[data-theme=darkmode] .mx-md-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-5,[dir=rtl]:root[data-theme=darkmode] .mx-md-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-md-5,[dir]:root[data-theme=darkmode] .my-md-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-5,[dir=ltr]:root[data-theme=darkmode] .mx-md-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-5,[dir=rtl]:root[data-theme=darkmode] .mx-md-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-md-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-md-0,[dir]:root[data-theme=darkmode] .py-md-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-0,[dir=ltr]:root[data-theme=darkmode] .px-md-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-0,[dir=rtl]:root[data-theme=darkmode] .px-md-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-md-0,[dir]:root[data-theme=darkmode] .py-md-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-0,[dir=ltr]:root[data-theme=darkmode] .px-md-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-0,[dir=rtl]:root[data-theme=darkmode] .px-md-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-md-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-md-1,[dir]:root[data-theme=darkmode] .py-md-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-1,[dir=ltr]:root[data-theme=darkmode] .px-md-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-1,[dir=rtl]:root[data-theme=darkmode] .px-md-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-md-1,[dir]:root[data-theme=darkmode] .py-md-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-1,[dir=ltr]:root[data-theme=darkmode] .px-md-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-1,[dir=rtl]:root[data-theme=darkmode] .px-md-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-md-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-md-2,[dir]:root[data-theme=darkmode] .py-md-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-2,[dir=ltr]:root[data-theme=darkmode] .px-md-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-2,[dir=rtl]:root[data-theme=darkmode] .px-md-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-md-2,[dir]:root[data-theme=darkmode] .py-md-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-2,[dir=ltr]:root[data-theme=darkmode] .px-md-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-2,[dir=rtl]:root[data-theme=darkmode] .px-md-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-md-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-md-3,[dir]:root[data-theme=darkmode] .py-md-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-3,[dir=ltr]:root[data-theme=darkmode] .px-md-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-3,[dir=rtl]:root[data-theme=darkmode] .px-md-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-md-3,[dir]:root[data-theme=darkmode] .py-md-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-3,[dir=ltr]:root[data-theme=darkmode] .px-md-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-3,[dir=rtl]:root[data-theme=darkmode] .px-md-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-md-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-md-4,[dir]:root[data-theme=darkmode] .py-md-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-4,[dir=ltr]:root[data-theme=darkmode] .px-md-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-4,[dir=rtl]:root[data-theme=darkmode] .px-md-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-md-4,[dir]:root[data-theme=darkmode] .py-md-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-4,[dir=ltr]:root[data-theme=darkmode] .px-md-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-4,[dir=rtl]:root[data-theme=darkmode] .px-md-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-md-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-md-5,[dir]:root[data-theme=darkmode] .py-md-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-md-5,[dir=ltr]:root[data-theme=darkmode] .px-md-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-md-5,[dir=rtl]:root[data-theme=darkmode] .px-md-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-md-5,[dir]:root[data-theme=darkmode] .py-md-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-md-5,[dir=ltr]:root[data-theme=darkmode] .px-md-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-md-5,[dir=rtl]:root[data-theme=darkmode] .px-md-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-md-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-md-n1,[dir]:root[data-theme=darkmode] .my-md-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n1,[dir=ltr]:root[data-theme=darkmode] .mx-md-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n1,[dir=rtl]:root[data-theme=darkmode] .mx-md-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-md-n1,[dir]:root[data-theme=darkmode] .my-md-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n1,[dir=ltr]:root[data-theme=darkmode] .mx-md-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n1,[dir=rtl]:root[data-theme=darkmode] .mx-md-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-md-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-n2,[dir]:root[data-theme=darkmode] .my-md-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n2,[dir=ltr]:root[data-theme=darkmode] .mx-md-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n2,[dir=rtl]:root[data-theme=darkmode] .mx-md-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-n2,[dir]:root[data-theme=darkmode] .my-md-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n2,[dir=ltr]:root[data-theme=darkmode] .mx-md-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n2,[dir=rtl]:root[data-theme=darkmode] .mx-md-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-md-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-md-n3,[dir]:root[data-theme=darkmode] .my-md-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n3,[dir=ltr]:root[data-theme=darkmode] .mx-md-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n3,[dir=rtl]:root[data-theme=darkmode] .mx-md-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-md-n3,[dir]:root[data-theme=darkmode] .my-md-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n3,[dir=ltr]:root[data-theme=darkmode] .mx-md-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n3,[dir=rtl]:root[data-theme=darkmode] .mx-md-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-md-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-md-n4,[dir]:root[data-theme=darkmode] .my-md-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n4,[dir=ltr]:root[data-theme=darkmode] .mx-md-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n4,[dir=rtl]:root[data-theme=darkmode] .mx-md-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-md-n4,[dir]:root[data-theme=darkmode] .my-md-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n4,[dir=ltr]:root[data-theme=darkmode] .mx-md-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n4,[dir=rtl]:root[data-theme=darkmode] .mx-md-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-md-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-md-n5,[dir]:root[data-theme=darkmode] .my-md-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-n5,[dir=ltr]:root[data-theme=darkmode] .mx-md-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-n5,[dir=rtl]:root[data-theme=darkmode] .mx-md-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-md-n5,[dir]:root[data-theme=darkmode] .my-md-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-n5,[dir=ltr]:root[data-theme=darkmode] .mx-md-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-n5,[dir=rtl]:root[data-theme=darkmode] .mx-md-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-md-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-md-auto,[dir]:root[data-theme=darkmode] .my-md-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-md-auto,[dir=ltr]:root[data-theme=darkmode] .mx-md-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-md-auto,[dir=rtl]:root[data-theme=darkmode] .mx-md-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-md-auto,[dir]:root[data-theme=darkmode] .my-md-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-md-auto,[dir=ltr]:root[data-theme=darkmode] .mx-md-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-md-auto,[dir=rtl]:root[data-theme=darkmode] .mx-md-auto{margin-right:auto!important}}@media (min-width:992px){[dir]:root[data-theme=darkmode] .m-lg-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-lg-0,[dir]:root[data-theme=darkmode] .my-lg-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-0,[dir=ltr]:root[data-theme=darkmode] .mx-lg-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-0,[dir=rtl]:root[data-theme=darkmode] .mx-lg-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-lg-0,[dir]:root[data-theme=darkmode] .my-lg-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-0,[dir=ltr]:root[data-theme=darkmode] .mx-lg-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-0,[dir=rtl]:root[data-theme=darkmode] .mx-lg-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-lg-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-lg-1,[dir]:root[data-theme=darkmode] .my-lg-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-lg-1,[dir]:root[data-theme=darkmode] .my-lg-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-lg-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-2,[dir]:root[data-theme=darkmode] .my-lg-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-2,[dir]:root[data-theme=darkmode] .my-lg-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-lg-3,[dir]:root[data-theme=darkmode] .my-lg-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-lg-3,[dir]:root[data-theme=darkmode] .my-lg-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-lg-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-4,[dir]:root[data-theme=darkmode] .my-lg-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-4,[dir]:root[data-theme=darkmode] .my-lg-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-lg-5,[dir]:root[data-theme=darkmode] .my-lg-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-lg-5,[dir]:root[data-theme=darkmode] .my-lg-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-lg-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-lg-0,[dir]:root[data-theme=darkmode] .py-lg-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-0,[dir=ltr]:root[data-theme=darkmode] .px-lg-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-0,[dir=rtl]:root[data-theme=darkmode] .px-lg-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-lg-0,[dir]:root[data-theme=darkmode] .py-lg-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-0,[dir=ltr]:root[data-theme=darkmode] .px-lg-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-0,[dir=rtl]:root[data-theme=darkmode] .px-lg-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-lg-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-lg-1,[dir]:root[data-theme=darkmode] .py-lg-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-1,[dir=ltr]:root[data-theme=darkmode] .px-lg-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-1,[dir=rtl]:root[data-theme=darkmode] .px-lg-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-lg-1,[dir]:root[data-theme=darkmode] .py-lg-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-1,[dir=ltr]:root[data-theme=darkmode] .px-lg-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-1,[dir=rtl]:root[data-theme=darkmode] .px-lg-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-lg-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-lg-2,[dir]:root[data-theme=darkmode] .py-lg-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-2,[dir=ltr]:root[data-theme=darkmode] .px-lg-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-2,[dir=rtl]:root[data-theme=darkmode] .px-lg-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-lg-2,[dir]:root[data-theme=darkmode] .py-lg-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-2,[dir=ltr]:root[data-theme=darkmode] .px-lg-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-2,[dir=rtl]:root[data-theme=darkmode] .px-lg-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-lg-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-lg-3,[dir]:root[data-theme=darkmode] .py-lg-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-3,[dir=ltr]:root[data-theme=darkmode] .px-lg-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-3,[dir=rtl]:root[data-theme=darkmode] .px-lg-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-lg-3,[dir]:root[data-theme=darkmode] .py-lg-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-3,[dir=ltr]:root[data-theme=darkmode] .px-lg-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-3,[dir=rtl]:root[data-theme=darkmode] .px-lg-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-lg-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-lg-4,[dir]:root[data-theme=darkmode] .py-lg-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-4,[dir=ltr]:root[data-theme=darkmode] .px-lg-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-4,[dir=rtl]:root[data-theme=darkmode] .px-lg-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-lg-4,[dir]:root[data-theme=darkmode] .py-lg-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-4,[dir=ltr]:root[data-theme=darkmode] .px-lg-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-4,[dir=rtl]:root[data-theme=darkmode] .px-lg-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-lg-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-lg-5,[dir]:root[data-theme=darkmode] .py-lg-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-lg-5,[dir=ltr]:root[data-theme=darkmode] .px-lg-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-lg-5,[dir=rtl]:root[data-theme=darkmode] .px-lg-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-lg-5,[dir]:root[data-theme=darkmode] .py-lg-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-lg-5,[dir=ltr]:root[data-theme=darkmode] .px-lg-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-lg-5,[dir=rtl]:root[data-theme=darkmode] .px-lg-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-lg-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n1,[dir]:root[data-theme=darkmode] .my-lg-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n1,[dir]:root[data-theme=darkmode] .my-lg-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n1,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n1,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-lg-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n2,[dir]:root[data-theme=darkmode] .my-lg-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n2,[dir]:root[data-theme=darkmode] .my-lg-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n2,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n2,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n3,[dir]:root[data-theme=darkmode] .my-lg-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n3,[dir]:root[data-theme=darkmode] .my-lg-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n3,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n3,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-lg-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n4,[dir]:root[data-theme=darkmode] .my-lg-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n4,[dir]:root[data-theme=darkmode] .my-lg-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n4,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n4,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-lg-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-lg-n5,[dir]:root[data-theme=darkmode] .my-lg-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-n5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-n5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-lg-n5,[dir]:root[data-theme=darkmode] .my-lg-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-n5,[dir=ltr]:root[data-theme=darkmode] .mx-lg-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-n5,[dir=rtl]:root[data-theme=darkmode] .mx-lg-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-lg-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-lg-auto,[dir]:root[data-theme=darkmode] .my-lg-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-lg-auto,[dir=ltr]:root[data-theme=darkmode] .mx-lg-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-lg-auto,[dir=rtl]:root[data-theme=darkmode] .mx-lg-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-lg-auto,[dir]:root[data-theme=darkmode] .my-lg-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-lg-auto,[dir=ltr]:root[data-theme=darkmode] .mx-lg-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-lg-auto,[dir=rtl]:root[data-theme=darkmode] .mx-lg-auto{margin-right:auto!important}}@media (min-width:1200px){[dir]:root[data-theme=darkmode] .m-xl-0{margin:0!important}[dir]:root[data-theme=darkmode] .mt-xl-0,[dir]:root[data-theme=darkmode] .my-xl-0{margin-top:0!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-0,[dir=ltr]:root[data-theme=darkmode] .mx-xl-0{margin-right:0!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-0,[dir=rtl]:root[data-theme=darkmode] .mx-xl-0{margin-left:0!important}[dir]:root[data-theme=darkmode] .mb-xl-0,[dir]:root[data-theme=darkmode] .my-xl-0{margin-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-0,[dir=ltr]:root[data-theme=darkmode] .mx-xl-0{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-0,[dir=rtl]:root[data-theme=darkmode] .mx-xl-0{margin-right:0!important}[dir]:root[data-theme=darkmode] .m-xl-1{margin:.25rem!important}[dir]:root[data-theme=darkmode] .mt-xl-1,[dir]:root[data-theme=darkmode] .my-xl-1{margin-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-1{margin-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-1{margin-left:.25rem!important}[dir]:root[data-theme=darkmode] .mb-xl-1,[dir]:root[data-theme=darkmode] .my-xl-1{margin-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-1{margin-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-1{margin-right:.25rem!important}[dir]:root[data-theme=darkmode] .m-xl-2{margin:.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-2,[dir]:root[data-theme=darkmode] .my-xl-2{margin-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-2{margin-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-2{margin-left:.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-2,[dir]:root[data-theme=darkmode] .my-xl-2{margin-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-2{margin-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-2{margin-right:.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-3{margin:1rem!important}[dir]:root[data-theme=darkmode] .mt-xl-3,[dir]:root[data-theme=darkmode] .my-xl-3{margin-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-3{margin-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-3{margin-left:1rem!important}[dir]:root[data-theme=darkmode] .mb-xl-3,[dir]:root[data-theme=darkmode] .my-xl-3{margin-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-3{margin-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-3{margin-right:1rem!important}[dir]:root[data-theme=darkmode] .m-xl-4{margin:1.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-4,[dir]:root[data-theme=darkmode] .my-xl-4{margin-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-4{margin-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-4{margin-left:1.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-4,[dir]:root[data-theme=darkmode] .my-xl-4{margin-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-4{margin-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-4{margin-right:1.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-5{margin:3rem!important}[dir]:root[data-theme=darkmode] .mt-xl-5,[dir]:root[data-theme=darkmode] .my-xl-5{margin-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-5{margin-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-5{margin-left:3rem!important}[dir]:root[data-theme=darkmode] .mb-xl-5,[dir]:root[data-theme=darkmode] .my-xl-5{margin-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-5{margin-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-5{margin-right:3rem!important}[dir]:root[data-theme=darkmode] .p-xl-0{padding:0!important}[dir]:root[data-theme=darkmode] .pt-xl-0,[dir]:root[data-theme=darkmode] .py-xl-0{padding-top:0!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-0,[dir=ltr]:root[data-theme=darkmode] .px-xl-0{padding-right:0!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-0,[dir=rtl]:root[data-theme=darkmode] .px-xl-0{padding-left:0!important}[dir]:root[data-theme=darkmode] .pb-xl-0,[dir]:root[data-theme=darkmode] .py-xl-0{padding-bottom:0!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-0,[dir=ltr]:root[data-theme=darkmode] .px-xl-0{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-0,[dir=rtl]:root[data-theme=darkmode] .px-xl-0{padding-right:0!important}[dir]:root[data-theme=darkmode] .p-xl-1{padding:.25rem!important}[dir]:root[data-theme=darkmode] .pt-xl-1,[dir]:root[data-theme=darkmode] .py-xl-1{padding-top:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-1,[dir=ltr]:root[data-theme=darkmode] .px-xl-1{padding-right:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-1,[dir=rtl]:root[data-theme=darkmode] .px-xl-1{padding-left:.25rem!important}[dir]:root[data-theme=darkmode] .pb-xl-1,[dir]:root[data-theme=darkmode] .py-xl-1{padding-bottom:.25rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-1,[dir=ltr]:root[data-theme=darkmode] .px-xl-1{padding-left:.25rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-1,[dir=rtl]:root[data-theme=darkmode] .px-xl-1{padding-right:.25rem!important}[dir]:root[data-theme=darkmode] .p-xl-2{padding:.5rem!important}[dir]:root[data-theme=darkmode] .pt-xl-2,[dir]:root[data-theme=darkmode] .py-xl-2{padding-top:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-2,[dir=ltr]:root[data-theme=darkmode] .px-xl-2{padding-right:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-2,[dir=rtl]:root[data-theme=darkmode] .px-xl-2{padding-left:.5rem!important}[dir]:root[data-theme=darkmode] .pb-xl-2,[dir]:root[data-theme=darkmode] .py-xl-2{padding-bottom:.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-2,[dir=ltr]:root[data-theme=darkmode] .px-xl-2{padding-left:.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-2,[dir=rtl]:root[data-theme=darkmode] .px-xl-2{padding-right:.5rem!important}[dir]:root[data-theme=darkmode] .p-xl-3{padding:1rem!important}[dir]:root[data-theme=darkmode] .pt-xl-3,[dir]:root[data-theme=darkmode] .py-xl-3{padding-top:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-3,[dir=ltr]:root[data-theme=darkmode] .px-xl-3{padding-right:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-3,[dir=rtl]:root[data-theme=darkmode] .px-xl-3{padding-left:1rem!important}[dir]:root[data-theme=darkmode] .pb-xl-3,[dir]:root[data-theme=darkmode] .py-xl-3{padding-bottom:1rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-3,[dir=ltr]:root[data-theme=darkmode] .px-xl-3{padding-left:1rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-3,[dir=rtl]:root[data-theme=darkmode] .px-xl-3{padding-right:1rem!important}[dir]:root[data-theme=darkmode] .p-xl-4{padding:1.5rem!important}[dir]:root[data-theme=darkmode] .pt-xl-4,[dir]:root[data-theme=darkmode] .py-xl-4{padding-top:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-4,[dir=ltr]:root[data-theme=darkmode] .px-xl-4{padding-right:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-4,[dir=rtl]:root[data-theme=darkmode] .px-xl-4{padding-left:1.5rem!important}[dir]:root[data-theme=darkmode] .pb-xl-4,[dir]:root[data-theme=darkmode] .py-xl-4{padding-bottom:1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-4,[dir=ltr]:root[data-theme=darkmode] .px-xl-4{padding-left:1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-4,[dir=rtl]:root[data-theme=darkmode] .px-xl-4{padding-right:1.5rem!important}[dir]:root[data-theme=darkmode] .p-xl-5{padding:3rem!important}[dir]:root[data-theme=darkmode] .pt-xl-5,[dir]:root[data-theme=darkmode] .py-xl-5{padding-top:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pr-xl-5,[dir=ltr]:root[data-theme=darkmode] .px-xl-5{padding-right:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pr-xl-5,[dir=rtl]:root[data-theme=darkmode] .px-xl-5{padding-left:3rem!important}[dir]:root[data-theme=darkmode] .pb-xl-5,[dir]:root[data-theme=darkmode] .py-xl-5{padding-bottom:3rem!important}[dir=ltr]:root[data-theme=darkmode] .pl-xl-5,[dir=ltr]:root[data-theme=darkmode] .px-xl-5{padding-left:3rem!important}[dir=rtl]:root[data-theme=darkmode] .pl-xl-5,[dir=rtl]:root[data-theme=darkmode] .px-xl-5{padding-right:3rem!important}[dir]:root[data-theme=darkmode] .m-xl-n1{margin:-.25rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n1,[dir]:root[data-theme=darkmode] .my-xl-n1{margin-top:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n1{margin-right:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n1{margin-left:-.25rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n1,[dir]:root[data-theme=darkmode] .my-xl-n1{margin-bottom:-.25rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n1,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n1{margin-left:-.25rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n1,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n1{margin-right:-.25rem!important}[dir]:root[data-theme=darkmode] .m-xl-n2{margin:-.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n2,[dir]:root[data-theme=darkmode] .my-xl-n2{margin-top:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n2{margin-right:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n2{margin-left:-.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n2,[dir]:root[data-theme=darkmode] .my-xl-n2{margin-bottom:-.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n2,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n2{margin-left:-.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n2,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n2{margin-right:-.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-n3{margin:-1rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n3,[dir]:root[data-theme=darkmode] .my-xl-n3{margin-top:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n3{margin-right:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n3{margin-left:-1rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n3,[dir]:root[data-theme=darkmode] .my-xl-n3{margin-bottom:-1rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n3,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n3{margin-left:-1rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n3,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n3{margin-right:-1rem!important}[dir]:root[data-theme=darkmode] .m-xl-n4{margin:-1.5rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n4,[dir]:root[data-theme=darkmode] .my-xl-n4{margin-top:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n4{margin-right:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n4{margin-left:-1.5rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n4,[dir]:root[data-theme=darkmode] .my-xl-n4{margin-bottom:-1.5rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n4,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n4{margin-left:-1.5rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n4,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n4{margin-right:-1.5rem!important}[dir]:root[data-theme=darkmode] .m-xl-n5{margin:-3rem!important}[dir]:root[data-theme=darkmode] .mt-xl-n5,[dir]:root[data-theme=darkmode] .my-xl-n5{margin-top:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-n5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n5{margin-right:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-n5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n5{margin-left:-3rem!important}[dir]:root[data-theme=darkmode] .mb-xl-n5,[dir]:root[data-theme=darkmode] .my-xl-n5{margin-bottom:-3rem!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-n5,[dir=ltr]:root[data-theme=darkmode] .mx-xl-n5{margin-left:-3rem!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-n5,[dir=rtl]:root[data-theme=darkmode] .mx-xl-n5{margin-right:-3rem!important}[dir]:root[data-theme=darkmode] .m-xl-auto{margin:auto!important}[dir]:root[data-theme=darkmode] .mt-xl-auto,[dir]:root[data-theme=darkmode] .my-xl-auto{margin-top:auto!important}[dir=ltr]:root[data-theme=darkmode] .mr-xl-auto,[dir=ltr]:root[data-theme=darkmode] .mx-xl-auto{margin-right:auto!important}[dir=rtl]:root[data-theme=darkmode] .mr-xl-auto,[dir=rtl]:root[data-theme=darkmode] .mx-xl-auto{margin-left:auto!important}[dir]:root[data-theme=darkmode] .mb-xl-auto,[dir]:root[data-theme=darkmode] .my-xl-auto{margin-bottom:auto!important}[dir=ltr]:root[data-theme=darkmode] .ml-xl-auto,[dir=ltr]:root[data-theme=darkmode] .mx-xl-auto{margin-left:auto!important}[dir=rtl]:root[data-theme=darkmode] .ml-xl-auto,[dir=rtl]:root[data-theme=darkmode] .mx-xl-auto{margin-right:auto!important}}:root[data-theme=darkmode] .stretched-link::after{position:absolute;top:0;bottom:0;z-index:1;pointer-events:auto;content:""}[dir]:root[data-theme=darkmode] .stretched-link::after{background-color:rgba(0,0,0,0)}[dir=ltr]:root[data-theme=darkmode] .stretched-link::after{right:0;left:0}[dir=rtl]:root[data-theme=darkmode] .stretched-link::after{left:0;right:0}:root[data-theme=darkmode] .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}[dir]:root[data-theme=darkmode] .text-justify{text-align:justify!important}:root[data-theme=darkmode] .text-wrap{white-space:normal!important}:root[data-theme=darkmode] .text-nowrap{white-space:nowrap!important}:root[data-theme=darkmode] .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=ltr]:root[data-theme=darkmode] .text-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-center{text-align:center!important}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .text-sm-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-sm-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-sm-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-sm-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-sm-center{text-align:center!important}}@media (min-width:768px){[dir=ltr]:root[data-theme=darkmode] .text-md-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-md-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-md-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-md-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-md-center{text-align:center!important}}@media (min-width:992px){[dir=ltr]:root[data-theme=darkmode] .text-lg-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-lg-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-lg-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-lg-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-lg-center{text-align:center!important}}@media (min-width:1200px){[dir=ltr]:root[data-theme=darkmode] .text-xl-left{text-align:left!important}[dir=rtl]:root[data-theme=darkmode] .text-xl-left{text-align:right!important}[dir=ltr]:root[data-theme=darkmode] .text-xl-right{text-align:right!important}[dir=rtl]:root[data-theme=darkmode] .text-xl-right{text-align:left!important}[dir]:root[data-theme=darkmode] .text-xl-center{text-align:center!important}}:root[data-theme=darkmode] .text-lowercase{text-transform:lowercase!important}:root[data-theme=darkmode] .text-uppercase{text-transform:uppercase!important}:root[data-theme=darkmode] .text-capitalize{text-transform:capitalize!important}:root[data-theme=darkmode] .font-weight-light{font-weight:300!important}:root[data-theme=darkmode] .font-weight-lighter{font-weight:lighter!important}:root[data-theme=darkmode] .font-weight-normal{font-weight:400!important}:root[data-theme=darkmode] .font-weight-bold{font-weight:700!important}:root[data-theme=darkmode] .font-weight-bolder{font-weight:bolder!important}:root[data-theme=darkmode] .font-italic{font-style:italic!important}:root[data-theme=darkmode] .text-white{color:#fff!important}:root[data-theme=darkmode] .text-primary{color:#007bff!important}:root[data-theme=darkmode] a.text-primary:focus,:root[data-theme=darkmode] a.text-primary:hover{color:#0056b3!important}:root[data-theme=darkmode] .text-secondary{color:#6c757d!important}:root[data-theme=darkmode] a.text-secondary:focus,:root[data-theme=darkmode] a.text-secondary:hover{color:#494f54!important}:root[data-theme=darkmode] .text-success{color:#28a745!important}:root[data-theme=darkmode] a.text-success:focus,:root[data-theme=darkmode] a.text-success:hover{color:#19692c!important}:root[data-theme=darkmode] .text-info{color:#3498db!important}:root[data-theme=darkmode] a.text-info:focus,:root[data-theme=darkmode] a.text-info:hover{color:#1d6fa5!important}:root[data-theme=darkmode] .text-warning{color:#f39c12!important}:root[data-theme=darkmode] a.text-warning:focus,:root[data-theme=darkmode] a.text-warning:hover{color:#b06f09!important}:root[data-theme=darkmode] .text-danger{color:#dc3545!important}:root[data-theme=darkmode] a.text-danger:focus,:root[data-theme=darkmode] a.text-danger:hover{color:#a71d2a!important}:root[data-theme=darkmode] .text-light{color:#dee2e6!important}:root[data-theme=darkmode] a.text-light:focus,:root[data-theme=darkmode] a.text-light:hover{color:#b2bcc5!important}:root[data-theme=darkmode] .text-dark{color:#181a1b!important}:root[data-theme=darkmode] a.text-dark:focus,:root[data-theme=darkmode] a.text-dark:hover{color:#000!important}:root[data-theme=darkmode] .text-body{color:#fff!important}:root[data-theme=darkmode] .hint,:root[data-theme=darkmode] .text-muted{color:#888!important}:root[data-theme=darkmode] .text-black-50{color:rgba(0,0,0,.5)!important}:root[data-theme=darkmode] .text-white-50{color:rgba(255,255,255,.5)!important}:root[data-theme=darkmode] .text-hide{font:0/0 a;color:transparent}[dir]:root[data-theme=darkmode] .text-hide{text-shadow:none;background-color:transparent;border:0}:root[data-theme=darkmode] .text-decoration-none{text-decoration:none!important}:root[data-theme=darkmode] .text-break{word-break:break-word!important;word-wrap:break-word!important}:root[data-theme=darkmode] .text-reset{color:inherit!important}:root[data-theme=darkmode] .visible{visibility:visible!important}:root[data-theme=darkmode] .invisible{visibility:hidden!important}@media print{[dir]:root[data-theme=darkmode] *,[dir]:root[data-theme=darkmode] ::after,[dir]:root[data-theme=darkmode] ::before{text-shadow:none!important;box-shadow:none!important}:root[data-theme=darkmode] a:not(.btn){text-decoration:underline}:root[data-theme=darkmode] abbr[title]::after{content:" (" attr(title) ")"}:root[data-theme=darkmode] pre{white-space:pre-wrap!important}:root[data-theme=darkmode] blockquote,:root[data-theme=darkmode] pre{page-break-inside:avoid}[dir]:root[data-theme=darkmode] blockquote,[dir]:root[data-theme=darkmode] pre{border:1px solid #2a2d2f}:root[data-theme=darkmode] thead{display:table-header-group}:root[data-theme=darkmode] img,:root[data-theme=darkmode] tr{page-break-inside:avoid}:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3,:root[data-theme=darkmode] p{orphans:3;widows:3}:root[data-theme=darkmode] h2,:root[data-theme=darkmode] h3{page-break-after:avoid}:root[data-theme=darkmode] body{min-width:992px!important}:root[data-theme=darkmode] .container{min-width:992px!important}:root[data-theme=darkmode] .navbar,:root[data-theme=darkmode] .ta-navbar-top{display:none}[dir]:root[data-theme=darkmode] .badge{border:1px solid #000}:root[data-theme=darkmode] .table{border-collapse:collapse!important}[dir]:root[data-theme=darkmode] .table td,[dir]:root[data-theme=darkmode] .table th{background-color:#fff!important}[dir]:root[data-theme=darkmode] .table-bordered td,[dir]:root[data-theme=darkmode] .table-bordered th{border:1px solid #dee2e6!important}:root[data-theme=darkmode] .table-dark{color:inherit}[dir]:root[data-theme=darkmode] .table-dark tbody+tbody,[dir]:root[data-theme=darkmode] .table-dark td,[dir]:root[data-theme=darkmode] .table-dark th,[dir]:root[data-theme=darkmode] .table-dark thead th{border-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .table .thead-dark th{color:inherit}[dir]:root[data-theme=darkmode] .table .thead-dark th{border-color:rgba(140,130,115,.13)}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}:root[data-theme=darkmode] .bootstrap-select>select.bs-select-hidden,:root[data-theme=darkmode] select.bs-select-hidden,:root[data-theme=darkmode] select.selectpicker{display:none!important}:root[data-theme=darkmode] .bootstrap-select{vertical-align:middle}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{position:relative;width:100%;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{text-align:right}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle{text-align:left}[dir]:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle:after{margin-top:-1px}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:active,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:focus,:root[data-theme=darkmode] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:hover,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:active,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:focus,:root[data-theme=darkmode] :root[data-theme=default] .bootstrap-select>.dropdown-toggle.bs-placeholder.button:hover{color:rgba(255,255,255,.5)}:root[data-theme=darkmode] .bootstrap-select>select{position:absolute!important;bottom:0;display:block!important;width:.5px!important;height:100%!important;opacity:0!important;z-index:0!important}[dir]:root[data-theme=darkmode] .bootstrap-select>select{padding:0!important;border:none}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>select{left:50%}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>select{right:50%}:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{top:0;display:block!important;width:100%!important;z-index:2!important}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select>select.mobile-device{right:0}.error [dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle,.has-error [dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle,.was-validated [dir]:root[data-theme=darkmode] .bootstrap-select select:invalid+.dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.has-validation-error .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.input-validation-error .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.is-invalid .dropdown-toggle{border-color:#b94a48}.was-validated [dir]:root[data-theme=darkmode] .bootstrap-select select:valid+.dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.is-valid .dropdown-toggle{border-color:#28a745}:root[data-theme=darkmode] .bootstrap-select.fit-width{width:auto!important}:root[data-theme=darkmode] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle:focus,:root[data-theme=darkmode] .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}:root[data-theme=darkmode] .bootstrap-select.form-control{height:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>:root[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]){width:100%}:root[data-theme=darkmode] .bootstrap-select.form-control.input-group-btn{z-index:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control.input-group-btn{float:none}.form-inline :root[data-theme=darkmode] .bootstrap-select,.form-inline :root[data-theme=darkmode] .bootstrap-select.form-control:not([class*=col-]){width:auto}:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),:root[data-theme=darkmode] .bootstrap-select[class*=col-]{display:inline-block}[dir]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{float:none}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{margin-left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select:not(.input-group-btn),[dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-]{margin-right:0}.row [dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.dropdown-menu-right,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.row [dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.dropdown-menu-right,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select[class*=col-].dropdown-menu-right{float:left}.form-group [dir]:root[data-theme=darkmode] .bootstrap-select,.form-horizontal [dir]:root[data-theme=darkmode] .bootstrap-select,.form-inline [dir]:root[data-theme=darkmode] .bootstrap-select{margin-bottom:0}.form-group-lg [dir]:root[data-theme=darkmode] .bootstrap-select.form-control,.form-group-sm [dir]:root[data-theme=darkmode] .bootstrap-select.form-control{padding:0}.form-group-lg :root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle,.form-group-sm :root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit}.form-group-lg [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle,.form-group-sm [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle,:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle,[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{border-radius:inherit}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}[dir]:root[data-theme=darkmode] .bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline :root[data-theme=darkmode] .bootstrap-select .form-control{width:100%}[dir]:root[data-theme=darkmode] .bootstrap-select.disabled,[dir]:root[data-theme=darkmode] .bootstrap-select>.disabled{cursor:not-allowed}:root[data-theme=darkmode] .bootstrap-select.disabled:focus,:root[data-theme=darkmode] .bootstrap-select>.disabled:focus{outline:0!important}:root[data-theme=darkmode] .bootstrap-select.bs-container{position:absolute;top:0;height:0!important}[dir]:root[data-theme=darkmode] .bootstrap-select.bs-container{padding:0!important}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.bs-container{left:0}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.bs-container{right:0}:root[data-theme=darkmode] .bootstrap-select.bs-container .dropdown-menu{z-index:1060}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;height:100%;width:100%;overflow:hidden;flex:0 1 auto}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{left:0;float:left;text-align:left}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{right:0;float:right;text-align:right}.bs3[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.bs3[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-left:inherit}.input-group .bs3-has-addon:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{position:absolute}.input-group .bs3-has-addon[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-top:inherit;padding-bottom:inherit;float:none}.input-group .bs3-has-addon[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-left:inherit}.input-group .bs3-has-addon[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.input-group .bs3-has-addon[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-left:inherit}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{width:0!important;opacity:0!important;overflow:hidden}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{float:left}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .filter-expand{float:right}:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;vertical-align:middle}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{margin-top:-2px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{right:12px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-toggle .caret{left:12px}.input-group [dir]:root[data-theme=darkmode] .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}:root[data-theme=darkmode] .bootstrap-select[class*=col-] .dropdown-toggle{width:100%}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu.inner{position:static}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu.inner{float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li{position:relative}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active .field-validation-error,:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a{user-select:none}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a{cursor:pointer}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{position:relative}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{padding-left:2.25em}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a.opt{padding-right:2.25em}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.check-mark{display:none}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li a span.text{display:inline-block}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error,[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li small{padding-left:.5em}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li .field-validation-error,[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu li small{padding-right:.5em}:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;min-height:26px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}[dir]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify{margin:0 2%;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut{animation:.3s linear 750ms forwards bs-notify-fadeOut}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .dropdown-menu .notify.fadeOut{animation:.3s linear 750ms forwards bs-notify-fadeOut}:root[data-theme=darkmode] .bootstrap-select .no-results{white-space:nowrap}[dir]:root[data-theme=darkmode] .bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline}[dir]:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option{padding:0}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto}[dir]:root[data-theme=darkmode] .bootstrap-select.fit-width .dropdown-toggle .caret{margin-top:-1px}:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;top:5px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{right:15px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{left:15px}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-tick .dropdown-menu li a span.text{margin-left:34px}:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;transform-style:preserve-3d}[dir]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-style:solid}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-width:0 .26em .26em 0;transform:rotate(45deg)}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select .bs-ok-default:after{border-width:0 0 .26em .26em;transform:rotate(-45deg)}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';position:absolute;bottom:-4px;display:none}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-bottom:7px solid rgba(204,204,204,.2)}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-left:7px solid transparent;border-right:7px solid transparent;left:9px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-right:7px solid transparent;border-left:7px solid transparent;right:9px}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';position:absolute;bottom:-4px;display:none}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-bottom:6px solid #fff}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-left:6px solid transparent;border-right:6px solid transparent;left:10px}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-right:6px solid transparent;border-left:6px solid transparent;right:10px}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{border-top:7px solid rgba(204,204,204,.2);border-bottom:0}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px}[dir]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{border-top:6px solid #fff;border-bottom:0}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{left:12px;right:auto}[dir=ltr]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}[dir=rtl]:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{left:13px;right:auto}:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,:root[data-theme=darkmode] .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}[dir]:root[data-theme=darkmode] .bs-actionsbox,[dir]:root[data-theme=darkmode] .bs-donebutton,[dir]:root[data-theme=darkmode] .bs-searchbox{padding:4px 8px}:root[data-theme=darkmode] .bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root[data-theme=darkmode] .bs-actionsbox .btn-group button{width:50%}:root[data-theme=darkmode] .bs-donebutton{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}[dir=ltr]:root[data-theme=darkmode] .bs-donebutton{float:left}[dir=rtl]:root[data-theme=darkmode] .bs-donebutton{float:right}:root[data-theme=darkmode] .bs-donebutton .btn-group button{width:100%}[dir]:root[data-theme=darkmode] .bs-searchbox+.bs-actionsbox{padding:0 8px 4px}:root[data-theme=darkmode] .bs-searchbox .form-control{width:100%}[dir]:root[data-theme=darkmode] .bs-searchbox .form-control{margin-bottom:0;float:none}:root[data-theme=darkmode] .slider{display:inline-block;vertical-align:middle;position:relative}:root[data-theme=darkmode] .slider.slider-horizontal{width:210px;height:20px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{height:10px;width:100%;top:50%}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{margin-top:-5px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-track{right:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-selection,:root[data-theme=darkmode] .slider.slider-horizontal .slider-track-high,:root[data-theme=darkmode] .slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick{margin-left:-10px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick{margin-right:-10px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle.triangle,:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;width:0;height:0}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-handle.triangle,[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick.triangle{transform:translateY(-50%);border-width:0 10px 10px 10px;border-bottom-color:#036fa5;margin-top:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;width:100%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-container{right:0}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container{white-space:nowrap}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container{margin-top:20px}:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block}[dir]:root[data-theme=darkmode] .slider.slider-horizontal .slider-tick-label-container .slider-tick-label{text-align:center}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-track{right:initial;left:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-handle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick{margin-left:initial;margin-right:-10px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-handle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick{margin-right:initial;margin-left:-10px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-horizontal.slider-rtl .slider-tick-container{right:initial;left:0}:root[data-theme=darkmode] .slider.slider-vertical{height:210px;width:20px}:root[data-theme=darkmode] .slider.slider-vertical .slider-track{width:10px;height:100%;top:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track{left:25%}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track{right:25%}:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{width:100%;top:0;bottom:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-selection{right:0}:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{width:100%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{left:0;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-high,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-track-low{right:0;left:0}[dir]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle,[dir]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick{margin-top:-10px}:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{width:1px;height:1px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;border-left-color:#036fa5;margin-left:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-handle.triangle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick.triangle{border-width:10px 10px 10px 0;border-right-color:#036fa5;margin-right:0}:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container{white-space:nowrap}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-right:4px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-track{right:initial;left:25%}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-selection{right:initial;left:0}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-handle.triangle,[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-handle.triangle,[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 0 10px 10px}[dir=ltr]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}[dir=rtl]:root[data-theme=darkmode] .slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-right:initial;padding-left:4px}[dir]:root[data-theme=darkmode] .slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top,#dfdfdf,#bebebe);background-image:-webkit-gradient(linear,0 0,0 100%,from(#dfdfdf),to(#bebebe));background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf,#bebebe);background-image:linear-gradient(to bottom,#dfdfdf,#bebebe);background-repeat:repeat-x}[dir]:root[data-theme=darkmode] .slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#e9e9e9));background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:linear-gradient(to bottom,#e5e5e5,#e9e9e9);background-repeat:repeat-x;cursor:not-allowed}:root[data-theme=darkmode] .slider input{display:none}:root[data-theme=darkmode] .slider .tooltip-inner{white-space:nowrap;max-width:none}:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{position:relative}[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,[dir=ltr]:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{left:-50%}[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=bottom] .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-auto[x-placement^=top] .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-bottom .tooltip-inner,[dir=rtl]:root[data-theme=darkmode] .slider .bs-tooltip-top .tooltip-inner{right:-50%}:root[data-theme=darkmode] .slider.bs-tooltip-auto[x-placement^=left] .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-auto[x-placement^=right] .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-left .tooltip-inner,:root[data-theme=darkmode] .slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}:root[data-theme=darkmode] .slider .tooltip{pointer-events:none}[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top] .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom .arrow,[dir=ltr]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top .arrow{left:-.4rem}[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top] .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom .arrow,[dir=rtl]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top .arrow{right:-.4rem}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=top],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-top{margin-top:-44px}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=bottom],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-bottom{margin-top:2px}[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=left],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=right],[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-left,[dir]:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-right{margin-top:-14px}:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=left] .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-auto[x-placement^=right] .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-left .arrow,:root[data-theme=darkmode] .slider .tooltip.bs-tooltip-right .arrow{top:8px}:root[data-theme=darkmode] .slider .hide{display:none}:root[data-theme=darkmode] .slider-track{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px;cursor:pointer}:root[data-theme=darkmode] .slider-selection{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:linear-gradient(to bottom,#f9f9f9,#f5f5f5);background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);border-radius:4px}[dir]:root[data-theme=darkmode] .slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x}:root[data-theme=darkmode] .slider-track-high,:root[data-theme=darkmode] .slider-track-low{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;position:absolute}[dir]:root[data-theme=darkmode] .slider-track-high,[dir]:root[data-theme=darkmode] .slider-track-low{border-radius:4px;background:0 0}:root[data-theme=darkmode] .slider-handle{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);position:absolute;top:0;width:20px;height:20px}[dir]:root[data-theme=darkmode] .slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top,#0480be,#036fa5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0480be),to(#036fa5));background-image:-webkit-linear-gradient(top,#0480be,#036fa5);background-image:-o-linear-gradient(top,#0480be,#036fa5);background-image:linear-gradient(to bottom,#0480be,#036fa5);background-repeat:repeat-x;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);background-color:#0480be;border:0 solid transparent}[dir]:root[data-theme=darkmode] .slider-handle:hover{cursor:pointer}:root[data-theme=darkmode] .slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px}[dir]:root[data-theme=darkmode] .slider-handle.round{border-radius:20px}[dir]:root[data-theme=darkmode] .slider-handle.triangle{background:transparent none}[dir]:root[data-theme=darkmode] .slider-handle.custom{background:transparent none}:root[data-theme=darkmode] .slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}:root[data-theme=darkmode] .slider-tick{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:20px;height:20px;filter:none;opacity:.8}[dir]:root[data-theme=darkmode] .slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);cursor:pointer;border:0 solid transparent}[dir]:root[data-theme=darkmode] .slider-tick.round{border-radius:50%}[dir]:root[data-theme=darkmode] .slider-tick.triangle{background:transparent none}[dir]:root[data-theme=darkmode] .slider-tick.custom{background:transparent none}:root[data-theme=darkmode] .slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}:root[data-theme=darkmode] .slider-tick.in-selection{opacity:1}[dir]:root[data-theme=darkmode] .slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(to bottom,#52c5ff,#3abcfd);background-repeat:repeat-x}@media (min-width:576px){:root[data-theme=darkmode] .w-sm-25{width:25%!important}:root[data-theme=darkmode] .w-sm-50{width:50%!important}:root[data-theme=darkmode] .w-sm-75{width:75%!important}:root[data-theme=darkmode] .w-sm-100{width:100%!important}:root[data-theme=darkmode] .w-sm-auto{width:auto!important}:root[data-theme=darkmode] .h-sm-25{height:25%!important}:root[data-theme=darkmode] .h-sm-50{height:50%!important}:root[data-theme=darkmode] .h-sm-75{height:75%!important}:root[data-theme=darkmode] .h-sm-100{height:100%!important}:root[data-theme=darkmode] .h-sm-auto{height:auto!important}}@media (min-width:768px){:root[data-theme=darkmode] .w-md-25{width:25%!important}:root[data-theme=darkmode] .w-md-50{width:50%!important}:root[data-theme=darkmode] .w-md-75{width:75%!important}:root[data-theme=darkmode] .w-md-100{width:100%!important}:root[data-theme=darkmode] .w-md-auto{width:auto!important}:root[data-theme=darkmode] .h-md-25{height:25%!important}:root[data-theme=darkmode] .h-md-50{height:50%!important}:root[data-theme=darkmode] .h-md-75{height:75%!important}:root[data-theme=darkmode] .h-md-100{height:100%!important}:root[data-theme=darkmode] .h-md-auto{height:auto!important}}@media (min-width:992px){:root[data-theme=darkmode] .w-lg-25{width:25%!important}:root[data-theme=darkmode] .w-lg-50{width:50%!important}:root[data-theme=darkmode] .w-lg-75{width:75%!important}:root[data-theme=darkmode] .w-lg-100{width:100%!important}:root[data-theme=darkmode] .w-lg-auto{width:auto!important}:root[data-theme=darkmode] .h-lg-25{height:25%!important}:root[data-theme=darkmode] .h-lg-50{height:50%!important}:root[data-theme=darkmode] .h-lg-75{height:75%!important}:root[data-theme=darkmode] .h-lg-100{height:100%!important}:root[data-theme=darkmode] .h-lg-auto{height:auto!important}}@media (min-width:1200px){:root[data-theme=darkmode] .w-xl-25{width:25%!important}:root[data-theme=darkmode] .w-xl-50{width:50%!important}:root[data-theme=darkmode] .w-xl-75{width:75%!important}:root[data-theme=darkmode] .w-xl-100{width:100%!important}:root[data-theme=darkmode] .w-xl-auto{width:auto!important}:root[data-theme=darkmode] .h-xl-25{height:25%!important}:root[data-theme=darkmode] .h-xl-50{height:50%!important}:root[data-theme=darkmode] .h-xl-75{height:75%!important}:root[data-theme=darkmode] .h-xl-100{height:100%!important}:root[data-theme=darkmode] .h-xl-auto{height:auto!important}}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-small .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xs-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xs-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xs-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-sm-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-sm-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-sm-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-md-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-md-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-md-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-lg-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-lg-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-lg-auto{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-25{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-50{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-75{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-100{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .w-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .w-xl-auto{width:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-25,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-25{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-50,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-50{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-75,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-75{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-100,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-100{height:100%!important}:root[data-theme=darkmode] .ta-col-grouping.col-medium .h-xl-auto,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .h-xl-auto{height:100%!important}:root[data-theme=darkmode] ul.pager{justify-content:center}[dir]:root[data-theme=darkmode] ul.pager{margin-top:1rem}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xs-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-4 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-sm-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-3 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-md-6 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-1 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-2 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-3 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-lg-6 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-1 .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xsmall .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-2 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-small .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-small .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-3 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-4 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-5 .col-xl-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xs-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xs-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-sm-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-sm-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-md-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-1{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-lg-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-lg-6{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xsmall,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-1,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xsmall{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-2,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-2{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-3,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-small,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-3{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-4,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-4{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-5,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-5{flex:0 0 100%;max-width:100%}:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-medium .col-xl-6,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-medium,:root[data-theme=darkmode] .ta-col-grouping.col-xl-6 .col-xl-6{flex:0 0 100%;max-width:100%}[dir]:root[data-theme=darkmode] .tab-pane{border-bottom:1px solid rgba(140,130,115,.13);border-top:1px solid rgba(140,130,115,.13);margin-bottom:1rem;padding-top:1rem}[dir=ltr]:root[data-theme=darkmode] .tab-pane{border-left:1px solid rgba(140,130,115,.13);border-right:1px solid rgba(140,130,115,.13);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top-right-radius:.25rem;padding-left:1rem;padding-right:1rem}[dir=rtl]:root[data-theme=darkmode] .tab-pane{border-right:1px solid rgba(140,130,115,.13);border-left:1px solid rgba(140,130,115,.13);border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;padding-right:1rem;padding-left:1rem}[dir]:root[data-theme=darkmode] .nav-tabs{border-bottom:none;margin-top:1px;margin-bottom:-1px}:root[data-theme=darkmode] .nav-tabs .nav-link{color:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link{border:none;background-color:#888}@media (prefers-reduced-motion:reduce){:root[data-theme=darkmode] .nav-tabs .nav-link{transition:none}}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link:hover{background-color:#757575}:root[data-theme=darkmode] .nav-tabs .nav-link.active{color:#181a1b}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-top:1px solid rgba(140,130,115,.13);cursor:initial;background-color:#fff}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-left:1px solid rgba(140,130,115,.13);border-right:1px solid rgba(140,130,115,.13)}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-right:1px solid rgba(140,130,115,.13);border-left:1px solid rgba(140,130,115,.13)}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active:hover{background-color:#fff}[dir]:root[data-theme=darkmode] .nav-tabs .nav-item{margin-bottom:0}@media (max-width:767.98px){[dir]:root[data-theme=darkmode] .nav-tabs .nav-item:not(.nav-link){padding-bottom:.25rem}[dir=ltr]:root[data-theme=darkmode] .nav-tabs .nav-link{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}[dir=rtl]:root[data-theme=darkmode] .nav-tabs .nav-link{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}[dir]:root[data-theme=darkmode] .nav-tabs .nav-link.active{border-bottom:1px solid rgba(140,130,115,.13)}}[dir=ltr]:root[data-theme=darkmode] .ta-content-login{margin-left:0!important}[dir=rtl]:root[data-theme=darkmode] .ta-content-login{margin-right:0!important}:root[data-theme=darkmode] .auth-form label{display:block}:root[data-theme=darkmode] .CodeMirror{height:auto}[dir]:root[data-theme=darkmode] .CodeMirror{border:1px solid #ddd}:root[data-theme=darkmode] .CodeMirror-fullscreen{z-index:1000;top:0!important}:root[data-theme=darkmode] .CodeMirror pre{line-height:1.25;overflow:unset}[dir]:root[data-theme=darkmode] .CodeMirror pre{margin-bottom:0}[dir=ltr]:root[data-theme=darkmode] .CodeMirror pre{padding-left:7px}[dir=rtl]:root[data-theme=darkmode] .CodeMirror pre{padding-right:7px}[dir]:root[data-theme=darkmode] .CodeMirror-activeline-background{background:0 0!important}[dir]:root[data-theme=darkmode] .CodeMirror-focused .CodeMirror-activeline-background{background:rgba(100,100,100,.1)!important}:root[data-theme=darkmode] .switch{font-size:1rem;position:relative}:root[data-theme=darkmode] .switch input{position:absolute;height:1px;width:1px;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden}[dir]:root[data-theme=darkmode] .switch input{background:0 0;border:0;padding:0}:root[data-theme=darkmode] .switch input+label{position:relative;min-width:calc(calc(2.375rem * .8) * 2);height:calc(2.375rem * .8);line-height:calc(2.375rem * .8);display:inline-block;outline:0;user-select:none;vertical-align:middle;text-indent:calc(calc(calc(2.375rem * .8) * 2) + .5rem)}[dir]:root[data-theme=darkmode] .switch input+label{border-radius:calc(2.375rem * .8);cursor:pointer}:root[data-theme=darkmode] .switch input+label::after,:root[data-theme=darkmode] .switch input+label::before{content:"";position:absolute;top:0;width:calc(calc(2.375rem * .8) * 2);bottom:0;display:block}[dir=ltr]:root[data-theme=darkmode] .switch input+label::after,[dir=ltr]:root[data-theme=darkmode] .switch input+label::before{left:0}[dir=rtl]:root[data-theme=darkmode] .switch input+label::after,[dir=rtl]:root[data-theme=darkmode] .switch input+label::before{right:0}:root[data-theme=darkmode] .switch input+label::before{transition:.2s all}[dir]:root[data-theme=darkmode] .switch input+label::before{background-color:#dee2e6;border-radius:calc(2.375rem * .8)}[dir=ltr]:root[data-theme=darkmode] .switch input+label::before{right:0}[dir=rtl]:root[data-theme=darkmode] .switch input+label::before{left:0}:root[data-theme=darkmode] .switch input+label::after{top:2px;width:calc(calc(2.375rem * .8) - calc(2px * 2));height:calc(calc(2.375rem * .8) - calc(2px * 2));transition:.2s all}[dir]:root[data-theme=darkmode] .switch input+label::after{border-radius:50%;background-color:#fff}[dir=ltr]:root[data-theme=darkmode] .switch input+label::after{left:2px}[dir=rtl]:root[data-theme=darkmode] .switch input+label::after{right:2px}[dir]:root[data-theme=darkmode] .switch input:checked+label::before{background-color:#28a745}[dir=ltr]:root[data-theme=darkmode] .switch input:checked+label::after{margin-left:calc(2.375rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch input:checked+label::after{margin-right:calc(2.375rem * .8)}:root[data-theme=darkmode] .switch input:focus+label::before{outline:0}[dir]:root[data-theme=darkmode] .switch input:focus+label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}:root[data-theme=darkmode] .switch input:disabled+label{color:#868e96}[dir]:root[data-theme=darkmode] .switch input:disabled+label{cursor:not-allowed}[dir]:root[data-theme=darkmode] .switch input:disabled+label::before{background-color:#e9ecef}:root[data-theme=darkmode] .switch.switch-sm{font-size:.875rem}:root[data-theme=darkmode] .switch.switch-sm input+label{min-width:calc(calc(1.9375rem * .8) * 2);height:calc(1.9375rem * .8);line-height:calc(1.9375rem * .8);text-indent:calc(calc(calc(1.9375rem * .8) * 2) + .5rem)}:root[data-theme=darkmode] .switch.switch-sm input+label::before{width:calc(calc(1.9375rem * .8) * 2)}:root[data-theme=darkmode] .switch.switch-sm input+label::after{width:calc(calc(1.9375rem * .8) - calc(2px * 2));height:calc(calc(1.9375rem * .8) - calc(2px * 2))}[dir=ltr]:root[data-theme=darkmode] .switch.switch-sm input:checked+label::after{margin-left:calc(1.9375rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch.switch-sm input:checked+label::after{margin-right:calc(1.9375rem * .8)}:root[data-theme=darkmode] .switch.switch-lg{font-size:1.25rem}:root[data-theme=darkmode] .switch.switch-lg input+label{min-width:calc(calc(3rem * .8) * 2);height:calc(3rem * .8);line-height:calc(3rem * .8);text-indent:calc(calc(calc(3rem * .8) * 2) + .5rem)}:root[data-theme=darkmode] .switch.switch-lg input+label::before{width:calc(calc(3rem * .8) * 2)}:root[data-theme=darkmode] .switch.switch-lg input+label::after{width:calc(calc(3rem * .8) - calc(2px * 2));height:calc(calc(3rem * .8) - calc(2px * 2))}[dir=ltr]:root[data-theme=darkmode] .switch.switch-lg input:checked+label::after{margin-left:calc(3rem * .8)}[dir=rtl]:root[data-theme=darkmode] .switch.switch-lg input:checked+label::after{margin-right:calc(3rem * .8)}[dir=ltr]:root[data-theme=darkmode] .switch+.switch{margin-left:1rem}[dir=rtl]:root[data-theme=darkmode] .switch+.switch{margin-right:1rem}:root[data-theme=darkmode] #ui-datepicker-div{z-index:100!important}:root[data-theme=darkmode] .ta-navbar-top{z-index:1030}[dir]:root[data-theme=darkmode] .ta-navbar-top{border-bottom:1px solid #393e40;padding:.3rem 1rem;box-shadow:0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03)}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top{padding-left:0}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top{padding-right:0}:root[data-theme=darkmode] .ta-navbar-top h1{font-size:24px;font-weight:700;position:absolute;top:10px}:root[data-theme=darkmode] .ta-navbar-top .nav-link{font-size:14px}[dir]:root[data-theme=darkmode] .ta-navbar-top .breadcrumb{background-color:transparent;margin-top:1rem}:root[data-theme=darkmode] .ta-navbar-top .btn.nav-link,:root[data-theme=darkmode] .ta-navbar-top .nav-link.button{display:inline-block}@media (min-width:576px){[dir=ltr]:root[data-theme=darkmode] .ta-navbar-top h1{left:275px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-top h1{right:275px}}@media (max-width:767.98px){[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse li:first-child .nav-link{padding-top:15px}[dir]:root[data-theme=darkmode] .ta-navbar-top .navbar-collapse li:last-child .nav-link{padding-bottom:0}}:root[data-theme=darkmode] .ta-navbar-brand{overflow:hidden;height:42px;white-space:nowrap;font-size:14px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] .ta-navbar-brand{padding-top:10px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand{margin-left:5px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand{margin-right:5px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand span:first-child{margin-left:5px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand span:first-child{margin-right:5px}:root[data-theme=darkmode] .ta-navbar-brand span:last-child{font-weight:700;color:#0078d4}:root[data-theme=darkmode] .ta-navbar-brand img{width:25px}[dir=ltr]:root[data-theme=darkmode] .ta-navbar-brand img{margin-left:5px;margin-right:11px}[dir=rtl]:root[data-theme=darkmode] .ta-navbar-brand img{margin-right:5px;margin-left:11px}:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-brand{width:30px;height:42px}:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-brand span{display:none}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1{left:63px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top h1{right:63px}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .nav-item{margin-left:10px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-navbar-top .nav-item{margin-right:10px}:root[data-theme=darkmode] .action-bar{top:3.3rem;z-index:1050}[dir]:root[data-theme=darkmode] .list-group li:hover{background-color:#1b1e1f}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{z-index:calc(1000 + 1);position:fixed;top:52px;bottom:0;width:260px;color:#b5afa6;font-family:"Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{background-color:#242728}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{left:0;border-right:1px solid #393e40;transition:left .2s ease-in-out,width .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar{right:0;border-left:1px solid #393e40;transition:right .2s ease-in-out,width .2s ease-in-out}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar{width:4px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar ::-webkit-scrollbar-thumb{background-color:#495057}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figure{margin:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transition-duration:.2s}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(90deg)}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(-90deg)}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a[aria-expanded=false] .chevron{transition-duration:.2s}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse{display:none}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .collapse.show{display:block}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{position:absolute;top:38%}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{left:100%;margin-left:-25px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .chevron{right:100%;margin-right:-25px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption{position:relative;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar a,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar figcaption{margin:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav{position:relative;flex:1 1 auto;height:calc(100% - 51px - 38px)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul{white-space:nowrap}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul{margin:0;padding:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li{position:relative;display:list-item;list-style:none}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li{margin:0;padding:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li .item-label{flex-grow:1}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul li .item-label{cursor:pointer}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li{line-height:3em;width:260px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li{background-color:#242728}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li:first-child:after{content:"";width:92%;height:1px;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li:first-child:after{background:rgba(140,130,115,.13);margin:0 auto}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li>figure>ul>li{line-height:2.5em}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin{overflow-y:auto;overflow-x:hidden;height:100%;scrollbar-width:thin;scrollbar-color:#495057 #242728}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin{margin-bottom:40px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{display:flex}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label{padding-right:0!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon{flex-shrink:0;font-size:22px;width:48px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.icon svg{width:35px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin .item-label>span.title{flex-grow:1;font-size:14px;width:calc(100% - 48px - 45px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>ul.menu-admin>li>figure>figcaption>.item-label>.collapse-icon{color:rgba(255,0,0,0);display:flex;justify-content:center}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{color:#bdb7af;text-decoration:none}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{padding-left:16px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:active,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:hover,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav li a:visited,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav ul li .item-label{padding-right:16px}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle{color:inherit;font:inherit;width:45px;outline:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav .btn-nostyle{background:0 0;border:none;padding:0;cursor:pointer}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #left-nav>li>figure>figcaption>.item-label{width:100%}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover,[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited{padding-left:12px}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items .item-label,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:active,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:hover,[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items a:visited{padding-right:12px}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{color:rgba(232,230,227,.9)!important;font-weight:600}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{background:rgba(0,0,0,.1)}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li>figure>ul>li.active>.item-label{padding-right:48px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>ul>li>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label{padding-right:48px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.has-items.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label{font-weight:600}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label{background-color:rgba(0,0,0,.05)}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active>figure>figcaption>.item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{border-left:3px solid;border-left-color:rgba(0,0,0,.05);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active::before{border-right:3px solid;border-right-color:rgba(0,0,0,.05);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li .active .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label{color:#bdb7af!important}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label{background:rgba(0,0,0,.05)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>.item-label>span.icon,:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li>figure>figcaption>.item-label>span.icon{font-size:16px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li.active ul>li>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li{background:rgba(0,0,0,.1)}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{color:rgba(232,230,227,.9)}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>li>a{padding-right:48px!important}[dir=ltr]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>.active>a{padding-left:44px!important}[dir=rtl]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar li ul>li ul>.active>a{padding-right:44px!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer{position:relative;z-index:1}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer{background-color:#242728!important}:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before{content:"";width:92%;height:1px;display:block}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar .footer:before{background:rgba(140,130,115,.13);margin:0 auto}[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter,[dir]:root[data-theme=darkmode] body:not(.left-sidebar-compact) #ta-left-sidebar #filter:focus{border:none;box-shadow:unset;border-radius:unset}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{z-index:calc(1000 + 1);position:fixed;top:52px;bottom:0;width:48px;color:#b5afa6;font-family:"Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{background-color:#242728}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{left:0;border-right:1px solid #393e40;transition:left .2s ease-in-out,width .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar{right:0;border-left:1px solid #393e40;transition:right .2s ease-in-out,width .2s ease-in-out}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar{width:4px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar ::-webkit-scrollbar-thumb{background-color:#495057}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figure{margin:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=false] .chevron{transition-duration:.2s}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .collapse.show{display:block}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{position:absolute;top:38%}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{left:100%;margin-left:-25px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .chevron{right:100%;margin-right:-25px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption{position:relative;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a,[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar figcaption{margin:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav{flex:1 1 auto;height:calc(100% - 51px);overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul{white-space:nowrap}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul{margin:0;padding:0;background-color:#1b1e1f}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li{position:relative;display:list-item;list-style:none}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li{margin:0;padding:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li .item-label{cursor:pointer}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{height:48px;line-height:3em;width:47px;transition:width .2s ease-in-out}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{background-color:#242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:first-child>span.title:after{content:"";width:75%;height:1px;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:first-child>span.title:after{background:rgba(0,0,0,.1);margin:0 auto 4px auto}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>.btn-nostyle{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul>li{line-height:2.5em}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li:not(.has-items) .item-label>span.icon{font-size:22px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{display:flex}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label{padding-right:0!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon{flex-shrink:0;font-size:16px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon svg{width:35px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.icon-none{flex-shrink:0;font-size:16px;width:37px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul .item-label>span.title{flex-grow:1;font-size:14px;width:calc(100% - 48px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>.collapse-icon{color:rgba(255,0,0,0);display:flex;justify-content:center}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .icon:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{color:#b5afa6}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible>figure>figcaption{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible>figure>figcaption>a.item-label{z-index:9999}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li .item-label:hover:not(:first-child){color:#b5afa6}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li .item-label:hover:not(:first-child){background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{display:inline-block!important;color:#bdb7af;width:48px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{background-color:#242728}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);z-index:1}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.has-items.visible{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul li .active>figure>figcaption>.item-label:hover{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li{overflow:hidden}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li span.title{display:none}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible{overflow:visible;width:308px;transition:none;position:static}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure{position:absolute;z-index:999}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible span.icon,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible span.title{display:block}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{position:absolute;width:260px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);max-height:250px;z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{right:48px}@media (max-height:414px){:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure{position:static;z-index:unset}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure>ul:before{content:attr(data-title);font-size:14px;font-weight:700}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.visible>figure>ul:before{padding:0 20px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{position:absolute;width:260px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.2);height:calc(100vh - 52px);max-height:unset;z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#495057 #242728;top:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{box-shadow:0 0 10px 0 rgba(0,0,0,.2)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul{right:48px}}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>ul li .item-label:hover{background-color:rgba(0,0,0,.05)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{color:#bdb7af;display:flex}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{background-color:#1b1e1f}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{padding-left:0!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label{padding-right:0!important}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title{padding:0 20px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{color:#bdb7af}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label .title:hover{background-color:#1b1e1f!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{flex-shrink:0;font-size:22px;width:48px}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon{padding:0 5px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.icon svg{width:35px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title{flex-grow:1;font-size:14px;font-weight:700;width:calc(100% - 48px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:260px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{content:"";height:1px;display:block;position:absolute;width:75%}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{background:rgba(0,0,0,.1);margin:0 auto}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{left:63px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li>figure>figcaption>.item-label>span.title:after{right:63px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav>ul>li.active:not(.has-items)::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{text-decoration:none}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{padding-left:16px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:active,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:hover,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav li a:visited,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav ul li .item-label{padding-right:16px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle{color:inherit;font:inherit;width:45px;outline:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #left-nav .btn-nostyle{background:0 0;border:none;padding:0;cursor:pointer}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover,[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited{padding-left:12px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items .item-label,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:active,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:hover,[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items a:visited{padding-right:12px}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{color:rgba(0,0,0,.9)!important;font-weight:600}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{background:rgba(0,0,0,.05)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure>ul>li.active ul>li.active .item-label{padding-right:48px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active ul>li.active .item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:#0078d4;left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li.active>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:#0078d4;right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure>ul>li .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label{padding-right:48px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.has-items.active>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>.item-label{font-weight:600}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>.item-label{background-color:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{border-left:3px solid;border-left-color:rgba(0,0,0,.1);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active::before{border-right:3px solid;border-right-color:rgba(0,0,0,.1);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li .active .item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure .item-label{color:#bdb7af!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>.item-label{color:#bdb7af!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{bottom:0;content:"";position:absolute;top:0}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{border-left:3px solid;border-left-color:rgba(0,0,0,.2);left:0}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li.active>figure ul>li>figure>figcaption>.item-label::before{border-right:3px solid;border-right-color:rgba(0,0,0,.2);right:0}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li{background:rgba(0,0,0,.1)}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{color:rgba(232,230,227,.9)}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{padding-left:48px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>li>figure>figcaption>a{padding-right:48px!important}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>.active>a{padding-left:44px!important}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar li>figure ul>li>figure ul>.active>a{padding-right:44px!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer{position:relative;z-index:1}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer{background-color:#242728!important}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before{content:"";width:60%;height:1px;display:block}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar .footer:before{background:rgba(0,0,0,.1);margin:0 auto}:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter,:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar #filter:focus{display:none}[dir]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transition-duration:.2s}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(90deg)}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact #ta-left-sidebar a[aria-expanded=true] .chevron{transform:rotate(-90deg)}[dir]:root[data-theme=darkmode] html:not(.fontawesome-i2svg-complete) #left-nav ul.menu-admin>li>.item-label{background-color:#f8f9fa!important}:root[data-theme=darkmode] .leftbar-compactor{display:block;width:48px;height:50px;color:#b5afa6;font-size:20px;display:block}[dir]:root[data-theme=darkmode] .leftbar-compactor{padding:10px;border:none;background-color:transparent;cursor:pointer;transition-duration:.2s;transform:scale(2,1)}[dir=ltr]:root[data-theme=darkmode] .leftbar-compactor{float:right}[dir=rtl]:root[data-theme=darkmode] .leftbar-compactor{float:left}:root[data-theme=darkmode] .leftbar-compactor:focus{outline:0}:root[data-theme=darkmode] .leftbar-compactor:hover{color:#0078d4;color:var(#0078d4)}[dir]:root[data-theme=darkmode] .leftbar-compactor:hover{text-shadow:0 0 4px rgba(0,120,212,.5)}:root[data-theme=darkmode] .leftbar-compactor:before{content:"\0027EA"}[dir]:root[data-theme=darkmode] .left-sidebar-compact .leftbar-compactor{transition-duration:.2s;transform:scale(-2,1)}:root[data-theme=darkmode] .preload *{-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important}[dir]:root[data-theme=darkmode] .preload *{-webkit-transition:none!important}[dir]:root[data-theme=darkmode] body{margin-bottom:40px;cursor:default}[dir]:root[data-theme=darkmode] .cursor-move{cursor:move}[dir]:root[data-theme=darkmode] .cursor-pointer{cursor:pointer}:root[data-theme=darkmode] [dir=rtl] .dropdown-menu{left:auto!important;right:0!important;transform:translate3d(0,38px,0)!important}:root[data-theme=darkmode] .dropdown-menu.scrollable{overflow-y:auto;max-height:250px}[dir]:root[data-theme=darkmode] .ta-content{padding:15px;margin-top:52px;margin-bottom:40px}[dir=ltr]:root[data-theme=darkmode] .ta-content{margin-left:260px;transition:margin-left .2s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .ta-content{margin-right:260px;transition:margin-right .2s ease-in-out}:root[data-theme=darkmode] .ta-content h1{line-height:40px;font-size:28px;letter-spacing:-.04em;font-weight:700}[dir=ltr]:root[data-theme=darkmode] .left-sidebar-compact .ta-content{margin-left:48px}[dir=rtl]:root[data-theme=darkmode] .left-sidebar-compact .ta-content{margin-right:48px}@media (max-width:767.98px){[dir=ltr]:root[data-theme=darkmode] .ta-content{margin-left:48px;transition:margin-left .5s ease-in-out}[dir=rtl]:root[data-theme=darkmode] .ta-content{margin-right:48px;transition:margin-right .5s ease-in-out}}:root[data-theme=darkmode] .auth-wrapper{width:100%;max-width:800px}[dir]:root[data-theme=darkmode] .auth-wrapper{margin:auto}:root[data-theme=darkmode] .ui-sortable{min-height:1rem}[dir]:root[data-theme=darkmode] .with-checkbox .list-group-item{padding:.75rem .5rem}[dir]:root[data-theme=darkmode] .disable.custom-control-input:checked~.custom-control-label::before{border-color:red;background-color:red}:root[data-theme=darkmode] .action-bar{top:3.3rem;z-index:1000}[dir]:root[data-theme=darkmode] .list-group-item+.list-group-item{border-top-width:0}:root[data-theme=darkmode] svg{vertical-align:-.125em}[dir]:root[data-theme=darkmode] .bg-primary{background-color:#1b1e1f!important}[dir]:root[data-theme=darkmode] #mediaApp{background-color:#181a1b}:root[data-theme=darkmode] .blockquote-footer{color:#888}:root[data-theme=darkmode] .trumbowyg-fullscreen .trumbowyg-editor{color:#000}[dir]:root[data-theme=darkmode] .table-primary,[dir]:root[data-theme=darkmode] .table-primary>td,[dir]:root[data-theme=darkmode] .table-primary>th{background-color:#007bff}[dir]:root[data-theme=darkmode] .table-secondary,[dir]:root[data-theme=darkmode] .table-secondary>td,[dir]:root[data-theme=darkmode] .table-secondary>th{background-color:#6c757d}[dir]:root[data-theme=darkmode] .table-light,[dir]:root[data-theme=darkmode] .table-light>td,[dir]:root[data-theme=darkmode] .table-light>th{background-color:#dee2e6}[dir]:root[data-theme=darkmode] .table-dark,[dir]:root[data-theme=darkmode] .table-dark>td,[dir]:root[data-theme=darkmode] .table-dark>th{background-color:#181a1b}[dir]:root[data-theme=darkmode] .table-success,[dir]:root[data-theme=darkmode] .table-success>td,[dir]:root[data-theme=darkmode] .table-success>th{background-color:#28a745}[dir]:root[data-theme=darkmode] .table-info,[dir]:root[data-theme=darkmode] .table-info>td,[dir]:root[data-theme=darkmode] .table-info>th{background-color:#3498db}[dir]:root[data-theme=darkmode] .table-danger,[dir]:root[data-theme=darkmode] .table-danger>td,[dir]:root[data-theme=darkmode] .table-danger>th{background-color:#dc3545}[dir]:root[data-theme=darkmode] .table-warning,[dir]:root[data-theme=darkmode] .table-warning>td,[dir]:root[data-theme=darkmode] .table-warning>th{background-color:#f39c12}[dir]:root[data-theme=darkmode] .table-active,[dir]:root[data-theme=darkmode] .table-active>td,[dir]:root[data-theme=darkmode] .table-active>th{background-color:rgba(0,0,0,.075)}[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-primary:hover>th{background-color:#006fe6}[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-secondary:hover>th{background-color:#60686f}[dir]:root[data-theme=darkmode] .table-hover .table-light:hover,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-light:hover>th{background-color:#cfd5db}[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-dark:hover>th{background-color:#0c0d0e}[dir]:root[data-theme=darkmode] .table-hover .table-success:hover,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-success:hover>th{background-color:#23923d}[dir]:root[data-theme=darkmode] .table-hover .table-info:hover,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-info:hover>th{background-color:#258cd1}[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-danger:hover>th{background-color:#d32535}[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-warning:hover>th{background-color:#e08e0b}[dir]:root[data-theme=darkmode] .table-hover .table-active:hover,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>td,[dir]:root[data-theme=darkmode] .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}:root[data-theme=darkmode] .hint{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}:root[data-theme=darkmode] .dashed.hint::before,:root[data-theme=darkmode] .hint.dashed::before,:root[data-theme=darkmode] .text-muted.dashed::before{content:'\2014\00a0'}[dir]:root[data-theme=darkmode] .validation-summary-errors{padding-bottom:0}:root[data-theme=darkmode] .inline-form{display:inline}:root[data-theme=darkmode] .code,:root[data-theme=darkmode] .form-control.code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:87.5%;color:inherit}[dir]:root[data-theme=darkmode] .code,[dir]:root[data-theme=darkmode] .form-control.code{padding:.2rem .4rem;border-radius:.25rem}:root[data-theme=darkmode] .label-link{font-size:12px}[dir=ltr]:root[data-theme=darkmode] .label-link{float:right}[dir=rtl]:root[data-theme=darkmode] .label-link{float:left}:root[data-theme=darkmode] label .field-validation-error::before{content:"- "}:root[data-theme=darkmode] .field-validation-valid{display:none}:root[data-theme=darkmode] select[multiple]{min-height:300px}:root[data-theme=darkmode] input[type=password]::-ms-clear,:root[data-theme=darkmode] input[type=password]::-ms-reveal{display:none}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=ltr]:root[data-theme=darkmode] .has-search .form-control{padding-left:2rem}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=rtl]:root[data-theme=darkmode] .has-search .form-control{padding-right:2rem}:root[data-theme=darkmode] .has-filter .form-control-feedback,:root[data-theme=darkmode] .has-search .form-control-feedback{position:absolute;z-index:4;display:block;width:1rem;height:2rem;line-height:1rem;pointer-events:none;color:#aaa}[dir]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir]:root[data-theme=darkmode] .has-search .form-control-feedback{text-align:center}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=ltr]:root[data-theme=darkmode] .has-search .form-control-feedback{left:10px}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback,[dir=rtl]:root[data-theme=darkmode] .has-search .form-control-feedback{right:10px}[dir=ltr]:root[data-theme=darkmode] .has-search .form-control-feedback{left:10px}[dir=rtl]:root[data-theme=darkmode] .has-search .form-control-feedback{right:10px}[dir=ltr]:root[data-theme=darkmode] .has-filter .form-control-feedback{left:70px}[dir=rtl]:root[data-theme=darkmode] .has-filter .form-control-feedback{right:70px}:root[data-theme=darkmode] .input-group-addon{color:#fff}:root[data-theme=darkmode] .breadcrumb a{color:#fff}:root[data-theme=darkmode] .pagination a:hover,:root[data-theme=darkmode] ul.pager a:hover{text-decoration:none}:root[data-theme=darkmode] .close{opacity:.4}:root[data-theme=darkmode] .close:focus,:root[data-theme=darkmode] .close:hover{opacity:1}[dir]:root[data-theme=darkmode] .alert-$success{background-color:#28a745}:root[data-theme=darkmode] .list-group-item-action{color:#fff}:root[data-theme=darkmode] .list-group-item-action:focus,:root[data-theme=darkmode] .list-group-item-action:hover{color:#fff}[dir]:root[data-theme=darkmode] .list-group-item-action:focus,[dir]:root[data-theme=darkmode] .list-group-item-action:hover{background-color:rgba(140,130,115,.13)}:root[data-theme=darkmode] .list-group-item-action .list-group-item-heading{color:#fff} From 693de821e1ec84b44b787c2026a714336ab7bfb3 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Mon, 21 Dec 2020 18:41:20 +0100 Subject: [PATCH 02/51] CodeMirror 5.59 (#8110) --- .../OrchardCore.Resources/ResourceManifest.cs | 113 ++++++++++-------- .../OrchardCore.Resources/package.json | 2 +- .../reference/modules/Resources/README.md | 4 +- src/docs/resources/libraries/README.md | 2 +- 4 files changed, 64 insertions(+), 57 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/ResourceManifest.cs b/src/OrchardCore.Modules/OrchardCore.Resources/ResourceManifest.cs index cd7437a9bb3..46aad491bde 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/ResourceManifest.cs +++ b/src/OrchardCore.Modules/OrchardCore.Resources/ResourceManifest.cs @@ -4,6 +4,13 @@ namespace OrchardCore.Resources { public class ResourceManifest : IResourceManifestProvider { + // CDNs + private const string jsDelivrUrl = "https://cdnjs.cloudflare.com/ajax/libs/"; + // Versions + private const string codeMirrorVersion = "5.59.0"; + // URLs + private const string codeMirrorUrl = jsDelivrUrl + "codemirror@" + codeMirrorVersion + "/"; + public void BuildManifests(IResourceManifestBuilder builder) { var manifest = builder.Add(); @@ -135,122 +142,122 @@ public void BuildManifests(IResourceManifestBuilder builder) manifest .DefineStyle("codemirror") .SetUrl("~/OrchardCore.Resources/Styles/codemirror/codemirror.min.css", "~/OrchardCore.Resources/Styles/codemirror/codemirror.css") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/codemirror.min.css", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/codemirror.css") - .SetCdnIntegrity("sha384-K/FfhVUneW5TdId1iTRDHsOHhLGHoJekcX6UThyJhMRctwRxlL3XmSnTeWX2k3Qe", "sha384-KsbK45E17r4hdzdJB8hf/poBTYi0oDktKdCAyP67Uc9lE9Amf83NF+Vf6VJZ6mRK") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "lib/codemirror.min.css", codeMirrorUrl + "lib/codemirror.css") + .SetCdnIntegrity("sha384-h3l8qwg0s18FbBn7yQprJyfhea0JR5bHVKUADDjGVW6JmV82nU0BqqJUBLSefoXq", "sha384-me3GYw39+VnACscdDXhP/b1IARe/OQVQhFGmJaZpMi9PappkEGC93cl+iVBotdjX") + .SetVersion(codeMirrorVersion); + + manifest + .DefineScript("codemirror") + .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/codemirror.min.js", "~/OrchardCore.Resources/Scripts/codemirror/codemirror.js") + .SetCdn(codeMirrorUrl + "codemirror.min.js", codeMirrorUrl + "codemirror.js") + .SetCdnIntegrity("sha384-geaVDJfYxAAEM+WjtPT8vRlokdXA7vrGtq2W6vPpDWEaYUT1v0pIaLiH0vfuB4Qc", "sha384-Qe4dp0Ge4hHQeRFyd4jlDr5mU5s9WYkeEvU0fANhRhuGmtB5YEr9ACwxqbt8R2Un") + .SetVersion(codeMirrorVersion); manifest .DefineStyle("codemirror-addon-display-fullscreen") .SetUrl("~/OrchardCore.Resources/Styles/codemirror/addon/display/fullscreen.css", "~/OrchardCore.Resources/Styles/codemirror/addon/display/fullscreen.css") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/fullscreen.min.css", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/fullscreen.css") + .SetCdn(codeMirrorUrl + "addon/display/fullscreen.min.css", codeMirrorUrl + "addon/display/fullscreen.css") .SetCdnIntegrity("sha384-uuIczW2AGKADJpvg6YiNBJQWE7duDkgQDkndYEsbUGaLm8SPJZzlly6hcEo0aTlW", "sha384-+glu1jsbG+T5ocmkeMvIYh5w07IXKxmJZaCdkNbVfpEr3xi+M0gopFSR/oLKXxio") - .SetVersion("5.58.3"); + .SetVersion(codeMirrorVersion); manifest .DefineStyle("codemirror-addon-hint-show-hint") .SetUrl("~/OrchardCore.Resources/Styles/codemirror/addon/hint/show-hint.min.css", "~/OrchardCore.Resources/Styles/codemirror/addon/hint/show-hint.css") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/show-hint.min.css", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/show-hint.css") - .SetCdnIntegrity("sha384-qqTWkykzuDLx4yDYa7bVrwNwBHuqVvklDUMVaU4eezgNUEgGbP8Zv6i3u8OmtuWg", "sha384-ZZbLvEvLoXKrHo3Tkh7W8amMgoHFkDzWe8IAm1ZgxsG5y35H+fJCVMWwr0YBAEGA") - .SetVersion("5.58.3"); - - manifest - .DefineScript("codemirror") - .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/codemirror.min.js", "~/OrchardCore.Resources/Scripts/codemirror/codemirror.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/codemirror.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/codemirror.js") - .SetCdnIntegrity("sha384-uks0nMoRkT8WwpywIUcNKlO16uFTU4UPpGB2zospGKtJMaiI+KP8702KeC1kn8rp", "sha384-NyJakIuE4LHW6MwgEh5hw2/bN57graOHnieilcjUFoya2y7vndvs9AqCcV0p97NG") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/hint/show-hint.min.css", codeMirrorUrl + "addon/hint/show-hint.css") + .SetCdnIntegrity("sha384-6WPQ0Et1pejdxD4Wo5iMLAbHevsy831YEIHf89b0w5XEfsp1ZdugT38rRfdnSkTj", "sha384-ZZbLvEvLoXKrHo3Tkh7W8amMgoHFkDzWe8IAm1ZgxsG5y35H+fJCVMWwr0YBAEGA") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-selection-active-line") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/selection/active-line.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/selection/active-line.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/selection/active-line.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/selection/active-line.min.js") - .SetCdnIntegrity("sha384-G0dW669yzC7wSAJf0Tqu4PyeHKXY0vAX9xZtaTPnK/+EHjtucblXS/5GHR55j1mx", "sha384-kKz13r+qZMgTNgXROGNHQ0/0/J1FtvIvRZ9yjOHo1YLUCd+KF8r9R+su/B+f6C0U") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/selection/active-line.min.js", codeMirrorUrl + "addon/selection/active-line.min.js") + .SetCdnIntegrity("sha384-ltcHPDzeKabhtrWLWOso039GpBKMW42wZOfLibeT1gyguorS6LhR3/tjOdTG5qm4", "sha384-kKz13r+qZMgTNgXROGNHQ0/0/J1FtvIvRZ9yjOHo1YLUCd+KF8r9R+su/B+f6C0U") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-display-autorefresh") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/display/autorefresh.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/display/autorefresh.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/autorefresh.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/autorefresh.js") - .SetCdnIntegrity("sha384-pn83o6MtS8kicn/sV6AhRaBqXQ5tau8NzA2ovcobkcc1uRFP7D8CMhRx231QwKST", "sha384-5wrQkkCzj5dJInF+DDDYjE1itTGaIxO+TL6gMZ2eZBo9OyWLczkjolFX8kixX/9X") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/display/autorefresh.min.js", codeMirrorUrl + "addon/display/autorefresh.js") + .SetCdnIntegrity("sha384-NBTrjfZEptRZhiWm8iJETqVVYWVH0FT+BmOC3QQEnUGmZaBqryyGb6wr4n98Q0S+", "sha384-5wrQkkCzj5dJInF+DDDYjE1itTGaIxO+TL6gMZ2eZBo9OyWLczkjolFX8kixX/9X") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-display-fullscreen") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/display/fullscreen.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/display/fullscreen.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/fullscreen.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/display/fullscreen.js") - .SetCdnIntegrity("sha384-qil8cFChCcgm3fcgrSoH5bIB8zsvXmTGGBsXCnLx/UtuR3EPgibCqHxUIOb7JOII", "sha384-kuwHYEheDAp0NlPye2VXyxJ6J54CeVky9tH+e0mn6/gP4PJ50MF4FGKkrGAxIyCW") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/display/fullscreen.min.js", codeMirrorUrl + "addon/display/fullscreen.js") + .SetCdnIntegrity("sha384-a8HUP5qgFf7gCxS+2A7NqHEoL1HSyBJPPEIaT6v8q+DIQBd/PyWXHinhoucUzLVQ", "sha384-kuwHYEheDAp0NlPye2VXyxJ6J54CeVky9tH+e0mn6/gP4PJ50MF4FGKkrGAxIyCW") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-edit-closetag") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/edit/closetag.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/display/fullscreen.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/edit/closetag.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/edit/closetag.js") - .SetCdnIntegrity("sha384-+8xRXHK/qcF8gxy6r20xGjerV44f1sY4e+nuzXtJ31c2f6jTG4ZEXlkaArUYyAL1", "sha384-jR3Qxv7tHnv4TLLymC5s7Tl3aQGWNayqUHHBNxnnA/NjIyewLGSmNPQuDcMxnPKY") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/edit/closetag.min.js", codeMirrorUrl + "addon/edit/closetag.js") + .SetCdnIntegrity("sha384-GmzWefDpo9oYhOLBBYaxr20AN/y5eLPDApkPnlqlVo7WHTxEe+ZCJi2MywalxT4B", "sha384-jR3Qxv7tHnv4TLLymC5s7Tl3aQGWNayqUHHBNxnnA/NjIyewLGSmNPQuDcMxnPKY") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-hint-show-hint") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/hint/show-hint.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/hint/show-hint.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/show-hint.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/show-hint.js") + .SetCdn(codeMirrorUrl + "addon/hint/show-hint.min.js", codeMirrorUrl + "addon/hint/show-hint.js") .SetCdnIntegrity("sha384-qGi6kqccz6wLDsteKUipfWax8rb1T3MGBjHGrgCS1fTMw2x/z4vF5v/tUI6FojNB", "sha384-VIjTLfyf8TDATLORaNeFgbAzeAy9ZbmWEkjdQhJc5JyrdrnBbiTrixhYCizHe7vL") - .SetVersion("5.58.3"); + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-hint-sql-hint") .SetDependencies("codemirror-addon-hint-show-hint") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/hint/sql-hint.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/hint/sql-hint.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/sql-hint.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/hint/sql-hint.js") - .SetCdnIntegrity("sha384-Np7YQViP3xBH20IYBUnj3atcXkXuBGHMsY9SHzxnREu7PRVWPzKZnyFtdrH1h+Fc", "sha384-sylDqzE6QFcRjCDnNQFeip9hZD++kTO6219Fv77pevPXS2/U3fEkuRbU4u1D07RR") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/hint/sql-hint.min.js", codeMirrorUrl + "addon/hint/sql-hint.js") + .SetCdnIntegrity("sha384-jzBqyNLLcJ6q5yPvDDsAvalRlvigz7kV6Zi7uJ7p9KMz2qMNKQojEVmxjuD6TGge", "sha384-CWV9H0BqWpAc3P54hnDdDdzwXIZQn03V/Cn1mJIp/EMWDqHKuMtFNeY9LHpI1VIQ") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-mode-multiplex") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/mode/multiplex.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/mode/multiplex.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/mode/multiplex.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/mode/multiplex.js") - .SetCdnIntegrity("sha384-62599z2kSOUJpEA2ogaE3I99AWZuwNzidYPEKRJkgprrKM/mMvmf3J8IJHZvMMel", "sha384-xF886YuXgjqY02JjHuoV+B+SZYB4DYq7YUniuin/yCqJdxYpXomTlOfmiSoSNpwQ") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/mode/multiplex.min.js", codeMirrorUrl + "addon/mode/multiplex.js") + .SetCdnIntegrity("sha384-WvAaxIYSi0+NgUpyxZxXCfbheBffaJx8hvDHduVumetfTHt1pyqsbTrIp68BXJf4", "sha384-xF886YuXgjqY02JjHuoV+B+SZYB4DYq7YUniuin/yCqJdxYpXomTlOfmiSoSNpwQ") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-addon-mode-simple") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/addon/mode/simple.min.js", "~/OrchardCore.Resources/Scripts/codemirror/addon/mode/simple.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/mode/simple.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/addon/mode/simple.js") - .SetCdnIntegrity("sha384-DwJ8HE9eQ6wimNkak2x98j7TqKi8dM55tXAf5QUrldyx53qlhY/eNuFhVoYxCbet", "sha384-ntjFEzI50GYBTbLGaOVgBt97cxp74jfCqMDmZYlGWk8ZZp2leFMJYOp85T3tOeG9") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "addon/mode/simple.min.js", codeMirrorUrl + "addon/mode/simple.js") + .SetCdnIntegrity("sha384-Bhk/hy0Jz0p0vhqtgnyaZWiKqV6B/39GQr66f8wQUi8wwNP4nYwkCLNVQpqfR0AV", "sha384-ntjFEzI50GYBTbLGaOVgBt97cxp74jfCqMDmZYlGWk8ZZp2leFMJYOp85T3tOeG9") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-mode-css") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/mode/css/css.min.js", "~/OrchardCore.Resources/Scripts/codemirror/mode/css/css.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/css/css.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/css/css.js") - .SetCdnIntegrity("sha384-xam0adgr6FMJqD/SRp6+KQkPHHdUXkjUSwoQKFjBI3tfg8AZnvURryT9vpZNsEi7", "sha384-iLRwl/wmrsnZGJIhA5VE7Nn7HrI/QsDdjB4GCqKnZ82i+jVHqaCSXw2GeuA6a7P+") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "mode/css/css.min.js", codeMirrorUrl + "mode/css/css.js") + .SetCdnIntegrity("sha384-RRQkcW3+aB8IG7IfJXXuvpnp+zzjpP5HT2A5X6OCfoZY34MiL5n7xO8XPlza0KgD", "sha384-iLRwl/wmrsnZGJIhA5VE7Nn7HrI/QsDdjB4GCqKnZ82i+jVHqaCSXw2GeuA6a7P+") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-mode-htmlmixed") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/mode/htmlmixed/htmlmixed.min.js", "~/OrchardCore.Resources/Scripts/codemirror/mode/htmlmixed/htmlmixed.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/htmlmixed/htmlmixed.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/htmlmixed/htmlmixed.js") - .SetCdnIntegrity("sha384-C4oV1iL5nO+MmIRm+JoD2sZ03wIafv758LRO92kyg7AFvpvn8oQAra4g3mrw5+53", "sha384-vM5dpc39AxwLWe2WC/4ZNAw81WDwmu5CoPw9uw7XfDMLtUKrHFEsz4ofeaRWVIEP") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "mode/htmlmixed/htmlmixed.min.js", codeMirrorUrl + "mode/htmlmixed/htmlmixed.js") + .SetCdnIntegrity("sha384-4akYRGS08BCmZf+RlSzKG2OsaJUcXX1Nh8ZZtPQL2TMbhG/67YC1orG3MPoFEV/y", "sha384-vM5dpc39AxwLWe2WC/4ZNAw81WDwmu5CoPw9uw7XfDMLtUKrHFEsz4ofeaRWVIEP") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-mode-javascript") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/mode/javascript/javascript.min.js", "~/OrchardCore.Resources/Scripts/codemirror/mode/javascript/javascript.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/javascript/javascript.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/javascript/javascript.js") - .SetCdnIntegrity("sha384-LIrl5HgYLixDV3Yc0YBiX5TpIKGDq0VABp8s8DDQcIyP3VqD6bGXPTn8oSSOlGUP", "sha384-l4fL5/M9Oe8T0hXjgtGlHME3GbUgm2F6Px1qS+pktwUCTvTvbpX4eZ22PhvxZ2U4") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "mode/javascript/javascript.min.js", codeMirrorUrl + "mode/javascript/javascript.js") + .SetCdnIntegrity("sha384-iNxcerSwr8AT+oLZ7r2NJPD3vBOktMWGRF4BWXzBsNd2v42YvoMHiC9Lar1pCUwZ", "sha384-F0vjx9V4PMxZrDjn4GxLQ4101kEF5Lvey5J+99uF+MgRaDMtNGOVIbJn8wIQ6bqH") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-mode-sql") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/mode/sql/sql.min.js", "~/OrchardCore.Resources/Scripts/codemirror/mode/sql/sql.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/sql/sql.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/sql/sql.js") - .SetCdnIntegrity("sha384-R/EseJ9K8upM24CMC5UbZ03xYCG9SptskWf+QvyFIoC4ParXH0I2ejVzjcDLJ+I3", "sha384-D+uYw7olvmCEyME9PHzGRne1Sh8+XTk84/JZinlhDTutXBH45AdThw4uLAAt4vIm") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "mode/sql/sql.min.js", codeMirrorUrl + "mode/sql/sql.js") + .SetCdnIntegrity("sha384-Yrd0cLaV+YsVyGE8r228/0b6Lkr9NSwYwAEov/Dxt5NhHAEb1b0IRUjgJNiJAtBE", "sha384-D+uYw7olvmCEyME9PHzGRne1Sh8+XTk84/JZinlhDTutXBH45AdThw4uLAAt4vIm") + .SetVersion(codeMirrorVersion); manifest .DefineScript("codemirror-mode-xml") .SetUrl("~/OrchardCore.Resources/Scripts/codemirror/mode/xml/xml.min.js", "~/OrchardCore.Resources/Scripts/codemirror/mode/xml/xml.js") - .SetCdn("https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/xml/xml.min.js", "https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.58.3/mode/xml/xml.js") - .SetCdnIntegrity("sha384-Fohp26Rl1xXN67RS6nTZ+s+DEgvUoMZGBTzPuAwW/tjDMtaL27W3b4Irtxtf9KPw", "sha384-EwUMa7GJX1216cyeag/TZuBXBbWL5EChhsbXe5A71TD2H9TDEq9n6FL2haWqk+im") - .SetVersion("5.58.3"); + .SetCdn(codeMirrorUrl + "mode/xml/xml.min.js", codeMirrorUrl + "mode/xml/xml.js") + .SetCdnIntegrity("sha384-wurFCCBbIrLPSPi+hTuH4O0NuB5oDVqb553r3TVPS49DYV8/dkjWAgKNOPKDfcrL", "sha384-EwUMa7GJX1216cyeag/TZuBXBbWL5EChhsbXe5A71TD2H9TDEq9n6FL2haWqk+im") + .SetVersion(codeMirrorVersion); manifest .DefineStyle("font-awesome") diff --git a/src/OrchardCore.Modules/OrchardCore.Resources/package.json b/src/OrchardCore.Modules/OrchardCore.Resources/package.json index 4aad9506dbb..14382c3663b 100644 --- a/src/OrchardCore.Modules/OrchardCore.Resources/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Resources/package.json @@ -7,7 +7,7 @@ "bootstrap-scss": "4.5.3", "bootstrap-select": "1.13.18", "bootstrap-slider": "11.0.2", - "codemirror": "5.58.3", + "codemirror": "5.59.0", "jquery": "3.5.1", "jquery-resizable-dom": "0.35.0", "jquery.easing": "1.4.1", diff --git a/src/docs/reference/modules/Resources/README.md b/src/docs/reference/modules/Resources/README.md index 2ac07b71f01..5bcec631e4a 100644 --- a/src/docs/reference/modules/Resources/README.md +++ b/src/docs/reference/modules/Resources/README.md @@ -58,8 +58,8 @@ The `OrchardCore.Resources` module provides some commonly used ones: | bootstrap-select | Style | 1.13.18 | - | | bootstrap-slider | Script | 11.0.2 | - | | bootstrap-slider | Style | 11.0.2 | - | -| codemirror | Script | 5.58.3 | - | -| codemirror | Style | 5.58.3 | - | +| codemirror | Script | 5.59.0 | - | +| codemirror | Style | 5.59.0 | - | | font-awesome | Style | 4.7.0, 5.15.1 | - | | font-awesome | Script | 5.15.1 | - | | font-awesome-v4-shims | Script | 5.15.1 | - | diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 355ace06142..db210085eb6 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -34,7 +34,7 @@ The below table lists the different libraries used as Resources: | [Bootstrap](https://github.com/twbs/bootstrap) | HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web. | 4.5.3 | [MIT](https://github.com/twbs/bootstrap/blob/main/LICENSE) | | [bootstrap-select](https://github.com/snapappointments/bootstrap-select) | jQuery plugin for select elements. | 1.3.18 | [MIT](https://github.com/snapappointments/bootstrap-select/blob/v1.14-dev/LICENSE) | | [bootstrap-slider](https://github.com/seiyria/bootstrap-slider) | Slider control for Bootstrap. | 11.0.2 | [MIT](https://github.com/seiyria/bootstrap-slider/blob/master/LICENSE.md) | -| [Code Mirror](https://github.com/codemirror/CodeMirror) | In-browser code editor. | 5.58.3 | [MIT](https://github.com/codemirror/CodeMirror/blob/master/LICENSE) | +| [Code Mirror](https://github.com/codemirror/CodeMirror) | In-browser code editor. | 5.59.0 | [MIT](https://github.com/codemirror/CodeMirror/blob/master/LICENSE) | | [Font Awesome](https://github.com/FortAwesome/Font-Awesome) | The iconic SVG, font, and CSS toolkit. | 5.15.1 | [Font Awesome Free License](https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt) | | [jQuery](https://github.com/jquery/jquery) | jQuery JavaScript Library. | 3.5.0 | [MIT](https://github.com/jquery/jquery/blob/master/LICENSE.txt) | | [jquery-resizable-dom](https://github.com/RickStrahl/jquery-resizable) | jQuery plug-in to make DOM components resizable. | 0.35.0 | [MIT](https://github.com/RickStrahl/jquery-resizable/blob/master/LICENSE.md) | From 52fd386d6d21efd377708f67daa59f0725902a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20W=C3=B3jcik?= Date: Tue, 22 Dec 2020 11:26:39 +0100 Subject: [PATCH 03/51] Forms: Support LocalRedirectResult (#8112) --- .../OrchardCore.Forms/Filters/ExportModelStateAttribute.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OrchardCore.Modules/OrchardCore.Forms/Filters/ExportModelStateAttribute.cs b/src/OrchardCore.Modules/OrchardCore.Forms/Filters/ExportModelStateAttribute.cs index cc0be8624bd..612f0b576ec 100644 --- a/src/OrchardCore.Modules/OrchardCore.Forms/Filters/ExportModelStateAttribute.cs +++ b/src/OrchardCore.Modules/OrchardCore.Forms/Filters/ExportModelStateAttribute.cs @@ -31,6 +31,7 @@ private bool IsRedirect(ActionExecutedContext context) result is RedirectResult || result is RedirectToRouteResult || result is RedirectToActionResult || + result is LocalRedirectResult || statusCode == (int)HttpStatusCode.Redirect || statusCode == (int)HttpStatusCode.TemporaryRedirect; } From adc95a486ac0733af8759311c4362929790d54f3 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Tue, 22 Dec 2020 16:05:02 +0100 Subject: [PATCH 04/51] mkdocs-material 6.2.2 --- src/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/requirements.txt b/src/docs/requirements.txt index 0caceb2a8e2..3ec6d271667 100644 --- a/src/docs/requirements.txt +++ b/src/docs/requirements.txt @@ -1,5 +1,5 @@ mkdocs>=1.1.2 -mkdocs-material>=6.1.7 +mkdocs-material>=6.2.2 mkdocs-git-authors-plugin>=0.3.2 mkdocs-git-revision-date-localized-plugin>=0.7.2 pymdown-extensions>=8.0.1 From ebd24722d30d1d9f48422be73c3ae8a3c50766a9 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Tue, 22 Dec 2020 23:43:00 +0100 Subject: [PATCH 05/51] Revert "Cont type badges (#8040)" This reverts commit 0714ebf084c19725d0f19bc8298ff27ff4d1df9f. --- .../Views/Admin/Edit.cshtml | 22 ++-- .../Views/Admin/EditPart.cshtml | 14 +-- .../Views/ContentTypeSettings.Edit.cshtml | 102 ++++++------------ .../Views/FullTextAspectSettings.Edit.cshtml | 53 ++++----- .../Views/PlacementSettings.cshtml | 2 +- .../Views/TemplateSettings.cshtml | 2 +- .../Views/WorkflowType/Edit.cshtml | 2 +- 7 files changed, 75 insertions(+), 122 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml index 45af35bc057..1f802e8634f 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml @@ -29,6 +29,13 @@ + @if (Model.Editor.Shortcuts != null) + { +
+ @await DisplayAsync(Model.Editor.Shortcuts) +
+ } + @await DisplayAsync(Model.Editor)
@@ -46,14 +53,6 @@ @T["Remove"]
@field.DisplayName() @field.FieldDefinition.Name.CamelFriendly() - @if (!string.IsNullOrEmpty(field.DisplayMode())) - { - @field.DisplayMode() - } - @if (!string.IsNullOrEmpty(field.Editor())) - { - @field.Editor() - } @@ -101,13 +100,6 @@ @T["Add Parts"] @T["Add Named Part"] - - @if (Model.Editor.Shortcuts != null) - { -
- @await DisplayAsync(Model.Editor.Shortcuts) -
- }
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/EditPart.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/EditPart.cshtml index 8bb3784ac15..d9126dad226 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/EditPart.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/EditPart.cshtml @@ -22,6 +22,13 @@ @T["Technical name of the part."]
+ @if (Model.Editor.Shortcuts != null) + { +
+ @await DisplayAsync(Model.Editor.Shortcuts) +
+ } + @await DisplayAsync(Model.Editor)
@@ -49,13 +56,6 @@ - - @if (Model.Editor.Shortcuts != null) - { -
- @await DisplayAsync(Model.Editor.Shortcuts) -
- }
diff --git a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/ContentTypeSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/ContentTypeSettings.Edit.cshtml index 8c2c7a728be..d5af6458970 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/ContentTypeSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/ContentTypeSettings.Edit.cshtml @@ -1,81 +1,49 @@ @model ContentTypeSettingsViewModel -

- - @if (Model.Creatable) - { - @T["Creatable"] - } - @if (Model.Listable) - { - @T["Listable"] - } - @if (Model.Draftable) - { - @T["Draftable"] - } - @if (Model.Versionable) - { - @T["Versionable"] - } - @if (Model.Securable) - { - @T["Securable"] - } - @if (!string.IsNullOrEmpty(Model.Stereotype)) - { - @Model.Stereotype - } -

- -
-
-
- - - @T["Determines if an instance of this content type can be created through the UI."] -
+
+
+ + + @T["Determines if an instance of this content type can be created through the UI."]
+
-
-
- - - @T["Determines if an instance of this content type can be listed through the UI."] -
+
+
+ + + @T["Determines if an instance of this content type can be listed through the UI."]
+
-
-
- - - @T["Determines if this content type supports draft versions."] -
+
+
+ + + @T["Determines if this content type supports draft versions."]
+
-
-
- - - @T["Determines if this content type supports versioning."] -
+
+
+ + + @T["Determines if this content type supports versioning."]
+
-
-
- - - @T["Determines if this content type can have custom permissions."] -
+
+
+ + + @T["Determines if this content type can have custom permissions."]
+
-
-
- - -
- @T["(Optional) The stereotype of the content type. e.g., Widget, MenuItem, ..."] +
+
+ +
+ @T["(Optional) The stereotype of the content type. e.g., Widget, MenuItem, ..."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Contents/Views/FullTextAspectSettings.Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Contents/Views/FullTextAspectSettings.Edit.cshtml index 9d2dbe5ffbe..c6cfb01f617 100644 --- a/src/OrchardCore.Modules/OrchardCore.Contents/Views/FullTextAspectSettings.Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Contents/Views/FullTextAspectSettings.Edit.cshtml @@ -10,40 +10,33 @@ -

- -

-
-

@T["Full-text"]

- @T["The full-text content is used in search queries to find content items from free-text searches."] +

@T["Full-text"]

+@T["The full-text content is used in search queries to find content items from free-text searches."] -
-
- - - @T["Check to include the display text in the full-text content."] -
+
+
+ + + @T["Check to include the display text in the full-text content."] +
-
- - - @T["Check to include the body parts content in the full-text content."] -
+
+ + + @T["Check to include the body parts content in the full-text content."] +
-
- - - @T["Check to define a custom Liquid template generating some text to include in the full-text content."] -
+
+ + + @T["Check to define a custom Liquid template generating some text to include in the full-text content."] +
-
-
-
- - @T["Tip: Include custom fields like {{{{ Model.Content.Article.Summary.Text }}}}."] -
+
+
+
+ + @T["Tip: Include custom fields like {{{{ Model.Content.Article.Summary.Text }}}}."]
diff --git a/src/OrchardCore.Modules/OrchardCore.Placements/Views/PlacementSettings.cshtml b/src/OrchardCore.Modules/OrchardCore.Placements/Views/PlacementSettings.cshtml index d9f5dba0238..0bb633d996f 100644 --- a/src/OrchardCore.Modules/OrchardCore.Placements/Views/PlacementSettings.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Placements/Views/PlacementSettings.cshtml @@ -1,7 +1,7 @@ @model OrchardCore.Placements.ViewModels.ContentSettingsViewModel
-
From 7a95d8ae315f4a2aa7e34aae9df62148c87573b3 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Wed, 23 Dec 2020 13:33:58 +0100 Subject: [PATCH 06/51] Azure Blobs storage 1.2 (#8050) --- src/OrchardCore.Build/Dependencies.props | 2 +- src/docs/resources/libraries/README.md | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index a6eb675c3c6..b5e108ff345 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -10,7 +10,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index db210085eb6..844a7095109 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -4,26 +4,27 @@ The below table lists the different .NET libraries used in Orchard Core: | Library | Usage | Version | License | |--- | --- | --- | --- | -| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0 License](https://github.com/castleproject/Core/blob/master/LICENSE) | +| [Azure Storage Blob for DataProtection](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.2.0/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/README.md) | Allows storing ASP.NET Core DataProtection keys in Azure Blob Storage | 1.2.0 |[MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) | +| [Castle.Core](https://github.com/castleproject/Core) | Castle DynamicProxy. | 4.4.1 |[Apache-2.0](https://github.com/castleproject/Core/blob/master/LICENSE) | | [Fluid.Core](https://github.com/sebastienros/fluid) | .NET Liquid template engine. | 4.8.0-beta00013 | [MIT](https://github.com/sebastienros/fluid/blob/dev/LICENSE) | | [GraphQL](https://github.com/graphql/graphiql) | GraphiQL & GraphQL. | 2.4.0 | [MIT](https://github.com/graphql/graphiql/blob/main/LICENSE) | | [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | Cleans HTML to avoid XSS attacks. | 5.0.355 | [MIT](https://github.com/mganss/HtmlSanitizer/blob/master/LICENSE.md) | -| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.1 |[Apache-2.0 License](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | +| [Image Sharp](https://github.com/SixLabors/ImageSharp.Web) | Middleware for ASP.NET-Core for image manipulation. | 1.0.1 |[Apache-2.0](https://github.com/SixLabors/ImageSharp.Web/blob/master/LICENSE) | | [Irony.Core](https://github.com/daxnet/irony) | A modified version of the Irony project with .NET Core support | 1.0.7 | [MIT](https://github.com/daxnet/irony/blob/master/LICENSE) | | [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-1914 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) | -| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00013 | [Apache-2.0 License](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) | +| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00013 | [Apache-2.0](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) | | [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) | -| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.1 | [BSD-2-Clause License](https://github.com/lunet-io/markdig/blob/master/license.txt) | +| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.1 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) | | [MessagePack](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C# | 2.2.60 | [MIT](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE) | | [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.1 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) | | [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.2.22 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) | | [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.15.2 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) | -| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0 License](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) | -| [NLog.Web](https://github.com/NLog/NLog.Web) | NLog integration for ASP.NET. | 0.22.0 | [BSD-3-Clause License](https://github.com/NLog/NLog.Web/blob/master/LICENSE) | +| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) | +| [NLog.Web](https://github.com/NLog/NLog.Web) | NLog integration for ASP.NET. | 0.22.0 | [BSD-3-Clause](https://github.com/NLog/NLog.Web/blob/master/LICENSE) | | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 12.0.3 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) | -| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 0.22.0 | [Apache-2.0 License](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) | -| [OpenIddict.Core](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.0.0-rc1.20567.82 | [Apache-2.0 License](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) | -| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 3.3.1 | [Apache-2.0 License](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) | +| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 0.22.0 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) | +| [OpenIddict.Core](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.0.0-rc1.20567.82 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) | +| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 3.3.1 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) | | [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.0.0-beta-175913881 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) | | [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 2.0.0-beta-1583 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) | @@ -54,7 +55,7 @@ The below table lists the different Client side libraries: | [Gulp](https://github.com/gulpjs/gulp) | A toolkit to automate & enhance your workflow. | 4.0.2 | [MIT](https://github.com/gulpjs/gulp/blob/master/LICENSE) | | [Gulp](https://github.com/gulpjs/gulp-cli) | Command Line Interface for gulp. | 2.3.0 | [MIT](https://github.com/gulpjs/gulp-cli/blob/master/LICENSE) | | [jsPlumb](https://github.com/jsplumb/jsplumb) | Visual connectivity for webapps. | 2.15.5 | [MIT and GPLv2](https://github.com/jsplumb/jsplumb/blob/master/jsPlumb-LICENSE.txt) | -| [TypeScript](https://github.com/microsoft/TypeScript) | Superset of JavaScript that compiles to clean JavaScript output. | 4.1.3 | [Apache-2.0 License](https://github.com/microsoft/TypeScript/blob/master/LICENSE.txtE) | +| [TypeScript](https://github.com/microsoft/TypeScript) | Superset of JavaScript that compiles to clean JavaScript output. | 4.1.3 | [Apache-2.0](https://github.com/microsoft/TypeScript/blob/master/LICENSE.txtE) | | [React](https://github.com/facebook/react) | JavaScript library for building user interface. | 17.0 | [MIT](https://github.com/facebook/react/blob/master/LICENSE) | | [Vue](https://github.com/vuejs/vue) | JavaScript framework for building UI on the web. | 2.6.11.0 | [MIT](https://github.com/vuejs/vue/blob/dev/LICENSE) | | [WebPack](https://github.com/webpack/webpack) | A bundler for javascript and friends. | 5.10.1 | [MIT](https://github.com/webpack/webpack/blob/master/LICENSE) | From a6af9a061a5d5630947867926a99b9b5bfe0e6f6 Mon Sep 17 00:00:00 2001 From: Dean Marcussen Date: Wed, 23 Dec 2020 15:55:02 +0000 Subject: [PATCH 07/51] Correctly generate cdn base url for local scripts (#8042) --- .../Filters/ResourceUrlFilter.cs | 11 +- .../ResourceDefinition.cs | 15 +- .../Razor/ResourceCdnHelperExtensions.cs | 11 +- .../ResourceDefinitionTests.cs | 176 ++++++++++++++---- 4 files changed, 159 insertions(+), 54 deletions(-) diff --git a/src/OrchardCore/OrchardCore.DisplayManagement.Liquid/Filters/ResourceUrlFilter.cs b/src/OrchardCore/OrchardCore.DisplayManagement.Liquid/Filters/ResourceUrlFilter.cs index d913462d72c..a1982786d37 100644 --- a/src/OrchardCore/OrchardCore.DisplayManagement.Liquid/Filters/ResourceUrlFilter.cs +++ b/src/OrchardCore/OrchardCore.DisplayManagement.Liquid/Filters/ResourceUrlFilter.cs @@ -35,10 +35,13 @@ public ValueTask ProcessAsync(FluidValue input, FilterArguments argu resourcePath = _httpContextAccessor.HttpContext.Request.PathBase.Add(resourcePath.Substring(1)).Value; } - // Don't prefix cdn if the path is absolute, or is in debug mode. - if (!_options.DebugMode - && !String.IsNullOrEmpty(_options.CdnBaseUrl) - && !Uri.TryCreate(resourcePath, UriKind.Absolute, out var uri)) + // Don't prefix cdn if the path includes a protocol, i.e. is an external url, or is in debug mode. + if (!_options.DebugMode && !String.IsNullOrEmpty(_options.CdnBaseUrl) && + // Don't evaluate with Uri.TryCreate as it produces incorrect results on Linux. + !resourcePath.StartsWith("https://", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("http://", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("//", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("file://", StringComparison.OrdinalIgnoreCase)) { resourcePath = _options.CdnBaseUrl + resourcePath; } diff --git a/src/OrchardCore/OrchardCore.ResourceManagement.Abstractions/ResourceDefinition.cs b/src/OrchardCore/OrchardCore.ResourceManagement.Abstractions/ResourceDefinition.cs index a2c5f01712b..58fdf60f466 100644 --- a/src/OrchardCore/OrchardCore.ResourceManagement.Abstractions/ResourceDefinition.cs +++ b/src/OrchardCore/OrchardCore.ResourceManagement.Abstractions/ResourceDefinition.cs @@ -60,9 +60,9 @@ public ResourceDefinition SetAttribute(string name, string value) return this; } - public ResourceDefinition SetBasePath(string virtualPath) + public ResourceDefinition SetBasePath(string basePath) { - _basePath = virtualPath; + _basePath = basePath; return this; } @@ -228,10 +228,13 @@ public TagBuilder GetTagBuilder(RequireSettings settings, url = fileVersionProvider.AddFileVersionToPath(applicationPath, url); } - // Don't prefix cdn if the path is absolute, or is in debug mode. - if (!settings.DebugMode - && !String.IsNullOrEmpty(settings.CdnBaseUrl) - && !Uri.TryCreate(url, UriKind.Absolute, out var uri)) + // Don't prefix cdn if the path includes a protocol, i.e. is an external url, or is in debug mode. + if (url != null && !settings.DebugMode && !String.IsNullOrEmpty(settings.CdnBaseUrl) && + // Don't evaluate with Uri.TryCreate as it produces incorrect results on Linux. + !url.StartsWith("https://", StringComparison.OrdinalIgnoreCase) && + !url.StartsWith("http://", StringComparison.OrdinalIgnoreCase) && + !url.StartsWith("//", StringComparison.OrdinalIgnoreCase) && + !url.StartsWith("file://", StringComparison.OrdinalIgnoreCase)) { url = settings.CdnBaseUrl + url; } diff --git a/src/OrchardCore/OrchardCore.ResourceManagement/Razor/ResourceCdnHelperExtensions.cs b/src/OrchardCore/OrchardCore.ResourceManagement/Razor/ResourceCdnHelperExtensions.cs index 952422ea98e..6888c94ecff 100644 --- a/src/OrchardCore/OrchardCore.ResourceManagement/Razor/ResourceCdnHelperExtensions.cs +++ b/src/OrchardCore/OrchardCore.ResourceManagement/Razor/ResourceCdnHelperExtensions.cs @@ -27,10 +27,13 @@ public static string ResourceUrl(this IOrchardHelper orchardHelper, string resou resourcePath = fileVersionProvider.AddFileVersionToPath(orchardHelper.HttpContext.Request.PathBase, resourcePath); } - // Don't prefix cdn if the path is absolute, or is in debug mode. - if (!options.DebugMode - && !String.IsNullOrEmpty(options.CdnBaseUrl) - && !Uri.TryCreate(resourcePath, UriKind.Absolute, out var uri)) + // Don't prefix cdn if the path includes a protocol, i.e. is an external url, or is in debug mode. + if (!options.DebugMode && !String.IsNullOrEmpty(options.CdnBaseUrl) && + // Don't evaluate with Uri.TryCreate as it produces incorrect results on Linux. + !resourcePath.StartsWith("https://", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("http://", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("//", StringComparison.OrdinalIgnoreCase) && + !resourcePath.StartsWith("file://", StringComparison.OrdinalIgnoreCase)) { resourcePath = options.CdnBaseUrl + resourcePath; } diff --git a/test/OrchardCore.Tests/ResourceManagement/ResourceDefinitionTests.cs b/test/OrchardCore.Tests/ResourceManagement/ResourceDefinitionTests.cs index d24ec40c4b7..2c37f15b5f8 100644 --- a/test/OrchardCore.Tests/ResourceManagement/ResourceDefinitionTests.cs +++ b/test/OrchardCore.Tests/ResourceManagement/ResourceDefinitionTests.cs @@ -1,3 +1,4 @@ +using System; using System.IO; using System.Text.Encodings.Web; using Microsoft.AspNetCore.Html; @@ -10,7 +11,6 @@ namespace OrchardCore.Tests.ResourceManagement { public class ResourceDefinitionTests { - private const string basePath = "http://host"; private readonly ResourceManifest _resourceManifest; public ResourceDefinitionTests() @@ -18,116 +18,179 @@ public ResourceDefinitionTests() _resourceManifest = new ResourceManifest(); } - [Fact] - public void GetScriptResourceWithUrl() + // The application path is empty if it is the host site + // or contains the base path of a tenant. + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetScriptResourceWithUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineScript("foo") .SetUrl("~/foo.js", "~/foo.debug.js") .SetCdn("https://cdn.tld/foo.js", "https://cdn.tld/foo.debug.js"); var requireSettings = new RequireSettings { DebugMode = false, CdnMode = false }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); + + Assert.Equal("script", tagBuilder.TagName); + Assert.Equal($"{applicationPath}/foo.js", tagBuilder.Attributes["src"]); + } + + [Theory] + [InlineData("/base")] + public void GetScriptResourceWithBasePath(string basePath) + { + var resourceDefinition = _resourceManifest.DefineScript("foo") + .SetUrl("~/foo.js", "~/foo.debug.js") + .SetBasePath(basePath); + + var requireSettings = new RequireSettings { DebugMode = false, CdnMode = false }; + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, String.Empty, StubFileVersionProvider.Instance); Assert.Equal("script", tagBuilder.TagName); Assert.Equal($"{basePath}/foo.js", tagBuilder.Attributes["src"]); } - [Fact] - public void GetScriptResourceWithDebugUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetScriptResourceWithDebugUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineScript("foo") .SetUrl("~/foo.js", "~/foo.debug.js") .SetCdn("https://cdn.tld/foo.js", "https://cdn.tld/foo.debug.js"); var requireSettings = new RequireSettings { DebugMode = true, CdnMode = false }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("script", tagBuilder.TagName); - Assert.Equal($"{basePath}/foo.debug.js", tagBuilder.Attributes["src"]); + Assert.Equal($"{applicationPath}/foo.debug.js", tagBuilder.Attributes["src"]); } - [Fact] - public void GetScriptResourceWithCdnUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetScriptResourceWithCdnUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineScript("foo") .SetUrl("~/foo.js", "~/foo.debug.js") .SetCdn("https://cdn.tld/foo.js", "https://cdn.tld/foo.debug.js"); var requireSettings = new RequireSettings { DebugMode = false, CdnMode = true }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("script", tagBuilder.TagName); Assert.Equal("https://cdn.tld/foo.js", tagBuilder.Attributes["src"]); } - [Fact] - public void GetScriptResourceWithDebugCdnUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetScriptResourceWithDebugCdnUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineScript("foo") .SetUrl("~/foo.js", "~/foo.debug.js") .SetCdn("https://cdn.tld/foo.js", "https://cdn.tld/foo.debug.js"); - var requireSettings = new RequireSettings { DebugMode = true, CdnMode = true }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var requireSettings = new RequireSettings { DebugMode = true, CdnMode = true, CdnBaseUrl = "https://hostcdn.net" }; + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("script", tagBuilder.TagName); Assert.Equal("https://cdn.tld/foo.debug.js", tagBuilder.Attributes["src"]); } - [Fact] - public void GetScriptResourceWithInlineContent() + [Theory] + [InlineData("", "~/foo.js", "https://hostcdn.net/foo.js")] + [InlineData("/tenant", "~/foo.js", "https://hostcdn.net/tenant/foo.js")] + [InlineData("", "//external.com/foo.js", "//external.com/foo.js")] + [InlineData("/tenant", "//external.com/foo.js", "//external.com/foo.js")] + [InlineData("", "http://external.com/foo.js", "http://external.com/foo.js")] + [InlineData("/tenant", "http://external.com/foo.js", "http://external.com/foo.js")] + [InlineData("", "https://external.com/foo.js", "https://external.com/foo.js")] + [InlineData("/tenant", "https://external.com/foo.js", "https://external.com/foo.js")] + public void GetLocalScriptResourceWithCdnBaseUrl(string applicationPath, string url, string expected) + { + var resourceDefinition = _resourceManifest.DefineScript("foo") + .SetUrl(url, url); + + var requireSettings = new RequireSettings { DebugMode = false, CdnMode = true, CdnBaseUrl = "https://hostcdn.net" }; + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); + + Assert.Equal("script", tagBuilder.TagName); + Assert.Equal(expected, tagBuilder.Attributes["src"]); + } + + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetScriptResourceWithInlineContent(string applicationPath) { var resourceDefinition = _resourceManifest.DefineScript("foo") .SetInnerContent("console.log('foo');"); - var requireSettings = new RequireSettings(); - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var requireSettings = new RequireSettings() + .UseCdnBaseUrl("https://hostcdn.net"); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("script", tagBuilder.TagName); Assert.Equal("console.log('foo');", ReadIHtmlContent(tagBuilder.InnerHtml)); } - [Fact] - public void GetStyleResourceWithUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetUrl("~/foo.css", "~/foo.debug.css") .SetCdn("https://cdn.tld/foo.css", "https://cdn.tld/foo.debug.css"); var requireSettings = new RequireSettings { DebugMode = false, CdnMode = false }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("link", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); Assert.Equal("stylesheet", tagBuilder.Attributes["rel"]); - Assert.Equal($"{basePath}/foo.css", tagBuilder.Attributes["href"]); + Assert.Equal($"{applicationPath}/foo.css", tagBuilder.Attributes["href"]); } - [Fact] - public void GetStyleResourceWithDebugUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithDebugUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetUrl("~/foo.css", "~/foo.debug.css") .SetCdn("https://cdn.tld/foo.css", "https://cdn.tld/foo.debug.css"); var requireSettings = new RequireSettings { DebugMode = true, CdnMode = false }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("link", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); Assert.Equal("stylesheet", tagBuilder.Attributes["rel"]); - Assert.Equal($"{basePath}/foo.debug.css", tagBuilder.Attributes["href"]); + Assert.Equal($"{applicationPath}/foo.debug.css", tagBuilder.Attributes["href"]); } - [Fact] - public void GetStyleResourceWithCdnUrl() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithCdnUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetUrl("~/foo.css", "~/foo.debug.css") .SetCdn("https://cdn.tld/foo.css", "https://cdn.tld/foo.debug.css"); var requireSettings = new RequireSettings { DebugMode = false, CdnMode = true }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("link", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); @@ -135,15 +198,41 @@ public void GetStyleResourceWithCdnUrl() Assert.Equal("https://cdn.tld/foo.css", tagBuilder.Attributes["href"]); } - [Fact] - public void GetStyleResourceWithDebugCdnUrl() + [Theory] + [InlineData("", "~/foo.css", "https://hostcdn.net/foo.css")] + [InlineData("/tenant", "~/foo.css", "https://hostcdn.net/tenant/foo.css")] + [InlineData("", "//external.com/foo.css", "//external.com/foo.css")] + [InlineData("/tenant", "//external.com/foo.css", "//external.com/foo.css")] + [InlineData("", "http://external.com/foo.css", "http://external.com/foo.css")] + [InlineData("/tenant", "http://external.com/foo.css", "http://external.com/foo.css")] + [InlineData("", "https://external.com/foo.css", "https://external.com/foo.css")] + [InlineData("/tenant", "https://external.com/foo.css", "https://external.com/foo.css")] + public void GetLocalStyleResourceWithCdnBaseUrl(string applicationPath, string url, string expected) + { + var resourceDefinition = _resourceManifest.DefineStyle("foo") + .SetUrl(url, url); + + var requireSettings = new RequireSettings { DebugMode = false, CdnMode = true, CdnBaseUrl = "https://hostcdn.net" }; + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); + + Assert.Equal("link", tagBuilder.TagName); + Assert.Equal("text/css", tagBuilder.Attributes["type"]); + Assert.Equal("stylesheet", tagBuilder.Attributes["rel"]); + Assert.Equal(expected, tagBuilder.Attributes["href"]); + } + + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithDebugCdnUrl(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetUrl("~/foo.css", "~/foo.debug.css") .SetCdn("https://cdn.tld/foo.css", "https://cdn.tld/foo.debug.css"); var requireSettings = new RequireSettings { DebugMode = true, CdnMode = true }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("link", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); @@ -151,8 +240,11 @@ public void GetStyleResourceWithDebugCdnUrl() Assert.Equal("https://cdn.tld/foo.debug.css", tagBuilder.Attributes["href"]); } - [Fact] - public void GetStyleResourceWithAttributes() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithAttributes(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetUrl("~/foo.css", "~/foo.debug.css") @@ -160,7 +252,7 @@ public void GetStyleResourceWithAttributes() .SetAttribute("media", "all"); var requireSettings = new RequireSettings { DebugMode = false, CdnMode = false }; - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("link", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); @@ -169,14 +261,18 @@ public void GetStyleResourceWithAttributes() Assert.Equal("all", tagBuilder.Attributes["media"]); } - [Fact] - public void GetStyleResourceWithInlineContent() + [Theory] + [InlineData("")] + [InlineData("/tenant")] + [InlineData("/virtualpath/tenant")] + public void GetStyleResourceWithInlineContent(string applicationPath) { var resourceDefinition = _resourceManifest.DefineStyle("foo") .SetInnerContent("body { background-color: white; }"); - var requireSettings = new RequireSettings(); - var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, basePath, StubFileVersionProvider.Instance); + var requireSettings = new RequireSettings() + .UseCdnBaseUrl("https://cdn.net"); + var tagBuilder = resourceDefinition.GetTagBuilder(requireSettings, applicationPath, StubFileVersionProvider.Instance); Assert.Equal("style", tagBuilder.TagName); Assert.Equal("text/css", tagBuilder.Attributes["type"]); From d7eb282ad945e1e501e2e8ce1ad563ad7339cfd9 Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Wed, 23 Dec 2020 19:59:12 +0300 Subject: [PATCH 08/51] Remove site name from login page (#8123) --- .../OrchardCore.Users/Views/Account/Login.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Users/Views/Account/Login.cshtml b/src/OrchardCore.Modules/OrchardCore.Users/Views/Account/Login.cshtml index 6eff347dc17..ee3697c3af8 100644 --- a/src/OrchardCore.Modules/OrchardCore.Users/Views/Account/Login.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Users/Views/Account/Login.cshtml @@ -23,7 +23,7 @@ {
-

@T["Log in to {0}", Site.SiteName]

+

@T["Log in"]


@@ -67,7 +67,7 @@ {
-

@T["Use another service to log in to {0}", Site.SiteName]

+

@T["Use another service to log in"]


From 6820fc1ec834f1e3e29ad0a0ca5593b28e456b7a Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Wed, 23 Dec 2020 18:50:39 +0100 Subject: [PATCH 09/51] Workflows badges (#8127) --- .../Views/WorkflowType/Edit.cshtml | 2 +- .../Views/WorkflowType/Index.cshtml | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Edit.cshtml index 3ed722a8ab9..74356729b02 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Edit.cshtml @@ -23,7 +23,7 @@
diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml index 917b29e51a9..7995a1d651e 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml @@ -13,7 +13,7 @@ - +
@entry.Name + @if (!entry.WorkflowType.IsEnabled) + { + @T["Disabled"] + } + @if (entry.WorkflowCount > 0) + { + @T.Plural(entry.WorkflowCount, "1 instance", "{0} instances") + }
@@ -155,7 +155,7 @@ selectAllCtrl.prop("checked", selectedItemsCount == itemsCount); selectAllCtrl.prop("indeterminate", selectedItemsCount > 0 && selectedItemsCount < itemsCount); - + selectedItems.text(selectedItemsCount + ' @T["selected"]'); displayActionsOrFilters(); }); From c7ee8ac56bbb534f2353914c713d755b024fb86e Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Wed, 23 Dec 2020 18:51:54 +0100 Subject: [PATCH 10/51] Fields badges (#8128) --- .../OrchardCore.ContentTypes/Views/Admin/Edit.cshtml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml index 1f802e8634f..d9241666324 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml @@ -53,6 +53,15 @@ @T["Remove"]
@field.DisplayName() @field.FieldDefinition.Name.CamelFriendly() + + @if (!string.IsNullOrEmpty(field.DisplayMode())) + { + @field.DisplayMode() + } + @if (!string.IsNullOrEmpty(field.Editor())) + { + @field.Editor() + }
From 40ee8adba6deab7330a6314da8db0b38c2793803 Mon Sep 17 00:00:00 2001 From: Jasmin Savard Date: Wed, 23 Dec 2020 14:42:33 -0500 Subject: [PATCH 11/51] Fix Workflow search styles. (#8139) --- .../OrchardCore.Workflows/Views/WorkflowType/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml index 7995a1d651e..8e7ef060ce8 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/Views/WorkflowType/Index.cshtml @@ -17,7 +17,7 @@
From 779118a87a3cb2672aaaa1340414e5785cf1b620 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Thu, 24 Dec 2020 15:29:24 +0100 Subject: [PATCH 18/51] Admin: Display buttons text (#8086) --- .../Views/LocalizationPart.SummaryAdminLinks.cshtml | 4 ++-- .../Views/Content.SummaryAdmin.cshtml | 8 ++++---- .../Views/ContentsButtonEdit_SummaryAdmin.cshtml | 8 ++++---- .../OrchardCore.Widgets/Views/Widget.SummaryAdmin.cshtml | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/OrchardCore.Modules/OrchardCore.ContentLocalization/Views/LocalizationPart.SummaryAdminLinks.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentLocalization/Views/LocalizationPart.SummaryAdminLinks.cshtml index 99b3c9364f0..816100d6e3e 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentLocalization/Views/LocalizationPart.SummaryAdminLinks.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentLocalization/Views/LocalizationPart.SummaryAdminLinks.cshtml @@ -3,8 +3,8 @@ @if (!string.IsNullOrEmpty(Model.LocalizationSet) && Model.ContentItemCultures.Any()) {
-