diff --git a/_config.yml b/_config.yml index 62cada8..040f656 100644 --- a/_config.yml +++ b/_config.yml @@ -112,16 +112,10 @@ aux_links_new_tab: false # nav_sort: case_insensitive # default, equivalent to nil nav_sort: case_sensitive # Capital letters sorted before lowercase -# External navigation links -nav_external_links: - - title: KIRGH Energy on GitHub - url: https://github.com/bigois/kirgh-energy - # Back to top link back_to_top: true back_to_top_text: "Back to top" - # Footer content and last edited timestamp footer_content: "Copyright © 2023-2023 KIRGH Energy. Distributed by an MIT license." last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter @@ -135,7 +129,7 @@ gh_edit_branch: "main" # the branch that your docs is served from gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately # Color scheme currently only supports "dark", "light"/nil (default), or a custom scheme that you define -color_scheme: nil +color_scheme: dark callouts_level: quiet # or loud callouts: diff --git a/_includes/components/aux_nav.html b/_includes/components/aux_nav.html new file mode 100644 index 0000000..097857b --- /dev/null +++ b/_includes/components/aux_nav.html @@ -0,0 +1,37 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..df3e977 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,44 @@ + + + + + + + + + {% if site.ga_tracking != nil %} + {% assign ga_tracking_ids = site.ga_tracking | split: "," %} + + + {% endif %} + + {% if site.search_enabled != false %} + + {% endif %} + + + + + + {% for file in site.static_files %} + {% if file.path == site.favicon_ico or file.path == '/favicon.ico' %} + {% assign favicon = true %} + {% endif %} + {% endfor %} + {% if favicon %} + + {% endif %} + + {% seo %} + + diff --git a/_includes/title.html b/_includes/title.html new file mode 100644 index 0000000..ca1cdb4 --- /dev/null +++ b/_includes/title.html @@ -0,0 +1,3 @@ + +
 
+KIRGH Energy diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss new file mode 100644 index 0000000..1a6ec9c --- /dev/null +++ b/_sass/custom/custom.scss @@ -0,0 +1,33 @@ +// Print-only styles. +@media print { + .side-bar, + .page-header { + display: none; + } + .main-content { + max-width: auto; + margin: 1em; + } +} + +// Code block style. +.highlight { + .n { + color: #525151; + } + .o { + color: #660707; + } + .nl { + color: darkgreen; + } + .kt { + color: darkblue; + } + .fm { + color: blue; + } + .sb { + color: darkcyan; + } +} diff --git a/_sass/custom/setup.scss b/_sass/custom/setup.scss new file mode 100644 index 0000000..2a65105 --- /dev/null +++ b/_sass/custom/setup.scss @@ -0,0 +1,8 @@ +$pink-000: #f77ef1; +$pink-100: #f967f1; +$pink-200: #e94ee1; +$pink-300: #dd2cd4; + +pre.highlight { + line-height: 1; +} diff --git a/assets/css/just-the-docs-switchable.css b/assets/css/just-the-docs-switchable.css new file mode 100644 index 0000000..fa0f172 --- /dev/null +++ b/assets/css/just-the-docs-switchable.css @@ -0,0 +1,14229 @@ +@charset "UTF-8"; +html.transition, +html.transition *, +html.transition *:before, +html.transition *:after { + transition: all 500ms !important; + transition-delay: 0 !important; +} +pre.highlight { + line-height: 1; +} +.highlight, pre.highlight { + background: #f9f9f9; + color: #383942; +} +.highlight pre { + background: #f9f9f9; +} +.highlight .hll { + background: #f9f9f9; +} +.highlight .c { + color: #9fa0a6; + font-style: italic; +} +.highlight .err { + color: #fff; + background-color: #e05151; +} +.highlight .k { + color: #a625a4; +} +.highlight .l { + color: #50a04f; +} +.highlight .n { + color: #383942; +} +.highlight .o { + color: #383942; +} +.highlight .p { + color: #383942; +} +.highlight .cm { + color: #9fa0a6; + font-style: italic; +} +.highlight .cp { + color: #9fa0a6; + font-style: italic; +} +.highlight .c1 { + color: #9fa0a6; + font-style: italic; +} +.highlight .cs { + color: #9fa0a6; + font-style: italic; +} +.highlight .ge { + font-style: italic; +} +.highlight .gs { + font-weight: 700; +} +.highlight .kc { + color: #a625a4; +} +.highlight .kd { + color: #a625a4; +} +.highlight .kn { + color: #a625a4; +} +.highlight .kp { + color: #a625a4; +} +.highlight .kr { + color: #a625a4; +} +.highlight .kt { + color: #a625a4; +} +.highlight .ld { + color: #50a04f; +} +.highlight .m { + color: #b66a00; +} +.highlight .s { + color: #50a04f; +} +.highlight .na { + color: #b66a00; +} +.highlight .nb { + color: #ca7601; +} +.highlight .nc { + color: #ca7601; +} +.highlight .no { + color: #ca7601; +} +.highlight .nd { + color: #ca7601; +} +.highlight .ni { + color: #ca7601; +} +.highlight .ne { + color: #ca7601; +} +.highlight .nf { + color: #383942; +} +.highlight .nl { + color: #ca7601; +} +.highlight .nn { + color: #383942; +} +.highlight .nx { + color: #383942; +} +.highlight .py { + color: #ca7601; +} +.highlight .nt { + color: #e35549; +} +.highlight .nv { + color: #ca7601; +} +.highlight .ow { + font-weight: 700; +} +.highlight .w { + color: #f8f8f2; +} +.highlight .mf { + color: #b66a00; +} +.highlight .mh { + color: #b66a00; +} +.highlight .mi { + color: #b66a00; +} +.highlight .mo { + color: #b66a00; +} +.highlight .sb { + color: #50a04f; +} +.highlight .sc { + color: #50a04f; +} +.highlight .sd { + color: #50a04f; +} +.highlight .s2 { + color: #50a04f; +} +.highlight .se { + color: #50a04f; +} +.highlight .sh { + color: #50a04f; +} +.highlight .si { + color: #50a04f; +} +.highlight .sx { + color: #50a04f; +} +.highlight .sr { + color: #0083bb; +} +.highlight .s1 { + color: #50a04f; +} +.highlight .ss { + color: #0083bb; +} +.highlight .bp { + color: #ca7601; +} +.highlight .vc { + color: #ca7601; +} +.highlight .vg { + color: #ca7601; +} +.highlight .vi { + color: #e35549; +} +.highlight .il { + color: #b66a00; +} +.highlight .gu { + color: #75715e; +} +.highlight .gd { + color: #e05151; +} +.highlight .gi { + color: #43d089; +} +.highlight .language-json .w + .s2 { + color: #e35549; +} +.highlight .language-json .kc { + color: #0083bb; +} +html { + line-height: 1.15; + -webkit-text-size-adjust: 100%; +} +body { + margin: 0; +} +main { + display: block; +} +h1 { + font-size: 2em; + margin: 0.67em 0; +} +hr { + box-sizing: content-box; + height: 0; + overflow: visible; +} +pre { + font-family: monospace, monospace; + font-size: 1em; +} +a { + background-color: transparent; +} +abbr[title] { + border-bottom: none; + text-decoration: underline; + text-decoration: underline dotted; +} +b, strong { + font-weight: bolder; +} +code, kbd, samp { + font-family: monospace, monospace; + font-size: 1em; +} +small { + font-size: 80%; +} +sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +img { + border-style: none; +} +button, input, optgroup, select, textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.15; + margin: 0; +} +button, input { + overflow: visible; +} +button, select { + text-transform: none; +} +button, [type=button], [type=reset], [type=submit] { + -webkit-appearance: button; +} +button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner { + border-style: none; + padding: 0; +} +button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring { + outline: 1px dotted ButtonText; +} +fieldset { + padding: 0.35em 0.75em 0.625em; +} +legend { + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; +} +progress { + vertical-align: baseline; +} +textarea { + overflow: auto; +} +[type=checkbox], [type=radio] { + box-sizing: border-box; + padding: 0; +} +[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { + height: auto; +} +[type=search] { + -webkit-appearance: textfield; + outline-offset: -2px; +} +[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} +::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; +} +details { + display: block; +} +summary { + display: list-item; +} +template { + display: none; +} +[hidden] { + display: none; +} +* { + box-sizing: border-box; +} +html { + font-size: 14px !important; + scroll-behavior: smooth; +} +@media (min-width: 31.25rem) { + html { + font-size: 16px !important; + } +} +body { + font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif; + font-size: inherit; + line-height: 1.4; + color: #5c5962; + background-color: #fff; + overflow-wrap: break-word; +} +ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper { + margin-top: 0; +} +h1, h2, h3, h4, h5, h6, #toctitle { + margin-top: 0; + margin-bottom: 1em; + font-weight: 500; + line-height: 1.25; + color: #27262b; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +a { + color: #7253ed; + text-decoration: none; +} +a:not([class]) { + text-decoration: underline; + text-decoration-color: #eeebee; + text-underline-offset: 2px; +} +a:not([class]):hover { + text-decoration-color: rgba(114, 83, 237, 0.45); +} +code { + font-family: "SFMono-Regular", menlo, consolas, monospace; + font-size: 0.75em; + line-height: 1.4; +} +figure, pre { + margin: 0; +} +li { + margin: 0.25em 0; +} +img { + max-width: 100%; + height: auto; +} +hr { + height: 1px; + padding: 0; + margin: 2rem 0; + background-color: #eeebee; + border: 0; +} +blockquote { + margin: 10px 0; + margin-block-start: 0; + margin-inline-start: 0; + padding-left: 15px; + border-left: 3px solid #eeebee; +} +.side-bar { + z-index: 0; + display: flex; + flex-wrap: wrap; + background-color: #f5f6fa; +} +@media (min-width: 50rem) { + .side-bar { + flex-flow: column nowrap; + position: fixed; + width: 248px; + height: 100%; + border-right: 1px solid #eeebee; + align-items: flex-end; + } +} +@media (min-width: 66.5rem) { + .side-bar { + width: calc((100% - 1064px) / 2 + 264px); + min-width: 264px; + } +} +@media (min-width: 50rem) { + .main { + position: relative; + max-width: 800px; + margin-left: 248px; + } +} +@media (min-width: 66.5rem) { + .main { + margin-left: max( 264px, calc((100% - 1064px) / 2 + 264px) ); + } +} +.main-content-wrap { + padding-right: 1rem; + padding-left: 1rem; + padding-top: 1rem; + padding-bottom: 1rem; +} +@media (min-width: 50rem) { + .main-content-wrap { + padding-right: 2rem; + padding-left: 2rem; + } +} +@media (min-width: 50rem) { + .main-content-wrap { + padding-top: 2rem; + padding-bottom: 2rem; + } +} +.main-header { + z-index: 0; + display: none; + background-color: #f5f6fa; +} +@media (min-width: 50rem) { + .main-header { + display: flex; + justify-content: space-between; + height: 60px; + background-color: #fff; + border-bottom: 1px solid #eeebee; + } +} +.main-header.nav-open { + display: block; +} +@media (min-width: 50rem) { + .main-header.nav-open { + display: flex; + } +} +.site-nav, .site-header, .site-footer { + width: 100%; +} +@media (min-width: 66.5rem) { + .site-nav, .site-header, .site-footer { + width: 264px; + } +} +.site-nav { + display: none; +} +.site-nav.nav-open { + display: block; +} +@media (min-width: 50rem) { + .site-nav { + display: block; + padding-top: 3rem; + padding-bottom: 1rem; + overflow-y: auto; + flex: 1 1 auto; + } +} +.site-header { + display: flex; + min-height: 60px; + align-items: center; +} +@media (min-width: 50rem) { + .site-header { + height: 60px; + max-height: 60px; + border-bottom: 1px solid #eeebee; + } +} +.site-title { + padding-right: 1rem; + padding-left: 1rem; + flex-grow: 1; + display: flex; + height: 100%; + align-items: center; + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #27262b; + font-size: 18px !important; +} +@media (min-width: 50rem) { + .site-title { + padding-right: 1.7rem; + padding-left: 1.7rem; + } +} +@media (min-width: 31.25rem) { + .site-title { + font-size: 24px !important; + line-height: 1.25; + } +} +@media (min-width: 50rem) { + .site-title { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.site-button { + display: flex; + height: 100%; + padding: 1rem; + align-items: center; +} +@media (min-width: 50rem) { + .site-header .site-button { + display: none; + } +} +.site-title:hover { + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); +} +.site-button:hover { + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); +} +body { + position: relative; + padding-bottom: 4rem; + overflow-y: scroll; +} +@media (min-width: 50rem) { + body { + position: static; + padding-bottom: 0; + } +} +.site-footer { + padding-right: 1rem; + padding-left: 1rem; + position: absolute; + bottom: 0; + left: 0; + padding-top: 1rem; + padding-bottom: 1rem; + color: #959396; + font-size: 11px !important; +} +@media (min-width: 50rem) { + .site-footer { + padding-right: 2rem; + padding-left: 2rem; + } +} +@media (min-width: 31.25rem) { + .site-footer { + font-size: 12px !important; + } +} +@media (min-width: 50rem) { + .site-footer { + position: static; + justify-self: end; + } +} +.icon { + width: 1.5rem; + height: 1.5rem; + color: #7253ed; +} +.main-content { + line-height: 1.6; +} +.main-content ol, .main-content ul, .main-content dl, .main-content pre, .main-content address, .main-content blockquote, .main-content .table-wrapper { + margin-top: 0.5em; +} +.main-content a { + overflow: hidden; + text-overflow: ellipsis; +} +.main-content ul, .main-content ol { + padding-left: 1.5em; +} +.main-content li .highlight { + margin-top: 0.25rem; +} +.main-content ol { + list-style-type: none; + counter-reset: step-counter; +} +.main-content ol > li { + position: relative; +} +.main-content ol > li::before { + position: absolute; + top: 0.2em; + left: -1.6em; + color: #959396; + content: counter(step-counter); + counter-increment: step-counter; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + .main-content ol > li::before { + font-size: 14px !important; + } +} +@media (min-width: 31.25rem) { + .main-content ol > li::before { + top: 0.11em; + } +} +.main-content ol > li ol { + counter-reset: sub-counter; +} +.main-content ol > li ol > li::before { + content: counter(sub-counter, lower-alpha); + counter-increment: sub-counter; +} +.main-content ul { + list-style: none; +} +.main-content ul > li::before { + position: absolute; + margin-left: -1.4em; + color: #959396; + content: "•"; +} +.main-content .task-list-item::before { + content: ""; +} +.main-content .task-list-item-checkbox { + margin-right: 0.6em; + margin-left: -1.4em; +} +.main-content hr + * { + margin-top: 0; +} +.main-content h1:first-of-type { + margin-top: 0.5em; +} +.main-content dl { + display: grid; + grid-template: auto/10em 1fr; +} +.main-content dt, .main-content dd { + margin: 0.25em 0; +} +.main-content dt { + grid-column: 1; + font-weight: 500; + text-align: right; +} +.main-content dt::after { + content: ":"; +} +.main-content dd { + grid-column: 2; + margin-bottom: 0; + margin-left: 1em; +} +.main-content dd blockquote:first-child, .main-content dd div:first-child, .main-content dd dl:first-child, .main-content dd dt:first-child, .main-content dd h1:first-child, .main-content dd h2:first-child, .main-content dd h3:first-child, .main-content dd h4:first-child, .main-content dd h5:first-child, .main-content dd h6:first-child, .main-content dd li:first-child, .main-content dd ol:first-child, .main-content dd p:first-child, .main-content dd pre:first-child, .main-content dd table:first-child, .main-content dd ul:first-child, .main-content dd .table-wrapper:first-child { + margin-top: 0; +} +.main-content dd dl:first-child dt:first-child, .main-content dd dl:first-child dd:nth-child(2), .main-content ol dl:first-child dt:first-child, .main-content ol dl:first-child dd:nth-child(2), .main-content ul dl:first-child dt:first-child, .main-content ul dl:first-child dd:nth-child(2) { + margin-top: 0; +} +.main-content .anchor-heading { + position: absolute; + right: -1rem; + width: 1.5rem; + height: 100%; + padding-right: 0.25rem; + padding-left: 0.25rem; + overflow: visible; +} +@media (min-width: 50rem) { + .main-content .anchor-heading { + right: auto; + left: -1.5rem; + } +} +.main-content .anchor-heading svg { + display: inline-block; + width: 100%; + height: 100%; + color: #7253ed; + visibility: hidden; +} +.main-content .anchor-heading:hover svg, .main-content .anchor-heading:focus svg, .main-content h1:hover > .anchor-heading svg, .main-content h2:hover > .anchor-heading svg, .main-content h3:hover > .anchor-heading svg, .main-content h4:hover > .anchor-heading svg, .main-content h5:hover > .anchor-heading svg, .main-content h6:hover > .anchor-heading svg { + visibility: visible; +} +.main-content summary { + cursor: pointer; +} +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content #toctitle { + position: relative; + margin-top: 1.5em; + margin-bottom: 0.25em; +} +.main-content h1 + table, .main-content h1 + .table-wrapper, .main-content h1 + .code-example, .main-content h1 + .highlighter-rouge, .main-content h1 + .sectionbody .listingblock, .main-content h2 + table, .main-content h2 + .table-wrapper, .main-content h2 + .code-example, .main-content h2 + .highlighter-rouge, .main-content h2 + .sectionbody .listingblock, .main-content h3 + table, .main-content h3 + .table-wrapper, .main-content h3 + .code-example, .main-content h3 + .highlighter-rouge, .main-content h3 + .sectionbody .listingblock, .main-content h4 + table, .main-content h4 + .table-wrapper, .main-content h4 + .code-example, .main-content h4 + .highlighter-rouge, .main-content h4 + .sectionbody .listingblock, .main-content h5 + table, .main-content h5 + .table-wrapper, .main-content h5 + .code-example, .main-content h5 + .highlighter-rouge, .main-content h5 + .sectionbody .listingblock, .main-content h6 + table, .main-content h6 + .table-wrapper, .main-content h6 + .code-example, .main-content h6 + .highlighter-rouge, .main-content h6 + .sectionbody .listingblock, .main-content #toctitle + table, .main-content #toctitle + .table-wrapper, .main-content #toctitle + .code-example, .main-content #toctitle + .highlighter-rouge, .main-content #toctitle + .sectionbody .listingblock { + margin-top: 1em; +} +.main-content h1 + p:not(.label), .main-content h2 + p:not(.label), .main-content h3 + p:not(.label), .main-content h4 + p:not(.label), .main-content h5 + p:not(.label), .main-content h6 + p:not(.label), .main-content #toctitle + p:not(.label) { + margin-top: 0; +} +.main-content > h1:first-child, .main-content > h2:first-child, .main-content > h3:first-child, .main-content > h4:first-child, .main-content > h5:first-child, .main-content > h6:first-child, .main-content > .sect1:first-child > h2, .main-content > .sect2:first-child > h3, .main-content > .sect3:first-child > h4, .main-content > .sect4:first-child > h5, .main-content > .sect5:first-child > h6 { + margin-top: 0.5rem; +} +.nav-list { + padding: 0; + margin-top: 0; + margin-bottom: 0; + list-style: none; +} +.nav-list .nav-list-item { + font-size: 14px !important; + position: relative; + margin: 0; +} +@media (min-width: 31.25rem) { + .nav-list .nav-list-item { + font-size: 16px !important; + } +} +@media (min-width: 50rem) { + .nav-list .nav-list-item { + font-size: 12px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + .nav-list .nav-list-item { + font-size: 14px !important; + } +} +.nav-list .nav-list-item .nav-list-link { + display: block; + min-height: 3rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + line-height: 2.5rem; + padding-right: 3rem; + padding-left: 1rem; +} +@media (min-width: 50rem) { + .nav-list .nav-list-item .nav-list-link { + min-height: 2rem; + line-height: 1.5rem; + padding-right: 2rem; + padding-left: 2rem; + } +} +.nav-list .nav-list-item .nav-list-link.external > svg { + width: 1rem; + height: 1rem; + vertical-align: text-bottom; +} +.nav-list .nav-list-item .nav-list-link.active { + font-weight: 600; + text-decoration: none; +} +.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active { + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 80%, rgba(235, 237, 245, 0) 100%); +} +.nav-list .nav-list-item .nav-list-expander { + position: absolute; + right: 0; + width: 3rem; + height: 3rem; + padding: 0.75rem; + color: #7253ed; +} +@media (min-width: 50rem) { + .nav-list .nav-list-item .nav-list-expander { + width: 2rem; + height: 2rem; + padding: 0.5rem; + } +} +.nav-list .nav-list-item .nav-list-expander:hover { + background-image: linear-gradient(-90deg, #ebedf5 0%, rgba(235, 237, 245, 0.8) 100%); +} +.nav-list .nav-list-item .nav-list-expander svg { + transform: rotate(90deg); +} +.nav-list .nav-list-item > .nav-list { + display: none; + padding-left: 0.75rem; + list-style: none; +} +.nav-list .nav-list-item > .nav-list .nav-list-item { + position: relative; +} +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { + color: #5c5962; +} +.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { + color: #5c5962; +} +.nav-list .nav-list-item.active > .nav-list-expander svg { + transform: rotate(-90deg); +} +.nav-list .nav-list-item.active > .nav-list { + display: block; +} +.nav-category { + padding: 0.5rem 1rem; + font-weight: 600; + text-align: start; + text-transform: uppercase; + border-bottom: 1px solid #eeebee; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .nav-category { + font-size: 12px !important; + } +} +@media (min-width: 50rem) { + .nav-category { + padding: 0.5rem 2rem; + margin-top: 1rem; + text-align: start; + } + .nav-category:first-child { + margin-top: 0; + } +} +.nav-list.nav-category-list > .nav-list-item { + margin: 0; +} +.nav-list.nav-category-list > .nav-list-item > .nav-list { + padding: 0; +} +.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { + color: #7253ed; +} +.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { + color: #7253ed; +} +.aux-nav { + height: 100%; + overflow-x: auto; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .aux-nav { + font-size: 12px !important; + } +} +.aux-nav .aux-nav-list { + display: flex; + height: 100%; + padding: 0; + margin: 0; + list-style: none; +} +.aux-nav .aux-nav-list-item { + display: inline-block; + height: 100%; + padding: 0; + margin: 0; +} +@media (min-width: 50rem) { + .aux-nav { + padding-right: 1rem; + } +} +@media (min-width: 50rem) { + .breadcrumb-nav { + margin-top: -1rem; + } +} +.breadcrumb-nav-list { + padding-left: 0; + margin-bottom: 0.75rem; + list-style: none; +} +.breadcrumb-nav-list-item { + display: table-cell; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .breadcrumb-nav-list-item { + font-size: 12px !important; + } +} +.breadcrumb-nav-list-item::before { + display: none; +} +.breadcrumb-nav-list-item::after { + display: inline-block; + margin-right: 0.5rem; + margin-left: 0.5rem; + color: #959396; + content: "/"; +} +.breadcrumb-nav-list-item:last-child::after { + content: ""; +} +h1, .text-alpha { + font-size: 32px !important; + line-height: 1.25; + font-weight: 300; +} +@media (min-width: 31.25rem) { + h1, .text-alpha { + font-size: 36px !important; + } +} +h2, .text-beta, #toctitle { + font-size: 18px !important; +} +@media (min-width: 31.25rem) { + h2, .text-beta, #toctitle { + font-size: 24px !important; + line-height: 1.25; + } +} +h3, .text-gamma { + font-size: 16px !important; +} +@media (min-width: 31.25rem) { + h3, .text-gamma { + font-size: 18px !important; + } +} +h4, .text-delta { + font-size: 11px !important; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.1em; +} +@media (min-width: 31.25rem) { + h4, .text-delta { + font-size: 12px !important; + } +} +h4 code { + text-transform: none; +} +h5, .text-epsilon { + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + h5, .text-epsilon { + font-size: 14px !important; + } +} +h6, .text-zeta { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + h6, .text-zeta { + font-size: 12px !important; + } +} +.text-small { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .text-small { + font-size: 12px !important; + } +} +.text-mono { + font-family: "SFMono-Regular", menlo, consolas, monospace !important; +} +.text-left { + text-align: left !important; +} +.text-center { + text-align: center !important; +} +.text-right { + text-align: right !important; +} +.label, .label-blue { + display: inline-block; + padding: 0.16em 0.56em; + margin-right: 0.5rem; + margin-left: 0.5rem; + color: #fff; + text-transform: uppercase; + vertical-align: middle; + background-color: #2869e6; + font-size: 11px !important; + border-radius: 12px; +} +@media (min-width: 31.25rem) { + .label, .label-blue { + font-size: 12px !important; + } +} +.label-green { + background-color: #009c7b; +} +.label-purple { + background-color: #5e41d0; +} +.label-red { + background-color: #e94c4c; +} +.label-yellow { + color: #44434d; + background-color: #f7d12e; +} +.btn { + display: inline-block; + box-sizing: border-box; + padding: 0.3em 1em; + margin: 0; + font-family: inherit; + font-size: inherit; + font-weight: 500; + line-height: 1.5; + color: #7253ed; + text-decoration: none; + vertical-align: baseline; + cursor: pointer; + background-color: #f7f7f7; + border-width: 0; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + appearance: none; +} +.btn:focus { + text-decoration: none; + outline: none; + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); +} +.btn:focus:hover, .btn.selected:focus { + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); +} +.btn:hover, .btn.zeroclipboard-is-hover { + color: #6a4aec; +} +.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active { + text-decoration: none; + background-color: #f4f4f4; +} +.btn:active, .btn.selected, .btn.zeroclipboard-is-active { + background-color: #efefef; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.btn.selected:hover { + background-color: #cfcfcf; +} +.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover { + color: rgba(102, 102, 102, 0.5); + cursor: default; + background-color: rgba(229, 229, 229, 0.5); + background-image: none; + box-shadow: none; +} +.btn-outline { + color: #7253ed; + background: transparent; + box-shadow: inset 0 0 0 2px #e6e1e8; +} +.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active { + color: #6341eb; + text-decoration: none; + background-color: transparent; + box-shadow: inset 0 0 0 3px #e6e1e8; +} +.btn-outline:focus { + text-decoration: none; + outline: none; + box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); +} +.btn-outline:focus:hover, .btn-outline.selected:focus { + box-shadow: inset 0 0 0 2px #5c5962; +} +.btn-primary { + color: #fff; + background-color: #5739ce; + background-image: linear-gradient(#6f55d5, #5739ce); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +.btn-primary:hover, .btn-primary.zeroclipboard-is-hover { + color: #fff; + background-color: #5132cb; + background-image: linear-gradient(#6549d2, #5132cb); +} +.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active { + background-color: #4f31c6; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.btn-primary.selected:hover { + background-color: #472cb2; +} +.btn-purple { + color: #fff; + background-color: #5739ce; + background-image: linear-gradient(#6f55d5, #5739ce); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +.btn-purple:hover, .btn-purple.zeroclipboard-is-hover { + color: #fff; + background-color: #5132cb; + background-image: linear-gradient(#6549d2, #5132cb); +} +.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active { + background-color: #4f31c6; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.btn-purple.selected:hover { + background-color: #472cb2; +} +.btn-blue { + color: #fff; + background-color: #227efa; + background-image: linear-gradient(#4593fb, #227efa); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +.btn-blue:hover, .btn-blue.zeroclipboard-is-hover { + color: #fff; + background-color: #1878fa; + background-image: linear-gradient(#368afa, #1878fa); +} +.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active { + background-color: #1375f9; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.btn-blue.selected:hover { + background-color: #0669ed; +} +.btn-green { + color: #fff; + background-color: #10ac7d; + background-image: linear-gradient(#13cc95, #10ac7d); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +.btn-green:hover, .btn-green.zeroclipboard-is-hover { + color: #fff; + background-color: #0fa276; + background-image: linear-gradient(#12be8b, #0fa276); +} +.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active { + background-color: #0f9e73; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +.btn-green.selected:hover { + background-color: #0d8662; +} +.search { + position: relative; + z-index: 2; + flex-grow: 1; + height: 4rem; + padding: 0.5rem; + transition: padding linear 200ms; +} +@media (min-width: 50rem) { + .search { + position: relative !important; + width: auto !important; + height: 100% !important; + padding: 0; + transition: none; + } +} +.search-input-wrap { + position: relative; + z-index: 1; + height: 3rem; + overflow: hidden; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + transition: height linear 200ms; +} +@media (min-width: 50rem) { + .search-input-wrap { + position: absolute; + width: 100%; + max-width: 536px; + height: 100% !important; + border-radius: 0; + box-shadow: none; + transition: width ease 400ms; + } +} +.search-input { + position: absolute; + width: 100%; + height: 100%; + padding: 0.5rem 1rem 0.5rem 2.5rem; + font-size: 16px; + color: #5c5962; + background-color: #fff; + border-top: 0; + border-right: 0; + border-bottom: 0; + border-left: 0; + border-radius: 0; +} +@media (min-width: 50rem) { + .search-input { + padding: 0.5rem 1rem 0.5rem 3.5rem; + font-size: 14px; + background-color: #fff; + transition: padding-left linear 200ms; + } +} +.search-input:focus { + outline: 0; +} +.search-input:focus + .search-label .search-icon { + color: #7253ed; +} +.search-label { + position: absolute; + display: flex; + height: 100%; + padding-left: 1rem; +} +@media (min-width: 50rem) { + .search-label { + padding-left: 2rem; + transition: padding-left linear 200ms; + } +} +.search-label .search-icon { + width: 1.2rem; + height: 1.2rem; + align-self: center; + color: #959396; +} +.search-results { + position: absolute; + left: 0; + display: none; + width: 100%; + max-height: calc(100% - 4rem); + overflow-y: auto; + background-color: #fff; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); +} +@media (min-width: 50rem) { + .search-results { + top: 100%; + width: 536px; + max-height: calc(100vh - 200%) !important; + } +} +.search-results-list { + padding-left: 0; + margin-bottom: 0.25rem; + list-style: none; + font-size: 14px !important; +} +@media (min-width: 31.25rem) { + .search-results-list { + font-size: 16px !important; + } +} +@media (min-width: 50rem) { + .search-results-list { + font-size: 12px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + .search-results-list { + font-size: 14px !important; + } +} +.search-results-list-item { + padding: 0; + margin: 0; +} +.search-result { + display: block; + padding: 0.25rem 0.75rem; +} +.search-result:hover, .search-result.active { + background-color: #ebedf5; +} +.search-result-title { + display: block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (min-width: 31.25rem) { + .search-result-title { + display: inline-block; + width: 40%; + padding-right: 0.5rem; + vertical-align: top; + } +} +.search-result-doc { + display: flex; + align-items: center; + word-wrap: break-word; +} +.search-result-doc.search-result-doc-parent { + opacity: 0.5; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + .search-result-doc.search-result-doc-parent { + font-size: 14px !important; + } +} +@media (min-width: 50rem) { + .search-result-doc.search-result-doc-parent { + font-size: 11px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + .search-result-doc.search-result-doc-parent { + font-size: 12px !important; + } +} +.search-result-doc .search-result-icon { + width: 1rem; + height: 1rem; + margin-right: 0.5rem; + color: #7253ed; + flex-shrink: 0; +} +.search-result-doc .search-result-doc-title { + overflow: auto; +} +.search-result-section { + margin-left: 1.5rem; + word-wrap: break-word; +} +.search-result-rel-url { + display: block; + margin-left: 1.5rem; + overflow: hidden; + color: #959396; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 9px !important; +} +@media (min-width: 31.25rem) { + .search-result-rel-url { + font-size: 10px !important; + } +} +.search-result-previews { + display: block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + margin-left: 0.5rem; + color: #959396; + word-wrap: break-word; + border-left: 1px solid; + border-left-color: #eeebee; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .search-result-previews { + font-size: 12px !important; + } +} +@media (min-width: 31.25rem) { + .search-result-previews { + display: inline-block; + width: 60%; + padding-left: 0.5rem; + margin-left: 0; + vertical-align: top; + } +} +.search-result-preview + .search-result-preview { + margin-top: 0.25rem; +} +.search-result-highlight { + font-weight: bold; +} +.search-no-result { + padding: 0.5rem 0.75rem; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + .search-no-result { + font-size: 14px !important; + } +} +.search-button { + position: fixed; + right: 1rem; + bottom: 1rem; + display: flex; + width: 3.5rem; + height: 3.5rem; + background-color: #fff; + border: 1px solid rgba(114, 83, 237, 0.3); + border-radius: 1.75rem; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + align-items: center; + justify-content: center; +} +.search-overlay { + position: fixed; + top: 0; + left: 0; + z-index: 1; + width: 0; + height: 0; + background-color: rgba(0, 0, 0, 0.3); + opacity: 0; + transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms; +} +.search-active .search { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; +} +.search-active .search-input-wrap { + height: 4rem; + border-radius: 0; +} +@media (min-width: 50rem) { + .search-active .search-input-wrap { + width: 536px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + } +} +.search-active .search-input { + background-color: #fff; +} +@media (min-width: 50rem) { + .search-active .search-input { + padding-left: 2.3rem; + } +} +@media (min-width: 50rem) { + .search-active .search-label { + padding-left: 0.6rem; + } +} +.search-active .search-results { + display: block; +} +.search-active .search-overlay { + width: 100%; + height: 100%; + opacity: 1; + transition: opacity ease 400ms, width 0s, height 0s; +} +@media (min-width: 50rem) { + .search-active .main { + position: fixed; + right: 0; + left: 0; + } +} +.search-active .main-header { + padding-top: 4rem; +} +@media (min-width: 50rem) { + .search-active .main-header { + padding-top: 0; + } +} +.table-wrapper { + display: block; + width: 100%; + max-width: 100%; + margin-bottom: 1.5rem; + overflow-x: auto; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); +} +table { + display: table; + min-width: 100%; + border-collapse: separate; +} +th, td { + font-size: 12px !important; + min-width: 120px; + padding: 0.5rem 0.75rem; + background-color: #fff; + border-bottom: 1px solid rgba(238, 235, 238, 0.5); + border-left: 1px solid #eeebee; +} +@media (min-width: 31.25rem) { + th, td { + font-size: 14px !important; + } +} +th:first-of-type, td:first-of-type { + border-left: 0; +} +tbody tr:last-of-type th, tbody tr:last-of-type td { + border-bottom: 0; +} +tbody tr:last-of-type td { + padding-bottom: 0.75rem; +} +thead th { + border-bottom: 1px solid #eeebee; +} +:not(pre, figure) > code { + padding: 0.2em 0.15em; + font-weight: 400; + background-color: #f5f6fa; + border: 1px solid #eeebee; + border-radius: 4px; +} +a:visited code { + border-color: #eeebee; +} +div.highlighter-rouge, div.listingblock > div.content, figure.highlight { + margin-top: 0; + margin-bottom: 0.75rem; + background-color: #f5f6fa; + border-radius: 4px; + box-shadow: none; + -webkit-overflow-scrolling: touch; + position: relative; + padding: 0; +} +div.highlighter-rouge > button, div.listingblock > div.content > button, figure.highlight > button { + width: 0.75rem; + opacity: 0; + position: absolute; + top: 0; + right: 0; + border: 0.75rem solid #f5f6fa; + background-color: #f5f6fa; + color: #5c5962; + box-sizing: content-box; +} +div.highlighter-rouge > button svg, div.listingblock > div.content > button svg, figure.highlight > button svg { + fill: #5c5962; +} +div.highlighter-rouge > button:active, div.listingblock > div.content > button:active, figure.highlight > button:active { + text-decoration: none; + outline: none; + opacity: 1; +} +div.highlighter-rouge > button:focus, div.listingblock > div.content > button:focus, figure.highlight > button:focus { + opacity: 1; +} +div.highlighter-rouge:hover > button, div.listingblock > div.content:hover > button, figure.highlight:hover > button { + cursor: copy; + opacity: 1; +} +div.highlighter-rouge div.highlight { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +div.highlighter-rouge pre.highlight, div.highlighter-rouge code { + padding: 0; + margin: 0; + border: 0; +} +div.listingblock { + margin-top: 0; + margin-bottom: 0.75rem; +} +div.listingblock div.content { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +div.listingblock div.content > pre, div.listingblock code { + padding: 0; + margin: 0; + border: 0; +} +figure.highlight pre, figure.highlight :not(pre) > code { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +.highlight .table-wrapper { + padding: 0.75rem 0; + margin: 0; + border: 0; + box-shadow: none; +} +.highlight .table-wrapper td, .highlight .table-wrapper pre { + font-size: 11px !important; + min-width: 0; + padding: 0; + background-color: #f5f6fa; + border: 0; +} +@media (min-width: 31.25rem) { + .highlight .table-wrapper td, .highlight .table-wrapper pre { + font-size: 12px !important; + } +} +.highlight .table-wrapper td.gl { + width: 1em; + padding-right: 0.75rem; + padding-left: 0.75rem; +} +.highlight .table-wrapper pre { + margin: 0; + line-height: 2; +} +.code-example, .listingblock > .title { + padding: 0.75rem; + margin-bottom: 0.75rem; + overflow: auto; + border: 1px solid #eeebee; + border-radius: 4px; +} +.code-example + .highlighter-rouge, .code-example + .sectionbody .listingblock, .code-example + .content, .code-example + figure.highlight, .listingblock > .title + .highlighter-rouge, .listingblock > .title + .sectionbody .listingblock, .listingblock > .title + .content, .listingblock > .title + figure.highlight { + position: relative; + margin-top: -1rem; + border-right: 1px solid #eeebee; + border-bottom: 1px solid #eeebee; + border-left: 1px solid #eeebee; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +code.language-mermaid { + padding: 0; + background-color: inherit; + border: 0; +} +.highlight, pre.highlight { + background: #f5f6fa; + color: #5c5962; +} +.highlight pre { + background: #f5f6fa; +} +.text-grey-dk-000 { + color: #959396 !important; +} +.text-grey-dk-100 { + color: #5c5962 !important; +} +.text-grey-dk-200 { + color: #44434d !important; +} +.text-grey-dk-250 { + color: #302d36 !important; +} +.text-grey-dk-300 { + color: #27262b !important; +} +.text-grey-lt-000 { + color: #f5f6fa !important; +} +.text-grey-lt-100 { + color: #eeebee !important; +} +.text-grey-lt-200 { + color: #ecebed !important; +} +.text-grey-lt-300 { + color: #e6e1e8 !important; +} +.text-blue-000 { + color: #2c84fa !important; +} +.text-blue-100 { + color: #2869e6 !important; +} +.text-blue-200 { + color: #264caf !important; +} +.text-blue-300 { + color: #183385 !important; +} +.text-green-000 { + color: #41d693 !important; +} +.text-green-100 { + color: #11b584 !important; +} +.text-green-200 { + color: #009c7b !important; +} +.text-green-300 { + color: #026e57 !important; +} +.text-purple-000 { + color: #7253ed !important; +} +.text-purple-100 { + color: #5e41d0 !important; +} +.text-purple-200 { + color: #4e26af !important; +} +.text-purple-300 { + color: #381885 !important; +} +.text-yellow-000 { + color: #ffeb82 !important; +} +.text-yellow-100 { + color: #fadf50 !important; +} +.text-yellow-200 { + color: #f7d12e !important; +} +.text-yellow-300 { + color: #e7af06 !important; +} +.text-red-000 { + color: #f77e7e !important; +} +.text-red-100 { + color: #f96e65 !important; +} +.text-red-200 { + color: #e94c4c !important; +} +.text-red-300 { + color: #dd2e2e !important; +} +.bg-grey-dk-000 { + background-color: #959396 !important; +} +.bg-grey-dk-100 { + background-color: #5c5962 !important; +} +.bg-grey-dk-200 { + background-color: #44434d !important; +} +.bg-grey-dk-250 { + background-color: #302d36 !important; +} +.bg-grey-dk-300 { + background-color: #27262b !important; +} +.bg-grey-lt-000 { + background-color: #f5f6fa !important; +} +.bg-grey-lt-100 { + background-color: #eeebee !important; +} +.bg-grey-lt-200 { + background-color: #ecebed !important; +} +.bg-grey-lt-300 { + background-color: #e6e1e8 !important; +} +.bg-blue-000 { + background-color: #2c84fa !important; +} +.bg-blue-100 { + background-color: #2869e6 !important; +} +.bg-blue-200 { + background-color: #264caf !important; +} +.bg-blue-300 { + background-color: #183385 !important; +} +.bg-green-000 { + background-color: #41d693 !important; +} +.bg-green-100 { + background-color: #11b584 !important; +} +.bg-green-200 { + background-color: #009c7b !important; +} +.bg-green-300 { + background-color: #026e57 !important; +} +.bg-purple-000 { + background-color: #7253ed !important; +} +.bg-purple-100 { + background-color: #5e41d0 !important; +} +.bg-purple-200 { + background-color: #4e26af !important; +} +.bg-purple-300 { + background-color: #381885 !important; +} +.bg-yellow-000 { + background-color: #ffeb82 !important; +} +.bg-yellow-100 { + background-color: #fadf50 !important; +} +.bg-yellow-200 { + background-color: #f7d12e !important; +} +.bg-yellow-300 { + background-color: #e7af06 !important; +} +.bg-red-000 { + background-color: #f77e7e !important; +} +.bg-red-100 { + background-color: #f96e65 !important; +} +.bg-red-200 { + background-color: #e94c4c !important; +} +.bg-red-300 { + background-color: #dd2e2e !important; +} +.d-block { + display: block !important; +} +.d-flex { + display: flex !important; +} +.d-inline { + display: inline !important; +} +.d-inline-block { + display: inline-block !important; +} +.d-none { + display: none !important; +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + .d-xs-block { + display: block !important; + } + .d-xs-flex { + display: flex !important; + } + .d-xs-inline { + display: inline !important; + } + .d-xs-inline-block { + display: inline-block !important; + } + .d-xs-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + .d-sm-block { + display: block !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + .d-md-block { + display: block !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + .d-lg-block { + display: block !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + .d-xl-block { + display: block !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-none { + display: none !important; + } +} +.float-left { + float: left !important; +} +.float-right { + float: right !important; +} +.flex-justify-start { + justify-content: flex-start !important; +} +.flex-justify-end { + justify-content: flex-end !important; +} +.flex-justify-between { + justify-content: space-between !important; +} +.flex-justify-around { + justify-content: space-around !important; +} +.v-align-baseline { + vertical-align: baseline !important; +} +.v-align-bottom { + vertical-align: bottom !important; +} +.v-align-middle { + vertical-align: middle !important; +} +.v-align-text-bottom { + vertical-align: text-bottom !important; +} +.v-align-text-top { + vertical-align: text-top !important; +} +.v-align-top { + vertical-align: top !important; +} +.fs-1 { + font-size: 9px !important; +} +@media (min-width: 31.25rem) { + .fs-1 { + font-size: 10px !important; + } +} +.fs-2 { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + .fs-2 { + font-size: 12px !important; + } +} +.fs-3 { + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + .fs-3 { + font-size: 14px !important; + } +} +.fs-4 { + font-size: 14px !important; +} +@media (min-width: 31.25rem) { + .fs-4 { + font-size: 16px !important; + } +} +.fs-5 { + font-size: 16px !important; +} +@media (min-width: 31.25rem) { + .fs-5 { + font-size: 18px !important; + } +} +.fs-6 { + font-size: 18px !important; +} +@media (min-width: 31.25rem) { + .fs-6 { + font-size: 24px !important; + line-height: 1.25; + } +} +.fs-7 { + font-size: 24px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + .fs-7 { + font-size: 32px !important; + } +} +.fs-8 { + font-size: 32px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + .fs-8 { + font-size: 36px !important; + } +} +.fs-9 { + font-size: 36px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + .fs-9 { + font-size: 42px !important; + } +} +.fs-10 { + font-size: 42px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + .fs-10 { + font-size: 48px !important; + } +} +.fw-300 { + font-weight: 300 !important; +} +.fw-400 { + font-weight: 400 !important; +} +.fw-500 { + font-weight: 500 !important; +} +.fw-700 { + font-weight: 700 !important; +} +.lh-0 { + line-height: 0 !important; +} +.lh-default { + line-height: 1.4; +} +.lh-tight { + line-height: 1.25; +} +.ls-5 { + letter-spacing: 0.05em !important; +} +.ls-10 { + letter-spacing: 0.1em !important; +} +.ls-0 { + letter-spacing: 0 !important; +} +.text-uppercase { + text-transform: uppercase !important; +} +.list-style-none { + padding: 0 !important; + margin: 0 !important; + list-style: none !important; +} +.list-style-none li::before { + display: none !important; +} +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-0 { + margin: 0 !important; +} +.mt-0 { + margin-top: 0 !important; +} +.mr-0 { + margin-right: 0 !important; +} +.mb-0 { + margin-bottom: 0 !important; +} +.ml-0 { + margin-left: 0 !important; +} +.mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +.mxn-0 { + margin-right: -0 !important; + margin-left: -0 !important; +} +.mx-0-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-1 { + margin: 0.25rem !important; +} +.mt-1 { + margin-top: 0.25rem !important; +} +.mr-1 { + margin-right: 0.25rem !important; +} +.mb-1 { + margin-bottom: 0.25rem !important; +} +.ml-1 { + margin-left: 0.25rem !important; +} +.mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +.mxn-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; +} +.mx-1-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-2 { + margin: 0.5rem !important; +} +.mt-2 { + margin-top: 0.5rem !important; +} +.mr-2 { + margin-right: 0.5rem !important; +} +.mb-2 { + margin-bottom: 0.5rem !important; +} +.ml-2 { + margin-left: 0.5rem !important; +} +.mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +.mxn-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; +} +.mx-2-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-3 { + margin: 0.75rem !important; +} +.mt-3 { + margin-top: 0.75rem !important; +} +.mr-3 { + margin-right: 0.75rem !important; +} +.mb-3 { + margin-bottom: 0.75rem !important; +} +.ml-3 { + margin-left: 0.75rem !important; +} +.mx-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} +.mxn-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; +} +.mx-3-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-4 { + margin: 1rem !important; +} +.mt-4 { + margin-top: 1rem !important; +} +.mr-4 { + margin-right: 1rem !important; +} +.mb-4 { + margin-bottom: 1rem !important; +} +.ml-4 { + margin-left: 1rem !important; +} +.mx-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +.mxn-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; +} +.mx-4-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-5 { + margin: 1.5rem !important; +} +.mt-5 { + margin-top: 1.5rem !important; +} +.mr-5 { + margin-right: 1.5rem !important; +} +.mb-5 { + margin-bottom: 1.5rem !important; +} +.ml-5 { + margin-left: 1.5rem !important; +} +.mx-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} +.my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +.mxn-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; +} +.mx-5-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-6 { + margin: 2rem !important; +} +.mt-6 { + margin-top: 2rem !important; +} +.mr-6 { + margin-right: 2rem !important; +} +.mb-6 { + margin-bottom: 2rem !important; +} +.ml-6 { + margin-left: 2rem !important; +} +.mx-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; +} +.my-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} +.mxn-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; +} +.mx-6-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-7 { + margin: 2.5rem !important; +} +.mt-7 { + margin-top: 2.5rem !important; +} +.mr-7 { + margin-right: 2.5rem !important; +} +.mb-7 { + margin-bottom: 2.5rem !important; +} +.ml-7 { + margin-left: 2.5rem !important; +} +.mx-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; +} +.my-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; +} +.mxn-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; +} +.mx-7-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-8 { + margin: 3rem !important; +} +.mt-8 { + margin-top: 3rem !important; +} +.mr-8 { + margin-right: 3rem !important; +} +.mb-8 { + margin-bottom: 3rem !important; +} +.ml-8 { + margin-left: 3rem !important; +} +.mx-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} +.my-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +.mxn-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; +} +.mx-8-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-9 { + margin: 3.5rem !important; +} +.mt-9 { + margin-top: 3.5rem !important; +} +.mr-9 { + margin-right: 3.5rem !important; +} +.mb-9 { + margin-bottom: 3.5rem !important; +} +.ml-9 { + margin-left: 3.5rem !important; +} +.mx-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; +} +.my-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; +} +.mxn-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; +} +.mx-9-auto { + margin-right: auto !important; + margin-left: auto !important; +} +.m-10 { + margin: 4rem !important; +} +.mt-10 { + margin-top: 4rem !important; +} +.mr-10 { + margin-right: 4rem !important; +} +.mb-10 { + margin-bottom: 4rem !important; +} +.ml-10 { + margin-left: 4rem !important; +} +.mx-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; +} +.my-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} +.mxn-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; +} +.mx-10-auto { + margin-right: auto !important; + margin-left: auto !important; +} +@media (min-width: 20rem) { + .m-xs-0 { + margin: 0 !important; + } + .mt-xs-0 { + margin-top: 0 !important; + } + .mr-xs-0 { + margin-right: 0 !important; + } + .mb-xs-0 { + margin-bottom: 0 !important; + } + .ml-xs-0 { + margin-left: 0 !important; + } + .mx-xs-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .my-xs-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .mxn-xs-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 20rem) { + .m-xs-1 { + margin: 0.25rem !important; + } + .mt-xs-1 { + margin-top: 0.25rem !important; + } + .mr-xs-1 { + margin-right: 0.25rem !important; + } + .mb-xs-1 { + margin-bottom: 0.25rem !important; + } + .ml-xs-1 { + margin-left: 0.25rem !important; + } + .mx-xs-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .my-xs-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .mxn-xs-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-2 { + margin: 0.5rem !important; + } + .mt-xs-2 { + margin-top: 0.5rem !important; + } + .mr-xs-2 { + margin-right: 0.5rem !important; + } + .mb-xs-2 { + margin-bottom: 0.5rem !important; + } + .ml-xs-2 { + margin-left: 0.5rem !important; + } + .mx-xs-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .my-xs-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .mxn-xs-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-3 { + margin: 0.75rem !important; + } + .mt-xs-3 { + margin-top: 0.75rem !important; + } + .mr-xs-3 { + margin-right: 0.75rem !important; + } + .mb-xs-3 { + margin-bottom: 0.75rem !important; + } + .ml-xs-3 { + margin-left: 0.75rem !important; + } + .mx-xs-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .my-xs-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .mxn-xs-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-4 { + margin: 1rem !important; + } + .mt-xs-4 { + margin-top: 1rem !important; + } + .mr-xs-4 { + margin-right: 1rem !important; + } + .mb-xs-4 { + margin-bottom: 1rem !important; + } + .ml-xs-4 { + margin-left: 1rem !important; + } + .mx-xs-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .my-xs-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .mxn-xs-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-5 { + margin: 1.5rem !important; + } + .mt-xs-5 { + margin-top: 1.5rem !important; + } + .mr-xs-5 { + margin-right: 1.5rem !important; + } + .mb-xs-5 { + margin-bottom: 1.5rem !important; + } + .ml-xs-5 { + margin-left: 1.5rem !important; + } + .mx-xs-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .my-xs-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .mxn-xs-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-6 { + margin: 2rem !important; + } + .mt-xs-6 { + margin-top: 2rem !important; + } + .mr-xs-6 { + margin-right: 2rem !important; + } + .mb-xs-6 { + margin-bottom: 2rem !important; + } + .ml-xs-6 { + margin-left: 2rem !important; + } + .mx-xs-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .my-xs-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .mxn-xs-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-7 { + margin: 2.5rem !important; + } + .mt-xs-7 { + margin-top: 2.5rem !important; + } + .mr-xs-7 { + margin-right: 2.5rem !important; + } + .mb-xs-7 { + margin-bottom: 2.5rem !important; + } + .ml-xs-7 { + margin-left: 2.5rem !important; + } + .mx-xs-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .my-xs-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .mxn-xs-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-8 { + margin: 3rem !important; + } + .mt-xs-8 { + margin-top: 3rem !important; + } + .mr-xs-8 { + margin-right: 3rem !important; + } + .mb-xs-8 { + margin-bottom: 3rem !important; + } + .ml-xs-8 { + margin-left: 3rem !important; + } + .mx-xs-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .my-xs-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .mxn-xs-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-9 { + margin: 3.5rem !important; + } + .mt-xs-9 { + margin-top: 3.5rem !important; + } + .mr-xs-9 { + margin-right: 3.5rem !important; + } + .mb-xs-9 { + margin-bottom: 3.5rem !important; + } + .ml-xs-9 { + margin-left: 3.5rem !important; + } + .mx-xs-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .my-xs-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .mxn-xs-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 20rem) { + .m-xs-10 { + margin: 4rem !important; + } + .mt-xs-10 { + margin-top: 4rem !important; + } + .mr-xs-10 { + margin-right: 4rem !important; + } + .mb-xs-10 { + margin-bottom: 4rem !important; + } + .ml-xs-10 { + margin-left: 4rem !important; + } + .mx-xs-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .my-xs-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .mxn-xs-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-0 { + margin: 0 !important; + } + .mt-sm-0 { + margin-top: 0 !important; + } + .mr-sm-0 { + margin-right: 0 !important; + } + .mb-sm-0 { + margin-bottom: 0 !important; + } + .ml-sm-0 { + margin-left: 0 !important; + } + .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .mxn-sm-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-1 { + margin: 0.25rem !important; + } + .mt-sm-1 { + margin-top: 0.25rem !important; + } + .mr-sm-1 { + margin-right: 0.25rem !important; + } + .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + .ml-sm-1 { + margin-left: 0.25rem !important; + } + .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .mxn-sm-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-2 { + margin: 0.5rem !important; + } + .mt-sm-2 { + margin-top: 0.5rem !important; + } + .mr-sm-2 { + margin-right: 0.5rem !important; + } + .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + .ml-sm-2 { + margin-left: 0.5rem !important; + } + .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .mxn-sm-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-3 { + margin: 0.75rem !important; + } + .mt-sm-3 { + margin-top: 0.75rem !important; + } + .mr-sm-3 { + margin-right: 0.75rem !important; + } + .mb-sm-3 { + margin-bottom: 0.75rem !important; + } + .ml-sm-3 { + margin-left: 0.75rem !important; + } + .mx-sm-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .my-sm-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .mxn-sm-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-4 { + margin: 1rem !important; + } + .mt-sm-4 { + margin-top: 1rem !important; + } + .mr-sm-4 { + margin-right: 1rem !important; + } + .mb-sm-4 { + margin-bottom: 1rem !important; + } + .ml-sm-4 { + margin-left: 1rem !important; + } + .mx-sm-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .my-sm-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .mxn-sm-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-5 { + margin: 1.5rem !important; + } + .mt-sm-5 { + margin-top: 1.5rem !important; + } + .mr-sm-5 { + margin-right: 1.5rem !important; + } + .mb-sm-5 { + margin-bottom: 1.5rem !important; + } + .ml-sm-5 { + margin-left: 1.5rem !important; + } + .mx-sm-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .my-sm-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .mxn-sm-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-6 { + margin: 2rem !important; + } + .mt-sm-6 { + margin-top: 2rem !important; + } + .mr-sm-6 { + margin-right: 2rem !important; + } + .mb-sm-6 { + margin-bottom: 2rem !important; + } + .ml-sm-6 { + margin-left: 2rem !important; + } + .mx-sm-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .my-sm-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .mxn-sm-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-7 { + margin: 2.5rem !important; + } + .mt-sm-7 { + margin-top: 2.5rem !important; + } + .mr-sm-7 { + margin-right: 2.5rem !important; + } + .mb-sm-7 { + margin-bottom: 2.5rem !important; + } + .ml-sm-7 { + margin-left: 2.5rem !important; + } + .mx-sm-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .my-sm-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .mxn-sm-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-8 { + margin: 3rem !important; + } + .mt-sm-8 { + margin-top: 3rem !important; + } + .mr-sm-8 { + margin-right: 3rem !important; + } + .mb-sm-8 { + margin-bottom: 3rem !important; + } + .ml-sm-8 { + margin-left: 3rem !important; + } + .mx-sm-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .my-sm-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .mxn-sm-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-9 { + margin: 3.5rem !important; + } + .mt-sm-9 { + margin-top: 3.5rem !important; + } + .mr-sm-9 { + margin-right: 3.5rem !important; + } + .mb-sm-9 { + margin-bottom: 3.5rem !important; + } + .ml-sm-9 { + margin-left: 3.5rem !important; + } + .mx-sm-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .my-sm-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .mxn-sm-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 31.25rem) { + .m-sm-10 { + margin: 4rem !important; + } + .mt-sm-10 { + margin-top: 4rem !important; + } + .mr-sm-10 { + margin-right: 4rem !important; + } + .mb-sm-10 { + margin-bottom: 4rem !important; + } + .ml-sm-10 { + margin-left: 4rem !important; + } + .mx-sm-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .my-sm-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .mxn-sm-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 50rem) { + .m-md-0 { + margin: 0 !important; + } + .mt-md-0 { + margin-top: 0 !important; + } + .mr-md-0 { + margin-right: 0 !important; + } + .mb-md-0 { + margin-bottom: 0 !important; + } + .ml-md-0 { + margin-left: 0 !important; + } + .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .mxn-md-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 50rem) { + .m-md-1 { + margin: 0.25rem !important; + } + .mt-md-1 { + margin-top: 0.25rem !important; + } + .mr-md-1 { + margin-right: 0.25rem !important; + } + .mb-md-1 { + margin-bottom: 0.25rem !important; + } + .ml-md-1 { + margin-left: 0.25rem !important; + } + .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .mxn-md-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 50rem) { + .m-md-2 { + margin: 0.5rem !important; + } + .mt-md-2 { + margin-top: 0.5rem !important; + } + .mr-md-2 { + margin-right: 0.5rem !important; + } + .mb-md-2 { + margin-bottom: 0.5rem !important; + } + .ml-md-2 { + margin-left: 0.5rem !important; + } + .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .mxn-md-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 50rem) { + .m-md-3 { + margin: 0.75rem !important; + } + .mt-md-3 { + margin-top: 0.75rem !important; + } + .mr-md-3 { + margin-right: 0.75rem !important; + } + .mb-md-3 { + margin-bottom: 0.75rem !important; + } + .ml-md-3 { + margin-left: 0.75rem !important; + } + .mx-md-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .my-md-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .mxn-md-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 50rem) { + .m-md-4 { + margin: 1rem !important; + } + .mt-md-4 { + margin-top: 1rem !important; + } + .mr-md-4 { + margin-right: 1rem !important; + } + .mb-md-4 { + margin-bottom: 1rem !important; + } + .ml-md-4 { + margin-left: 1rem !important; + } + .mx-md-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .my-md-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .mxn-md-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 50rem) { + .m-md-5 { + margin: 1.5rem !important; + } + .mt-md-5 { + margin-top: 1.5rem !important; + } + .mr-md-5 { + margin-right: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 1.5rem !important; + } + .ml-md-5 { + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .my-md-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .mxn-md-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 50rem) { + .m-md-6 { + margin: 2rem !important; + } + .mt-md-6 { + margin-top: 2rem !important; + } + .mr-md-6 { + margin-right: 2rem !important; + } + .mb-md-6 { + margin-bottom: 2rem !important; + } + .ml-md-6 { + margin-left: 2rem !important; + } + .mx-md-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .my-md-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .mxn-md-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 50rem) { + .m-md-7 { + margin: 2.5rem !important; + } + .mt-md-7 { + margin-top: 2.5rem !important; + } + .mr-md-7 { + margin-right: 2.5rem !important; + } + .mb-md-7 { + margin-bottom: 2.5rem !important; + } + .ml-md-7 { + margin-left: 2.5rem !important; + } + .mx-md-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .my-md-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .mxn-md-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 50rem) { + .m-md-8 { + margin: 3rem !important; + } + .mt-md-8 { + margin-top: 3rem !important; + } + .mr-md-8 { + margin-right: 3rem !important; + } + .mb-md-8 { + margin-bottom: 3rem !important; + } + .ml-md-8 { + margin-left: 3rem !important; + } + .mx-md-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .my-md-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .mxn-md-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 50rem) { + .m-md-9 { + margin: 3.5rem !important; + } + .mt-md-9 { + margin-top: 3.5rem !important; + } + .mr-md-9 { + margin-right: 3.5rem !important; + } + .mb-md-9 { + margin-bottom: 3.5rem !important; + } + .ml-md-9 { + margin-left: 3.5rem !important; + } + .mx-md-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .my-md-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .mxn-md-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 50rem) { + .m-md-10 { + margin: 4rem !important; + } + .mt-md-10 { + margin-top: 4rem !important; + } + .mr-md-10 { + margin-right: 4rem !important; + } + .mb-md-10 { + margin-bottom: 4rem !important; + } + .ml-md-10 { + margin-left: 4rem !important; + } + .mx-md-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .my-md-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .mxn-md-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-0 { + margin: 0 !important; + } + .mt-lg-0 { + margin-top: 0 !important; + } + .mr-lg-0 { + margin-right: 0 !important; + } + .mb-lg-0 { + margin-bottom: 0 !important; + } + .ml-lg-0 { + margin-left: 0 !important; + } + .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .mxn-lg-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-1 { + margin: 0.25rem !important; + } + .mt-lg-1 { + margin-top: 0.25rem !important; + } + .mr-lg-1 { + margin-right: 0.25rem !important; + } + .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + .ml-lg-1 { + margin-left: 0.25rem !important; + } + .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .mxn-lg-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-2 { + margin: 0.5rem !important; + } + .mt-lg-2 { + margin-top: 0.5rem !important; + } + .mr-lg-2 { + margin-right: 0.5rem !important; + } + .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + .ml-lg-2 { + margin-left: 0.5rem !important; + } + .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .mxn-lg-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-3 { + margin: 0.75rem !important; + } + .mt-lg-3 { + margin-top: 0.75rem !important; + } + .mr-lg-3 { + margin-right: 0.75rem !important; + } + .mb-lg-3 { + margin-bottom: 0.75rem !important; + } + .ml-lg-3 { + margin-left: 0.75rem !important; + } + .mx-lg-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .my-lg-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .mxn-lg-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-4 { + margin: 1rem !important; + } + .mt-lg-4 { + margin-top: 1rem !important; + } + .mr-lg-4 { + margin-right: 1rem !important; + } + .mb-lg-4 { + margin-bottom: 1rem !important; + } + .ml-lg-4 { + margin-left: 1rem !important; + } + .mx-lg-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .my-lg-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .mxn-lg-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-5 { + margin: 1.5rem !important; + } + .mt-lg-5 { + margin-top: 1.5rem !important; + } + .mr-lg-5 { + margin-right: 1.5rem !important; + } + .mb-lg-5 { + margin-bottom: 1.5rem !important; + } + .ml-lg-5 { + margin-left: 1.5rem !important; + } + .mx-lg-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .my-lg-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .mxn-lg-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-6 { + margin: 2rem !important; + } + .mt-lg-6 { + margin-top: 2rem !important; + } + .mr-lg-6 { + margin-right: 2rem !important; + } + .mb-lg-6 { + margin-bottom: 2rem !important; + } + .ml-lg-6 { + margin-left: 2rem !important; + } + .mx-lg-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .my-lg-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .mxn-lg-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-7 { + margin: 2.5rem !important; + } + .mt-lg-7 { + margin-top: 2.5rem !important; + } + .mr-lg-7 { + margin-right: 2.5rem !important; + } + .mb-lg-7 { + margin-bottom: 2.5rem !important; + } + .ml-lg-7 { + margin-left: 2.5rem !important; + } + .mx-lg-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .my-lg-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .mxn-lg-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-8 { + margin: 3rem !important; + } + .mt-lg-8 { + margin-top: 3rem !important; + } + .mr-lg-8 { + margin-right: 3rem !important; + } + .mb-lg-8 { + margin-bottom: 3rem !important; + } + .ml-lg-8 { + margin-left: 3rem !important; + } + .mx-lg-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .my-lg-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .mxn-lg-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-9 { + margin: 3.5rem !important; + } + .mt-lg-9 { + margin-top: 3.5rem !important; + } + .mr-lg-9 { + margin-right: 3.5rem !important; + } + .mb-lg-9 { + margin-bottom: 3.5rem !important; + } + .ml-lg-9 { + margin-left: 3.5rem !important; + } + .mx-lg-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .my-lg-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .mxn-lg-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 66.5rem) { + .m-lg-10 { + margin: 4rem !important; + } + .mt-lg-10 { + margin-top: 4rem !important; + } + .mr-lg-10 { + margin-right: 4rem !important; + } + .mb-lg-10 { + margin-bottom: 4rem !important; + } + .ml-lg-10 { + margin-left: 4rem !important; + } + .mx-lg-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .my-lg-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .mxn-lg-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-0 { + margin: 0 !important; + } + .mt-xl-0 { + margin-top: 0 !important; + } + .mr-xl-0 { + margin-right: 0 !important; + } + .mb-xl-0 { + margin-bottom: 0 !important; + } + .ml-xl-0 { + margin-left: 0 !important; + } + .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .mxn-xl-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-1 { + margin: 0.25rem !important; + } + .mt-xl-1 { + margin-top: 0.25rem !important; + } + .mr-xl-1 { + margin-right: 0.25rem !important; + } + .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + .ml-xl-1 { + margin-left: 0.25rem !important; + } + .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .mxn-xl-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-2 { + margin: 0.5rem !important; + } + .mt-xl-2 { + margin-top: 0.5rem !important; + } + .mr-xl-2 { + margin-right: 0.5rem !important; + } + .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + .ml-xl-2 { + margin-left: 0.5rem !important; + } + .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .mxn-xl-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-3 { + margin: 0.75rem !important; + } + .mt-xl-3 { + margin-top: 0.75rem !important; + } + .mr-xl-3 { + margin-right: 0.75rem !important; + } + .mb-xl-3 { + margin-bottom: 0.75rem !important; + } + .ml-xl-3 { + margin-left: 0.75rem !important; + } + .mx-xl-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .my-xl-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .mxn-xl-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-4 { + margin: 1rem !important; + } + .mt-xl-4 { + margin-top: 1rem !important; + } + .mr-xl-4 { + margin-right: 1rem !important; + } + .mb-xl-4 { + margin-bottom: 1rem !important; + } + .ml-xl-4 { + margin-left: 1rem !important; + } + .mx-xl-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .my-xl-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .mxn-xl-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-5 { + margin: 1.5rem !important; + } + .mt-xl-5 { + margin-top: 1.5rem !important; + } + .mr-xl-5 { + margin-right: 1.5rem !important; + } + .mb-xl-5 { + margin-bottom: 1.5rem !important; + } + .ml-xl-5 { + margin-left: 1.5rem !important; + } + .mx-xl-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .my-xl-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .mxn-xl-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-6 { + margin: 2rem !important; + } + .mt-xl-6 { + margin-top: 2rem !important; + } + .mr-xl-6 { + margin-right: 2rem !important; + } + .mb-xl-6 { + margin-bottom: 2rem !important; + } + .ml-xl-6 { + margin-left: 2rem !important; + } + .mx-xl-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .my-xl-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .mxn-xl-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-7 { + margin: 2.5rem !important; + } + .mt-xl-7 { + margin-top: 2.5rem !important; + } + .mr-xl-7 { + margin-right: 2.5rem !important; + } + .mb-xl-7 { + margin-bottom: 2.5rem !important; + } + .ml-xl-7 { + margin-left: 2.5rem !important; + } + .mx-xl-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .my-xl-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .mxn-xl-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-8 { + margin: 3rem !important; + } + .mt-xl-8 { + margin-top: 3rem !important; + } + .mr-xl-8 { + margin-right: 3rem !important; + } + .mb-xl-8 { + margin-bottom: 3rem !important; + } + .ml-xl-8 { + margin-left: 3rem !important; + } + .mx-xl-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .my-xl-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .mxn-xl-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-9 { + margin: 3.5rem !important; + } + .mt-xl-9 { + margin-top: 3.5rem !important; + } + .mr-xl-9 { + margin-right: 3.5rem !important; + } + .mb-xl-9 { + margin-bottom: 3.5rem !important; + } + .ml-xl-9 { + margin-left: 3.5rem !important; + } + .mx-xl-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .my-xl-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .mxn-xl-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 87.5rem) { + .m-xl-10 { + margin: 4rem !important; + } + .mt-xl-10 { + margin-top: 4rem !important; + } + .mr-xl-10 { + margin-right: 4rem !important; + } + .mb-xl-10 { + margin-bottom: 4rem !important; + } + .ml-xl-10 { + margin-left: 4rem !important; + } + .mx-xl-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .my-xl-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .mxn-xl-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +.p-0 { + padding: 0 !important; +} +.pt-0 { + padding-top: 0 !important; +} +.pr-0 { + padding-right: 0 !important; +} +.pb-0 { + padding-bottom: 0 !important; +} +.pl-0 { + padding-left: 0 !important; +} +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +.p-1 { + padding: 0.25rem !important; +} +.pt-1 { + padding-top: 0.25rem !important; +} +.pr-1 { + padding-right: 0.25rem !important; +} +.pb-1 { + padding-bottom: 0.25rem !important; +} +.pl-1 { + padding-left: 0.25rem !important; +} +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +.p-2 { + padding: 0.5rem !important; +} +.pt-2 { + padding-top: 0.5rem !important; +} +.pr-2 { + padding-right: 0.5rem !important; +} +.pb-2 { + padding-bottom: 0.5rem !important; +} +.pl-2 { + padding-left: 0.5rem !important; +} +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +.p-3 { + padding: 0.75rem !important; +} +.pt-3 { + padding-top: 0.75rem !important; +} +.pr-3 { + padding-right: 0.75rem !important; +} +.pb-3 { + padding-bottom: 0.75rem !important; +} +.pl-3 { + padding-left: 0.75rem !important; +} +.px-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} +.p-4 { + padding: 1rem !important; +} +.pt-4 { + padding-top: 1rem !important; +} +.pr-4 { + padding-right: 1rem !important; +} +.pb-4 { + padding-bottom: 1rem !important; +} +.pl-4 { + padding-left: 1rem !important; +} +.px-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +.p-5 { + padding: 1.5rem !important; +} +.pt-5 { + padding-top: 1.5rem !important; +} +.pr-5 { + padding-right: 1.5rem !important; +} +.pb-5 { + padding-bottom: 1.5rem !important; +} +.pl-5 { + padding-left: 1.5rem !important; +} +.px-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} +.py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +.p-6 { + padding: 2rem !important; +} +.pt-6 { + padding-top: 2rem !important; +} +.pr-6 { + padding-right: 2rem !important; +} +.pb-6 { + padding-bottom: 2rem !important; +} +.pl-6 { + padding-left: 2rem !important; +} +.px-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; +} +.py-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} +.p-7 { + padding: 2.5rem !important; +} +.pt-7 { + padding-top: 2.5rem !important; +} +.pr-7 { + padding-right: 2.5rem !important; +} +.pb-7 { + padding-bottom: 2.5rem !important; +} +.pl-7 { + padding-left: 2.5rem !important; +} +.px-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; +} +.py-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; +} +.p-8 { + padding: 3rem !important; +} +.pt-8 { + padding-top: 3rem !important; +} +.pr-8 { + padding-right: 3rem !important; +} +.pb-8 { + padding-bottom: 3rem !important; +} +.pl-8 { + padding-left: 3rem !important; +} +.px-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} +.py-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +.p-9 { + padding: 3.5rem !important; +} +.pt-9 { + padding-top: 3.5rem !important; +} +.pr-9 { + padding-right: 3.5rem !important; +} +.pb-9 { + padding-bottom: 3.5rem !important; +} +.pl-9 { + padding-left: 3.5rem !important; +} +.px-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; +} +.py-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; +} +.p-10 { + padding: 4rem !important; +} +.pt-10 { + padding-top: 4rem !important; +} +.pr-10 { + padding-right: 4rem !important; +} +.pb-10 { + padding-bottom: 4rem !important; +} +.pl-10 { + padding-left: 4rem !important; +} +.px-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; +} +.py-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} +@media (min-width: 20rem) { + .p-xs-0 { + padding: 0 !important; + } + .pt-xs-0 { + padding-top: 0 !important; + } + .pr-xs-0 { + padding-right: 0 !important; + } + .pb-xs-0 { + padding-bottom: 0 !important; + } + .pl-xs-0 { + padding-left: 0 !important; + } + .px-xs-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-xs-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .p-xs-1 { + padding: 0.25rem !important; + } + .pt-xs-1 { + padding-top: 0.25rem !important; + } + .pr-xs-1 { + padding-right: 0.25rem !important; + } + .pb-xs-1 { + padding-bottom: 0.25rem !important; + } + .pl-xs-1 { + padding-left: 0.25rem !important; + } + .px-xs-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .py-xs-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .p-xs-2 { + padding: 0.5rem !important; + } + .pt-xs-2 { + padding-top: 0.5rem !important; + } + .pr-xs-2 { + padding-right: 0.5rem !important; + } + .pb-xs-2 { + padding-bottom: 0.5rem !important; + } + .pl-xs-2 { + padding-left: 0.5rem !important; + } + .px-xs-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .py-xs-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .p-xs-3 { + padding: 0.75rem !important; + } + .pt-xs-3 { + padding-top: 0.75rem !important; + } + .pr-xs-3 { + padding-right: 0.75rem !important; + } + .pb-xs-3 { + padding-bottom: 0.75rem !important; + } + .pl-xs-3 { + padding-left: 0.75rem !important; + } + .px-xs-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .py-xs-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .p-xs-4 { + padding: 1rem !important; + } + .pt-xs-4 { + padding-top: 1rem !important; + } + .pr-xs-4 { + padding-right: 1rem !important; + } + .pb-xs-4 { + padding-bottom: 1rem !important; + } + .pl-xs-4 { + padding-left: 1rem !important; + } + .px-xs-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .py-xs-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .p-xs-5 { + padding: 1.5rem !important; + } + .pt-xs-5 { + padding-top: 1.5rem !important; + } + .pr-xs-5 { + padding-right: 1.5rem !important; + } + .pb-xs-5 { + padding-bottom: 1.5rem !important; + } + .pl-xs-5 { + padding-left: 1.5rem !important; + } + .px-xs-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .py-xs-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .p-xs-6 { + padding: 2rem !important; + } + .pt-xs-6 { + padding-top: 2rem !important; + } + .pr-xs-6 { + padding-right: 2rem !important; + } + .pb-xs-6 { + padding-bottom: 2rem !important; + } + .pl-xs-6 { + padding-left: 2rem !important; + } + .px-xs-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .py-xs-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .p-xs-7 { + padding: 2.5rem !important; + } + .pt-xs-7 { + padding-top: 2.5rem !important; + } + .pr-xs-7 { + padding-right: 2.5rem !important; + } + .pb-xs-7 { + padding-bottom: 2.5rem !important; + } + .pl-xs-7 { + padding-left: 2.5rem !important; + } + .px-xs-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .py-xs-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .p-xs-8 { + padding: 3rem !important; + } + .pt-xs-8 { + padding-top: 3rem !important; + } + .pr-xs-8 { + padding-right: 3rem !important; + } + .pb-xs-8 { + padding-bottom: 3rem !important; + } + .pl-xs-8 { + padding-left: 3rem !important; + } + .px-xs-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .py-xs-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .p-xs-9 { + padding: 3.5rem !important; + } + .pt-xs-9 { + padding-top: 3.5rem !important; + } + .pr-xs-9 { + padding-right: 3.5rem !important; + } + .pb-xs-9 { + padding-bottom: 3.5rem !important; + } + .pl-xs-9 { + padding-left: 3.5rem !important; + } + .px-xs-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .py-xs-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .p-xs-10 { + padding: 4rem !important; + } + .pt-xs-10 { + padding-top: 4rem !important; + } + .pr-xs-10 { + padding-right: 4rem !important; + } + .pb-xs-10 { + padding-bottom: 4rem !important; + } + .pl-xs-10 { + padding-left: 4rem !important; + } + .px-xs-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .py-xs-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 31.25rem) { + .p-sm-0 { + padding: 0 !important; + } + .pt-sm-0 { + padding-top: 0 !important; + } + .pr-sm-0 { + padding-right: 0 !important; + } + .pb-sm-0 { + padding-bottom: 0 !important; + } + .pl-sm-0 { + padding-left: 0 !important; + } + .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .pt-sm-1 { + padding-top: 0.25rem !important; + } + .pr-sm-1 { + padding-right: 0.25rem !important; + } + .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + .pl-sm-1 { + padding-left: 0.25rem !important; + } + .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .pt-sm-2 { + padding-top: 0.5rem !important; + } + .pr-sm-2 { + padding-right: 0.5rem !important; + } + .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + .pl-sm-2 { + padding-left: 0.5rem !important; + } + .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .p-sm-3 { + padding: 0.75rem !important; + } + .pt-sm-3 { + padding-top: 0.75rem !important; + } + .pr-sm-3 { + padding-right: 0.75rem !important; + } + .pb-sm-3 { + padding-bottom: 0.75rem !important; + } + .pl-sm-3 { + padding-left: 0.75rem !important; + } + .px-sm-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .py-sm-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .p-sm-4 { + padding: 1rem !important; + } + .pt-sm-4 { + padding-top: 1rem !important; + } + .pr-sm-4 { + padding-right: 1rem !important; + } + .pb-sm-4 { + padding-bottom: 1rem !important; + } + .pl-sm-4 { + padding-left: 1rem !important; + } + .px-sm-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .py-sm-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .p-sm-5 { + padding: 1.5rem !important; + } + .pt-sm-5 { + padding-top: 1.5rem !important; + } + .pr-sm-5 { + padding-right: 1.5rem !important; + } + .pb-sm-5 { + padding-bottom: 1.5rem !important; + } + .pl-sm-5 { + padding-left: 1.5rem !important; + } + .px-sm-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .py-sm-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .p-sm-6 { + padding: 2rem !important; + } + .pt-sm-6 { + padding-top: 2rem !important; + } + .pr-sm-6 { + padding-right: 2rem !important; + } + .pb-sm-6 { + padding-bottom: 2rem !important; + } + .pl-sm-6 { + padding-left: 2rem !important; + } + .px-sm-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .py-sm-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .p-sm-7 { + padding: 2.5rem !important; + } + .pt-sm-7 { + padding-top: 2.5rem !important; + } + .pr-sm-7 { + padding-right: 2.5rem !important; + } + .pb-sm-7 { + padding-bottom: 2.5rem !important; + } + .pl-sm-7 { + padding-left: 2.5rem !important; + } + .px-sm-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .py-sm-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .p-sm-8 { + padding: 3rem !important; + } + .pt-sm-8 { + padding-top: 3rem !important; + } + .pr-sm-8 { + padding-right: 3rem !important; + } + .pb-sm-8 { + padding-bottom: 3rem !important; + } + .pl-sm-8 { + padding-left: 3rem !important; + } + .px-sm-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .py-sm-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .p-sm-9 { + padding: 3.5rem !important; + } + .pt-sm-9 { + padding-top: 3.5rem !important; + } + .pr-sm-9 { + padding-right: 3.5rem !important; + } + .pb-sm-9 { + padding-bottom: 3.5rem !important; + } + .pl-sm-9 { + padding-left: 3.5rem !important; + } + .px-sm-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .py-sm-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .p-sm-10 { + padding: 4rem !important; + } + .pt-sm-10 { + padding-top: 4rem !important; + } + .pr-sm-10 { + padding-right: 4rem !important; + } + .pb-sm-10 { + padding-bottom: 4rem !important; + } + .pl-sm-10 { + padding-left: 4rem !important; + } + .px-sm-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .py-sm-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 50rem) { + .p-md-0 { + padding: 0 !important; + } + .pt-md-0 { + padding-top: 0 !important; + } + .pr-md-0 { + padding-right: 0 !important; + } + .pb-md-0 { + padding-bottom: 0 !important; + } + .pl-md-0 { + padding-left: 0 !important; + } + .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .pt-md-1 { + padding-top: 0.25rem !important; + } + .pr-md-1 { + padding-right: 0.25rem !important; + } + .pb-md-1 { + padding-bottom: 0.25rem !important; + } + .pl-md-1 { + padding-left: 0.25rem !important; + } + .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .pt-md-2 { + padding-top: 0.5rem !important; + } + .pr-md-2 { + padding-right: 0.5rem !important; + } + .pb-md-2 { + padding-bottom: 0.5rem !important; + } + .pl-md-2 { + padding-left: 0.5rem !important; + } + .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .p-md-3 { + padding: 0.75rem !important; + } + .pt-md-3 { + padding-top: 0.75rem !important; + } + .pr-md-3 { + padding-right: 0.75rem !important; + } + .pb-md-3 { + padding-bottom: 0.75rem !important; + } + .pl-md-3 { + padding-left: 0.75rem !important; + } + .px-md-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .py-md-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .p-md-4 { + padding: 1rem !important; + } + .pt-md-4 { + padding-top: 1rem !important; + } + .pr-md-4 { + padding-right: 1rem !important; + } + .pb-md-4 { + padding-bottom: 1rem !important; + } + .pl-md-4 { + padding-left: 1rem !important; + } + .px-md-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .py-md-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .p-md-5 { + padding: 1.5rem !important; + } + .pt-md-5 { + padding-top: 1.5rem !important; + } + .pr-md-5 { + padding-right: 1.5rem !important; + } + .pb-md-5 { + padding-bottom: 1.5rem !important; + } + .pl-md-5 { + padding-left: 1.5rem !important; + } + .px-md-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .py-md-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .p-md-6 { + padding: 2rem !important; + } + .pt-md-6 { + padding-top: 2rem !important; + } + .pr-md-6 { + padding-right: 2rem !important; + } + .pb-md-6 { + padding-bottom: 2rem !important; + } + .pl-md-6 { + padding-left: 2rem !important; + } + .px-md-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .py-md-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .p-md-7 { + padding: 2.5rem !important; + } + .pt-md-7 { + padding-top: 2.5rem !important; + } + .pr-md-7 { + padding-right: 2.5rem !important; + } + .pb-md-7 { + padding-bottom: 2.5rem !important; + } + .pl-md-7 { + padding-left: 2.5rem !important; + } + .px-md-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .py-md-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .p-md-8 { + padding: 3rem !important; + } + .pt-md-8 { + padding-top: 3rem !important; + } + .pr-md-8 { + padding-right: 3rem !important; + } + .pb-md-8 { + padding-bottom: 3rem !important; + } + .pl-md-8 { + padding-left: 3rem !important; + } + .px-md-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .py-md-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .p-md-9 { + padding: 3.5rem !important; + } + .pt-md-9 { + padding-top: 3.5rem !important; + } + .pr-md-9 { + padding-right: 3.5rem !important; + } + .pb-md-9 { + padding-bottom: 3.5rem !important; + } + .pl-md-9 { + padding-left: 3.5rem !important; + } + .px-md-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .py-md-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .p-md-10 { + padding: 4rem !important; + } + .pt-md-10 { + padding-top: 4rem !important; + } + .pr-md-10 { + padding-right: 4rem !important; + } + .pb-md-10 { + padding-bottom: 4rem !important; + } + .pl-md-10 { + padding-left: 4rem !important; + } + .px-md-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .py-md-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 66.5rem) { + .p-lg-0 { + padding: 0 !important; + } + .pt-lg-0 { + padding-top: 0 !important; + } + .pr-lg-0 { + padding-right: 0 !important; + } + .pb-lg-0 { + padding-bottom: 0 !important; + } + .pl-lg-0 { + padding-left: 0 !important; + } + .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .pt-lg-1 { + padding-top: 0.25rem !important; + } + .pr-lg-1 { + padding-right: 0.25rem !important; + } + .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + .pl-lg-1 { + padding-left: 0.25rem !important; + } + .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .pt-lg-2 { + padding-top: 0.5rem !important; + } + .pr-lg-2 { + padding-right: 0.5rem !important; + } + .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + .pl-lg-2 { + padding-left: 0.5rem !important; + } + .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .p-lg-3 { + padding: 0.75rem !important; + } + .pt-lg-3 { + padding-top: 0.75rem !important; + } + .pr-lg-3 { + padding-right: 0.75rem !important; + } + .pb-lg-3 { + padding-bottom: 0.75rem !important; + } + .pl-lg-3 { + padding-left: 0.75rem !important; + } + .px-lg-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .py-lg-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .p-lg-4 { + padding: 1rem !important; + } + .pt-lg-4 { + padding-top: 1rem !important; + } + .pr-lg-4 { + padding-right: 1rem !important; + } + .pb-lg-4 { + padding-bottom: 1rem !important; + } + .pl-lg-4 { + padding-left: 1rem !important; + } + .px-lg-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .py-lg-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .p-lg-5 { + padding: 1.5rem !important; + } + .pt-lg-5 { + padding-top: 1.5rem !important; + } + .pr-lg-5 { + padding-right: 1.5rem !important; + } + .pb-lg-5 { + padding-bottom: 1.5rem !important; + } + .pl-lg-5 { + padding-left: 1.5rem !important; + } + .px-lg-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .py-lg-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .p-lg-6 { + padding: 2rem !important; + } + .pt-lg-6 { + padding-top: 2rem !important; + } + .pr-lg-6 { + padding-right: 2rem !important; + } + .pb-lg-6 { + padding-bottom: 2rem !important; + } + .pl-lg-6 { + padding-left: 2rem !important; + } + .px-lg-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .py-lg-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .p-lg-7 { + padding: 2.5rem !important; + } + .pt-lg-7 { + padding-top: 2.5rem !important; + } + .pr-lg-7 { + padding-right: 2.5rem !important; + } + .pb-lg-7 { + padding-bottom: 2.5rem !important; + } + .pl-lg-7 { + padding-left: 2.5rem !important; + } + .px-lg-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .py-lg-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .p-lg-8 { + padding: 3rem !important; + } + .pt-lg-8 { + padding-top: 3rem !important; + } + .pr-lg-8 { + padding-right: 3rem !important; + } + .pb-lg-8 { + padding-bottom: 3rem !important; + } + .pl-lg-8 { + padding-left: 3rem !important; + } + .px-lg-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .py-lg-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .p-lg-9 { + padding: 3.5rem !important; + } + .pt-lg-9 { + padding-top: 3.5rem !important; + } + .pr-lg-9 { + padding-right: 3.5rem !important; + } + .pb-lg-9 { + padding-bottom: 3.5rem !important; + } + .pl-lg-9 { + padding-left: 3.5rem !important; + } + .px-lg-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .py-lg-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .p-lg-10 { + padding: 4rem !important; + } + .pt-lg-10 { + padding-top: 4rem !important; + } + .pr-lg-10 { + padding-right: 4rem !important; + } + .pb-lg-10 { + padding-bottom: 4rem !important; + } + .pl-lg-10 { + padding-left: 4rem !important; + } + .px-lg-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .py-lg-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 87.5rem) { + .p-xl-0 { + padding: 0 !important; + } + .pt-xl-0 { + padding-top: 0 !important; + } + .pr-xl-0 { + padding-right: 0 !important; + } + .pb-xl-0 { + padding-bottom: 0 !important; + } + .pl-xl-0 { + padding-left: 0 !important; + } + .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .pt-xl-1 { + padding-top: 0.25rem !important; + } + .pr-xl-1 { + padding-right: 0.25rem !important; + } + .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + .pl-xl-1 { + padding-left: 0.25rem !important; + } + .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .pt-xl-2 { + padding-top: 0.5rem !important; + } + .pr-xl-2 { + padding-right: 0.5rem !important; + } + .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + .pl-xl-2 { + padding-left: 0.5rem !important; + } + .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .p-xl-3 { + padding: 0.75rem !important; + } + .pt-xl-3 { + padding-top: 0.75rem !important; + } + .pr-xl-3 { + padding-right: 0.75rem !important; + } + .pb-xl-3 { + padding-bottom: 0.75rem !important; + } + .pl-xl-3 { + padding-left: 0.75rem !important; + } + .px-xl-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .py-xl-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .p-xl-4 { + padding: 1rem !important; + } + .pt-xl-4 { + padding-top: 1rem !important; + } + .pr-xl-4 { + padding-right: 1rem !important; + } + .pb-xl-4 { + padding-bottom: 1rem !important; + } + .pl-xl-4 { + padding-left: 1rem !important; + } + .px-xl-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .py-xl-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .p-xl-5 { + padding: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 1.5rem !important; + } + .pr-xl-5 { + padding-right: 1.5rem !important; + } + .pb-xl-5 { + padding-bottom: 1.5rem !important; + } + .pl-xl-5 { + padding-left: 1.5rem !important; + } + .px-xl-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .py-xl-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .p-xl-6 { + padding: 2rem !important; + } + .pt-xl-6 { + padding-top: 2rem !important; + } + .pr-xl-6 { + padding-right: 2rem !important; + } + .pb-xl-6 { + padding-bottom: 2rem !important; + } + .pl-xl-6 { + padding-left: 2rem !important; + } + .px-xl-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .py-xl-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .p-xl-7 { + padding: 2.5rem !important; + } + .pt-xl-7 { + padding-top: 2.5rem !important; + } + .pr-xl-7 { + padding-right: 2.5rem !important; + } + .pb-xl-7 { + padding-bottom: 2.5rem !important; + } + .pl-xl-7 { + padding-left: 2.5rem !important; + } + .px-xl-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .py-xl-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .p-xl-8 { + padding: 3rem !important; + } + .pt-xl-8 { + padding-top: 3rem !important; + } + .pr-xl-8 { + padding-right: 3rem !important; + } + .pb-xl-8 { + padding-bottom: 3rem !important; + } + .pl-xl-8 { + padding-left: 3rem !important; + } + .px-xl-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .py-xl-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .p-xl-9 { + padding: 3.5rem !important; + } + .pt-xl-9 { + padding-top: 3.5rem !important; + } + .pr-xl-9 { + padding-right: 3.5rem !important; + } + .pb-xl-9 { + padding-bottom: 3.5rem !important; + } + .pl-xl-9 { + padding-left: 3.5rem !important; + } + .px-xl-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .py-xl-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .p-xl-10 { + padding: 4rem !important; + } + .pt-xl-10 { + padding-top: 4rem !important; + } + .pr-xl-10 { + padding-right: 4rem !important; + } + .pb-xl-10 { + padding-bottom: 4rem !important; + } + .pl-xl-10 { + padding-left: 4rem !important; + } + .px-xl-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .py-xl-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media print { + .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header { + display: none !important; + } + .side-bar { + width: 100%; + height: auto; + border-right: 0 !important; + } + .site-header { + border-bottom: 1px solid #eeebee; + } + .site-title { + font-size: 16px !important; + font-weight: 700 !important; + } + .text-small { + font-size: 8pt !important; + } + pre.highlight { + border: 1px solid #eeebee; + } + .main { + max-width: none; + margin-left: 0; + } +} +a.skip-to-main { + left: -999px; + position: absolute; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; + z-index: -999; +} +a.skip-to-main:focus, a.skip-to-main:active { + color: #7253ed; + background-color: #fff; + left: auto; + top: auto; + width: 30%; + height: auto; + overflow: auto; + margin: 10px 35%; + padding: 5px; + border-radius: 15px; + border: 4px solid #5e41d0; + text-align: center; + font-size: 1.2em; + z-index: 999; +} +div.opaque { + background-color: #fff; +} +p.warning, blockquote.warning { + background: rgba(255, 235, 130, 0.2); + border-left: 4px solid #e7af06; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.warning::before, blockquote.warning::before { + color: #e7af06; + content: "Warning"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.warning > .warning-title, blockquote.warning > .warning-title { + color: #e7af06; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.warning-title, blockquote.warning-title { + background: rgba(255, 235, 130, 0.2); + border-left: 4px solid #e7af06; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.warning-title > p:first-child, blockquote.warning-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #e7af06; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.warning { + margin-left: 0; + margin-right: 0; +} +blockquote.warning > p:first-child { + margin-top: 0; +} +blockquote.warning > p:last-child { + margin-bottom: 0; +} +blockquote.warning-title { + margin-left: 0; + margin-right: 0; +} +blockquote.warning-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.warning-title > p:last-child { + margin-bottom: 0; +} +p.hint, blockquote.hint { + background: rgba(245, 246, 250, 0.2); + border-left: 4px solid #e6e1e8; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.hint::before, blockquote.hint::before { + color: #e6e1e8; + content: "Hint"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.hint > .hint-title, blockquote.hint > .hint-title { + color: #e6e1e8; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.hint-title, blockquote.hint-title { + background: rgba(245, 246, 250, 0.2); + border-left: 4px solid #e6e1e8; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.hint-title > p:first-child, blockquote.hint-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #e6e1e8; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.hint { + margin-left: 0; + margin-right: 0; +} +blockquote.hint > p:first-child { + margin-top: 0; +} +blockquote.hint > p:last-child { + margin-bottom: 0; +} +blockquote.hint-title { + margin-left: 0; + margin-right: 0; +} +blockquote.hint-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.hint-title > p:last-child { + margin-bottom: 0; +} +p.important, blockquote.important { + background: rgba(65, 214, 147, 0.2); + border-left: 4px solid #026e57; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.important::before, blockquote.important::before { + color: #026e57; + content: "Important"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.important > .important-title, blockquote.important > .important-title { + color: #026e57; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.important-title, blockquote.important-title { + background: rgba(65, 214, 147, 0.2); + border-left: 4px solid #026e57; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.important-title > p:first-child, blockquote.important-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #026e57; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.important { + margin-left: 0; + margin-right: 0; +} +blockquote.important > p:first-child { + margin-top: 0; +} +blockquote.important > p:last-child { + margin-bottom: 0; +} +blockquote.important-title { + margin-left: 0; + margin-right: 0; +} +blockquote.important-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.important-title > p:last-child { + margin-bottom: 0; +} +p.note, blockquote.note { + background: rgba(149, 147, 150, 0.2); + border-left: 4px solid #27262b; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.note::before, blockquote.note::before { + color: #27262b; + content: "Note"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.note > .note-title, blockquote.note > .note-title { + color: #27262b; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.note-title, blockquote.note-title { + background: rgba(149, 147, 150, 0.2); + border-left: 4px solid #27262b; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.note-title > p:first-child, blockquote.note-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #27262b; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.note { + margin-left: 0; + margin-right: 0; +} +blockquote.note > p:first-child { + margin-top: 0; +} +blockquote.note > p:last-child { + margin-bottom: 0; +} +blockquote.note-title { + margin-left: 0; + margin-right: 0; +} +blockquote.note-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.note-title > p:last-child { + margin-bottom: 0; +} +p.tip, blockquote.tip { + background: rgba(44, 132, 250, 0.2); + border-left: 4px solid #183385; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.tip::before, blockquote.tip::before { + color: #183385; + content: "Tip"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.tip > .tip-title, blockquote.tip > .tip-title { + color: #183385; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.tip-title, blockquote.tip-title { + background: rgba(44, 132, 250, 0.2); + border-left: 4px solid #183385; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.tip-title > p:first-child, blockquote.tip-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #183385; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.tip { + margin-left: 0; + margin-right: 0; +} +blockquote.tip > p:first-child { + margin-top: 0; +} +blockquote.tip > p:last-child { + margin-bottom: 0; +} +blockquote.tip-title { + margin-left: 0; + margin-right: 0; +} +blockquote.tip-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.tip-title > p:last-child { + margin-bottom: 0; +} +p.caution, blockquote.caution { + background: rgba(247, 126, 126, 0.2); + border-left: 4px solid #dd2e2e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.caution::before, blockquote.caution::before { + color: #dd2e2e; + content: "Caution"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.caution > .caution-title, blockquote.caution > .caution-title { + color: #dd2e2e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.caution-title, blockquote.caution-title { + background: rgba(247, 126, 126, 0.2); + border-left: 4px solid #dd2e2e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.caution-title > p:first-child, blockquote.caution-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #dd2e2e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.caution { + margin-left: 0; + margin-right: 0; +} +blockquote.caution > p:first-child { + margin-top: 0; +} +blockquote.caution > p:last-child { + margin-bottom: 0; +} +blockquote.caution-title { + margin-left: 0; + margin-right: 0; +} +blockquote.caution-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.caution-title > p:last-child { + margin-bottom: 0; +} +p.error, blockquote.error { + background: rgba(247, 126, 241, 0.2); + border-left: 4px solid #dd2cd4; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.error::before, blockquote.error::before { + color: #dd2cd4; + content: "Error"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.error > .error-title, blockquote.error > .error-title { + color: #dd2cd4; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.error-title, blockquote.error-title { + background: rgba(247, 126, 241, 0.2); + border-left: 4px solid #dd2cd4; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.error-title > p:first-child, blockquote.error-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #dd2cd4; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.error { + margin-left: 0; + margin-right: 0; +} +blockquote.error > p:first-child { + margin-top: 0; +} +blockquote.error > p:last-child { + margin-bottom: 0; +} +blockquote.error-title { + margin-left: 0; + margin-right: 0; +} +blockquote.error-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.error-title > p:last-child { + margin-bottom: 0; +} +p.attention, blockquote.attention { + background: rgba(114, 83, 237, 0.2); + border-left: 4px solid #381885; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.attention::before, blockquote.attention::before { + color: #381885; + content: "Attention"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.attention > .attention-title, blockquote.attention > .attention-title { + color: #381885; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +p.attention-title, blockquote.attention-title { + background: rgba(114, 83, 237, 0.2); + border-left: 4px solid #381885; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +p.attention-title > p:first-child, blockquote.attention-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #381885; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +blockquote.attention { + margin-left: 0; + margin-right: 0; +} +blockquote.attention > p:first-child { + margin-top: 0; +} +blockquote.attention > p:last-child { + margin-bottom: 0; +} +blockquote.attention-title { + margin-left: 0; + margin-right: 0; +} +blockquote.attention-title > p:nth-child(2) { + margin-top: 0; +} +blockquote.attention-title > p:last-child { + margin-bottom: 0; +} +@media print { + .side-bar, .page-header { + display: none; + } + .main-content { + max-width: auto; + margin: 1em; + } +} +.highlight .n { + color: #525151; +} +.highlight .o { + color: #660707; +} +.highlight .nl { + color: darkgreen; +} +.highlight .kt { + color: darkblue; +} +.highlight .fm { + color: blue; +} +.highlight .sb { + color: darkcyan; +} +html.dark-mode .highlight, html.dark-mode pre.highlight { + background: #f9f9f9; + color: #383942; +} +html.dark-mode .highlight pre { + background: #f9f9f9; +} +html.dark-mode .highlight .hll { + background: #f9f9f9; +} +html.dark-mode .highlight .c { + color: #9fa0a6; + font-style: italic; +} +html.dark-mode .highlight .err { + color: #fff; + background-color: #e05151; +} +html.dark-mode .highlight .k { + color: #a625a4; +} +html.dark-mode .highlight .l { + color: #50a04f; +} +html.dark-mode .highlight .n { + color: #383942; +} +html.dark-mode .highlight .o { + color: #383942; +} +html.dark-mode .highlight .p { + color: #383942; +} +html.dark-mode .highlight .cm { + color: #9fa0a6; + font-style: italic; +} +html.dark-mode .highlight .cp { + color: #9fa0a6; + font-style: italic; +} +html.dark-mode .highlight .c1 { + color: #9fa0a6; + font-style: italic; +} +html.dark-mode .highlight .cs { + color: #9fa0a6; + font-style: italic; +} +html.dark-mode .highlight .ge { + font-style: italic; +} +html.dark-mode .highlight .gs { + font-weight: 700; +} +html.dark-mode .highlight .kc { + color: #a625a4; +} +html.dark-mode .highlight .kd { + color: #a625a4; +} +html.dark-mode .highlight .kn { + color: #a625a4; +} +html.dark-mode .highlight .kp { + color: #a625a4; +} +html.dark-mode .highlight .kr { + color: #a625a4; +} +html.dark-mode .highlight .kt { + color: #a625a4; +} +html.dark-mode .highlight .ld { + color: #50a04f; +} +html.dark-mode .highlight .m { + color: #b66a00; +} +html.dark-mode .highlight .s { + color: #50a04f; +} +html.dark-mode .highlight .na { + color: #b66a00; +} +html.dark-mode .highlight .nb { + color: #ca7601; +} +html.dark-mode .highlight .nc { + color: #ca7601; +} +html.dark-mode .highlight .no { + color: #ca7601; +} +html.dark-mode .highlight .nd { + color: #ca7601; +} +html.dark-mode .highlight .ni { + color: #ca7601; +} +html.dark-mode .highlight .ne { + color: #ca7601; +} +html.dark-mode .highlight .nf { + color: #383942; +} +html.dark-mode .highlight .nl { + color: #ca7601; +} +html.dark-mode .highlight .nn { + color: #383942; +} +html.dark-mode .highlight .nx { + color: #383942; +} +html.dark-mode .highlight .py { + color: #ca7601; +} +html.dark-mode .highlight .nt { + color: #e35549; +} +html.dark-mode .highlight .nv { + color: #ca7601; +} +html.dark-mode .highlight .ow { + font-weight: 700; +} +html.dark-mode .highlight .w { + color: #f8f8f2; +} +html.dark-mode .highlight .mf { + color: #b66a00; +} +html.dark-mode .highlight .mh { + color: #b66a00; +} +html.dark-mode .highlight .mi { + color: #b66a00; +} +html.dark-mode .highlight .mo { + color: #b66a00; +} +html.dark-mode .highlight .sb { + color: #50a04f; +} +html.dark-mode .highlight .sc { + color: #50a04f; +} +html.dark-mode .highlight .sd { + color: #50a04f; +} +html.dark-mode .highlight .s2 { + color: #50a04f; +} +html.dark-mode .highlight .se { + color: #50a04f; +} +html.dark-mode .highlight .sh { + color: #50a04f; +} +html.dark-mode .highlight .si { + color: #50a04f; +} +html.dark-mode .highlight .sx { + color: #50a04f; +} +html.dark-mode .highlight .sr { + color: #0083bb; +} +html.dark-mode .highlight .s1 { + color: #50a04f; +} +html.dark-mode .highlight .ss { + color: #0083bb; +} +html.dark-mode .highlight .bp { + color: #ca7601; +} +html.dark-mode .highlight .vc { + color: #ca7601; +} +html.dark-mode .highlight .vg { + color: #ca7601; +} +html.dark-mode .highlight .vi { + color: #e35549; +} +html.dark-mode .highlight .il { + color: #b66a00; +} +html.dark-mode .highlight .gu { + color: #75715e; +} +html.dark-mode .highlight .gd { + color: #e05151; +} +html.dark-mode .highlight .gi { + color: #43d089; +} +html.dark-mode .highlight .language-json .w + .s2 { + color: #e35549; +} +html.dark-mode .highlight .language-json .kc { + color: #0083bb; +} +html.dark-mode .highlight, html.dark-mode pre.highlight { + background: #31343f; + color: #dee2f7; +} +html.dark-mode .highlight pre { + background: #31343f; +} +html.dark-mode .highlight .hll { + background: #31343f; +} +html.dark-mode .highlight .c { + color: #63677e; + font-style: italic; +} +html.dark-mode .highlight .err { + color: #960050; + background-color: #1e0010; +} +html.dark-mode .highlight .k { + color: #e19ef5; +} +html.dark-mode .highlight .l { + color: #a3eea0; +} +html.dark-mode .highlight .n { + color: #dee2f7; +} +html.dark-mode .highlight .o { + color: #dee2f7; +} +html.dark-mode .highlight .p { + color: #dee2f7; +} +html.dark-mode .highlight .cm { + color: #63677e; + font-style: italic; +} +html.dark-mode .highlight .cp { + color: #63677e; + font-style: italic; +} +html.dark-mode .highlight .c1 { + color: #63677e; + font-style: italic; +} +html.dark-mode .highlight .cs { + color: #63677e; + font-style: italic; +} +html.dark-mode .highlight .ge { + font-style: italic; +} +html.dark-mode .highlight .gs { + font-weight: 700; +} +html.dark-mode .highlight .kc { + color: #e19ef5; +} +html.dark-mode .highlight .kd { + color: #e19ef5; +} +html.dark-mode .highlight .kn { + color: #e19ef5; +} +html.dark-mode .highlight .kp { + color: #e19ef5; +} +html.dark-mode .highlight .kr { + color: #e19ef5; +} +html.dark-mode .highlight .kt { + color: #e19ef5; +} +html.dark-mode .highlight .ld { + color: #a3eea0; +} +html.dark-mode .highlight .m { + color: #eddc96; +} +html.dark-mode .highlight .s { + color: #a3eea0; +} +html.dark-mode .highlight .na { + color: #eddc96; +} +html.dark-mode .highlight .nb { + color: #fdce68; +} +html.dark-mode .highlight .nc { + color: #fdce68; +} +html.dark-mode .highlight .no { + color: #fdce68; +} +html.dark-mode .highlight .nd { + color: #fdce68; +} +html.dark-mode .highlight .ni { + color: #fdce68; +} +html.dark-mode .highlight .ne { + color: #fdce68; +} +html.dark-mode .highlight .nf { + color: #dee2f7; +} +html.dark-mode .highlight .nl { + color: #fdce68; +} +html.dark-mode .highlight .nn { + color: #dee2f7; +} +html.dark-mode .highlight .nx { + color: #dee2f7; +} +html.dark-mode .highlight .py { + color: #fdce68; +} +html.dark-mode .highlight .nt { + color: #f9867b; +} +html.dark-mode .highlight .nv { + color: #fdce68; +} +html.dark-mode .highlight .ow { + font-weight: 700; +} +html.dark-mode .highlight .w { + color: #f8f8f2; +} +html.dark-mode .highlight .mf { + color: #eddc96; +} +html.dark-mode .highlight .mh { + color: #eddc96; +} +html.dark-mode .highlight .mi { + color: #eddc96; +} +html.dark-mode .highlight .mo { + color: #eddc96; +} +html.dark-mode .highlight .sb { + color: #a3eea0; +} +html.dark-mode .highlight .sc { + color: #a3eea0; +} +html.dark-mode .highlight .sd { + color: #a3eea0; +} +html.dark-mode .highlight .s2 { + color: #a3eea0; +} +html.dark-mode .highlight .se { + color: #a3eea0; +} +html.dark-mode .highlight .sh { + color: #a3eea0; +} +html.dark-mode .highlight .si { + color: #a3eea0; +} +html.dark-mode .highlight .sx { + color: #a3eea0; +} +html.dark-mode .highlight .sr { + color: #7be2f9; +} +html.dark-mode .highlight .s1 { + color: #a3eea0; +} +html.dark-mode .highlight .ss { + color: #7be2f9; +} +html.dark-mode .highlight .bp { + color: #fdce68; +} +html.dark-mode .highlight .vc { + color: #fdce68; +} +html.dark-mode .highlight .vg { + color: #fdce68; +} +html.dark-mode .highlight .vi { + color: #f9867b; +} +html.dark-mode .highlight .il { + color: #eddc96; +} +html.dark-mode .highlight .gu { + color: #75715e; +} +html.dark-mode .highlight .gd { + color: #f92672; +} +html.dark-mode .highlight .gi { + color: #a6e22e; +} +html.dark-mode html { + line-height: 1.15; + -webkit-text-size-adjust: 100%; +; +} +html.dark-mode body { + margin: 0; +} +html.dark-mode main { + display: block; +} +html.dark-mode h1 { + font-size: 2em; + margin: 0.67em 0; +} +html.dark-mode hr { + box-sizing: content-box; + height: 0; + overflow: visible; +; +} +html.dark-mode pre { + font-family: monospace, monospace; + font-size: 1em; +; +} +html.dark-mode a { + background-color: transparent; +} +html.dark-mode abbr[title] { + border-bottom: none; + text-decoration: underline; + text-decoration: underline dotted; +; +} +html.dark-mode b, html.dark-mode strong { + font-weight: bolder; +} +html.dark-mode code, html.dark-mode kbd, html.dark-mode samp { + font-family: monospace, monospace; + font-size: 1em; +; +} +html.dark-mode small { + font-size: 80%; +} +html.dark-mode sub, html.dark-mode sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +html.dark-mode sub { + bottom: -0.25em; +} +html.dark-mode sup { + top: -0.5em; +} +html.dark-mode img { + border-style: none; +} +html.dark-mode button, html.dark-mode input, html.dark-mode optgroup, html.dark-mode select, html.dark-mode textarea { + font-family: inherit; + font-size: 100%; + line-height: 1.15; + margin: 0; +; +} +html.dark-mode button, html.dark-mode input { + overflow: visible; +} +html.dark-mode button, html.dark-mode select { + text-transform: none; +} +html.dark-mode button, html.dark-mode [type=button], html.dark-mode [type=reset], html.dark-mode [type=submit] { + -webkit-appearance: button; +} +html.dark-mode button::-moz-focus-inner, html.dark-mode [type=button]::-moz-focus-inner, html.dark-mode [type=reset]::-moz-focus-inner, html.dark-mode [type=submit]::-moz-focus-inner { + border-style: none; + padding: 0; +} +html.dark-mode button:-moz-focusring, html.dark-mode [type=button]:-moz-focusring, html.dark-mode [type=reset]:-moz-focusring, html.dark-mode [type=submit]:-moz-focusring { + outline: 1px dotted ButtonText; +} +html.dark-mode fieldset { + padding: 0.35em 0.75em 0.625em; +} +html.dark-mode legend { + box-sizing: border-box; + color: inherit; + display: table; + max-width: 100%; + padding: 0; + white-space: normal; +; +} +html.dark-mode progress { + vertical-align: baseline; +} +html.dark-mode textarea { + overflow: auto; +} +html.dark-mode [type=checkbox], html.dark-mode [type=radio] { + box-sizing: border-box; + padding: 0; +; +} +html.dark-mode [type=number]::-webkit-inner-spin-button, html.dark-mode [type=number]::-webkit-outer-spin-button { + height: auto; +} +html.dark-mode [type=search] { + -webkit-appearance: textfield; + outline-offset: -2px; +; +} +html.dark-mode [type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} +html.dark-mode ::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; +; +} +html.dark-mode details { + display: block; +} +html.dark-mode summary { + display: list-item; +} +html.dark-mode template { + display: none; +} +html.dark-mode [hidden] { + display: none; +} +html.dark-mode * { + box-sizing: border-box; +} +html.dark-mode html { + font-size: 14px !important; + scroll-behavior: smooth; +} +@media (min-width: 31.25rem) { + html.dark-mode html { + font-size: 16px !important; + } +} +html.dark-mode body { + font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif; + font-size: inherit; + line-height: 1.4; + color: #e6e1e8; + background-color: #27262b; + overflow-wrap: break-word; +} +html.dark-mode ol, html.dark-mode ul, html.dark-mode dl, html.dark-mode pre, html.dark-mode address, html.dark-mode blockquote, html.dark-mode table, html.dark-mode div, html.dark-mode hr, html.dark-mode form, html.dark-mode fieldset, html.dark-mode noscript .table-wrapper { + margin-top: 0; +} +html.dark-mode h1, html.dark-mode h2, html.dark-mode h3, html.dark-mode h4, html.dark-mode h5, html.dark-mode h6, html.dark-mode #toctitle { + margin-top: 0; + margin-bottom: 1em; + font-weight: 500; + line-height: 1.25; + color: #f5f6fa; +} +html.dark-mode p { + margin-top: 1em; + margin-bottom: 1em; +} +html.dark-mode a { + color: #2c84fa; + text-decoration: none; +} +html.dark-mode a:not([class]) { + text-decoration: underline; + text-decoration-color: #44434d; + text-underline-offset: 2px; +} +html.dark-mode a:not([class]):hover { + text-decoration-color: rgba(44, 132, 250, 0.45); +} +html.dark-mode code { + font-family: "SFMono-Regular", menlo, consolas, monospace; + font-size: 0.75em; + line-height: 1.4; +} +html.dark-mode figure, html.dark-mode pre { + margin: 0; +} +html.dark-mode li { + margin: 0.25em 0; +} +html.dark-mode img { + max-width: 100%; + height: auto; +} +html.dark-mode hr { + height: 1px; + padding: 0; + margin: 2rem 0; + background-color: #44434d; + border: 0; +} +html.dark-mode blockquote { + margin: 10px 0; + margin-block-start: 0; + margin-inline-start: 0; + padding-left: 15px; + border-left: 3px solid #44434d; +} +html.dark-mode .side-bar { + z-index: 0; + display: flex; + flex-wrap: wrap; + background-color: #27262b; +} +@media (min-width: 50rem) { + html.dark-mode .side-bar { + flex-flow: column nowrap; + position: fixed; + width: 248px; + height: 100%; + border-right: 1px solid #44434d; + align-items: flex-end; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .main { + margin-left: max( 264px, calc((100% - 1064px) / 2 + 264px) ); + } +} +@media (min-width: 66.5rem) { + html.dark-mode .side-bar { + width: calc((100% - 1064px) / 2 + 264px); + min-width: 264px; + } +} +@media (min-width: 50rem) { + html.dark-mode .main { + position: relative; + max-width: 800px; + margin-left: 248px; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .main { + margin-left: max( 264px, calc((100% - 1064px) / 2 + 264px) ); + } +} +html.dark-mode .main-content-wrap { + padding-right: 1rem; + padding-left: 1rem; + padding-top: 1rem; + padding-bottom: 1rem; +} +@media (min-width: 50rem) { + html.dark-mode .main-content-wrap { + padding-right: 2rem; + padding-left: 2rem; + } +} +@media (min-width: 50rem) { + html.dark-mode .main-content-wrap { + padding-top: 2rem; + padding-bottom: 2rem; + } +} +html.dark-mode .main-header { + z-index: 0; + display: none; + background-color: #27262b; +} +@media (min-width: 50rem) { + html.dark-mode .main-header { + display: flex; + justify-content: space-between; + height: 60px; + background-color: #27262b; + border-bottom: 1px solid #44434d; + } +} +html.dark-mode .main-header.nav-open { + display: block; +} +@media (min-width: 50rem) { + html.dark-mode .main-header.nav-open { + display: flex; + } +} +html.dark-mode .site-nav, html.dark-mode .site-header, html.dark-mode .site-footer { + width: 100%; +} +@media (min-width: 66.5rem) { + html.dark-mode .site-nav, html.dark-mode .site-header, html.dark-mode .site-footer { + width: 264px; + } +} +html.dark-mode .site-nav { + display: none; +} +html.dark-mode .site-nav.nav-open { + display: block; +} +@media (min-width: 50rem) { + html.dark-mode .site-nav { + display: block; + padding-top: 3rem; + padding-bottom: 1rem; + overflow-y: auto; + flex: 1 1 auto; + } +} +html.dark-mode .site-header { + display: flex; + min-height: 60px; + align-items: center; +} +@media (min-width: 50rem) { + html.dark-mode .site-header { + height: 60px; + max-height: 60px; + border-bottom: 1px solid #44434d; + } +} +html.dark-mode .site-title { + padding-right: 1rem; + padding-left: 1rem; + flex-grow: 1; + display: flex; + height: 100%; + align-items: center; + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #f5f6fa; + font-size: 18px !important; +} +@media (min-width: 50rem) { + html.dark-mode .site-title { + padding-right: 1.7rem; + padding-left: 1.7rem; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .site-title { + font-size: 24px !important; + line-height: 1.25; + } +} +@media (min-width: 50rem) { + html.dark-mode .site-title { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +html.dark-mode .site-button { + display: flex; + height: 100%; + padding: 1rem; + align-items: center; +} +@media (min-width: 50rem) { + html.dark-mode .site-header .site-button { + display: none; + } +} +html.dark-mode .site-title:hover { + background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%); +} +html.dark-mode .site-button:hover { + background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%); +} +html.dark-mode body { + position: relative; + padding-bottom: 4rem; + overflow-y: scroll; +} +@media (min-width: 50rem) { + html.dark-mode body { + position: static; + padding-bottom: 0; + } +} +html.dark-mode .site-footer { + padding-right: 1rem; + padding-left: 1rem; + position: absolute; + bottom: 0; + left: 0; + padding-top: 1rem; + padding-bottom: 1rem; + color: #959396; + font-size: 11px !important; +} +@media (min-width: 50rem) { + html.dark-mode .site-footer { + padding-right: 2rem; + padding-left: 2rem; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .site-footer { + font-size: 12px !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .site-footer { + position: static; + justify-self: end; + } +} +html.dark-mode .icon { + width: 1.5rem; + height: 1.5rem; + color: #2c84fa; +} +html.dark-mode .main-content { + line-height: 1.6; +} +html.dark-mode .main-content ol, html.dark-mode .main-content ul, html.dark-mode .main-content dl, html.dark-mode .main-content pre, html.dark-mode .main-content address, html.dark-mode .main-content blockquote, html.dark-mode .main-content .table-wrapper { + margin-top: 0.5em; +} +html.dark-mode .main-content a { + overflow: hidden; + text-overflow: ellipsis; +} +html.dark-mode .main-content ul, html.dark-mode .main-content ol { + padding-left: 1.5em; +} +html.dark-mode .main-content li .highlight { + margin-top: 0.25rem; +} +html.dark-mode .main-content ol { + list-style-type: none; + counter-reset: step-counter; +} +html.dark-mode .main-content ol > li { + position: relative; +} +html.dark-mode .main-content ol > li::before { + position: absolute; + top: 0.2em; + left: -1.6em; + color: #959396; + content: counter(step-counter); + counter-increment: step-counter; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .main-content ol > li::before { + font-size: 14px !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .main-content ol > li::before { + top: 0.11em; + } +} +html.dark-mode .main-content ol > li ol { + counter-reset: sub-counter; +} +html.dark-mode .main-content ol > li ol > li::before { + content: counter(sub-counter, lower-alpha); + counter-increment: sub-counter; +} +html.dark-mode .main-content ul { + list-style: none; +} +html.dark-mode .main-content ul > li::before { + position: absolute; + margin-left: -1.4em; + color: #959396; + content: "•"; +} +html.dark-mode .main-content .task-list-item::before { + content: ""; +} +html.dark-mode .main-content .task-list-item-checkbox { + margin-right: 0.6em; + margin-left: -1.4em; +} +html.dark-mode .main-content hr + * { + margin-top: 0; +} +html.dark-mode .main-content h1:first-of-type { + margin-top: 0.5em; +} +html.dark-mode .main-content dl { + display: grid; + grid-template: auto/10em 1fr; +} +html.dark-mode .main-content dt, html.dark-mode .main-content dd { + margin: 0.25em 0; +} +html.dark-mode .main-content dt { + grid-column: 1; + font-weight: 500; + text-align: right; +} +html.dark-mode .main-content dt::after { + content: ":"; +} +html.dark-mode .main-content dd { + grid-column: 2; + margin-bottom: 0; + margin-left: 1em; +} +html.dark-mode .main-content dd blockquote:first-child, html.dark-mode .main-content dd div:first-child, html.dark-mode .main-content dd dl:first-child, html.dark-mode .main-content dd dt:first-child, html.dark-mode .main-content dd h1:first-child, html.dark-mode .main-content dd h2:first-child, html.dark-mode .main-content dd h3:first-child, html.dark-mode .main-content dd h4:first-child, html.dark-mode .main-content dd h5:first-child, html.dark-mode .main-content dd h6:first-child, html.dark-mode .main-content dd li:first-child, html.dark-mode .main-content dd ol:first-child, html.dark-mode .main-content dd p:first-child, html.dark-mode .main-content dd pre:first-child, html.dark-mode .main-content dd table:first-child, html.dark-mode .main-content dd ul:first-child, html.dark-mode .main-content dd .table-wrapper:first-child { + margin-top: 0; +} +html.dark-mode .main-content dd dl:first-child dt:first-child, html.dark-mode .main-content dd dl:first-child dd:nth-child(2), html.dark-mode .main-content ol dl:first-child dt:first-child, html.dark-mode .main-content ol dl:first-child dd:nth-child(2), html.dark-mode .main-content ul dl:first-child dt:first-child, html.dark-mode .main-content ul dl:first-child dd:nth-child(2) { + margin-top: 0; +} +html.dark-mode .main-content .anchor-heading { + position: absolute; + right: -1rem; + width: 1.5rem; + height: 100%; + padding-right: 0.25rem; + padding-left: 0.25rem; + overflow: visible; +} +@media (min-width: 50rem) { + html.dark-mode .main-content .anchor-heading { + right: auto; + left: -1.5rem; + } +} +html.dark-mode .main-content .anchor-heading svg { + display: inline-block; + width: 100%; + height: 100%; + color: #2c84fa; + visibility: hidden; +} +html.dark-mode .main-content .anchor-heading:hover svg, html.dark-mode .main-content .anchor-heading:focus svg, html.dark-mode .main-content h1:hover > .anchor-heading svg, html.dark-mode .main-content h2:hover > .anchor-heading svg, html.dark-mode .main-content h3:hover > .anchor-heading svg, html.dark-mode .main-content h4:hover > .anchor-heading svg, html.dark-mode .main-content h5:hover > .anchor-heading svg, html.dark-mode .main-content h6:hover > .anchor-heading svg { + visibility: visible; +} +html.dark-mode .main-content summary { + cursor: pointer; +} +html.dark-mode .main-content h1, html.dark-mode .main-content h2, html.dark-mode .main-content h3, html.dark-mode .main-content h4, html.dark-mode .main-content h5, html.dark-mode .main-content h6, html.dark-mode .main-content #toctitle { + position: relative; + margin-top: 1.5em; + margin-bottom: 0.25em; +} +html.dark-mode .main-content h1 + table, html.dark-mode .main-content h1 + .table-wrapper, html.dark-mode .main-content h1 + .code-example, html.dark-mode .main-content h1 + .highlighter-rouge, html.dark-mode .main-content h1 + .sectionbody .listingblock, html.dark-mode .main-content h2 + table, html.dark-mode .main-content h2 + .table-wrapper, html.dark-mode .main-content h2 + .code-example, html.dark-mode .main-content h2 + .highlighter-rouge, html.dark-mode .main-content h2 + .sectionbody .listingblock, html.dark-mode .main-content h3 + table, html.dark-mode .main-content h3 + .table-wrapper, html.dark-mode .main-content h3 + .code-example, html.dark-mode .main-content h3 + .highlighter-rouge, html.dark-mode .main-content h3 + .sectionbody .listingblock, html.dark-mode .main-content h4 + table, html.dark-mode .main-content h4 + .table-wrapper, html.dark-mode .main-content h4 + .code-example, html.dark-mode .main-content h4 + .highlighter-rouge, html.dark-mode .main-content h4 + .sectionbody .listingblock, html.dark-mode .main-content h5 + table, html.dark-mode .main-content h5 + .table-wrapper, html.dark-mode .main-content h5 + .code-example, html.dark-mode .main-content h5 + .highlighter-rouge, html.dark-mode .main-content h5 + .sectionbody .listingblock, html.dark-mode .main-content h6 + table, html.dark-mode .main-content h6 + .table-wrapper, html.dark-mode .main-content h6 + .code-example, html.dark-mode .main-content h6 + .highlighter-rouge, html.dark-mode .main-content h6 + .sectionbody .listingblock, html.dark-mode .main-content #toctitle + table, html.dark-mode .main-content #toctitle + .table-wrapper, html.dark-mode .main-content #toctitle + .code-example, html.dark-mode .main-content #toctitle + .highlighter-rouge, html.dark-mode .main-content #toctitle + .sectionbody .listingblock { + margin-top: 1em; +} +html.dark-mode .main-content h1 + p:not(.label), html.dark-mode .main-content h2 + p:not(.label), html.dark-mode .main-content h3 + p:not(.label), html.dark-mode .main-content h4 + p:not(.label), html.dark-mode .main-content h5 + p:not(.label), html.dark-mode .main-content h6 + p:not(.label), html.dark-mode .main-content #toctitle + p:not(.label) { + margin-top: 0; +} +html.dark-mode .main-content > h1:first-child, html.dark-mode .main-content > h2:first-child, html.dark-mode .main-content > h3:first-child, html.dark-mode .main-content > h4:first-child, html.dark-mode .main-content > h5:first-child, html.dark-mode .main-content > h6:first-child, html.dark-mode .main-content > .sect1:first-child > h2, html.dark-mode .main-content > .sect2:first-child > h3, html.dark-mode .main-content > .sect3:first-child > h4, html.dark-mode .main-content > .sect4:first-child > h5, html.dark-mode .main-content > .sect5:first-child > h6 { + margin-top: 0.5rem; +} +html.dark-mode .nav-list { + padding: 0; + margin-top: 0; + margin-bottom: 0; + list-style: none; +} +html.dark-mode .nav-list .nav-list-item { + font-size: 14px !important; + position: relative; + margin: 0; +} +@media (min-width: 31.25rem) { + html.dark-mode .nav-list .nav-list-item { + font-size: 16px !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .nav-list .nav-list-item { + font-size: 12px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + html.dark-mode .nav-list .nav-list-item { + font-size: 14px !important; + } +} +html.dark-mode .nav-list .nav-list-item .nav-list-link { + display: block; + min-height: 3rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + line-height: 2.5rem; + padding-right: 3rem; + padding-left: 1rem; +} +@media (min-width: 50rem) { + html.dark-mode .nav-list .nav-list-item .nav-list-link { + min-height: 2rem; + line-height: 1.5rem; + padding-right: 2rem; + padding-left: 2rem; + } +} +html.dark-mode .nav-list .nav-list-item .nav-list-link.external > svg { + width: 1rem; + height: 1rem; + vertical-align: text-bottom; +} +html.dark-mode .nav-list .nav-list-item .nav-list-link.active { + font-weight: 600; + text-decoration: none; +} +html.dark-mode .nav-list .nav-list-item .nav-list-link:hover, html.dark-mode .nav-list .nav-list-item .nav-list-link.active { + background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 80%, rgba(32, 31, 35, 0) 100%); +} +html.dark-mode .nav-list .nav-list-item .nav-list-expander { + position: absolute; + right: 0; + width: 3rem; + height: 3rem; + padding: 0.75rem; + color: #2c84fa; +} +@media (min-width: 50rem) { + html.dark-mode .nav-list .nav-list-item .nav-list-expander { + width: 2rem; + height: 2rem; + padding: 0.5rem; + } +} +html.dark-mode .nav-list .nav-list-item .nav-list-expander:hover { + background-image: linear-gradient(-90deg, #201f23 0%, rgba(32, 31, 35, 0.8) 100%); +} +html.dark-mode .nav-list .nav-list-item .nav-list-expander svg { + transform: rotate(90deg); +} +html.dark-mode .nav-list .nav-list-item > .nav-list { + display: none; + padding-left: 0.75rem; + list-style: none; +} +html.dark-mode .nav-list .nav-list-item > .nav-list .nav-list-item { + position: relative; +} +html.dark-mode .nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link { + color: #959396; +} +html.dark-mode .nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander { + color: #959396; +} +html.dark-mode .nav-list .nav-list-item.active > .nav-list-expander svg { + transform: rotate(-90deg); +} +html.dark-mode .nav-list .nav-list-item.active > .nav-list { + display: block; +} +html.dark-mode .nav-category { + padding: 0.5rem 1rem; + font-weight: 600; + text-align: start; + text-transform: uppercase; + border-bottom: 1px solid #44434d; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .nav-category { + font-size: 12px !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .nav-category { + padding: 0.5rem 2rem; + margin-top: 1rem; + text-align: start; + } + html.dark-mode .nav-category:first-child { + margin-top: 0; + } +} +html.dark-mode .nav-list.nav-category-list > .nav-list-item { + margin: 0; +} +html.dark-mode .nav-list.nav-category-list > .nav-list-item > .nav-list { + padding: 0; +} +html.dark-mode .nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link { + color: #2c84fa; +} +html.dark-mode .nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander { + color: #2c84fa; +} +html.dark-mode .aux-nav { + height: 100%; + overflow-x: auto; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .aux-nav { + font-size: 12px !important; + } +} +html.dark-mode .aux-nav .aux-nav-list { + display: flex; + height: 100%; + padding: 0; + margin: 0; + list-style: none; +} +html.dark-mode .aux-nav .aux-nav-list-item { + display: inline-block; + height: 100%; + padding: 0; + margin: 0; +} +@media (min-width: 50rem) { + html.dark-mode .aux-nav { + padding-right: 1rem; + } +} +@media (min-width: 50rem) { + html.dark-mode .breadcrumb-nav { + margin-top: -1rem; + } +} +html.dark-mode .breadcrumb-nav-list { + padding-left: 0; + margin-bottom: 0.75rem; + list-style: none; +} +html.dark-mode .breadcrumb-nav-list-item { + display: table-cell; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .breadcrumb-nav-list-item { + font-size: 12px !important; + } +} +html.dark-mode .breadcrumb-nav-list-item::before { + display: none; +} +html.dark-mode .breadcrumb-nav-list-item::after { + display: inline-block; + margin-right: 0.5rem; + margin-left: 0.5rem; + color: #959396; + content: "/"; +} +html.dark-mode .breadcrumb-nav-list-item:last-child::after { + content: ""; +} +html.dark-mode h1, html.dark-mode .text-alpha { + font-size: 32px !important; + line-height: 1.25; + font-weight: 300; +} +@media (min-width: 31.25rem) { + html.dark-mode h1, html.dark-mode .text-alpha { + font-size: 36px !important; + } +} +html.dark-mode h2, html.dark-mode .text-beta, html.dark-mode #toctitle { + font-size: 18px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode h2, html.dark-mode .text-beta, html.dark-mode #toctitle { + font-size: 24px !important; + line-height: 1.25; + } +} +html.dark-mode h3, html.dark-mode .text-gamma { + font-size: 16px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode h3, html.dark-mode .text-gamma { + font-size: 18px !important; + } +} +html.dark-mode h4, html.dark-mode .text-delta { + font-size: 11px !important; + font-weight: 400; + text-transform: uppercase; + letter-spacing: 0.1em; +} +@media (min-width: 31.25rem) { + html.dark-mode h4, html.dark-mode .text-delta { + font-size: 12px !important; + } +} +html.dark-mode h4 code { + text-transform: none; +} +html.dark-mode h5, html.dark-mode .text-epsilon { + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode h5, html.dark-mode .text-epsilon { + font-size: 14px !important; + } +} +html.dark-mode h6, html.dark-mode .text-zeta { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode h6, html.dark-mode .text-zeta { + font-size: 12px !important; + } +} +html.dark-mode .text-small { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .text-small { + font-size: 12px !important; + } +} +html.dark-mode .text-mono { + font-family: "SFMono-Regular", menlo, consolas, monospace !important; +} +html.dark-mode .text-left { + text-align: left !important; +} +html.dark-mode .text-center { + text-align: center !important; +} +html.dark-mode .text-right { + text-align: right !important; +} +html.dark-mode .label, html.dark-mode .label-blue { + display: inline-block; + padding: 0.16em 0.56em; + margin-right: 0.5rem; + margin-left: 0.5rem; + color: #fff; + text-transform: uppercase; + vertical-align: middle; + background-color: #2869e6; + font-size: 11px !important; + border-radius: 12px; +} +@media (min-width: 31.25rem) { + html.dark-mode .label, html.dark-mode .label-blue { + font-size: 12px !important; + } +} +html.dark-mode .label-green { + background-color: #009c7b; +} +html.dark-mode .label-purple { + background-color: #5e41d0; +} +html.dark-mode .label-red { + background-color: #e94c4c; +} +html.dark-mode .label-yellow { + color: #44434d; + background-color: #f7d12e; +} +html.dark-mode .btn { + display: inline-block; + box-sizing: border-box; + padding: 0.3em 1em; + margin: 0; + font-family: inherit; + font-size: inherit; + font-weight: 500; + line-height: 1.5; + color: #2c84fa; + text-decoration: none; + vertical-align: baseline; + cursor: pointer; + background-color: #302d36; + border-width: 0; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + appearance: none; +} +html.dark-mode .btn:focus { + text-decoration: none; + outline: none; + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); +} +html.dark-mode .btn:focus:hover, html.dark-mode .btn.selected:focus { + box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); +} +html.dark-mode .btn:hover, html.dark-mode .btn.zeroclipboard-is-hover { + color: #227efa; +} +html.dark-mode .btn:hover, html.dark-mode .btn:active, html.dark-mode .btn.zeroclipboard-is-hover, html.dark-mode .btn.zeroclipboard-is-active { + text-decoration: none; + background-color: #2e2b33; +} +html.dark-mode .btn:active, html.dark-mode .btn.selected, html.dark-mode .btn.zeroclipboard-is-active { + background-color: #29262e; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +html.dark-mode .btn.selected:hover { + background-color: #cfcfcf; +} +html.dark-mode .btn:disabled, html.dark-mode .btn:disabled:hover, html.dark-mode .btn.disabled, html.dark-mode .btn.disabled:hover { + color: rgba(102, 102, 102, 0.5); + cursor: default; + background-color: rgba(229, 229, 229, 0.5); + background-image: none; + box-shadow: none; +} +html.dark-mode .btn-outline { + color: #2c84fa; + background: transparent; + box-shadow: inset 0 0 0 2px #e6e1e8; +} +html.dark-mode .btn-outline:hover, html.dark-mode .btn-outline:active, html.dark-mode .btn-outline.zeroclipboard-is-hover, html.dark-mode .btn-outline.zeroclipboard-is-active { + color: #1878fa; + text-decoration: none; + background-color: transparent; + box-shadow: inset 0 0 0 3px #e6e1e8; +} +html.dark-mode .btn-outline:focus { + text-decoration: none; + outline: none; + box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); +} +html.dark-mode .btn-outline:focus:hover, html.dark-mode .btn-outline.selected:focus { + box-shadow: inset 0 0 0 2px #5c5962; +} +html.dark-mode .btn-primary { + color: #fff; + background-color: #2448a7; + background-image: linear-gradient(#2b55c4, #2448a7); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +html.dark-mode .btn-primary:hover, html.dark-mode .btn-primary.zeroclipboard-is-hover { + color: #fff; + background-color: #22459e; + background-image: linear-gradient(#2850b7, #22459e); +} +html.dark-mode .btn-primary:active, html.dark-mode .btn-primary.selected, html.dark-mode .btn-primary.zeroclipboard-is-active { + background-color: #21439a; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +html.dark-mode .btn-primary.selected:hover { + background-color: #1d3a85; +} +html.dark-mode .btn-purple { + color: #fff; + background-color: #5739ce; + background-image: linear-gradient(#6f55d5, #5739ce); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +html.dark-mode .btn-purple:hover, html.dark-mode .btn-purple.zeroclipboard-is-hover { + color: #fff; + background-color: #5132cb; + background-image: linear-gradient(#6549d2, #5132cb); +} +html.dark-mode .btn-purple:active, html.dark-mode .btn-purple.selected, html.dark-mode .btn-purple.zeroclipboard-is-active { + background-color: #4f31c6; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +html.dark-mode .btn-purple.selected:hover { + background-color: #472cb2; +} +html.dark-mode .btn-blue { + color: #fff; + background-color: #227efa; + background-image: linear-gradient(#4593fb, #227efa); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +html.dark-mode .btn-blue:hover, html.dark-mode .btn-blue.zeroclipboard-is-hover { + color: #fff; + background-color: #1878fa; + background-image: linear-gradient(#368afa, #1878fa); +} +html.dark-mode .btn-blue:active, html.dark-mode .btn-blue.selected, html.dark-mode .btn-blue.zeroclipboard-is-active { + background-color: #1375f9; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +html.dark-mode .btn-blue.selected:hover { + background-color: #0669ed; +} +html.dark-mode .btn-green { + color: #fff; + background-color: #10ac7d; + background-image: linear-gradient(#13cc95, #10ac7d); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); +} +html.dark-mode .btn-green:hover, html.dark-mode .btn-green.zeroclipboard-is-hover { + color: #fff; + background-color: #0fa276; + background-image: linear-gradient(#12be8b, #0fa276); +} +html.dark-mode .btn-green:active, html.dark-mode .btn-green.selected, html.dark-mode .btn-green.zeroclipboard-is-active { + background-color: #0f9e73; + background-image: none; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); +} +html.dark-mode .btn-green.selected:hover { + background-color: #0d8662; +} +html.dark-mode .search { + position: relative; + z-index: 2; + flex-grow: 1; + height: 4rem; + padding: 0.5rem; + transition: padding linear 200ms; +} +@media (min-width: 50rem) { + html.dark-mode .search { + position: relative !important; + width: auto !important; + height: 100% !important; + padding: 0; + transition: none; + } +} +html.dark-mode .search-input-wrap { + position: relative; + z-index: 1; + height: 3rem; + overflow: hidden; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + transition: height linear 200ms; +} +@media (min-width: 50rem) { + html.dark-mode .search-input-wrap { + position: absolute; + width: 100%; + max-width: 536px; + height: 100% !important; + border-radius: 0; + box-shadow: none; + transition: width ease 400ms; + } +} +html.dark-mode .search-input { + position: absolute; + width: 100%; + height: 100%; + padding: 0.5rem 1rem 0.5rem 2.5rem; + font-size: 16px; + color: #e6e1e8; + background-color: #302d36; + border-top: 0; + border-right: 0; + border-bottom: 0; + border-left: 0; + border-radius: 0; +} +@media (min-width: 50rem) { + html.dark-mode .search-input { + padding: 0.5rem 1rem 0.5rem 3.5rem; + font-size: 14px; + background-color: #27262b; + transition: padding-left linear 200ms; + } +} +html.dark-mode .search-input:focus { + outline: 0; +} +html.dark-mode .search-input:focus + .search-label .search-icon { + color: #2c84fa; +} +html.dark-mode .search-label { + position: absolute; + display: flex; + height: 100%; + padding-left: 1rem; +} +@media (min-width: 50rem) { + html.dark-mode .search-label { + padding-left: 2rem; + transition: padding-left linear 200ms; + } +} +html.dark-mode .search-label .search-icon { + width: 1.2rem; + height: 1.2rem; + align-self: center; + color: #959396; +} +html.dark-mode .search-results { + position: absolute; + left: 0; + display: none; + width: 100%; + max-height: calc(100% - 4rem); + overflow-y: auto; + background-color: #302d36; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); +} +@media (min-width: 50rem) { + html.dark-mode .search-results { + top: 100%; + width: 536px; + max-height: calc(100vh - 200%) !important; + } +} +html.dark-mode .search-results-list { + padding-left: 0; + margin-bottom: 0.25rem; + list-style: none; + font-size: 14px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-results-list { + font-size: 16px !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .search-results-list { + font-size: 12px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + html.dark-mode .search-results-list { + font-size: 14px !important; + } +} +html.dark-mode .search-results-list-item { + padding: 0; + margin: 0; +} +html.dark-mode .search-result { + display: block; + padding: 0.25rem 0.75rem; +} +html.dark-mode .search-result:hover, html.dark-mode .search-result.active { + background-color: #201f23; +} +html.dark-mode .search-result-title { + display: block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-result-title { + display: inline-block; + width: 40%; + padding-right: 0.5rem; + vertical-align: top; + } +} +html.dark-mode .search-result-doc { + display: flex; + align-items: center; + word-wrap: break-word; +} +html.dark-mode .search-result-doc.search-result-doc-parent { + opacity: 0.5; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-result-doc.search-result-doc-parent { + font-size: 14px !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .search-result-doc.search-result-doc-parent { + font-size: 11px !important; + } +} +@media (min-width: 50rem) and (min-width: 31.25rem) { + html.dark-mode .search-result-doc.search-result-doc-parent { + font-size: 12px !important; + } +} +html.dark-mode .search-result-doc .search-result-icon { + width: 1rem; + height: 1rem; + margin-right: 0.5rem; + color: #2c84fa; + flex-shrink: 0; +} +html.dark-mode .search-result-doc .search-result-doc-title { + overflow: auto; +} +html.dark-mode .search-result-section { + margin-left: 1.5rem; + word-wrap: break-word; +} +html.dark-mode .search-result-rel-url { + display: block; + margin-left: 1.5rem; + overflow: hidden; + color: #959396; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 9px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-result-rel-url { + font-size: 10px !important; + } +} +html.dark-mode .search-result-previews { + display: block; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + margin-left: 0.5rem; + color: #959396; + word-wrap: break-word; + border-left: 1px solid; + border-left-color: #44434d; + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-result-previews { + font-size: 12px !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .search-result-previews { + display: inline-block; + width: 60%; + padding-left: 0.5rem; + margin-left: 0; + vertical-align: top; + } +} +html.dark-mode .search-result-preview + .search-result-preview { + margin-top: 0.25rem; +} +html.dark-mode .search-result-highlight { + font-weight: bold; +} +html.dark-mode .search-no-result { + padding: 0.5rem 0.75rem; + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .search-no-result { + font-size: 14px !important; + } +} +html.dark-mode .search-button { + position: fixed; + right: 1rem; + bottom: 1rem; + display: flex; + width: 3.5rem; + height: 3.5rem; + background-color: #302d36; + border: 1px solid rgba(44, 132, 250, 0.3); + border-radius: 1.75rem; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + align-items: center; + justify-content: center; +} +html.dark-mode .search-overlay { + position: fixed; + top: 0; + left: 0; + z-index: 1; + width: 0; + height: 0; + background-color: rgba(0, 0, 0, 0.3); + opacity: 0; + transition: opacity ease 400ms, width 0s 400ms, height 0s 400ms; +} +html.dark-mode .search-active .search { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; +} +html.dark-mode .search-active .search-input-wrap { + height: 4rem; + border-radius: 0; +} +@media (min-width: 50rem) { + html.dark-mode .search-active .search-input-wrap { + width: 536px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + } +} +html.dark-mode .search-active .search-input { + background-color: #302d36; +} +@media (min-width: 50rem) { + html.dark-mode .search-active .search-input { + padding-left: 2.3rem; + } +} +@media (min-width: 50rem) { + html.dark-mode .search-active .search-label { + padding-left: 0.6rem; + } +} +html.dark-mode .search-active .search-results { + display: block; +} +html.dark-mode .search-active .search-overlay { + width: 100%; + height: 100%; + opacity: 1; + transition: opacity ease 400ms, width 0s, height 0s; +} +@media (min-width: 50rem) { + html.dark-mode .search-active .main { + position: fixed; + right: 0; + left: 0; + } +} +html.dark-mode .search-active .main-header { + padding-top: 4rem; +} +@media (min-width: 50rem) { + html.dark-mode .search-active .main-header { + padding-top: 0; + } +} +html.dark-mode .table-wrapper { + display: block; + width: 100%; + max-width: 100%; + margin-bottom: 1.5rem; + overflow-x: auto; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); +} +html.dark-mode table { + display: table; + min-width: 100%; + border-collapse: separate; +} +html.dark-mode th, html.dark-mode td { + font-size: 12px !important; + min-width: 120px; + padding: 0.5rem 0.75rem; + background-color: #302d36; + border-bottom: 1px solid rgba(68, 67, 77, 0.5); + border-left: 1px solid #44434d; +} +@media (min-width: 31.25rem) { + html.dark-mode th, html.dark-mode td { + font-size: 14px !important; + } +} +html.dark-mode th:first-of-type, html.dark-mode td:first-of-type { + border-left: 0; +} +html.dark-mode tbody tr:last-of-type th, html.dark-mode tbody tr:last-of-type td { + border-bottom: 0; +} +html.dark-mode tbody tr:last-of-type td { + padding-bottom: 0.75rem; +} +html.dark-mode thead th { + border-bottom: 1px solid #44434d; +} +html.dark-mode :not(pre, figure) > code { + padding: 0.2em 0.15em; + font-weight: 400; + background-color: #31343f; + border: 1px solid #44434d; + border-radius: 4px; +} +html.dark-mode a:visited code { + border-color: #44434d; +} +html.dark-mode div.highlighter-rouge, html.dark-mode div.listingblock > div.content, html.dark-mode figure.highlight { + margin-top: 0; + margin-bottom: 0.75rem; + background-color: #31343f; + border-radius: 4px; + box-shadow: none; + -webkit-overflow-scrolling: touch; + position: relative; + padding: 0; +} +html.dark-mode div.highlighter-rouge > button, html.dark-mode div.listingblock > div.content > button, html.dark-mode figure.highlight > button { + width: 0.75rem; + opacity: 0; + position: absolute; + top: 0; + right: 0; + border: 0.75rem solid #31343f; + background-color: #31343f; + color: #e6e1e8; + box-sizing: content-box; +} +html.dark-mode div.highlighter-rouge > button svg, html.dark-mode div.listingblock > div.content > button svg, html.dark-mode figure.highlight > button svg { + fill: #e6e1e8; +} +html.dark-mode div.highlighter-rouge > button:active, html.dark-mode div.listingblock > div.content > button:active, html.dark-mode figure.highlight > button:active { + text-decoration: none; + outline: none; + opacity: 1; +} +html.dark-mode div.highlighter-rouge > button:focus, html.dark-mode div.listingblock > div.content > button:focus, html.dark-mode figure.highlight > button:focus { + opacity: 1; +} +html.dark-mode div.highlighter-rouge:hover > button, html.dark-mode div.listingblock > div.content:hover > button, html.dark-mode figure.highlight:hover > button { + cursor: copy; + opacity: 1; +} +html.dark-mode div.highlighter-rouge div.highlight { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +html.dark-mode div.highlighter-rouge pre.highlight, html.dark-mode div.highlighter-rouge code { + padding: 0; + margin: 0; + border: 0; +} +html.dark-mode div.listingblock { + margin-top: 0; + margin-bottom: 0.75rem; +} +html.dark-mode div.listingblock div.content { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +html.dark-mode div.listingblock div.content > pre, html.dark-mode div.listingblock code { + padding: 0; + margin: 0; + border: 0; +} +html.dark-mode figure.highlight pre, html.dark-mode figure.highlight :not(pre) > code { + overflow-x: auto; + padding: 0.75rem; + margin: 0; + border: 0; +} +html.dark-mode .highlight .table-wrapper { + padding: 0.75rem 0; + margin: 0; + border: 0; + box-shadow: none; +} +html.dark-mode .highlight .table-wrapper td, html.dark-mode .highlight .table-wrapper pre { + font-size: 11px !important; + min-width: 0; + padding: 0; + background-color: #31343f; + border: 0; +} +@media (min-width: 31.25rem) { + html.dark-mode .highlight .table-wrapper td, html.dark-mode .highlight .table-wrapper pre { + font-size: 12px !important; + } +} +html.dark-mode .highlight .table-wrapper td.gl { + width: 1em; + padding-right: 0.75rem; + padding-left: 0.75rem; +} +html.dark-mode .highlight .table-wrapper pre { + margin: 0; + line-height: 2; +} +html.dark-mode .code-example, html.dark-mode .listingblock > .title { + padding: 0.75rem; + margin-bottom: 0.75rem; + overflow: auto; + border: 1px solid #44434d; + border-radius: 4px; +} +html.dark-mode .code-example + .highlighter-rouge, html.dark-mode .code-example + .sectionbody .listingblock, html.dark-mode .code-example + .content, html.dark-mode .code-example + figure.highlight, html.dark-mode .listingblock > .title + .highlighter-rouge, html.dark-mode .listingblock > .title + .sectionbody .listingblock, html.dark-mode .listingblock > .title + .content, html.dark-mode .listingblock > .title + figure.highlight { + position: relative; + margin-top: -1rem; + border-right: 1px solid #44434d; + border-bottom: 1px solid #44434d; + border-left: 1px solid #44434d; + border-top-left-radius: 0; + border-top-right-radius: 0; +} +html.dark-mode code.language-mermaid { + padding: 0; + background-color: inherit; + border: 0; +} +html.dark-mode .highlight, html.dark-mode pre.highlight { + background: #31343f; + color: #dee2f7; +} +html.dark-mode .highlight pre { + background: #31343f; +} +html.dark-mode .text-grey-dk-000 { + color: #959396 !important; +} +html.dark-mode .text-grey-dk-100 { + color: #5c5962 !important; +} +html.dark-mode .text-grey-dk-200 { + color: #44434d !important; +} +html.dark-mode .text-grey-dk-250 { + color: #302d36 !important; +} +html.dark-mode .text-grey-dk-300 { + color: #27262b !important; +} +html.dark-mode .text-grey-lt-000 { + color: #f5f6fa !important; +} +html.dark-mode .text-grey-lt-100 { + color: #eeebee !important; +} +html.dark-mode .text-grey-lt-200 { + color: #ecebed !important; +} +html.dark-mode .text-grey-lt-300 { + color: #e6e1e8 !important; +} +html.dark-mode .text-blue-000 { + color: #2c84fa !important; +} +html.dark-mode .text-blue-100 { + color: #2869e6 !important; +} +html.dark-mode .text-blue-200 { + color: #264caf !important; +} +html.dark-mode .text-blue-300 { + color: #183385 !important; +} +html.dark-mode .text-green-000 { + color: #41d693 !important; +} +html.dark-mode .text-green-100 { + color: #11b584 !important; +} +html.dark-mode .text-green-200 { + color: #009c7b !important; +} +html.dark-mode .text-green-300 { + color: #026e57 !important; +} +html.dark-mode .text-purple-000 { + color: #7253ed !important; +} +html.dark-mode .text-purple-100 { + color: #5e41d0 !important; +} +html.dark-mode .text-purple-200 { + color: #4e26af !important; +} +html.dark-mode .text-purple-300 { + color: #381885 !important; +} +html.dark-mode .text-yellow-000 { + color: #ffeb82 !important; +} +html.dark-mode .text-yellow-100 { + color: #fadf50 !important; +} +html.dark-mode .text-yellow-200 { + color: #f7d12e !important; +} +html.dark-mode .text-yellow-300 { + color: #e7af06 !important; +} +html.dark-mode .text-red-000 { + color: #f77e7e !important; +} +html.dark-mode .text-red-100 { + color: #f96e65 !important; +} +html.dark-mode .text-red-200 { + color: #e94c4c !important; +} +html.dark-mode .text-red-300 { + color: #dd2e2e !important; +} +html.dark-mode .bg-grey-dk-000 { + background-color: #959396 !important; +} +html.dark-mode .bg-grey-dk-100 { + background-color: #5c5962 !important; +} +html.dark-mode .bg-grey-dk-200 { + background-color: #44434d !important; +} +html.dark-mode .bg-grey-dk-250 { + background-color: #302d36 !important; +} +html.dark-mode .bg-grey-dk-300 { + background-color: #27262b !important; +} +html.dark-mode .bg-grey-lt-000 { + background-color: #f5f6fa !important; +} +html.dark-mode .bg-grey-lt-100 { + background-color: #eeebee !important; +} +html.dark-mode .bg-grey-lt-200 { + background-color: #ecebed !important; +} +html.dark-mode .bg-grey-lt-300 { + background-color: #e6e1e8 !important; +} +html.dark-mode .bg-blue-000 { + background-color: #2c84fa !important; +} +html.dark-mode .bg-blue-100 { + background-color: #2869e6 !important; +} +html.dark-mode .bg-blue-200 { + background-color: #264caf !important; +} +html.dark-mode .bg-blue-300 { + background-color: #183385 !important; +} +html.dark-mode .bg-green-000 { + background-color: #41d693 !important; +} +html.dark-mode .bg-green-100 { + background-color: #11b584 !important; +} +html.dark-mode .bg-green-200 { + background-color: #009c7b !important; +} +html.dark-mode .bg-green-300 { + background-color: #026e57 !important; +} +html.dark-mode .bg-purple-000 { + background-color: #7253ed !important; +} +html.dark-mode .bg-purple-100 { + background-color: #5e41d0 !important; +} +html.dark-mode .bg-purple-200 { + background-color: #4e26af !important; +} +html.dark-mode .bg-purple-300 { + background-color: #381885 !important; +} +html.dark-mode .bg-yellow-000 { + background-color: #ffeb82 !important; +} +html.dark-mode .bg-yellow-100 { + background-color: #fadf50 !important; +} +html.dark-mode .bg-yellow-200 { + background-color: #f7d12e !important; +} +html.dark-mode .bg-yellow-300 { + background-color: #e7af06 !important; +} +html.dark-mode .bg-red-000 { + background-color: #f77e7e !important; +} +html.dark-mode .bg-red-100 { + background-color: #f96e65 !important; +} +html.dark-mode .bg-red-200 { + background-color: #e94c4c !important; +} +html.dark-mode .bg-red-300 { + background-color: #dd2e2e !important; +} +html.dark-mode .d-block { + display: block !important; +} +html.dark-mode .d-flex { + display: flex !important; +} +html.dark-mode .d-inline { + display: inline !important; +} +html.dark-mode .d-inline-block { + display: inline-block !important; +} +html.dark-mode .d-none { + display: none !important; +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .d-xs-block { + display: block !important; + } + html.dark-mode .d-xs-flex { + display: flex !important; + } + html.dark-mode .d-xs-inline { + display: inline !important; + } + html.dark-mode .d-xs-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xs-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .d-sm-block { + display: block !important; + } + html.dark-mode .d-sm-flex { + display: flex !important; + } + html.dark-mode .d-sm-inline { + display: inline !important; + } + html.dark-mode .d-sm-inline-block { + display: inline-block !important; + } + html.dark-mode .d-sm-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .d-md-block { + display: block !important; + } + html.dark-mode .d-md-flex { + display: flex !important; + } + html.dark-mode .d-md-inline { + display: inline !important; + } + html.dark-mode .d-md-inline-block { + display: inline-block !important; + } + html.dark-mode .d-md-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .d-lg-block { + display: block !important; + } + html.dark-mode .d-lg-flex { + display: flex !important; + } + html.dark-mode .d-lg-inline { + display: inline !important; + } + html.dark-mode .d-lg-inline-block { + display: inline-block !important; + } + html.dark-mode .d-lg-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .d-xl-block { + display: block !important; + } + html.dark-mode .d-xl-flex { + display: flex !important; + } + html.dark-mode .d-xl-inline { + display: inline !important; + } + html.dark-mode .d-xl-inline-block { + display: inline-block !important; + } + html.dark-mode .d-xl-none { + display: none !important; + } +} +html.dark-mode .float-left { + float: left !important; +} +html.dark-mode .float-right { + float: right !important; +} +html.dark-mode .flex-justify-start { + justify-content: flex-start !important; +} +html.dark-mode .flex-justify-end { + justify-content: flex-end !important; +} +html.dark-mode .flex-justify-between { + justify-content: space-between !important; +} +html.dark-mode .flex-justify-around { + justify-content: space-around !important; +} +html.dark-mode .v-align-baseline { + vertical-align: baseline !important; +} +html.dark-mode .v-align-bottom { + vertical-align: bottom !important; +} +html.dark-mode .v-align-middle { + vertical-align: middle !important; +} +html.dark-mode .v-align-text-bottom { + vertical-align: text-bottom !important; +} +html.dark-mode .v-align-text-top { + vertical-align: text-top !important; +} +html.dark-mode .v-align-top { + vertical-align: top !important; +} +html.dark-mode .fs-1 { + font-size: 9px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-1 { + font-size: 10px !important; + } +} +html.dark-mode .fs-2 { + font-size: 11px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-2 { + font-size: 12px !important; + } +} +html.dark-mode .fs-3 { + font-size: 12px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-3 { + font-size: 14px !important; + } +} +html.dark-mode .fs-4 { + font-size: 14px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-4 { + font-size: 16px !important; + } +} +html.dark-mode .fs-5 { + font-size: 16px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-5 { + font-size: 18px !important; + } +} +html.dark-mode .fs-6 { + font-size: 18px !important; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-6 { + font-size: 24px !important; + line-height: 1.25; + } +} +html.dark-mode .fs-7 { + font-size: 24px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-7 { + font-size: 32px !important; + } +} +html.dark-mode .fs-8 { + font-size: 32px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-8 { + font-size: 36px !important; + } +} +html.dark-mode .fs-9 { + font-size: 36px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-9 { + font-size: 42px !important; + } +} +html.dark-mode .fs-10 { + font-size: 42px !important; + line-height: 1.25; +} +@media (min-width: 31.25rem) { + html.dark-mode .fs-10 { + font-size: 48px !important; + } +} +html.dark-mode .fw-300 { + font-weight: 300 !important; +} +html.dark-mode .fw-400 { + font-weight: 400 !important; +} +html.dark-mode .fw-500 { + font-weight: 500 !important; +} +html.dark-mode .fw-700 { + font-weight: 700 !important; +} +html.dark-mode .lh-0 { + line-height: 0 !important; +} +html.dark-mode .lh-default { + line-height: 1.4; +} +html.dark-mode .lh-tight { + line-height: 1.25; +} +html.dark-mode .ls-5 { + letter-spacing: 0.05em !important; +} +html.dark-mode .ls-10 { + letter-spacing: 0.1em !important; +} +html.dark-mode .ls-0 { + letter-spacing: 0 !important; +} +html.dark-mode .text-uppercase { + text-transform: uppercase !important; +} +html.dark-mode .list-style-none { + padding: 0 !important; + margin: 0 !important; + list-style: none !important; +} +html.dark-mode .list-style-none li::before { + display: none !important; +} +html.dark-mode .mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-0 { + margin: 0 !important; +} +html.dark-mode .mt-0 { + margin-top: 0 !important; +} +html.dark-mode .mr-0 { + margin-right: 0 !important; +} +html.dark-mode .mb-0 { + margin-bottom: 0 !important; +} +html.dark-mode .ml-0 { + margin-left: 0 !important; +} +html.dark-mode .mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} +html.dark-mode .my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} +html.dark-mode .mxn-0 { + margin-right: -0 !important; + margin-left: -0 !important; +} +html.dark-mode .mx-0-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-1 { + margin: 0.25rem !important; +} +html.dark-mode .mt-1 { + margin-top: 0.25rem !important; +} +html.dark-mode .mr-1 { + margin-right: 0.25rem !important; +} +html.dark-mode .mb-1 { + margin-bottom: 0.25rem !important; +} +html.dark-mode .ml-1 { + margin-left: 0.25rem !important; +} +html.dark-mode .mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} +html.dark-mode .my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} +html.dark-mode .mxn-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; +} +html.dark-mode .mx-1-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-2 { + margin: 0.5rem !important; +} +html.dark-mode .mt-2 { + margin-top: 0.5rem !important; +} +html.dark-mode .mr-2 { + margin-right: 0.5rem !important; +} +html.dark-mode .mb-2 { + margin-bottom: 0.5rem !important; +} +html.dark-mode .ml-2 { + margin-left: 0.5rem !important; +} +html.dark-mode .mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} +html.dark-mode .my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} +html.dark-mode .mxn-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; +} +html.dark-mode .mx-2-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-3 { + margin: 0.75rem !important; +} +html.dark-mode .mt-3 { + margin-top: 0.75rem !important; +} +html.dark-mode .mr-3 { + margin-right: 0.75rem !important; +} +html.dark-mode .mb-3 { + margin-bottom: 0.75rem !important; +} +html.dark-mode .ml-3 { + margin-left: 0.75rem !important; +} +html.dark-mode .mx-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} +html.dark-mode .my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} +html.dark-mode .mxn-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; +} +html.dark-mode .mx-3-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-4 { + margin: 1rem !important; +} +html.dark-mode .mt-4 { + margin-top: 1rem !important; +} +html.dark-mode .mr-4 { + margin-right: 1rem !important; +} +html.dark-mode .mb-4 { + margin-bottom: 1rem !important; +} +html.dark-mode .ml-4 { + margin-left: 1rem !important; +} +html.dark-mode .mx-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} +html.dark-mode .my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} +html.dark-mode .mxn-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; +} +html.dark-mode .mx-4-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-5 { + margin: 1.5rem !important; +} +html.dark-mode .mt-5 { + margin-top: 1.5rem !important; +} +html.dark-mode .mr-5 { + margin-right: 1.5rem !important; +} +html.dark-mode .mb-5 { + margin-bottom: 1.5rem !important; +} +html.dark-mode .ml-5 { + margin-left: 1.5rem !important; +} +html.dark-mode .mx-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} +html.dark-mode .my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} +html.dark-mode .mxn-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; +} +html.dark-mode .mx-5-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-6 { + margin: 2rem !important; +} +html.dark-mode .mt-6 { + margin-top: 2rem !important; +} +html.dark-mode .mr-6 { + margin-right: 2rem !important; +} +html.dark-mode .mb-6 { + margin-bottom: 2rem !important; +} +html.dark-mode .ml-6 { + margin-left: 2rem !important; +} +html.dark-mode .mx-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; +} +html.dark-mode .my-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} +html.dark-mode .mxn-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; +} +html.dark-mode .mx-6-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-7 { + margin: 2.5rem !important; +} +html.dark-mode .mt-7 { + margin-top: 2.5rem !important; +} +html.dark-mode .mr-7 { + margin-right: 2.5rem !important; +} +html.dark-mode .mb-7 { + margin-bottom: 2.5rem !important; +} +html.dark-mode .ml-7 { + margin-left: 2.5rem !important; +} +html.dark-mode .mx-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; +} +html.dark-mode .my-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; +} +html.dark-mode .mxn-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; +} +html.dark-mode .mx-7-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-8 { + margin: 3rem !important; +} +html.dark-mode .mt-8 { + margin-top: 3rem !important; +} +html.dark-mode .mr-8 { + margin-right: 3rem !important; +} +html.dark-mode .mb-8 { + margin-bottom: 3rem !important; +} +html.dark-mode .ml-8 { + margin-left: 3rem !important; +} +html.dark-mode .mx-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} +html.dark-mode .my-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} +html.dark-mode .mxn-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; +} +html.dark-mode .mx-8-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-9 { + margin: 3.5rem !important; +} +html.dark-mode .mt-9 { + margin-top: 3.5rem !important; +} +html.dark-mode .mr-9 { + margin-right: 3.5rem !important; +} +html.dark-mode .mb-9 { + margin-bottom: 3.5rem !important; +} +html.dark-mode .ml-9 { + margin-left: 3.5rem !important; +} +html.dark-mode .mx-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; +} +html.dark-mode .my-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; +} +html.dark-mode .mxn-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; +} +html.dark-mode .mx-9-auto { + margin-right: auto !important; + margin-left: auto !important; +} +html.dark-mode .m-10 { + margin: 4rem !important; +} +html.dark-mode .mt-10 { + margin-top: 4rem !important; +} +html.dark-mode .mr-10 { + margin-right: 4rem !important; +} +html.dark-mode .mb-10 { + margin-bottom: 4rem !important; +} +html.dark-mode .ml-10 { + margin-left: 4rem !important; +} +html.dark-mode .mx-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; +} +html.dark-mode .my-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} +html.dark-mode .mxn-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; +} +html.dark-mode .mx-10-auto { + margin-right: auto !important; + margin-left: auto !important; +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-0 { + margin: 0 !important; + } + html.dark-mode .mt-xs-0 { + margin-top: 0 !important; + } + html.dark-mode .mr-xs-0 { + margin-right: 0 !important; + } + html.dark-mode .mb-xs-0 { + margin-bottom: 0 !important; + } + html.dark-mode .ml-xs-0 { + margin-left: 0 !important; + } + html.dark-mode .mx-xs-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + html.dark-mode .my-xs-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + html.dark-mode .mxn-xs-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-1 { + margin: 0.25rem !important; + } + html.dark-mode .mt-xs-1 { + margin-top: 0.25rem !important; + } + html.dark-mode .mr-xs-1 { + margin-right: 0.25rem !important; + } + html.dark-mode .mb-xs-1 { + margin-bottom: 0.25rem !important; + } + html.dark-mode .ml-xs-1 { + margin-left: 0.25rem !important; + } + html.dark-mode .mx-xs-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + html.dark-mode .my-xs-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + html.dark-mode .mxn-xs-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-2 { + margin: 0.5rem !important; + } + html.dark-mode .mt-xs-2 { + margin-top: 0.5rem !important; + } + html.dark-mode .mr-xs-2 { + margin-right: 0.5rem !important; + } + html.dark-mode .mb-xs-2 { + margin-bottom: 0.5rem !important; + } + html.dark-mode .ml-xs-2 { + margin-left: 0.5rem !important; + } + html.dark-mode .mx-xs-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + html.dark-mode .my-xs-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + html.dark-mode .mxn-xs-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-3 { + margin: 0.75rem !important; + } + html.dark-mode .mt-xs-3 { + margin-top: 0.75rem !important; + } + html.dark-mode .mr-xs-3 { + margin-right: 0.75rem !important; + } + html.dark-mode .mb-xs-3 { + margin-bottom: 0.75rem !important; + } + html.dark-mode .ml-xs-3 { + margin-left: 0.75rem !important; + } + html.dark-mode .mx-xs-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + html.dark-mode .my-xs-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + html.dark-mode .mxn-xs-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-4 { + margin: 1rem !important; + } + html.dark-mode .mt-xs-4 { + margin-top: 1rem !important; + } + html.dark-mode .mr-xs-4 { + margin-right: 1rem !important; + } + html.dark-mode .mb-xs-4 { + margin-bottom: 1rem !important; + } + html.dark-mode .ml-xs-4 { + margin-left: 1rem !important; + } + html.dark-mode .mx-xs-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + html.dark-mode .my-xs-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + html.dark-mode .mxn-xs-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-5 { + margin: 1.5rem !important; + } + html.dark-mode .mt-xs-5 { + margin-top: 1.5rem !important; + } + html.dark-mode .mr-xs-5 { + margin-right: 1.5rem !important; + } + html.dark-mode .mb-xs-5 { + margin-bottom: 1.5rem !important; + } + html.dark-mode .ml-xs-5 { + margin-left: 1.5rem !important; + } + html.dark-mode .mx-xs-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + html.dark-mode .my-xs-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + html.dark-mode .mxn-xs-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-6 { + margin: 2rem !important; + } + html.dark-mode .mt-xs-6 { + margin-top: 2rem !important; + } + html.dark-mode .mr-xs-6 { + margin-right: 2rem !important; + } + html.dark-mode .mb-xs-6 { + margin-bottom: 2rem !important; + } + html.dark-mode .ml-xs-6 { + margin-left: 2rem !important; + } + html.dark-mode .mx-xs-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + html.dark-mode .my-xs-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + html.dark-mode .mxn-xs-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-7 { + margin: 2.5rem !important; + } + html.dark-mode .mt-xs-7 { + margin-top: 2.5rem !important; + } + html.dark-mode .mr-xs-7 { + margin-right: 2.5rem !important; + } + html.dark-mode .mb-xs-7 { + margin-bottom: 2.5rem !important; + } + html.dark-mode .ml-xs-7 { + margin-left: 2.5rem !important; + } + html.dark-mode .mx-xs-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + html.dark-mode .my-xs-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + html.dark-mode .mxn-xs-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-8 { + margin: 3rem !important; + } + html.dark-mode .mt-xs-8 { + margin-top: 3rem !important; + } + html.dark-mode .mr-xs-8 { + margin-right: 3rem !important; + } + html.dark-mode .mb-xs-8 { + margin-bottom: 3rem !important; + } + html.dark-mode .ml-xs-8 { + margin-left: 3rem !important; + } + html.dark-mode .mx-xs-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + html.dark-mode .my-xs-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + html.dark-mode .mxn-xs-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-9 { + margin: 3.5rem !important; + } + html.dark-mode .mt-xs-9 { + margin-top: 3.5rem !important; + } + html.dark-mode .mr-xs-9 { + margin-right: 3.5rem !important; + } + html.dark-mode .mb-xs-9 { + margin-bottom: 3.5rem !important; + } + html.dark-mode .ml-xs-9 { + margin-left: 3.5rem !important; + } + html.dark-mode .mx-xs-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + html.dark-mode .my-xs-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + html.dark-mode .mxn-xs-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 20rem) { + html.dark-mode .m-xs-10 { + margin: 4rem !important; + } + html.dark-mode .mt-xs-10 { + margin-top: 4rem !important; + } + html.dark-mode .mr-xs-10 { + margin-right: 4rem !important; + } + html.dark-mode .mb-xs-10 { + margin-bottom: 4rem !important; + } + html.dark-mode .ml-xs-10 { + margin-left: 4rem !important; + } + html.dark-mode .mx-xs-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + html.dark-mode .my-xs-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + html.dark-mode .mxn-xs-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-0 { + margin: 0 !important; + } + html.dark-mode .mt-sm-0 { + margin-top: 0 !important; + } + html.dark-mode .mr-sm-0 { + margin-right: 0 !important; + } + html.dark-mode .mb-sm-0 { + margin-bottom: 0 !important; + } + html.dark-mode .ml-sm-0 { + margin-left: 0 !important; + } + html.dark-mode .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + html.dark-mode .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + html.dark-mode .mxn-sm-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-1 { + margin: 0.25rem !important; + } + html.dark-mode .mt-sm-1 { + margin-top: 0.25rem !important; + } + html.dark-mode .mr-sm-1 { + margin-right: 0.25rem !important; + } + html.dark-mode .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + html.dark-mode .ml-sm-1 { + margin-left: 0.25rem !important; + } + html.dark-mode .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + html.dark-mode .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + html.dark-mode .mxn-sm-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-2 { + margin: 0.5rem !important; + } + html.dark-mode .mt-sm-2 { + margin-top: 0.5rem !important; + } + html.dark-mode .mr-sm-2 { + margin-right: 0.5rem !important; + } + html.dark-mode .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + html.dark-mode .ml-sm-2 { + margin-left: 0.5rem !important; + } + html.dark-mode .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + html.dark-mode .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + html.dark-mode .mxn-sm-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-3 { + margin: 0.75rem !important; + } + html.dark-mode .mt-sm-3 { + margin-top: 0.75rem !important; + } + html.dark-mode .mr-sm-3 { + margin-right: 0.75rem !important; + } + html.dark-mode .mb-sm-3 { + margin-bottom: 0.75rem !important; + } + html.dark-mode .ml-sm-3 { + margin-left: 0.75rem !important; + } + html.dark-mode .mx-sm-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + html.dark-mode .my-sm-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + html.dark-mode .mxn-sm-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-4 { + margin: 1rem !important; + } + html.dark-mode .mt-sm-4 { + margin-top: 1rem !important; + } + html.dark-mode .mr-sm-4 { + margin-right: 1rem !important; + } + html.dark-mode .mb-sm-4 { + margin-bottom: 1rem !important; + } + html.dark-mode .ml-sm-4 { + margin-left: 1rem !important; + } + html.dark-mode .mx-sm-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + html.dark-mode .my-sm-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + html.dark-mode .mxn-sm-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-5 { + margin: 1.5rem !important; + } + html.dark-mode .mt-sm-5 { + margin-top: 1.5rem !important; + } + html.dark-mode .mr-sm-5 { + margin-right: 1.5rem !important; + } + html.dark-mode .mb-sm-5 { + margin-bottom: 1.5rem !important; + } + html.dark-mode .ml-sm-5 { + margin-left: 1.5rem !important; + } + html.dark-mode .mx-sm-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + html.dark-mode .my-sm-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + html.dark-mode .mxn-sm-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-6 { + margin: 2rem !important; + } + html.dark-mode .mt-sm-6 { + margin-top: 2rem !important; + } + html.dark-mode .mr-sm-6 { + margin-right: 2rem !important; + } + html.dark-mode .mb-sm-6 { + margin-bottom: 2rem !important; + } + html.dark-mode .ml-sm-6 { + margin-left: 2rem !important; + } + html.dark-mode .mx-sm-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + html.dark-mode .my-sm-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + html.dark-mode .mxn-sm-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-7 { + margin: 2.5rem !important; + } + html.dark-mode .mt-sm-7 { + margin-top: 2.5rem !important; + } + html.dark-mode .mr-sm-7 { + margin-right: 2.5rem !important; + } + html.dark-mode .mb-sm-7 { + margin-bottom: 2.5rem !important; + } + html.dark-mode .ml-sm-7 { + margin-left: 2.5rem !important; + } + html.dark-mode .mx-sm-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + html.dark-mode .my-sm-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + html.dark-mode .mxn-sm-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-8 { + margin: 3rem !important; + } + html.dark-mode .mt-sm-8 { + margin-top: 3rem !important; + } + html.dark-mode .mr-sm-8 { + margin-right: 3rem !important; + } + html.dark-mode .mb-sm-8 { + margin-bottom: 3rem !important; + } + html.dark-mode .ml-sm-8 { + margin-left: 3rem !important; + } + html.dark-mode .mx-sm-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + html.dark-mode .my-sm-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + html.dark-mode .mxn-sm-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-9 { + margin: 3.5rem !important; + } + html.dark-mode .mt-sm-9 { + margin-top: 3.5rem !important; + } + html.dark-mode .mr-sm-9 { + margin-right: 3.5rem !important; + } + html.dark-mode .mb-sm-9 { + margin-bottom: 3.5rem !important; + } + html.dark-mode .ml-sm-9 { + margin-left: 3.5rem !important; + } + html.dark-mode .mx-sm-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + html.dark-mode .my-sm-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + html.dark-mode .mxn-sm-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .m-sm-10 { + margin: 4rem !important; + } + html.dark-mode .mt-sm-10 { + margin-top: 4rem !important; + } + html.dark-mode .mr-sm-10 { + margin-right: 4rem !important; + } + html.dark-mode .mb-sm-10 { + margin-bottom: 4rem !important; + } + html.dark-mode .ml-sm-10 { + margin-left: 4rem !important; + } + html.dark-mode .mx-sm-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + html.dark-mode .my-sm-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + html.dark-mode .mxn-sm-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-0 { + margin: 0 !important; + } + html.dark-mode .mt-md-0 { + margin-top: 0 !important; + } + html.dark-mode .mr-md-0 { + margin-right: 0 !important; + } + html.dark-mode .mb-md-0 { + margin-bottom: 0 !important; + } + html.dark-mode .ml-md-0 { + margin-left: 0 !important; + } + html.dark-mode .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + html.dark-mode .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + html.dark-mode .mxn-md-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-1 { + margin: 0.25rem !important; + } + html.dark-mode .mt-md-1 { + margin-top: 0.25rem !important; + } + html.dark-mode .mr-md-1 { + margin-right: 0.25rem !important; + } + html.dark-mode .mb-md-1 { + margin-bottom: 0.25rem !important; + } + html.dark-mode .ml-md-1 { + margin-left: 0.25rem !important; + } + html.dark-mode .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + html.dark-mode .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + html.dark-mode .mxn-md-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-2 { + margin: 0.5rem !important; + } + html.dark-mode .mt-md-2 { + margin-top: 0.5rem !important; + } + html.dark-mode .mr-md-2 { + margin-right: 0.5rem !important; + } + html.dark-mode .mb-md-2 { + margin-bottom: 0.5rem !important; + } + html.dark-mode .ml-md-2 { + margin-left: 0.5rem !important; + } + html.dark-mode .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + html.dark-mode .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + html.dark-mode .mxn-md-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-3 { + margin: 0.75rem !important; + } + html.dark-mode .mt-md-3 { + margin-top: 0.75rem !important; + } + html.dark-mode .mr-md-3 { + margin-right: 0.75rem !important; + } + html.dark-mode .mb-md-3 { + margin-bottom: 0.75rem !important; + } + html.dark-mode .ml-md-3 { + margin-left: 0.75rem !important; + } + html.dark-mode .mx-md-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + html.dark-mode .my-md-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + html.dark-mode .mxn-md-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-4 { + margin: 1rem !important; + } + html.dark-mode .mt-md-4 { + margin-top: 1rem !important; + } + html.dark-mode .mr-md-4 { + margin-right: 1rem !important; + } + html.dark-mode .mb-md-4 { + margin-bottom: 1rem !important; + } + html.dark-mode .ml-md-4 { + margin-left: 1rem !important; + } + html.dark-mode .mx-md-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + html.dark-mode .my-md-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + html.dark-mode .mxn-md-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-5 { + margin: 1.5rem !important; + } + html.dark-mode .mt-md-5 { + margin-top: 1.5rem !important; + } + html.dark-mode .mr-md-5 { + margin-right: 1.5rem !important; + } + html.dark-mode .mb-md-5 { + margin-bottom: 1.5rem !important; + } + html.dark-mode .ml-md-5 { + margin-left: 1.5rem !important; + } + html.dark-mode .mx-md-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + html.dark-mode .my-md-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + html.dark-mode .mxn-md-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-6 { + margin: 2rem !important; + } + html.dark-mode .mt-md-6 { + margin-top: 2rem !important; + } + html.dark-mode .mr-md-6 { + margin-right: 2rem !important; + } + html.dark-mode .mb-md-6 { + margin-bottom: 2rem !important; + } + html.dark-mode .ml-md-6 { + margin-left: 2rem !important; + } + html.dark-mode .mx-md-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + html.dark-mode .my-md-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + html.dark-mode .mxn-md-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-7 { + margin: 2.5rem !important; + } + html.dark-mode .mt-md-7 { + margin-top: 2.5rem !important; + } + html.dark-mode .mr-md-7 { + margin-right: 2.5rem !important; + } + html.dark-mode .mb-md-7 { + margin-bottom: 2.5rem !important; + } + html.dark-mode .ml-md-7 { + margin-left: 2.5rem !important; + } + html.dark-mode .mx-md-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + html.dark-mode .my-md-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + html.dark-mode .mxn-md-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-8 { + margin: 3rem !important; + } + html.dark-mode .mt-md-8 { + margin-top: 3rem !important; + } + html.dark-mode .mr-md-8 { + margin-right: 3rem !important; + } + html.dark-mode .mb-md-8 { + margin-bottom: 3rem !important; + } + html.dark-mode .ml-md-8 { + margin-left: 3rem !important; + } + html.dark-mode .mx-md-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + html.dark-mode .my-md-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + html.dark-mode .mxn-md-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-9 { + margin: 3.5rem !important; + } + html.dark-mode .mt-md-9 { + margin-top: 3.5rem !important; + } + html.dark-mode .mr-md-9 { + margin-right: 3.5rem !important; + } + html.dark-mode .mb-md-9 { + margin-bottom: 3.5rem !important; + } + html.dark-mode .ml-md-9 { + margin-left: 3.5rem !important; + } + html.dark-mode .mx-md-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + html.dark-mode .my-md-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + html.dark-mode .mxn-md-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .m-md-10 { + margin: 4rem !important; + } + html.dark-mode .mt-md-10 { + margin-top: 4rem !important; + } + html.dark-mode .mr-md-10 { + margin-right: 4rem !important; + } + html.dark-mode .mb-md-10 { + margin-bottom: 4rem !important; + } + html.dark-mode .ml-md-10 { + margin-left: 4rem !important; + } + html.dark-mode .mx-md-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + html.dark-mode .my-md-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + html.dark-mode .mxn-md-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-0 { + margin: 0 !important; + } + html.dark-mode .mt-lg-0 { + margin-top: 0 !important; + } + html.dark-mode .mr-lg-0 { + margin-right: 0 !important; + } + html.dark-mode .mb-lg-0 { + margin-bottom: 0 !important; + } + html.dark-mode .ml-lg-0 { + margin-left: 0 !important; + } + html.dark-mode .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + html.dark-mode .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + html.dark-mode .mxn-lg-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-1 { + margin: 0.25rem !important; + } + html.dark-mode .mt-lg-1 { + margin-top: 0.25rem !important; + } + html.dark-mode .mr-lg-1 { + margin-right: 0.25rem !important; + } + html.dark-mode .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + html.dark-mode .ml-lg-1 { + margin-left: 0.25rem !important; + } + html.dark-mode .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + html.dark-mode .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + html.dark-mode .mxn-lg-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-2 { + margin: 0.5rem !important; + } + html.dark-mode .mt-lg-2 { + margin-top: 0.5rem !important; + } + html.dark-mode .mr-lg-2 { + margin-right: 0.5rem !important; + } + html.dark-mode .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + html.dark-mode .ml-lg-2 { + margin-left: 0.5rem !important; + } + html.dark-mode .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + html.dark-mode .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + html.dark-mode .mxn-lg-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-3 { + margin: 0.75rem !important; + } + html.dark-mode .mt-lg-3 { + margin-top: 0.75rem !important; + } + html.dark-mode .mr-lg-3 { + margin-right: 0.75rem !important; + } + html.dark-mode .mb-lg-3 { + margin-bottom: 0.75rem !important; + } + html.dark-mode .ml-lg-3 { + margin-left: 0.75rem !important; + } + html.dark-mode .mx-lg-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + html.dark-mode .my-lg-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + html.dark-mode .mxn-lg-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-4 { + margin: 1rem !important; + } + html.dark-mode .mt-lg-4 { + margin-top: 1rem !important; + } + html.dark-mode .mr-lg-4 { + margin-right: 1rem !important; + } + html.dark-mode .mb-lg-4 { + margin-bottom: 1rem !important; + } + html.dark-mode .ml-lg-4 { + margin-left: 1rem !important; + } + html.dark-mode .mx-lg-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + html.dark-mode .my-lg-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + html.dark-mode .mxn-lg-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-5 { + margin: 1.5rem !important; + } + html.dark-mode .mt-lg-5 { + margin-top: 1.5rem !important; + } + html.dark-mode .mr-lg-5 { + margin-right: 1.5rem !important; + } + html.dark-mode .mb-lg-5 { + margin-bottom: 1.5rem !important; + } + html.dark-mode .ml-lg-5 { + margin-left: 1.5rem !important; + } + html.dark-mode .mx-lg-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + html.dark-mode .my-lg-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + html.dark-mode .mxn-lg-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-6 { + margin: 2rem !important; + } + html.dark-mode .mt-lg-6 { + margin-top: 2rem !important; + } + html.dark-mode .mr-lg-6 { + margin-right: 2rem !important; + } + html.dark-mode .mb-lg-6 { + margin-bottom: 2rem !important; + } + html.dark-mode .ml-lg-6 { + margin-left: 2rem !important; + } + html.dark-mode .mx-lg-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + html.dark-mode .my-lg-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + html.dark-mode .mxn-lg-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-7 { + margin: 2.5rem !important; + } + html.dark-mode .mt-lg-7 { + margin-top: 2.5rem !important; + } + html.dark-mode .mr-lg-7 { + margin-right: 2.5rem !important; + } + html.dark-mode .mb-lg-7 { + margin-bottom: 2.5rem !important; + } + html.dark-mode .ml-lg-7 { + margin-left: 2.5rem !important; + } + html.dark-mode .mx-lg-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + html.dark-mode .my-lg-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + html.dark-mode .mxn-lg-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-8 { + margin: 3rem !important; + } + html.dark-mode .mt-lg-8 { + margin-top: 3rem !important; + } + html.dark-mode .mr-lg-8 { + margin-right: 3rem !important; + } + html.dark-mode .mb-lg-8 { + margin-bottom: 3rem !important; + } + html.dark-mode .ml-lg-8 { + margin-left: 3rem !important; + } + html.dark-mode .mx-lg-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + html.dark-mode .my-lg-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + html.dark-mode .mxn-lg-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-9 { + margin: 3.5rem !important; + } + html.dark-mode .mt-lg-9 { + margin-top: 3.5rem !important; + } + html.dark-mode .mr-lg-9 { + margin-right: 3.5rem !important; + } + html.dark-mode .mb-lg-9 { + margin-bottom: 3.5rem !important; + } + html.dark-mode .ml-lg-9 { + margin-left: 3.5rem !important; + } + html.dark-mode .mx-lg-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + html.dark-mode .my-lg-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + html.dark-mode .mxn-lg-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .m-lg-10 { + margin: 4rem !important; + } + html.dark-mode .mt-lg-10 { + margin-top: 4rem !important; + } + html.dark-mode .mr-lg-10 { + margin-right: 4rem !important; + } + html.dark-mode .mb-lg-10 { + margin-bottom: 4rem !important; + } + html.dark-mode .ml-lg-10 { + margin-left: 4rem !important; + } + html.dark-mode .mx-lg-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + html.dark-mode .my-lg-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + html.dark-mode .mxn-lg-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-0 { + margin: 0 !important; + } + html.dark-mode .mt-xl-0 { + margin-top: 0 !important; + } + html.dark-mode .mr-xl-0 { + margin-right: 0 !important; + } + html.dark-mode .mb-xl-0 { + margin-bottom: 0 !important; + } + html.dark-mode .ml-xl-0 { + margin-left: 0 !important; + } + html.dark-mode .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + html.dark-mode .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + html.dark-mode .mxn-xl-0 { + margin-right: -0 !important; + margin-left: -0 !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-1 { + margin: 0.25rem !important; + } + html.dark-mode .mt-xl-1 { + margin-top: 0.25rem !important; + } + html.dark-mode .mr-xl-1 { + margin-right: 0.25rem !important; + } + html.dark-mode .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + html.dark-mode .ml-xl-1 { + margin-left: 0.25rem !important; + } + html.dark-mode .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + html.dark-mode .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + html.dark-mode .mxn-xl-1 { + margin-right: -0.25rem !important; + margin-left: -0.25rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-2 { + margin: 0.5rem !important; + } + html.dark-mode .mt-xl-2 { + margin-top: 0.5rem !important; + } + html.dark-mode .mr-xl-2 { + margin-right: 0.5rem !important; + } + html.dark-mode .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + html.dark-mode .ml-xl-2 { + margin-left: 0.5rem !important; + } + html.dark-mode .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + html.dark-mode .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + html.dark-mode .mxn-xl-2 { + margin-right: -0.5rem !important; + margin-left: -0.5rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-3 { + margin: 0.75rem !important; + } + html.dark-mode .mt-xl-3 { + margin-top: 0.75rem !important; + } + html.dark-mode .mr-xl-3 { + margin-right: 0.75rem !important; + } + html.dark-mode .mb-xl-3 { + margin-bottom: 0.75rem !important; + } + html.dark-mode .ml-xl-3 { + margin-left: 0.75rem !important; + } + html.dark-mode .mx-xl-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + html.dark-mode .my-xl-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + html.dark-mode .mxn-xl-3 { + margin-right: -0.75rem !important; + margin-left: -0.75rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-4 { + margin: 1rem !important; + } + html.dark-mode .mt-xl-4 { + margin-top: 1rem !important; + } + html.dark-mode .mr-xl-4 { + margin-right: 1rem !important; + } + html.dark-mode .mb-xl-4 { + margin-bottom: 1rem !important; + } + html.dark-mode .ml-xl-4 { + margin-left: 1rem !important; + } + html.dark-mode .mx-xl-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + html.dark-mode .my-xl-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + html.dark-mode .mxn-xl-4 { + margin-right: -1rem !important; + margin-left: -1rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-5 { + margin: 1.5rem !important; + } + html.dark-mode .mt-xl-5 { + margin-top: 1.5rem !important; + } + html.dark-mode .mr-xl-5 { + margin-right: 1.5rem !important; + } + html.dark-mode .mb-xl-5 { + margin-bottom: 1.5rem !important; + } + html.dark-mode .ml-xl-5 { + margin-left: 1.5rem !important; + } + html.dark-mode .mx-xl-5 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + html.dark-mode .my-xl-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + html.dark-mode .mxn-xl-5 { + margin-right: -1.5rem !important; + margin-left: -1.5rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-6 { + margin: 2rem !important; + } + html.dark-mode .mt-xl-6 { + margin-top: 2rem !important; + } + html.dark-mode .mr-xl-6 { + margin-right: 2rem !important; + } + html.dark-mode .mb-xl-6 { + margin-bottom: 2rem !important; + } + html.dark-mode .ml-xl-6 { + margin-left: 2rem !important; + } + html.dark-mode .mx-xl-6 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + html.dark-mode .my-xl-6 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + html.dark-mode .mxn-xl-6 { + margin-right: -2rem !important; + margin-left: -2rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-7 { + margin: 2.5rem !important; + } + html.dark-mode .mt-xl-7 { + margin-top: 2.5rem !important; + } + html.dark-mode .mr-xl-7 { + margin-right: 2.5rem !important; + } + html.dark-mode .mb-xl-7 { + margin-bottom: 2.5rem !important; + } + html.dark-mode .ml-xl-7 { + margin-left: 2.5rem !important; + } + html.dark-mode .mx-xl-7 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + html.dark-mode .my-xl-7 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + html.dark-mode .mxn-xl-7 { + margin-right: -2.5rem !important; + margin-left: -2.5rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-8 { + margin: 3rem !important; + } + html.dark-mode .mt-xl-8 { + margin-top: 3rem !important; + } + html.dark-mode .mr-xl-8 { + margin-right: 3rem !important; + } + html.dark-mode .mb-xl-8 { + margin-bottom: 3rem !important; + } + html.dark-mode .ml-xl-8 { + margin-left: 3rem !important; + } + html.dark-mode .mx-xl-8 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + html.dark-mode .my-xl-8 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + html.dark-mode .mxn-xl-8 { + margin-right: -3rem !important; + margin-left: -3rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-9 { + margin: 3.5rem !important; + } + html.dark-mode .mt-xl-9 { + margin-top: 3.5rem !important; + } + html.dark-mode .mr-xl-9 { + margin-right: 3.5rem !important; + } + html.dark-mode .mb-xl-9 { + margin-bottom: 3.5rem !important; + } + html.dark-mode .ml-xl-9 { + margin-left: 3.5rem !important; + } + html.dark-mode .mx-xl-9 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + html.dark-mode .my-xl-9 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + html.dark-mode .mxn-xl-9 { + margin-right: -3.5rem !important; + margin-left: -3.5rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .m-xl-10 { + margin: 4rem !important; + } + html.dark-mode .mt-xl-10 { + margin-top: 4rem !important; + } + html.dark-mode .mr-xl-10 { + margin-right: 4rem !important; + } + html.dark-mode .mb-xl-10 { + margin-bottom: 4rem !important; + } + html.dark-mode .ml-xl-10 { + margin-left: 4rem !important; + } + html.dark-mode .mx-xl-10 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + html.dark-mode .my-xl-10 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + html.dark-mode .mxn-xl-10 { + margin-right: -4rem !important; + margin-left: -4rem !important; + } +} +html.dark-mode .p-0 { + padding: 0 !important; +} +html.dark-mode .pt-0 { + padding-top: 0 !important; +} +html.dark-mode .pr-0 { + padding-right: 0 !important; +} +html.dark-mode .pb-0 { + padding-bottom: 0 !important; +} +html.dark-mode .pl-0 { + padding-left: 0 !important; +} +html.dark-mode .px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} +html.dark-mode .py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} +html.dark-mode .p-1 { + padding: 0.25rem !important; +} +html.dark-mode .pt-1 { + padding-top: 0.25rem !important; +} +html.dark-mode .pr-1 { + padding-right: 0.25rem !important; +} +html.dark-mode .pb-1 { + padding-bottom: 0.25rem !important; +} +html.dark-mode .pl-1 { + padding-left: 0.25rem !important; +} +html.dark-mode .px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} +html.dark-mode .py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} +html.dark-mode .p-2 { + padding: 0.5rem !important; +} +html.dark-mode .pt-2 { + padding-top: 0.5rem !important; +} +html.dark-mode .pr-2 { + padding-right: 0.5rem !important; +} +html.dark-mode .pb-2 { + padding-bottom: 0.5rem !important; +} +html.dark-mode .pl-2 { + padding-left: 0.5rem !important; +} +html.dark-mode .px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} +html.dark-mode .py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} +html.dark-mode .p-3 { + padding: 0.75rem !important; +} +html.dark-mode .pt-3 { + padding-top: 0.75rem !important; +} +html.dark-mode .pr-3 { + padding-right: 0.75rem !important; +} +html.dark-mode .pb-3 { + padding-bottom: 0.75rem !important; +} +html.dark-mode .pl-3 { + padding-left: 0.75rem !important; +} +html.dark-mode .px-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} +html.dark-mode .py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} +html.dark-mode .p-4 { + padding: 1rem !important; +} +html.dark-mode .pt-4 { + padding-top: 1rem !important; +} +html.dark-mode .pr-4 { + padding-right: 1rem !important; +} +html.dark-mode .pb-4 { + padding-bottom: 1rem !important; +} +html.dark-mode .pl-4 { + padding-left: 1rem !important; +} +html.dark-mode .px-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} +html.dark-mode .py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} +html.dark-mode .p-5 { + padding: 1.5rem !important; +} +html.dark-mode .pt-5 { + padding-top: 1.5rem !important; +} +html.dark-mode .pr-5 { + padding-right: 1.5rem !important; +} +html.dark-mode .pb-5 { + padding-bottom: 1.5rem !important; +} +html.dark-mode .pl-5 { + padding-left: 1.5rem !important; +} +html.dark-mode .px-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} +html.dark-mode .py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} +html.dark-mode .p-6 { + padding: 2rem !important; +} +html.dark-mode .pt-6 { + padding-top: 2rem !important; +} +html.dark-mode .pr-6 { + padding-right: 2rem !important; +} +html.dark-mode .pb-6 { + padding-bottom: 2rem !important; +} +html.dark-mode .pl-6 { + padding-left: 2rem !important; +} +html.dark-mode .px-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; +} +html.dark-mode .py-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} +html.dark-mode .p-7 { + padding: 2.5rem !important; +} +html.dark-mode .pt-7 { + padding-top: 2.5rem !important; +} +html.dark-mode .pr-7 { + padding-right: 2.5rem !important; +} +html.dark-mode .pb-7 { + padding-bottom: 2.5rem !important; +} +html.dark-mode .pl-7 { + padding-left: 2.5rem !important; +} +html.dark-mode .px-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; +} +html.dark-mode .py-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; +} +html.dark-mode .p-8 { + padding: 3rem !important; +} +html.dark-mode .pt-8 { + padding-top: 3rem !important; +} +html.dark-mode .pr-8 { + padding-right: 3rem !important; +} +html.dark-mode .pb-8 { + padding-bottom: 3rem !important; +} +html.dark-mode .pl-8 { + padding-left: 3rem !important; +} +html.dark-mode .px-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} +html.dark-mode .py-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} +html.dark-mode .p-9 { + padding: 3.5rem !important; +} +html.dark-mode .pt-9 { + padding-top: 3.5rem !important; +} +html.dark-mode .pr-9 { + padding-right: 3.5rem !important; +} +html.dark-mode .pb-9 { + padding-bottom: 3.5rem !important; +} +html.dark-mode .pl-9 { + padding-left: 3.5rem !important; +} +html.dark-mode .px-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; +} +html.dark-mode .py-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; +} +html.dark-mode .p-10 { + padding: 4rem !important; +} +html.dark-mode .pt-10 { + padding-top: 4rem !important; +} +html.dark-mode .pr-10 { + padding-right: 4rem !important; +} +html.dark-mode .pb-10 { + padding-bottom: 4rem !important; +} +html.dark-mode .pl-10 { + padding-left: 4rem !important; +} +html.dark-mode .px-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; +} +html.dark-mode .py-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} +@media (min-width: 20rem) { + html.dark-mode .p-xs-0 { + padding: 0 !important; + } + html.dark-mode .pt-xs-0 { + padding-top: 0 !important; + } + html.dark-mode .pr-xs-0 { + padding-right: 0 !important; + } + html.dark-mode .pb-xs-0 { + padding-bottom: 0 !important; + } + html.dark-mode .pl-xs-0 { + padding-left: 0 !important; + } + html.dark-mode .px-xs-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + html.dark-mode .py-xs-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + html.dark-mode .p-xs-1 { + padding: 0.25rem !important; + } + html.dark-mode .pt-xs-1 { + padding-top: 0.25rem !important; + } + html.dark-mode .pr-xs-1 { + padding-right: 0.25rem !important; + } + html.dark-mode .pb-xs-1 { + padding-bottom: 0.25rem !important; + } + html.dark-mode .pl-xs-1 { + padding-left: 0.25rem !important; + } + html.dark-mode .px-xs-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + html.dark-mode .py-xs-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + html.dark-mode .p-xs-2 { + padding: 0.5rem !important; + } + html.dark-mode .pt-xs-2 { + padding-top: 0.5rem !important; + } + html.dark-mode .pr-xs-2 { + padding-right: 0.5rem !important; + } + html.dark-mode .pb-xs-2 { + padding-bottom: 0.5rem !important; + } + html.dark-mode .pl-xs-2 { + padding-left: 0.5rem !important; + } + html.dark-mode .px-xs-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + html.dark-mode .py-xs-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + html.dark-mode .p-xs-3 { + padding: 0.75rem !important; + } + html.dark-mode .pt-xs-3 { + padding-top: 0.75rem !important; + } + html.dark-mode .pr-xs-3 { + padding-right: 0.75rem !important; + } + html.dark-mode .pb-xs-3 { + padding-bottom: 0.75rem !important; + } + html.dark-mode .pl-xs-3 { + padding-left: 0.75rem !important; + } + html.dark-mode .px-xs-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + html.dark-mode .py-xs-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + html.dark-mode .p-xs-4 { + padding: 1rem !important; + } + html.dark-mode .pt-xs-4 { + padding-top: 1rem !important; + } + html.dark-mode .pr-xs-4 { + padding-right: 1rem !important; + } + html.dark-mode .pb-xs-4 { + padding-bottom: 1rem !important; + } + html.dark-mode .pl-xs-4 { + padding-left: 1rem !important; + } + html.dark-mode .px-xs-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + html.dark-mode .py-xs-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + html.dark-mode .p-xs-5 { + padding: 1.5rem !important; + } + html.dark-mode .pt-xs-5 { + padding-top: 1.5rem !important; + } + html.dark-mode .pr-xs-5 { + padding-right: 1.5rem !important; + } + html.dark-mode .pb-xs-5 { + padding-bottom: 1.5rem !important; + } + html.dark-mode .pl-xs-5 { + padding-left: 1.5rem !important; + } + html.dark-mode .px-xs-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + html.dark-mode .py-xs-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + html.dark-mode .p-xs-6 { + padding: 2rem !important; + } + html.dark-mode .pt-xs-6 { + padding-top: 2rem !important; + } + html.dark-mode .pr-xs-6 { + padding-right: 2rem !important; + } + html.dark-mode .pb-xs-6 { + padding-bottom: 2rem !important; + } + html.dark-mode .pl-xs-6 { + padding-left: 2rem !important; + } + html.dark-mode .px-xs-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + html.dark-mode .py-xs-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + html.dark-mode .p-xs-7 { + padding: 2.5rem !important; + } + html.dark-mode .pt-xs-7 { + padding-top: 2.5rem !important; + } + html.dark-mode .pr-xs-7 { + padding-right: 2.5rem !important; + } + html.dark-mode .pb-xs-7 { + padding-bottom: 2.5rem !important; + } + html.dark-mode .pl-xs-7 { + padding-left: 2.5rem !important; + } + html.dark-mode .px-xs-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + html.dark-mode .py-xs-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + html.dark-mode .p-xs-8 { + padding: 3rem !important; + } + html.dark-mode .pt-xs-8 { + padding-top: 3rem !important; + } + html.dark-mode .pr-xs-8 { + padding-right: 3rem !important; + } + html.dark-mode .pb-xs-8 { + padding-bottom: 3rem !important; + } + html.dark-mode .pl-xs-8 { + padding-left: 3rem !important; + } + html.dark-mode .px-xs-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + html.dark-mode .py-xs-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + html.dark-mode .p-xs-9 { + padding: 3.5rem !important; + } + html.dark-mode .pt-xs-9 { + padding-top: 3.5rem !important; + } + html.dark-mode .pr-xs-9 { + padding-right: 3.5rem !important; + } + html.dark-mode .pb-xs-9 { + padding-bottom: 3.5rem !important; + } + html.dark-mode .pl-xs-9 { + padding-left: 3.5rem !important; + } + html.dark-mode .px-xs-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + html.dark-mode .py-xs-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + html.dark-mode .p-xs-10 { + padding: 4rem !important; + } + html.dark-mode .pt-xs-10 { + padding-top: 4rem !important; + } + html.dark-mode .pr-xs-10 { + padding-right: 4rem !important; + } + html.dark-mode .pb-xs-10 { + padding-bottom: 4rem !important; + } + html.dark-mode .pl-xs-10 { + padding-left: 4rem !important; + } + html.dark-mode .px-xs-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + html.dark-mode .py-xs-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 31.25rem) { + html.dark-mode .p-sm-0 { + padding: 0 !important; + } + html.dark-mode .pt-sm-0 { + padding-top: 0 !important; + } + html.dark-mode .pr-sm-0 { + padding-right: 0 !important; + } + html.dark-mode .pb-sm-0 { + padding-bottom: 0 !important; + } + html.dark-mode .pl-sm-0 { + padding-left: 0 !important; + } + html.dark-mode .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + html.dark-mode .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + html.dark-mode .p-sm-1 { + padding: 0.25rem !important; + } + html.dark-mode .pt-sm-1 { + padding-top: 0.25rem !important; + } + html.dark-mode .pr-sm-1 { + padding-right: 0.25rem !important; + } + html.dark-mode .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + html.dark-mode .pl-sm-1 { + padding-left: 0.25rem !important; + } + html.dark-mode .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + html.dark-mode .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + html.dark-mode .p-sm-2 { + padding: 0.5rem !important; + } + html.dark-mode .pt-sm-2 { + padding-top: 0.5rem !important; + } + html.dark-mode .pr-sm-2 { + padding-right: 0.5rem !important; + } + html.dark-mode .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + html.dark-mode .pl-sm-2 { + padding-left: 0.5rem !important; + } + html.dark-mode .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + html.dark-mode .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + html.dark-mode .p-sm-3 { + padding: 0.75rem !important; + } + html.dark-mode .pt-sm-3 { + padding-top: 0.75rem !important; + } + html.dark-mode .pr-sm-3 { + padding-right: 0.75rem !important; + } + html.dark-mode .pb-sm-3 { + padding-bottom: 0.75rem !important; + } + html.dark-mode .pl-sm-3 { + padding-left: 0.75rem !important; + } + html.dark-mode .px-sm-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + html.dark-mode .py-sm-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + html.dark-mode .p-sm-4 { + padding: 1rem !important; + } + html.dark-mode .pt-sm-4 { + padding-top: 1rem !important; + } + html.dark-mode .pr-sm-4 { + padding-right: 1rem !important; + } + html.dark-mode .pb-sm-4 { + padding-bottom: 1rem !important; + } + html.dark-mode .pl-sm-4 { + padding-left: 1rem !important; + } + html.dark-mode .px-sm-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + html.dark-mode .py-sm-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + html.dark-mode .p-sm-5 { + padding: 1.5rem !important; + } + html.dark-mode .pt-sm-5 { + padding-top: 1.5rem !important; + } + html.dark-mode .pr-sm-5 { + padding-right: 1.5rem !important; + } + html.dark-mode .pb-sm-5 { + padding-bottom: 1.5rem !important; + } + html.dark-mode .pl-sm-5 { + padding-left: 1.5rem !important; + } + html.dark-mode .px-sm-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + html.dark-mode .py-sm-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + html.dark-mode .p-sm-6 { + padding: 2rem !important; + } + html.dark-mode .pt-sm-6 { + padding-top: 2rem !important; + } + html.dark-mode .pr-sm-6 { + padding-right: 2rem !important; + } + html.dark-mode .pb-sm-6 { + padding-bottom: 2rem !important; + } + html.dark-mode .pl-sm-6 { + padding-left: 2rem !important; + } + html.dark-mode .px-sm-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + html.dark-mode .py-sm-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + html.dark-mode .p-sm-7 { + padding: 2.5rem !important; + } + html.dark-mode .pt-sm-7 { + padding-top: 2.5rem !important; + } + html.dark-mode .pr-sm-7 { + padding-right: 2.5rem !important; + } + html.dark-mode .pb-sm-7 { + padding-bottom: 2.5rem !important; + } + html.dark-mode .pl-sm-7 { + padding-left: 2.5rem !important; + } + html.dark-mode .px-sm-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + html.dark-mode .py-sm-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + html.dark-mode .p-sm-8 { + padding: 3rem !important; + } + html.dark-mode .pt-sm-8 { + padding-top: 3rem !important; + } + html.dark-mode .pr-sm-8 { + padding-right: 3rem !important; + } + html.dark-mode .pb-sm-8 { + padding-bottom: 3rem !important; + } + html.dark-mode .pl-sm-8 { + padding-left: 3rem !important; + } + html.dark-mode .px-sm-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + html.dark-mode .py-sm-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + html.dark-mode .p-sm-9 { + padding: 3.5rem !important; + } + html.dark-mode .pt-sm-9 { + padding-top: 3.5rem !important; + } + html.dark-mode .pr-sm-9 { + padding-right: 3.5rem !important; + } + html.dark-mode .pb-sm-9 { + padding-bottom: 3.5rem !important; + } + html.dark-mode .pl-sm-9 { + padding-left: 3.5rem !important; + } + html.dark-mode .px-sm-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + html.dark-mode .py-sm-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + html.dark-mode .p-sm-10 { + padding: 4rem !important; + } + html.dark-mode .pt-sm-10 { + padding-top: 4rem !important; + } + html.dark-mode .pr-sm-10 { + padding-right: 4rem !important; + } + html.dark-mode .pb-sm-10 { + padding-bottom: 4rem !important; + } + html.dark-mode .pl-sm-10 { + padding-left: 4rem !important; + } + html.dark-mode .px-sm-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + html.dark-mode .py-sm-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 50rem) { + html.dark-mode .p-md-0 { + padding: 0 !important; + } + html.dark-mode .pt-md-0 { + padding-top: 0 !important; + } + html.dark-mode .pr-md-0 { + padding-right: 0 !important; + } + html.dark-mode .pb-md-0 { + padding-bottom: 0 !important; + } + html.dark-mode .pl-md-0 { + padding-left: 0 !important; + } + html.dark-mode .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + html.dark-mode .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + html.dark-mode .p-md-1 { + padding: 0.25rem !important; + } + html.dark-mode .pt-md-1 { + padding-top: 0.25rem !important; + } + html.dark-mode .pr-md-1 { + padding-right: 0.25rem !important; + } + html.dark-mode .pb-md-1 { + padding-bottom: 0.25rem !important; + } + html.dark-mode .pl-md-1 { + padding-left: 0.25rem !important; + } + html.dark-mode .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + html.dark-mode .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + html.dark-mode .p-md-2 { + padding: 0.5rem !important; + } + html.dark-mode .pt-md-2 { + padding-top: 0.5rem !important; + } + html.dark-mode .pr-md-2 { + padding-right: 0.5rem !important; + } + html.dark-mode .pb-md-2 { + padding-bottom: 0.5rem !important; + } + html.dark-mode .pl-md-2 { + padding-left: 0.5rem !important; + } + html.dark-mode .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + html.dark-mode .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + html.dark-mode .p-md-3 { + padding: 0.75rem !important; + } + html.dark-mode .pt-md-3 { + padding-top: 0.75rem !important; + } + html.dark-mode .pr-md-3 { + padding-right: 0.75rem !important; + } + html.dark-mode .pb-md-3 { + padding-bottom: 0.75rem !important; + } + html.dark-mode .pl-md-3 { + padding-left: 0.75rem !important; + } + html.dark-mode .px-md-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + html.dark-mode .py-md-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + html.dark-mode .p-md-4 { + padding: 1rem !important; + } + html.dark-mode .pt-md-4 { + padding-top: 1rem !important; + } + html.dark-mode .pr-md-4 { + padding-right: 1rem !important; + } + html.dark-mode .pb-md-4 { + padding-bottom: 1rem !important; + } + html.dark-mode .pl-md-4 { + padding-left: 1rem !important; + } + html.dark-mode .px-md-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + html.dark-mode .py-md-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + html.dark-mode .p-md-5 { + padding: 1.5rem !important; + } + html.dark-mode .pt-md-5 { + padding-top: 1.5rem !important; + } + html.dark-mode .pr-md-5 { + padding-right: 1.5rem !important; + } + html.dark-mode .pb-md-5 { + padding-bottom: 1.5rem !important; + } + html.dark-mode .pl-md-5 { + padding-left: 1.5rem !important; + } + html.dark-mode .px-md-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + html.dark-mode .py-md-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + html.dark-mode .p-md-6 { + padding: 2rem !important; + } + html.dark-mode .pt-md-6 { + padding-top: 2rem !important; + } + html.dark-mode .pr-md-6 { + padding-right: 2rem !important; + } + html.dark-mode .pb-md-6 { + padding-bottom: 2rem !important; + } + html.dark-mode .pl-md-6 { + padding-left: 2rem !important; + } + html.dark-mode .px-md-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + html.dark-mode .py-md-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + html.dark-mode .p-md-7 { + padding: 2.5rem !important; + } + html.dark-mode .pt-md-7 { + padding-top: 2.5rem !important; + } + html.dark-mode .pr-md-7 { + padding-right: 2.5rem !important; + } + html.dark-mode .pb-md-7 { + padding-bottom: 2.5rem !important; + } + html.dark-mode .pl-md-7 { + padding-left: 2.5rem !important; + } + html.dark-mode .px-md-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + html.dark-mode .py-md-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + html.dark-mode .p-md-8 { + padding: 3rem !important; + } + html.dark-mode .pt-md-8 { + padding-top: 3rem !important; + } + html.dark-mode .pr-md-8 { + padding-right: 3rem !important; + } + html.dark-mode .pb-md-8 { + padding-bottom: 3rem !important; + } + html.dark-mode .pl-md-8 { + padding-left: 3rem !important; + } + html.dark-mode .px-md-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + html.dark-mode .py-md-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + html.dark-mode .p-md-9 { + padding: 3.5rem !important; + } + html.dark-mode .pt-md-9 { + padding-top: 3.5rem !important; + } + html.dark-mode .pr-md-9 { + padding-right: 3.5rem !important; + } + html.dark-mode .pb-md-9 { + padding-bottom: 3.5rem !important; + } + html.dark-mode .pl-md-9 { + padding-left: 3.5rem !important; + } + html.dark-mode .px-md-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + html.dark-mode .py-md-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + html.dark-mode .p-md-10 { + padding: 4rem !important; + } + html.dark-mode .pt-md-10 { + padding-top: 4rem !important; + } + html.dark-mode .pr-md-10 { + padding-right: 4rem !important; + } + html.dark-mode .pb-md-10 { + padding-bottom: 4rem !important; + } + html.dark-mode .pl-md-10 { + padding-left: 4rem !important; + } + html.dark-mode .px-md-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + html.dark-mode .py-md-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 66.5rem) { + html.dark-mode .p-lg-0 { + padding: 0 !important; + } + html.dark-mode .pt-lg-0 { + padding-top: 0 !important; + } + html.dark-mode .pr-lg-0 { + padding-right: 0 !important; + } + html.dark-mode .pb-lg-0 { + padding-bottom: 0 !important; + } + html.dark-mode .pl-lg-0 { + padding-left: 0 !important; + } + html.dark-mode .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + html.dark-mode .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + html.dark-mode .p-lg-1 { + padding: 0.25rem !important; + } + html.dark-mode .pt-lg-1 { + padding-top: 0.25rem !important; + } + html.dark-mode .pr-lg-1 { + padding-right: 0.25rem !important; + } + html.dark-mode .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + html.dark-mode .pl-lg-1 { + padding-left: 0.25rem !important; + } + html.dark-mode .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + html.dark-mode .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + html.dark-mode .p-lg-2 { + padding: 0.5rem !important; + } + html.dark-mode .pt-lg-2 { + padding-top: 0.5rem !important; + } + html.dark-mode .pr-lg-2 { + padding-right: 0.5rem !important; + } + html.dark-mode .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + html.dark-mode .pl-lg-2 { + padding-left: 0.5rem !important; + } + html.dark-mode .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + html.dark-mode .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + html.dark-mode .p-lg-3 { + padding: 0.75rem !important; + } + html.dark-mode .pt-lg-3 { + padding-top: 0.75rem !important; + } + html.dark-mode .pr-lg-3 { + padding-right: 0.75rem !important; + } + html.dark-mode .pb-lg-3 { + padding-bottom: 0.75rem !important; + } + html.dark-mode .pl-lg-3 { + padding-left: 0.75rem !important; + } + html.dark-mode .px-lg-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + html.dark-mode .py-lg-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + html.dark-mode .p-lg-4 { + padding: 1rem !important; + } + html.dark-mode .pt-lg-4 { + padding-top: 1rem !important; + } + html.dark-mode .pr-lg-4 { + padding-right: 1rem !important; + } + html.dark-mode .pb-lg-4 { + padding-bottom: 1rem !important; + } + html.dark-mode .pl-lg-4 { + padding-left: 1rem !important; + } + html.dark-mode .px-lg-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + html.dark-mode .py-lg-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + html.dark-mode .p-lg-5 { + padding: 1.5rem !important; + } + html.dark-mode .pt-lg-5 { + padding-top: 1.5rem !important; + } + html.dark-mode .pr-lg-5 { + padding-right: 1.5rem !important; + } + html.dark-mode .pb-lg-5 { + padding-bottom: 1.5rem !important; + } + html.dark-mode .pl-lg-5 { + padding-left: 1.5rem !important; + } + html.dark-mode .px-lg-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + html.dark-mode .py-lg-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + html.dark-mode .p-lg-6 { + padding: 2rem !important; + } + html.dark-mode .pt-lg-6 { + padding-top: 2rem !important; + } + html.dark-mode .pr-lg-6 { + padding-right: 2rem !important; + } + html.dark-mode .pb-lg-6 { + padding-bottom: 2rem !important; + } + html.dark-mode .pl-lg-6 { + padding-left: 2rem !important; + } + html.dark-mode .px-lg-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + html.dark-mode .py-lg-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + html.dark-mode .p-lg-7 { + padding: 2.5rem !important; + } + html.dark-mode .pt-lg-7 { + padding-top: 2.5rem !important; + } + html.dark-mode .pr-lg-7 { + padding-right: 2.5rem !important; + } + html.dark-mode .pb-lg-7 { + padding-bottom: 2.5rem !important; + } + html.dark-mode .pl-lg-7 { + padding-left: 2.5rem !important; + } + html.dark-mode .px-lg-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + html.dark-mode .py-lg-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + html.dark-mode .p-lg-8 { + padding: 3rem !important; + } + html.dark-mode .pt-lg-8 { + padding-top: 3rem !important; + } + html.dark-mode .pr-lg-8 { + padding-right: 3rem !important; + } + html.dark-mode .pb-lg-8 { + padding-bottom: 3rem !important; + } + html.dark-mode .pl-lg-8 { + padding-left: 3rem !important; + } + html.dark-mode .px-lg-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + html.dark-mode .py-lg-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + html.dark-mode .p-lg-9 { + padding: 3.5rem !important; + } + html.dark-mode .pt-lg-9 { + padding-top: 3.5rem !important; + } + html.dark-mode .pr-lg-9 { + padding-right: 3.5rem !important; + } + html.dark-mode .pb-lg-9 { + padding-bottom: 3.5rem !important; + } + html.dark-mode .pl-lg-9 { + padding-left: 3.5rem !important; + } + html.dark-mode .px-lg-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + html.dark-mode .py-lg-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + html.dark-mode .p-lg-10 { + padding: 4rem !important; + } + html.dark-mode .pt-lg-10 { + padding-top: 4rem !important; + } + html.dark-mode .pr-lg-10 { + padding-right: 4rem !important; + } + html.dark-mode .pb-lg-10 { + padding-bottom: 4rem !important; + } + html.dark-mode .pl-lg-10 { + padding-left: 4rem !important; + } + html.dark-mode .px-lg-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + html.dark-mode .py-lg-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media (min-width: 87.5rem) { + html.dark-mode .p-xl-0 { + padding: 0 !important; + } + html.dark-mode .pt-xl-0 { + padding-top: 0 !important; + } + html.dark-mode .pr-xl-0 { + padding-right: 0 !important; + } + html.dark-mode .pb-xl-0 { + padding-bottom: 0 !important; + } + html.dark-mode .pl-xl-0 { + padding-left: 0 !important; + } + html.dark-mode .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + html.dark-mode .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + html.dark-mode .p-xl-1 { + padding: 0.25rem !important; + } + html.dark-mode .pt-xl-1 { + padding-top: 0.25rem !important; + } + html.dark-mode .pr-xl-1 { + padding-right: 0.25rem !important; + } + html.dark-mode .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + html.dark-mode .pl-xl-1 { + padding-left: 0.25rem !important; + } + html.dark-mode .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + html.dark-mode .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + html.dark-mode .p-xl-2 { + padding: 0.5rem !important; + } + html.dark-mode .pt-xl-2 { + padding-top: 0.5rem !important; + } + html.dark-mode .pr-xl-2 { + padding-right: 0.5rem !important; + } + html.dark-mode .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + html.dark-mode .pl-xl-2 { + padding-left: 0.5rem !important; + } + html.dark-mode .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + html.dark-mode .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + html.dark-mode .p-xl-3 { + padding: 0.75rem !important; + } + html.dark-mode .pt-xl-3 { + padding-top: 0.75rem !important; + } + html.dark-mode .pr-xl-3 { + padding-right: 0.75rem !important; + } + html.dark-mode .pb-xl-3 { + padding-bottom: 0.75rem !important; + } + html.dark-mode .pl-xl-3 { + padding-left: 0.75rem !important; + } + html.dark-mode .px-xl-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + html.dark-mode .py-xl-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + html.dark-mode .p-xl-4 { + padding: 1rem !important; + } + html.dark-mode .pt-xl-4 { + padding-top: 1rem !important; + } + html.dark-mode .pr-xl-4 { + padding-right: 1rem !important; + } + html.dark-mode .pb-xl-4 { + padding-bottom: 1rem !important; + } + html.dark-mode .pl-xl-4 { + padding-left: 1rem !important; + } + html.dark-mode .px-xl-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + html.dark-mode .py-xl-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + html.dark-mode .p-xl-5 { + padding: 1.5rem !important; + } + html.dark-mode .pt-xl-5 { + padding-top: 1.5rem !important; + } + html.dark-mode .pr-xl-5 { + padding-right: 1.5rem !important; + } + html.dark-mode .pb-xl-5 { + padding-bottom: 1.5rem !important; + } + html.dark-mode .pl-xl-5 { + padding-left: 1.5rem !important; + } + html.dark-mode .px-xl-5 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + html.dark-mode .py-xl-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + html.dark-mode .p-xl-6 { + padding: 2rem !important; + } + html.dark-mode .pt-xl-6 { + padding-top: 2rem !important; + } + html.dark-mode .pr-xl-6 { + padding-right: 2rem !important; + } + html.dark-mode .pb-xl-6 { + padding-bottom: 2rem !important; + } + html.dark-mode .pl-xl-6 { + padding-left: 2rem !important; + } + html.dark-mode .px-xl-6 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + html.dark-mode .py-xl-6 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + html.dark-mode .p-xl-7 { + padding: 2.5rem !important; + } + html.dark-mode .pt-xl-7 { + padding-top: 2.5rem !important; + } + html.dark-mode .pr-xl-7 { + padding-right: 2.5rem !important; + } + html.dark-mode .pb-xl-7 { + padding-bottom: 2.5rem !important; + } + html.dark-mode .pl-xl-7 { + padding-left: 2.5rem !important; + } + html.dark-mode .px-xl-7 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + html.dark-mode .py-xl-7 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + html.dark-mode .p-xl-8 { + padding: 3rem !important; + } + html.dark-mode .pt-xl-8 { + padding-top: 3rem !important; + } + html.dark-mode .pr-xl-8 { + padding-right: 3rem !important; + } + html.dark-mode .pb-xl-8 { + padding-bottom: 3rem !important; + } + html.dark-mode .pl-xl-8 { + padding-left: 3rem !important; + } + html.dark-mode .px-xl-8 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + html.dark-mode .py-xl-8 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + html.dark-mode .p-xl-9 { + padding: 3.5rem !important; + } + html.dark-mode .pt-xl-9 { + padding-top: 3.5rem !important; + } + html.dark-mode .pr-xl-9 { + padding-right: 3.5rem !important; + } + html.dark-mode .pb-xl-9 { + padding-bottom: 3.5rem !important; + } + html.dark-mode .pl-xl-9 { + padding-left: 3.5rem !important; + } + html.dark-mode .px-xl-9 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + html.dark-mode .py-xl-9 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + html.dark-mode .p-xl-10 { + padding: 4rem !important; + } + html.dark-mode .pt-xl-10 { + padding-top: 4rem !important; + } + html.dark-mode .pr-xl-10 { + padding-right: 4rem !important; + } + html.dark-mode .pb-xl-10 { + padding-bottom: 4rem !important; + } + html.dark-mode .pl-xl-10 { + padding-left: 4rem !important; + } + html.dark-mode .px-xl-10 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + html.dark-mode .py-xl-10 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } +} +@media print { + html.dark-mode .site-footer, html.dark-mode .site-button, html.dark-mode #edit-this-page, html.dark-mode #back-to-top, html.dark-mode .site-nav, html.dark-mode .main-header { + display: none !important; + } + html.dark-mode .side-bar { + width: 100%; + height: auto; + border-right: 0 !important; + } + html.dark-mode .site-header { + border-bottom: 1px solid #44434d; + } + html.dark-mode .site-title { + font-size: 16px !important; + font-weight: 700 !important; + } + html.dark-mode .text-small { + font-size: 8pt !important; + } + html.dark-mode pre.highlight { + border: 1px solid #44434d; + } + html.dark-mode .main { + max-width: none; + margin-left: 0; + } +} +html.dark-mode a.skip-to-main { + left: -999px; + position: absolute; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; + z-index: -999; +} +html.dark-mode a.skip-to-main:focus, html.dark-mode a.skip-to-main:active { + color: #2c84fa; + background-color: #27262b; + left: auto; + top: auto; + width: 30%; + height: auto; + overflow: auto; + margin: 10px 35%; + padding: 5px; + border-radius: 15px; + border: 4px solid #264caf; + text-align: center; + font-size: 1.2em; + z-index: 999; +} +html.dark-mode div.opaque { + background-color: #27262b; +} +html.dark-mode p.warning, html.dark-mode blockquote.warning { + background: rgba(231, 175, 6, 0.2); + border-left: 4px solid #ffeb82; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.warning::before, html.dark-mode blockquote.warning::before { + color: #ffeb82; + content: "Warning"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.warning > .warning-title, html.dark-mode blockquote.warning > .warning-title { + color: #ffeb82; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.warning-title, html.dark-mode blockquote.warning-title { + background: rgba(231, 175, 6, 0.2); + border-left: 4px solid #ffeb82; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.warning-title > p:first-child, html.dark-mode blockquote.warning-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #ffeb82; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.warning { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.warning > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.warning > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.warning-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.warning-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.warning-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.hint, html.dark-mode blockquote.hint { + background: rgba(230, 225, 232, 0.2); + border-left: 4px solid #f5f6fa; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.hint::before, html.dark-mode blockquote.hint::before { + color: #f5f6fa; + content: "Hint"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.hint > .hint-title, html.dark-mode blockquote.hint > .hint-title { + color: #f5f6fa; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.hint-title, html.dark-mode blockquote.hint-title { + background: rgba(230, 225, 232, 0.2); + border-left: 4px solid #f5f6fa; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.hint-title > p:first-child, html.dark-mode blockquote.hint-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #f5f6fa; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.hint { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.hint > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.hint > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.hint-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.hint-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.hint-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.important, html.dark-mode blockquote.important { + background: rgba(2, 110, 87, 0.2); + border-left: 4px solid #41d693; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.important::before, html.dark-mode blockquote.important::before { + color: #41d693; + content: "Important"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.important > .important-title, html.dark-mode blockquote.important > .important-title { + color: #41d693; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.important-title, html.dark-mode blockquote.important-title { + background: rgba(2, 110, 87, 0.2); + border-left: 4px solid #41d693; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.important-title > p:first-child, html.dark-mode blockquote.important-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #41d693; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.important { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.important > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.important > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.important-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.important-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.important-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.note, html.dark-mode blockquote.note { + background: rgba(39, 38, 43, 0.2); + border-left: 4px solid #959396; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.note::before, html.dark-mode blockquote.note::before { + color: #959396; + content: "Note"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.note > .note-title, html.dark-mode blockquote.note > .note-title { + color: #959396; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.note-title, html.dark-mode blockquote.note-title { + background: rgba(39, 38, 43, 0.2); + border-left: 4px solid #959396; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.note-title > p:first-child, html.dark-mode blockquote.note-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #959396; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.note { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.note > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.note > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.note-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.note-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.note-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.tip, html.dark-mode blockquote.tip { + background: rgba(24, 51, 133, 0.2); + border-left: 4px solid #2c84fa; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.tip::before, html.dark-mode blockquote.tip::before { + color: #2c84fa; + content: "Tip"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.tip > .tip-title, html.dark-mode blockquote.tip > .tip-title { + color: #2c84fa; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.tip-title, html.dark-mode blockquote.tip-title { + background: rgba(24, 51, 133, 0.2); + border-left: 4px solid #2c84fa; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.tip-title > p:first-child, html.dark-mode blockquote.tip-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #2c84fa; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.tip { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.tip > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.tip > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.tip-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.tip-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.tip-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.caution, html.dark-mode blockquote.caution { + background: rgba(221, 46, 46, 0.2); + border-left: 4px solid #f77e7e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.caution::before, html.dark-mode blockquote.caution::before { + color: #f77e7e; + content: "Caution"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.caution > .caution-title, html.dark-mode blockquote.caution > .caution-title { + color: #f77e7e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.caution-title, html.dark-mode blockquote.caution-title { + background: rgba(221, 46, 46, 0.2); + border-left: 4px solid #f77e7e; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.caution-title > p:first-child, html.dark-mode blockquote.caution-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #f77e7e; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.caution { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.caution > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.caution > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.caution-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.caution-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.caution-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.error, html.dark-mode blockquote.error { + background: rgba(221, 44, 212, 0.2); + border-left: 4px solid #f77ef1; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.error::before, html.dark-mode blockquote.error::before { + color: #f77ef1; + content: "Error"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.error > .error-title, html.dark-mode blockquote.error > .error-title { + color: #f77ef1; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.error-title, html.dark-mode blockquote.error-title { + background: rgba(221, 44, 212, 0.2); + border-left: 4px solid #f77ef1; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.error-title > p:first-child, html.dark-mode blockquote.error-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #f77ef1; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.error { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.error > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.error > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.error-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.error-title > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.error-title > p:last-child { + margin-bottom: 0; +} +html.dark-mode p.attention, html.dark-mode blockquote.attention { + background: rgba(56, 24, 133, 0.2); + border-left: 4px solid #7253ed; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.attention::before, html.dark-mode blockquote.attention::before { + color: #7253ed; + content: "Attention"; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.attention > .attention-title, html.dark-mode blockquote.attention > .attention-title { + color: #7253ed; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode p.attention-title, html.dark-mode blockquote.attention-title { + background: rgba(56, 24, 133, 0.2); + border-left: 4px solid #7253ed; + border-radius: 4px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + padding: 0.8rem; +} +html.dark-mode p.attention-title > p:first-child, html.dark-mode blockquote.attention-title > p:first-child { + margin-top: 0; + margin-bottom: 0; + color: #7253ed; + display: block; + font-weight: bold; + text-transform: uppercase; + font-size: 0.75em; + padding-bottom: 0.125rem; +} +html.dark-mode blockquote.attention { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.attention > p:first-child { + margin-top: 0; +} +html.dark-mode blockquote.attention > p:last-child { + margin-bottom: 0; +} +html.dark-mode blockquote.attention-title { + margin-left: 0; + margin-right: 0; +} +html.dark-mode blockquote.attention-tile > p:nth-child(2) { + margin-top: 0; +} +html.dark-mode blockquote.attention-title > p:last-child { + margin-bottom: 0; +} +@media print { + html.dark-mode .side-bar, html.dark-mode .page-header { + display: none; + } + html.dark-mode .main-content { + max-width: auto; + margin: 1em; + } +} +html.dark-mode .highlight .n { + color: #dee2f7; +} +html.dark-mode .highlight .o { + color: #ef8383; +} +html.dark-mode .highlight .nl { + color: #f3efc0; +} +html.dark-mode .highlight .kt { + color: #c9c9ee; +} +html.dark-mode .highlight .fm { + color: lightblue; +} +html.dark-mode .highlight .sb { + color: #8aecec; +} diff --git a/assets/js/theme-switch.js b/assets/js/theme-switch.js new file mode 100644 index 0000000..65431fc --- /dev/null +++ b/assets/js/theme-switch.js @@ -0,0 +1,38 @@ +window.addEventListener("DOMContentLoaded", function() { + const toggleDarkMode = document.getElementById("theme-toggle"); + + if (localStorage.getItem('theme') === 'light') { + setTheme('light'); + } else { + setTheme('dark'); + } + + jtd.addEvent(toggleDarkMode, 'click', function(){ + const currentTheme = getTheme(); + const newTheme = currentTheme === 'light' ? 'dark' : 'light'; + + localStorage.setItem('theme', newTheme); + setTheme(newTheme); + }); + + function getTheme() { + return document.documentElement.classList.contains('dark-mode') ? 'dark' : 'light'; + } + + function setTheme(theme) { + document.documentElement.classList.add("transition"); + window.setTimeout(() => { + document.documentElement.classList.remove("transition"); + }, 500) + + if (theme === 'dark') { + toggleDarkMode.innerHTML = ``; + document.documentElement.classList.add('dark-mode'); + document.documentElement.classList.remove('light-mode'); + } else { + toggleDarkMode.innerHTML = ``; + document.documentElement.classList.add('light-mode'); + document.documentElement.classList.remove('dark-mode'); + } + } +}); diff --git a/docs/technologies/code-related.md b/docs/technologies/code-related.md deleted file mode 100644 index 2ce17c8..0000000 --- a/docs/technologies/code-related.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Code Related -layout: default -nav_order: 2 -parent: Technologies ---- - -# Layout - -You specify the layout for a page in its [front matter]. Just the Docs has a `default` layout with a sidebar, used for almost all pages in the theme docs, and a `minimal` layout that omits the sidebar. -{: .fs-6 .fw-300 } - -## The layout concept - -See the [Jekyll docs page about layouts] for an explanation of the general idea of layouts and how to specify them. - -You can use [Jekyll's front matter defaults] to specify the same layout for many pages. - -## The `default` layout - -This page uses the default layout. - -It is a *responsive* layout: on medium and larger width displays, it displays a sidebar, including a navigation panel; on smaller width displays, the sidebar is automatically hidden under a button. - -Each child (and grandchild) page of a top-level page has so-called *breadcrumbs*: links to its parent (and grandparent) pages. It shows the breadcrumbs above the main content of the page. - -Each page that has child pages generally has a list of links to those pages (you can suppress it by `has_toc: false` in the front matter). It shows the list as a *table of contents* below the main content. - -## The `minimal` layout - -A child and grandchild page of this page use the minimal layout. This differs from the default layout by omitting the sidebar -- and thereby also the navigation panel. To navigate between pages with the minimal layout, you can use the breadcrumbs and the tables of contents. - -## Other layouts - -Just the Docs has further layouts: `about`, `home`, `page`, and `post`. Currently, they are all based on the `default` layout. See the [Jekyll docs about inheritance] for how to customize them. - -[front matter]: https://jekyllrb.com/docs/front-matter/ "Jekyll docs about front matter" -[Jekyll docs page about layouts]: https://jekyllrb.com/docs/layouts/ "Jekyll docs about layouts" -[Jekyll's front matter defaults]: https://jekyllrb.com/docs/configuration/front-matter-defaults/ "Jekyll docs about front matter defaults" -[Jekyll docs about inheritance]: https://jekyllrb.com/docs/layouts/#inheritance "Jekyll docs about inheritance" diff --git a/docs/technologies/technologies.md b/docs/technologies/technologies.md index c501a35..d83f28b 100644 --- a/docs/technologies/technologies.md +++ b/docs/technologies/technologies.md @@ -2,7 +2,6 @@ layout: default title: Technologies nav_order: 3 -has_children: true permalink: /docs/technologies --- @@ -10,3 +9,51 @@ permalink: /docs/technologies This section describes the technologies directly focused on developing this application (e.g., frameworks, dependencies, IDEs, etc.), as well as technologies that assist in creating code documentation, code versioning, project documentation, team meeting minutes, and so on, not directly related to code development. {: .fs-6 .fw-300 } + +### IDEs + +- IntelliJ IDEA +- IntelliJ IDEA Community +- Visual Studio Code + +### Dependencies + +- Bean Validation +- Swagger Open API +- Lombok +- H2 Database +- Spring Data JPA +- Spring Web +- JSON +- Spring Boot + +### Plataforms + +- Railway +- Postman +- GitHub +- AWS +- Google Docs +- Stack Overflow + +### Plugins + +- Gradle Javadoc +- Mintlify IA Doc Writer + +### Templates + +- Just the Docs +- al-folio +- mmCEsim +- Spring Initializr + +### Communication + +- Discord +- WhatsApp + +### Tools + +- Ditto +- ChatGPT diff --git a/docs/technologies/user-related.md b/docs/technologies/user-related.md deleted file mode 100644 index 21b0ad4..0000000 --- a/docs/technologies/user-related.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: User Related -layout: default -nav_order: 2 -parent: Technologies ---- - -# Layout - -You specify the layout for a page in its [front matter]. Just the Docs has a `default` layout with a sidebar, used for almost all pages in the theme docs, and a `minimal` layout that omits the sidebar. -{: .fs-6 .fw-300 } - -## The layout concept - -See the [Jekyll docs page about layouts] for an explanation of the general idea of layouts and how to specify them. - -You can use [Jekyll's front matter defaults] to specify the same layout for many pages. - -## The `default` layout - -This page uses the default layout. - -It is a *responsive* layout: on medium and larger width displays, it displays a sidebar, including a navigation panel; on smaller width displays, the sidebar is automatically hidden under a button. - -Each child (and grandchild) page of a top-level page has so-called *breadcrumbs*: links to its parent (and grandparent) pages. It shows the breadcrumbs above the main content of the page. - -Each page that has child pages generally has a list of links to those pages (you can suppress it by `has_toc: false` in the front matter). It shows the list as a *table of contents* below the main content. - -## The `minimal` layout - -A child and grandchild page of this page use the minimal layout. This differs from the default layout by omitting the sidebar -- and thereby also the navigation panel. To navigate between pages with the minimal layout, you can use the breadcrumbs and the tables of contents. - -## Other layouts - -Just the Docs has further layouts: `about`, `home`, `page`, and `post`. Currently, they are all based on the `default` layout. See the [Jekyll docs about inheritance] for how to customize them. - -[front matter]: https://jekyllrb.com/docs/front-matter/ "Jekyll docs about front matter" -[Jekyll docs page about layouts]: https://jekyllrb.com/docs/layouts/ "Jekyll docs about layouts" -[Jekyll's front matter defaults]: https://jekyllrb.com/docs/configuration/front-matter-defaults/ "Jekyll docs about front matter defaults" -[Jekyll docs about inheritance]: https://jekyllrb.com/docs/layouts/#inheritance "Jekyll docs about inheritance" diff --git a/docs/timeline/difficulties.md b/docs/timeline/difficulties.md index 02c80f5..16aa169 100644 --- a/docs/timeline/difficulties.md +++ b/docs/timeline/difficulties.md @@ -5,36 +5,26 @@ nav_order: 2 parent: Timeline --- -# Layout +# Difficulties -You specify the layout for a page in its [front matter]. Just the Docs has a `default` layout with a sidebar, used for almost all pages in the theme docs, and a `minimal` layout that omits the sidebar. -{: .fs-6 .fw-300 } +1. The development meeting had to be rescheduled from Wednesdays to Tuesdays and Thursdays due a scheduling conflict with the "Coda Comigo" live sessions; -## The layout concept +2. We encountered problems with the Live Share extension while using Visual Studio Code for group coding, leading us to switch to the paid version of IntelliJ provided by FIAP for using Code With Me" service; -See the [Jekyll docs page about layouts] for an explanation of the general idea of layouts and how to specify them. +3. Changing the primary key of all entities from Long to UUID caused numerous issues; -You can use [Jekyll's front matter defaults] to specify the same layout for many pages. +4. Generating the Javadoc for the project was huge challenge, because we couldn't create a page similar to the one generated by Swagger UI; -## The `default` layout +5. Implementing a toggle button for light/dark mode using the Just-the-docs template proved to be a difficult task, as it required creating a custom layout (with custom HTML, CSS, and Javascript); -This page uses the default layout. +6. Understanding the exact assignment for the Tech Challenge was difficult, because each professor and channel/platform provided different information; -It is a *responsive* layout: on medium and larger width displays, it displays a sidebar, including a navigation panel; on smaller width displays, the sidebar is automatically hidden under a button. +7. Using Enums for attributes added extra complexity to the implementation; -Each child (and grandchild) page of a top-level page has so-called *breadcrumbs*: links to its parent (and grandparent) pages. It shows the breadcrumbs above the main content of the page. +8. Exception handling using ExceptionHandler led us to some errors hard to solve, resulting in significant time spent searching for solutions on Stack Overflow; -Each page that has child pages generally has a list of links to those pages (you can suppress it by `has_toc: false` in the front matter). It shows the list as a *table of contents* below the main content. +9. Attempting to use JMapper for class mapping caused multiple errors, having to do manual conversion between entities and DTOs; -## The `minimal` layout +10. While testing the documentation generated by Swagger UI, we noticed that it was not possible to make requests through the example page due to CORS not being enabled; -A child and grandchild page of this page use the minimal layout. This differs from the default layout by omitting the sidebar -- and thereby also the navigation panel. To navigate between pages with the minimal layout, you can use the breadcrumbs and the tables of contents. - -## Other layouts - -Just the Docs has further layouts: `about`, `home`, `page`, and `post`. Currently, they are all based on the `default` layout. See the [Jekyll docs about inheritance] for how to customize them. - -[front matter]: https://jekyllrb.com/docs/front-matter/ "Jekyll docs about front matter" -[Jekyll docs page about layouts]: https://jekyllrb.com/docs/layouts/ "Jekyll docs about layouts" -[Jekyll's front matter defaults]: https://jekyllrb.com/docs/configuration/front-matter-defaults/ "Jekyll docs about front matter defaults" -[Jekyll docs about inheritance]: https://jekyllrb.com/docs/layouts/#inheritance "Jekyll docs about inheritance" +11. The FIAP ON platform presented numerous issues (e.g.: content changing, and not rotating videos).