html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

sub,
sup {
    font-size: 80%;
    line-height: 1;
    vertical-align: sub
}

sup {
    vertical-align: super
}

button {
    margin: 0
}

.svg-icon,
.svg-spot {
    vertical-align: bottom
}

.svg-icon:not(.native) *,
.svg-spot:not(.native) * {
    fill: currentColor
}

.s-avatar {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: bottom
}

.s-avatar .s-avatar--letter {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.4545455;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.s-avatar .s-avatar--badge {
    position: absolute;
    right: -4px;
    bottom: -4px
}

.s-avatar .s-avatar--image {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: block
}

.s-avatar.s-avatar__24 {
    width: 24px;
    height: 24px
}

.s-avatar.s-avatar__24 .s-avatar--letter {
    font-size: 16px
}

.s-avatar.s-avatar__24 .s-avatar--badge {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.s-avatar.s-avatar__24 .s-avatar--image {
    width: 24px;
    height: 24px
}

.s-avatar.s-avatar__32 {
    width: 32px;
    height: 32px;
    border-radius: 5px
}

.s-avatar.s-avatar__32 .s-avatar--letter {
    font-size: 22px
}

.s-avatar.s-avatar__32 .s-avatar--badge {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.s-avatar.s-avatar__32 .s-avatar--image {
    width: 32px;
    height: 32px;
    border-radius: 5px
}

.s-avatar.s-avatar__48 {
    width: 48px;
    height: 48px;
    border-radius: 5px
}

.s-avatar.s-avatar__48 .s-avatar--letter {
    font-size: 34px
}

.s-avatar.s-avatar__48 .s-avatar--badge {
    -webkit-transform: scale(1.6);
    transform: scale(1.6)
}

.s-avatar.s-avatar__48 .s-avatar--image {
    width: 48px;
    height: 48px;
    border-radius: 5px
}

.s-avatar.s-avatar__64 {
    width: 64px;
    height: 64px;
    border-radius: 7px
}

.s-avatar.s-avatar__64 .s-avatar--letter {
    font-size: 44px
}

.s-avatar.s-avatar__64 .s-avatar--badge {
    -webkit-transform: scale(2.4);
    transform: scale(2.4)
}

.s-avatar.s-avatar__64 .s-avatar--image {
    width: 64px;
    height: 64px;
    border-radius: 7px
}

.s-avatar.s-avatar__96 {
    width: 96px;
    height: 96px;
    border-radius: 10px
}

.s-avatar.s-avatar__96 .s-avatar--letter {
    font-size: 66px
}

.s-avatar.s-avatar__96 .s-avatar--badge {
    -webkit-transform: scale(3);
    transform: scale(3)
}

.s-avatar.s-avatar__96 .s-avatar--image {
    width: 96px;
    height: 96px;
    border-radius: 10px
}

.s-avatar.s-avatar__128 {
    width: 128px;
    height: 128px;
    border-radius: 14px
}

.s-avatar.s-avatar__128 .s-avatar--letter {
    font-size: 88px
}

.s-avatar.s-avatar__128 .s-avatar--badge {
    -webkit-transform: scale(3);
    transform: scale(3)
}

.s-avatar.s-avatar__128 .s-avatar--image {
    width: 128px;
    height: 128px;
    border-radius: 14px
}

.s-badge {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    min-width: 0;
    padding: 0 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    border-color: var(--black-100);
    background-color: var(--black-050);
    color: var(--black-700)
}

.s-badge .s-tag--dismiss {
    background-color: transparent
}

a.s-badge:hover {
    text-decoration: none
}

.s-badge--image {
    display: inline-flex;
    align-self: center;
    margin-right: 1px;
    margin-left: -5px
}

.s-badge__sm {
    min-width: 18px;
    align-self: flex-start;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
    line-height: 1.8
}

.s-badge__xs {
    align-self: flex-start;
    padding-right: 1px;
    padding-left: 1px;
    font-size: 11px;
    line-height: 1.2
}

.s-badge__gold {
    border-color: var(--gold-darker);
    background-color: var(--gold-lighter);
    color: var(--black-700)
}

.s-badge__gold .s-tag--dismiss {
    background-color: transparent
}

.s-badge__silver {
    border-color: var(--silver-darker);
    background-color: var(--silver-lighter);
    color: var(--black-700)
}

.s-badge__silver .s-tag--dismiss {
    background-color: transparent
}

.s-badge__bronze {
    border-color: var(--bronze-darker);
    background-color: var(--bronze-lighter);
    color: var(--black-700)
}

.s-badge__bronze .s-tag--dismiss {
    background-color: transparent
}

.s-badge__bounty {
    border-color: transparent;
    background-color: var(--blue-600);
    color: var(--white)
}

.s-badge__bounty .s-tag--dismiss {
    background-color: transparent
}

.s-badge__votes {
    border-color: var(--black-150);
    background-color: var(--white);
    color: var(--black-700)
}

.s-badge__votes .s-tag--dismiss {
    background-color: transparent
}

.s-badge__answered {
    border-color: transparent;
    background-color: var(--green-400);
    color: var(--white)
}

.s-badge__answered .s-tag--dismiss {
    background-color: transparent
}

.s-badge__rep {
    border-color: var(--green-400);
    background-color: var(--white);
    color: var(--green-500)
}

.s-badge__rep .s-tag--dismiss {
    background-color: transparent
}

.s-badge__rep-down {
    border-color: var(--red-400);
    background-color: var(--white);
    color: var(--red-500)
}

.s-badge__rep-down .s-tag--dismiss {
    background-color: transparent
}

.s-badge__important {
    border-color: transparent;
    background-color: var(--red-600);
    color: var(--white)
}

.s-badge__important .s-tag--dismiss {
    background-color: transparent
}

.s-badge__admin {
    border-color: transparent;
    background-color: var(--blue-600);
    color: var(--white)
}

.s-badge__admin .s-tag--dismiss {
    background-color: transparent
}

.s-badge__moderator {
    border-color: transparent;
    background-color: var(--blue-600);
    color: var(--white)
}

.s-badge__moderator .s-tag--dismiss {
    background-color: transparent
}

.s-badge__staff {
    border-color: transparent;
    background-color: var(--orange-400);
    color: var(--white)
}

.s-badge__staff .s-tag--dismiss {
    background-color: transparent
}

.s-badge__staff--sm {
    border-color: transparent;
    background-color: var(--orange-400);
    color: var(--white)
}

.s-badge__staff--sm .s-tag--dismiss {
    background-color: transparent
}

.s-award-bling {
    display: flex;
    align-items: center;
    color: inherit
}

.s-award-bling:before {
    content: "";
    margin-right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.s-award-bling.s-award-bling__gold:before {
    background-color: var(--gold)
}

.s-award-bling.s-award-bling__silver:before {
    background-color: var(--silver)
}

.s-award-bling.s-award-bling__bronze:before {
    background-color: var(--bronze)
}

.s-empty-state {
    color: var(--fc-light);
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.s-empty-state p {
    font-size: 13px;
    margin-bottom: 12px
}

.s-empty-state p strong {
    color: var(--fc-dark)
}

.s-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    color: var(--black-150);
    font-size: 12px
}

.s-breadcrumbs .s-breadcrumbs--item {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 2px;
    margin-bottom: 2px
}

.s-breadcrumbs .s-breadcrumbs--divider {
    margin-right: 4px;
    margin-left: 4px
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-breadcrumbs .s-breadcrumbs--divider {
        margin-right: 2px;
        margin-left: 2px
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .s-breadcrumbs .s-breadcrumbs--divider {
        margin-right: 2px;
        margin-left: 2px
    }
}

.s-breadcrumbs .s-breadcrumbs--link {
    color: var(--black-350)
}

.s-breadcrumbs .s-breadcrumbs--link:hover {
    color: var(--black-600)
}

.s-btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px
}

.s-btn-group .s-btn {
    margin-bottom: -1px;
    white-space: nowrap
}

.s-btn-group .s-btn:not(:last-child) {
    margin-right: -1px
}

.s-btn-group .s-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.s-btn-group .s-btn:first-child:not(:only-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.s-btn-group .s-btn:last-child:not(:only-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.s-btn-group .s-btn.is-selected {
    z-index: 25
}

.s-btn-group .s-btn:active {
    z-index: 30
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn {
        padding-left: .4em;
        padding-right: .4em
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn {
        padding-left: .4em;
        padding-right: .4em
    }
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn.s-btn__dropdown {
        padding-right: 1.2em
    }

    html.html__responsive:not(.html__unpinned-leftnav) .s-btn-group .s-btn.s-btn__dropdown:after {
        right: .4em
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn.s-btn__dropdown {
        padding-right: 1.2em
    }

    html.html__responsive.html__unpinned-leftnav .s-btn-group .s-btn.s-btn__dropdown:after {
        right: .4em
    }
}

.s-btn-group .s-btn-group--container {
    display: flex
}

.s-btn-group .s-btn-group--container .s-btn {
    margin-right: -1px
}

.s-btn-group .s-btn-group--container:not(:first-child):not(:last-child) .s-btn {
    border-radius: 0
}

.s-btn-group .s-btn-group--container:first-child .s-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0
}

.s-btn-group .s-btn-group--container:last-child .s-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.s-card {
    padding: 12px;
    border: 1px solid var(--black-100);
    border-radius: 3px;
    background-color: var(--white)
}

.s-card p:last-of-type {
    margin-bottom: 0
}

a.s-card:not(.s-card__muted):hover,
a.s-card:not(.s-card__muted):focus,
a.s-card:not(.s-card__muted):active {
    border-color: var(--black-200)
}

.s-card__muted {
    border-color: var(--black-075)
}

.s-card__muted>* {
    opacity: .65
}

pre.s-code-block {
    font-size: 13px;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    line-height: 1.30769231;
    color: var(--highlight-color);
    background-color: var(--highlight-bg);
    border-radius: 5px;
    margin: 0;
    padding: 12px;
    overflow: auto;
    scrollbar-color: var(--scrollbar) transparent
}

pre.s-code-block::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

pre.s-code-block::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

pre.s-code-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

pre.s-code-block::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

pre.s-code-block>code,
code[class*="language-"] {
    font-family: inherit
}

pre.s-code-block>code .hljs-subst,
code[class*="language-"] .hljs-subst {
    color: var(--highlight-color)
}

pre.s-code-block>code .hljs-comment,
code[class*="language-"] .hljs-comment {
    color: var(--highlight-comment)
}

pre.s-code-block>code .hljs-keyword,
code[class*="language-"] .hljs-keyword,
pre.s-code-block>code .hljs-selector-tag,
code[class*="language-"] .hljs-selector-tag,
pre.s-code-block>code .hljs-meta-keyword,
code[class*="language-"] .hljs-meta-keyword,
pre.s-code-block>code .hljs-doctag,
code[class*="language-"] .hljs-doctag,
pre.s-code-block>code .hljs-section,
code[class*="language-"] .hljs-section {
    color: var(--highlight-keyword)
}

pre.s-code-block>code .hljs-attr,
code[class*="language-"] .hljs-attr {
    color: var(--highlight-attribute)
}

pre.s-code-block>code .hljs-attribute,
code[class*="language-"] .hljs-attribute {
    color: var(--highlight-symbol)
}

pre.s-code-block>code .hljs-name,
code[class*="language-"] .hljs-name,
pre.s-code-block>code .hljs-type,
code[class*="language-"] .hljs-type,
pre.s-code-block>code .hljs-number,
code[class*="language-"] .hljs-number,
pre.s-code-block>code .hljs-selector-id,
code[class*="language-"] .hljs-selector-id,
pre.s-code-block>code .hljs-quote,
code[class*="language-"] .hljs-quote,
pre.s-code-block>code .hljs-template-tag,
code[class*="language-"] .hljs-template-tag {
    color: var(--highlight-namespace)
}

pre.s-code-block>code .hljs-selector-class,
code[class*="language-"] .hljs-selector-class {
    color: var(--highlight-keyword)
}

pre.s-code-block>code .hljs-string,
code[class*="language-"] .hljs-string,
pre.s-code-block>code .hljs-regexp,
code[class*="language-"] .hljs-regexp,
pre.s-code-block>code .hljs-symbol,
code[class*="language-"] .hljs-symbol,
pre.s-code-block>code .hljs-variable,
code[class*="language-"] .hljs-variable,
pre.s-code-block>code .hljs-template-variable,
code[class*="language-"] .hljs-template-variable,
pre.s-code-block>code .hljs-link,
code[class*="language-"] .hljs-link,
pre.s-code-block>code .hljs-selector-attr,
code[class*="language-"] .hljs-selector-attr {
    color: var(--highlight-variable)
}

pre.s-code-block>code .hljs-meta,
code[class*="language-"] .hljs-meta,
pre.s-code-block>code .hljs-selector-pseudo,
code[class*="language-"] .hljs-selector-pseudo {
    color: var(--highlight-keyword)
}

pre.s-code-block>code .hljs-built_in,
code[class*="language-"] .hljs-built_in,
pre.s-code-block>code .hljs-title,
code[class*="language-"] .hljs-title,
pre.s-code-block>code .hljs-literal,
code[class*="language-"] .hljs-literal {
    color: var(--highlight-literal)
}

pre.s-code-block>code .hljs-bullet,
code[class*="language-"] .hljs-bullet,
pre.s-code-block>code .hljs-code,
code[class*="language-"] .hljs-code {
    color: var(--highlight-punctuation)
}

pre.s-code-block>code .hljs-meta-string,
code[class*="language-"] .hljs-meta-string {
    color: var(--highlight-variable)
}

pre.s-code-block>code .hljs-deletion,
code[class*="language-"] .hljs-deletion {
    color: var(--highlight-deletion)
}

pre.s-code-block>code .hljs-addition,
code[class*="language-"] .hljs-addition {
    color: var(--highlight-addition)
}

pre.s-code-block>code .hljs-emphasis,
code[class*="language-"] .hljs-emphasis {
    font-style: italic
}

pre.s-code-block>code .hljs-strong,
code[class*="language-"] .hljs-strong {
    font-weight: bold
}

pre.s-code-block .s-code-block--line-numbers {
    float: left;
    color: var(--black-300);
    text-align: right;
    border-width: 0;
    border-style: solid;
    border-color: var(--black-100);
    border-right-width: 1px;
    margin: -12px;
    margin-right: 12px;
    padding: 12px;
    padding-right: 6px;
    background-color: var(--black-050)
}

@media (prefers-color-scheme:dark) {
    body.theme-system pre.s-code-block .s-code-block--line-numbers {
        background-color: var(--black-025)
    }
}

body.theme-dark pre.s-code-block .s-code-block--line-numbers,
.theme-dark__forced pre.s-code-block .s-code-block--line-numbers {
    background-color: var(--black-025)
}

.s-expandable {
    display: flex;
    -webkit-clip-path: polygon(-1000000px -1000000px, 1000000px -1000000px, 1000000px 1000000px, -1000000px 1000000px);
    clip-path: polygon(-1000000px -1000000px, 1000000px -1000000px, 1000000px 1000000px, -1000000px 1000000px);
    align-items: flex-start;
    transition: clip-path 0s 100ms, -webkit-clip-path 0s 100ms
}

.s-expandable:after {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    height: 10px;
    max-height: 0px;
    transition: height 100ms linear, max-height 0s 100ms linear
}

.s-expandable--content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-height: 1000000px;
    margin-bottom: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: margin-bottom 100ms cubic-bezier(0, 0, 0, 1), transform 100ms cubic-bezier(1, 0, 1, 1), opacity 100ms cubic-bezier(1, 0, 1, 1)
}

.s-expandable:not(.is-expanded) {
    overflow: hidden;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: none
}

.s-expandable:not(.is-expanded) .s-expandable--content {
    visibility: hidden;
    max-height: 0;
    margin-bottom: -1500px;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: margin-bottom 100ms cubic-bezier(1, 0, 1, 1), visibility 0s 100ms, max-height 0s 100ms, transform 100ms cubic-bezier(0, 1, 1, 1), opacity 100ms cubic-bezier(0, 1, 1, 1)
}

@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) {
    .s-expandable:not(.is-expanded) .s-expandable--content {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.s-expandable:not(.is-expanded):after {
    height: 0;
    max-height: 10px;
    transition: height 100ms linear
}

.s-input,
.s-textarea {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: .6em .7em;
    border: 1px solid var(--black-200);
    border-radius: 3px;
    background-color: var(--white);
    color: var(--fc-dark);
    font-size: 13px;
    font-family: inherit;
    line-height: 1.15384615;
    scrollbar-color: var(--scrollbar) transparent
}

@supports (-webkit-overflow-scrolling: touch) {

    .s-input,
    .s-textarea {
        font-size: 16px;
        padding: .36em .55em
    }

    .s-input::-webkit-input-placeholder,
    .s-textarea::-webkit-input-placeholder {
        line-height: normal !important
    }
}

.s-input::-webkit-input-placeholder,
.s-textarea::-webkit-input-placeholder {
    color: var(--black-200)
}

.s-input::-ms-input-placeholder,
.s-textarea::-ms-input-placeholder {
    color: var(--black-200)
}

.s-input::placeholder,
.s-textarea::placeholder {
    color: var(--black-200);
    opacity: 1
}

.s-input::-ms-clear,
.s-textarea::-ms-clear {
    display: none
}

.s-input::-webkit-scrollbar,
.s-textarea::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.s-input::-webkit-scrollbar-track,
.s-textarea::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.s-input::-webkit-scrollbar-thumb,
.s-textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.s-input::-webkit-scrollbar-corner,
.s-textarea::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.s-input::-webkit-contacts-auto-fill-button,
.s-textarea::-webkit-contacts-auto-fill-button {
    background-color: var(--black)
}

.s-input:-webkit-autofill,
.s-textarea:-webkit-autofill {
    border-color: var(--blue-300);
    -webkit-text-fill-color: var(--black);
    -webkit-box-shadow: 0 0 0 1000px var(--blue-050) inset;
    transition: background-color 0s 50000s
}

.s-input:-webkit-autofill:focus,
.s-textarea:-webkit-autofill:focus {
    border-color: var(--blue-300);
    -webkit-box-shadow: 0 0 0 1000px var(--blue-050) inset, 0 0 0 4px var(--focus-ring)
}

.s-input.s-input__search,
.s-input.s-input__creditcard {
    padding-left: 32px
}

fieldset {
    min-width: 0;
    padding: 0;
    border: 0
}

.s-label {
    padding: 0 2px;
    color: var(--fc-dark);
    font-family: inherit;
    font-size: 1.15384615rem;
    font-weight: 700;
    cursor: pointer
}

legend.s-label {
    cursor: default
}

.s-label--status {
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: 1000px;
    background-color: var(--black-050);
    color: var(--fc-medium);
    font-size: 12px;
    font-weight: 400;
    vertical-align: text-bottom
}

.s-label--status.s-label--status__required {
    background-color: var(--red-100);
    color: var(--red-600)
}

.s-label--status.s-label--status__new {
    background-color: var(--green-100);
    color: var(--green-700)
}

.s-label--status.s-label--status__beta {
    background-color: var(--blue-100);
    color: var(--blue-700)
}

.s-description {
    padding: 0 2px;
    color: var(--fc-medium);
    font-size: 12px
}

.s-label .s-description,
.s-label .s-input-message {
    padding: 0;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: normal
}

.s-input-fill {
    padding: .6em .7em;
    border: 1px solid var(--black-200);
    border-right-width: 0;
    border-left-width: 0;
    background-color: var(--black-050);
    color: var(--fc-medium);
    font-family: inherit;
    white-space: nowrap;
    line-height: 1.15384615
}

.s-input-fill.s-input-fill__clear {
    border-color: transparent;
    background-color: transparent
}

.s-input-fill.order-first {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.s-input-fill.order-last {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.s-select {
    position: relative;
    color: var(--fc-dark)
}

.s-select:before,
.s-select:after {
    content: "";
    position: absolute;
    z-index: 25;
    right: 13px;
    border-color: currentColor transparent;
    border-style: solid;
    border-width: 4px;
    pointer-events: none
}

.s-select:before {
    top: calc(50% - 5px);
    border-top-width: 0;
    border-bottom-width: 4px
}

.s-select:after {
    top: calc(50% + 1px);
    border-top-width: 4px;
    border-bottom-width: 0
}

.s-select>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: .6em .7em;
    padding-right: 32px;
    border: 1px solid var(--black-200);
    border-radius: 3px;
    background-color: var(--white);
    outline: 0;
    font-size: 13px;
    font-family: inherit;
    color: var(--black);
    line-height: 1.15384615
}

.s-select>select::-moz-focus-inner {
    outline: none !important
}

.s-select>select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.s-select>select::-ms-expand {
    display: none
}

@supports (-webkit-overflow-scrolling: touch) {
    .s-select>select {
        font-size: 16px;
        padding: .4em .55em
    }
}

.s-select>select::-webkit-contacts-auto-fill-button {
    background-color: var(--black)
}

.s-select>select:-webkit-autofill {
    border-color: var(--blue-300);
    -webkit-text-fill-color: var(--black);
    -webkit-box-shadow: 0 0 0 1000px var(--blue-050) inset;
    transition: background-color 0s 50000s
}

.s-select>select:-webkit-autofill:focus {
    border-color: var(--blue-300);
    -webkit-box-shadow: 0 0 0 1000px var(--blue-050) inset, 0 0 0 4px var(--focus-ring)
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {

    .s-checkbox,
    .s-radio {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
        width: 1em;
        height: 1em;
        border: 1px solid var(--black-200);
        background-color: var(--white);
        outline: 0;
        font-size: inherit;
        vertical-align: middle;
        cursor: pointer
    }

    .s-checkbox::-ms-check,
    .s-radio::-ms-check {
        display: none
    }
}

.s-checkbox[disabled],
.s-radio[disabled] {
    opacity: .5;
    cursor: not-allowed
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    .s-checkbox {
        border-radius: 3px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .s-checkbox[disabled] {
        border-color: var(--black-200);
        background-color: var(--black-075)
    }

    .s-checkbox:checked {
        border-color: var(--blue-500) !important;
        background-color: var(--blue-500);
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='%23fff'/%3E%3C/svg%3E")
    }

    .s-checkbox:checked:focus {
        border-color: var(--blue-500)
    }

    .s-checkbox:checked[disabled] {
        border-color: var(--black-500) !important;
        background-color: var(--black-400)
    }

    .s-checkbox:focus {
        border-color: var(--blue-300);
        box-shadow: 0 0 0 4px var(--focus-ring)
    }
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    .s-radio {
        border-radius: 50%
    }

    .s-radio:checked {
        border-color: var(--blue-500);
        border-width: .30769231em;
        background-color: #fff
    }

    .s-radio:focus {
        box-shadow: 0 0 0 4px var(--focus-ring)
    }
}

.s-input:focus,
.s-input.has-focus,
.s-textarea:focus,
.s-select>select:focus {
    border-color: var(--blue-300);
    box-shadow: 0 0 0 4px var(--focus-ring);
    color: var(--black);
    outline: 0
}

.s-input:focus-within {
    border-color: var(--blue-300);
    box-shadow: 0 0 0 4px var(--focus-ring);
    color: var(--black);
    outline: 0
}

.s-input[disabled],
.s-textarea[disabled],
.s-select>select[disabled],
.s-input[read-only],
.s-textarea[read-only],
.s-select>select[read-only] {
    border-color: var(--black-075);
    background-color: var(--black-050);
    color: var(--black-200)
}

.s-input[disabled],
.s-textarea[disabled],
.s-select>select[disabled] {
    cursor: not-allowed
}

.is-disabled,
.has-success,
.has-error,
.has-warning {
    position: relative
}

.is-disabled .s-input,
.has-success .s-input,
.has-error .s-input,
.has-warning .s-input {
    padding-right: 32px
}

.is-disabled .s-select .s-input-icon,
.has-success .s-select .s-input-icon,
.has-error .s-select .s-input-icon,
.has-warning .s-select .s-input-icon {
    right: 32px
}

.is-disabled .s-textarea,
.has-success .s-textarea,
.has-error .s-textarea,
.has-warning .s-textarea {
    padding-right: 48px
}

.is-disabled .s-textarea~.s-input-icon,
.has-success .s-textarea~.s-input-icon,
.has-error .s-textarea~.s-input-icon,
.has-warning .s-textarea~.s-input-icon {
    top: 1.5em;
    right: 1.5em
}

.is-disabled .s-input-message a,
.has-success .s-input-message a,
.has-error .s-input-message a,
.has-warning .s-input-message a {
    text-decoration: underline
}

.has-warning .s-input,
.has-warning .s-textarea,
.has-warning .s-checkbox,
.has-warning .s-radio:not(:checked),
.has-warning .s-select>select {
    border-color: var(--yellow-600)
}

.has-warning .s-input:focus,
.has-warning .s-textarea:focus,
.has-warning .s-checkbox:focus,
.has-warning .s-radio:not(:checked):focus,
.has-warning .s-select>select:focus {
    box-shadow: 0 0 0 4px var(--focus-ring-warning)
}

.has-warning .s-input-message {
    color: var(--yellow-800)
}

.has-warning .s-input-message a {
    color: var(--yellow-900)
}

.has-warning .s-input-icon {
    color: var(--yellow-600)
}

.has-error .s-input,
.has-error .s-textarea,
.has-error .s-checkbox,
.has-error .s-radio:not(:checked),
.has-error .s-select>select {
    border-color: var(--red-400)
}

.has-error .s-input:focus,
.has-error .s-textarea:focus,
.has-error .s-checkbox:focus,
.has-error .s-radio:not(:checked):focus,
.has-error .s-select>select:focus {
    box-shadow: 0 0 0 4px var(--focus-ring-error)
}

.has-error .s-input-message {
    color: var(--red-500)
}

.has-error .s-input-message a {
    color: var(--red-800)
}

.has-error .s-input-message a:hover {
    color: var(--red-900)
}

.has-error .s-input-icon {
    color: var(--red-400)
}

.has-success .s-input,
.has-success .s-textarea,
.has-success .s-checkbox,
.has-success .s-radio:not(:checked),
.has-success .s-select>select {
    border-color: var(--green-400)
}

.has-success .s-input:focus,
.has-success .s-textarea:focus,
.has-success .s-checkbox:focus,
.has-success .s-radio:not(:checked):focus,
.has-success .s-select>select:focus {
    box-shadow: 0 0 0 4px var(--focus-ring-success)
}

.has-success .s-input-message {
    color: var(--green-500)
}

.has-success .s-input-message a {
    color: var(--green-800)
}

.has-success .s-input-message a:hover {
    color: var(--green-900)
}

.has-success .s-input-icon {
    color: var(--green-400)
}

.is-disabled .s-select:before,
.is-disabled .s-select:after {
    border-color: var(--black-200) transparent
}

.is-disabled .s-label,
.is-disabled .s-description {
    opacity: .5
}

.is-disabled .s-label .s-description,
.is-disabled .s-description .s-description {
    opacity: unset
}

.is-disabled .s-input-icon {
    color: var(--black-200)
}

.is-disabled .s-label {
    cursor: not-allowed
}

.s-input-icon {
    position: absolute;
    top: 50%;
    right: .7em;
    margin-top: -9px;
    pointer-events: none
}

.s-input-icon.s-input-icon__search,
.s-input-icon.s-input-icon__creditcard {
    right: auto;
    left: .7em;
    color: var(--black-200)
}

.s-input-message {
    padding: 2px;
    font-size: 12px
}

.s-input__sm,
.s-textarea__sm,
.s-label__sm,
.s-select__sm>select {
    font-size: 12px
}

.s-input__md,
.s-textarea__md,
.s-label__md,
.s-select__md>select {
    font-size: 1.30769231rem
}

.s-input__lg,
.s-textarea__lg,
.s-label__lg,
.s-select__lg>select {
    font-size: 1.61538462rem
}

.s-input__xl,
.s-textarea__xl,
.s-label__xl,
.s-select__xl>select {
    font-size: 2.07692308rem
}

.s-input__md,
.s-textarea__md,
.s-select__md>select {
    padding-top: .5em;
    padding-bottom: .5em;
    border-radius: 4px
}

.s-input__lg,
.s-textarea__lg,
.s-select__lg>select {
    padding: .45em .6em;
    border-radius: 4px
}

.s-input__xl,
.s-textarea__xl,
.s-select__xl>select {
    padding: .4em .5em;
    border-radius: 5px
}

.s-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.s-menu .s-menu--title {
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--black-600)
}

.s-menu li+.s-menu--title {
    margin-top: 12px
}

.s-menu .s-menu--divider {
    margin: 8px 0;
    height: 1px;
    background-color: var(--black-075)
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-menu .s-menu--divider {
        background-color: var(--black-025)
    }
}

body.theme-dark .s-menu .s-menu--divider,
.theme-dark__forced .s-menu .s-menu--divider {
    background-color: var(--black-025)
}

.s-menu .s-menu--label {
    cursor: pointer;
    padding: 12px;
    border-top: 1px solid var(--black-075)
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-menu .s-menu--label {
        border-top-color: var(--black-025)
    }
}

body.theme-dark .s-menu .s-menu--label,
.theme-dark__forced .s-menu .s-menu--label {
    border-top-color: var(--black-025)
}

.s-menu .s-menu--label.is-disabled {
    cursor: not-allowed
}

.s-modal {
    display: flex;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(12, 13, 14, 0.5);
    opacity: 0;
    backface-visibility: hidden;
    transition: opacity 100ms cubic-bezier(.165, .84, .44, 1) 0s, z-index 0s 100ms, visibility 0s 100ms;
    will-change: visibility, z-index, opacity
}

.s-modal[aria-hidden="false"],
.s-modal[aria-hidden="false"] .s-modal--dialog {
    visibility: visible;
    z-index: 9000;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: opacity 100ms cubic-bezier(.165, .84, .44, 1) 10ms, z-index 0s 0s, visibility 0s 0s, transform 100ms cubic-bezier(.165, .84, .44, 1) 10ms, transform 100ms cubic-bezier(.165, .84, .44, 1) 10ms
}

.s-modal--dialog {
    overflow-y: auto;
    visibility: hidden;
    z-index: -1;
    max-width: 600px;
    max-height: 100%;
    padding: 24px;
    border-radius: 7px;
    background-color: var(--white);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13);
    opacity: 0;
    backface-visibility: hidden;
    transform: translate3d(0, 30%, 0) scale3d(.6, .6, .6);
    scrollbar-color: var(--scrollbar) transparent;
    transition: opacity 200ms cubic-bezier(.165, .84, .44, 1) 0s, z-index 0s 100ms, visibility 0s 100ms, transform 100ms cubic-bezier(.165, .84, .44, 1) 0s, transform 100ms cubic-bezier(.165, .84, .44, 1) 0s;
    will-change: visibility, z-index, opacity, transform
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-modal--dialog {
        background-color: var(--black-100)
    }
}

body.theme-dark .s-modal--dialog,
.theme-dark__forced .s-modal--dialog {
    background-color: var(--black-100)
}

.s-modal--dialog::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.s-modal--dialog::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.s-modal--dialog::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.s-modal--dialog::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.s-modal[aria-hidden="false"] .s-modal--dialog {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.s-modal--close {
    position: absolute !important;
    top: 8px;
    right: 8px;
    padding: 12px !important
}

.s-modal--close .svg-icon {
    margin: 0 !important
}

.s-modal--header {
    margin-bottom: 16px;
    color: var(--fc-dark);
    font-size: 2.07692308rem;
    font-weight: normal;
    line-height: 1.15384615
}

.s-modal--body {
    margin-bottom: 24px;
    color: var(--fc-medium)
}

.s-modal--footer {
    margin-top: 24px
}

.s-modal.has-danger,
.s-modal.s-modal__danger {
    background-color: rgba(24, 5, 5, 0.5)
}

.s-modal.has-danger .s-modal--header,
.s-modal.s-modal__danger .s-modal--header {
    color: var(--red-600)
}

.s-modal.s-modal__celebration .s-modal--dialog {
    padding-top: 64px;
    background-repeat: repeat-x;
    background-position: top -10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='90' viewBox='0 0 600 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' width='6' height='10'/%3E%3Crect x='84' width='6' height='10'/%3E%3Crect x='126' width='5' height='13'/%3E%3Crect x='168' width='5' height='13'/%3E%3Crect x='210' width='6' height='10'/%3E%3Crect x='252' width='5' height='13'/%3E%3Crect x='294' width='6' height='10'/%3E%3Crect x='336' width='5' height='13'/%3E%3Crect x='378' width='5' height='13'/%3E%3Crect x='420' width='6' height='10'/%3E%3Crect x='462' width='6' height='10'/%3E%3Crect x='504' width='5' height='13'/%3E%3Crect x='546' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E")
}

@media (prefers-reduced-motion) {
    .s-modal.s-modal__celebration .s-modal--dialog {
        background-image: url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")
    }
}

.s-modal.s-modal__celebration .s-modal--dialog .s-modal--close {
    top: 48px
}

.s-modal__full {
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px)
}

.s-page-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--black-100)
}

@media (max-width:980px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-page-title {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:816px) {
    html.html__responsive.html__unpinned-leftnav .s-page-title {
        flex-direction: column;
        align-items: flex-start
    }
}

.s-page-title .s-page-title--header {
    margin: 0;
    margin-bottom: 0;
    font-size: 2.07692308rem;
    color: var(--fc-dark);
    line-height: 1.15384615;
    font-weight: normal
}

.s-page-title .s-page-title--description {
    color: var(--fc-light);
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 1.15384615rem
}

.s-page-title .s-page-title--actions {
    margin-left: 8px;
    flex-shrink: 0
}

@media (max-width:980px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-page-title .s-page-title--actions {
        margin-top: 8px;
        margin-left: 0
    }
}

@media (max-width:816px) {
    html.html__responsive.html__unpinned-leftnav .s-page-title .s-page-title--actions {
        margin-top: 8px;
        margin-left: 0
    }
}

.s-page-title .s-breadcrumbs {
    margin-bottom: 8px
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-page-title .s-breadcrumbs {
        margin-bottom: 2px
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .s-page-title .s-breadcrumbs {
        margin-bottom: 2px
    }
}

.s-popover {
    display: none;
    position: absolute;
    max-width: 24rem;
    padding: 12px;
    z-index: 2000;
    border-radius: 5px;
    border: 1px solid var(--black-100);
    background-color: var(--white);
    box-shadow: var(--bs-md);
    color: var(--fc-dark);
    font-size: 13px;
    min-width: 12rem;
    width: 100%
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-popover {
        background-color: var(--black-075);
        border-color: transparent;
        box-shadow: var(--bs-lg)
    }
}

body.theme-dark .s-popover,
.theme-dark__forced .s-popover {
    background-color: var(--black-075);
    border-color: transparent;
    box-shadow: var(--bs-lg)
}

.s-popover.s-popover__tooltip {
    width: auto;
    min-width: unset
}

.s-popover.is-visible {
    display: block
}

.s-popover[data-popper-placement^="top"]>.s-popover--arrow,
.s-popover .s-popover--arrow__bc,
.s-popover .s-popover--arrow__bl,
.s-popover .s-popover--arrow__br {
    bottom: -6px
}

.s-popover[data-popper-placement^="top"]>.s-popover--arrow:after,
.s-popover .s-popover--arrow__bc:after,
.s-popover .s-popover--arrow__bl:after,
.s-popover .s-popover--arrow__br:after {
    bottom: 1px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.07), 2px 2px 2px -1px rgba(0, 0, 0, 0.1)
}

.s-popover[data-popper-placement^="bottom"]>.s-popover--arrow,
.s-popover .s-popover--arrow__tc,
.s-popover .s-popover--arrow__tl,
.s-popover .s-popover--arrow__tr {
    top: -6px
}

.s-popover[data-popper-placement^="bottom"]>.s-popover--arrow:after,
.s-popover .s-popover--arrow__tc:after,
.s-popover .s-popover--arrow__tl:after,
.s-popover .s-popover--arrow__tr:after {
    top: 1px;
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, 0.12)
}

.s-popover[data-popper-placement^="left"]>.s-popover--arrow,
.s-popover .s-popover--arrow__rc,
.s-popover .s-popover--arrow__rt,
.s-popover .s-popover--arrow__rb {
    right: -6px
}

.s-popover[data-popper-placement^="left"]>.s-popover--arrow:after,
.s-popover .s-popover--arrow__rc:after,
.s-popover .s-popover--arrow__rt:after,
.s-popover .s-popover--arrow__rb:after {
    right: 1px;
    box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, 0.07), 2px -2px 2px -1px rgba(0, 0, 0, 0.1)
}

.s-popover[data-popper-placement^="right"]>.s-popover--arrow,
.s-popover .s-popover--arrow__lc,
.s-popover .s-popover--arrow__lt,
.s-popover .s-popover--arrow__lb {
    left: -6px
}

.s-popover[data-popper-placement^="right"]>.s-popover--arrow:after,
.s-popover .s-popover--arrow__lc:after,
.s-popover .s-popover--arrow__lt:after,
.s-popover .s-popover--arrow__lb:after {
    left: 1px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.07), -2px 2px 2px -1px rgba(0, 0, 0, 0.1)
}

.s-popover .s-popover--arrow__tc,
.s-popover .s-popover--arrow__bc {
    left: calc(50% - 6px)
}

.s-popover .s-popover--arrow__lc,
.s-popover .s-popover--arrow__rc {
    top: calc(50% - 6px)
}

.s-popover .s-popover--arrow__tr,
.s-popover .s-popover--arrow__br {
    right: 12px
}

.s-popover .s-popover--arrow__rb,
.s-popover .s-popover--arrow__lb {
    bottom: 12px
}

.s-popover--close {
    float: right;
    top: -8px;
    right: -8px;
    padding: 8px !important
}

.s-popover--arrow,
.s-popover--arrow:before,
.s-popover--arrow:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    z-index: -1
}

.s-popover--arrow {
    color: var(--white)
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-popover--arrow {
        color: var(--black-075)
    }
}

body.theme-dark .s-popover--arrow,
.theme-dark__forced .s-popover--arrow {
    color: var(--black-075)
}

.s-popover--arrow:before {
    content: '';
    transform: rotate(45deg)
}

.s-popover--arrow:after {
    content: '';
    transform: rotate(45deg);
    border-radius: 1.5px;
    background: currentColor
}

.s-progress,
.s-progress--bar {
    position: relative;
    min-height: 4px;
    min-width: 6px;
    border-radius: 3px
}

.s-progress {
    width: 100%;
    background-color: var(--black-200)
}

.s-progress--bar {
    height: 100%;
    background-color: var(--green-400)
}

.s-progress--label {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 12px;
    line-height: 1;
    color: var(--fc-dark);
    z-index: 2
}

.s-progress__brand .s-progress--bar {
    background-color: var(--orange-500)
}

.s-progress__info .s-progress--bar {
    background-color: var(--blue-500)
}

.s-progress__privilege .s-progress--bar {
    background-color: var(--green-050)
}

.s-progress__privilege .s-progress--label {
    border-color: var(--green-400)
}

.s-progress__privilege,
.s-progress__privilege .s-progress--bar,
.s-progress__badge,
.s-progress__badge .s-progress--bar {
    min-height: 2em;
    border-radius: 5px
}

.s-progress__privilege,
.s-progress__badge {
    background-color: transparent
}

.s-progress__gold .s-progress--bar {
    background-color: var(--gold-lighter)
}

.s-progress__gold .s-progress--label {
    border-color: var(--gold-darker)
}

.s-progress__silver .s-progress--bar {
    background-color: var(--silver-lighter)
}

.s-progress__silver .s-progress--label {
    border-color: var(--silver-darker)
}

.s-progress__bronze .s-progress--bar {
    background-color: var(--bronze-lighter)
}

.s-progress__bronze .s-progress--label {
    border-color: var(--bronze-darker)
}

.s-progress.s-progress__segmented {
    position: relative
}

.s-progress.s-progress__segmented .s-progress--segments {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none
}

.s-progress.s-progress__segmented .s-progress--segments li {
    display: block;
    padding-top: 4px;
    position: relative;
    text-align: center
}

.s-progress.s-progress__segmented .s-progress--segments li:not(:first-child):not(:last-child):before {
    display: block;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    left: -1px;
    background-color: var(--white)
}

.s-progress.s-progress__stepped {
    background: transparent;
    display: flex
}

.s-progress.s-progress__stepped .s-progress--step {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    flex-direction: column;
    align-items: center;
    position: relative
}

.s-progress.s-progress__stepped .s-progress--label {
    position: static;
    display: block;
    width: auto;
    height: auto;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    padding: 12px 6px 0 6px;
    text-align: center;
    color: var(--black-200);
    z-index: 0
}

.s-progress.s-progress__stepped .s-progress--stop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black-200);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    z-index: 25;
    color: #fff
}

.s-progress.s-progress__stepped .s-progress--bar {
    position: absolute;
    top: 9px;
    height: 6px;
    background: var(--black-200);
    z-index: 0;
    border-radius: 0
}

.s-progress.s-progress__stepped .s-progress--bar.s-progress--bar__left {
    left: 0;
    right: 50%
}

.s-progress.s-progress__stepped .s-progress--bar.s-progress--bar__right {
    right: 0;
    left: 50%
}

.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--bar.s-progress--bar__left {
    background: var(--blue-500)
}

.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--stop {
    background: var(--blue-500);
    box-shadow: 0 0 0 6px var(--focus-ring)
}

.s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--label {
    color: var(--fc-dark)
}

.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--bar,
.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--stop {
    background: var(--blue-500)
}

.s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--label {
    color: var(--fc-dark)
}

.s-progress__circular {
    --s-progress-value: 0;
    background: none;
    width: 32px;
    height: 32px
}

.s-progress__circular .s-progress-bar {
    transform: rotate(270deg)
}

.s-progress__circular .s-progress-bar circle {
    stroke-width: 4;
    fill: none;
    stroke-linecap: round
}

.s-progress__circular .s-progress-bar circle:nth-of-type(1) {
    stroke: currentColor;
    opacity: .4
}

.s-progress__circular .s-progress-bar circle:nth-of-type(2) {
    stroke: currentColor;
    stroke-dasharray: 87.9645943;
    stroke-dashoffset: calc(((1 - var(--s-progress-value)) * 87.9645943) * 1px)
}

.s-progress__circular.s-progress__sm {
    width: 24px;
    height: 24px
}

.s-progress__circular.s-progress__md {
    width: 48px;
    height: 48px
}

.s-progress__circular.s-progress__lg {
    width: 64px;
    height: 64px
}

.s-prose {
    --s-prose-line-height: 1.5;
    --s-prose-spacing: 1.1em;
    --s-prose-spacing-condensed: calc(var(--s-prose-spacing) / 2);
    font-size: 15px;
    line-height: var(--s-prose-line-height);
    word-wrap: break-word
}

.s-prose p {
    margin-bottom: var(--s-prose-spacing)
}

.s-prose pre {
    word-wrap: normal
}

.s-prose code {
    font-size: 13px;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif
}

.s-prose sub code,
.s-prose sup code {
    font-size: 90%
}

.s-prose hr {
    border: 0;
    color: var(--black-100);
    background-color: var(--black-100);
    height: 1px;
    margin-bottom: var(--s-prose-spacing)
}

.s-prose li {
    word-wrap: break-word
}

.s-prose li pre {
    word-wrap: normal
}

.s-prose p:last-child,
.s-prose dl:last-child,
.s-prose blockquote:last-child,
.s-prose table:last-child,
.s-prose .s-table-container:last-child,
.s-prose .s-link-preview:last-child,
.s-prose hr:last-child,
.s-prose ol:last-child,
.s-prose ul:last-child,
.s-prose img:last-child,
.s-prose pre:last-child,
.s-prose h1:last-child,
.s-prose h2:last-child,
.s-prose h3:last-child,
.s-prose h4:last-child,
.s-prose h5:last-child,
.s-prose h6:last-child,
.s-prose p:only-child,
.s-prose dl:only-child,
.s-prose blockquote:only-child,
.s-prose table:only-child,
.s-prose .s-table-container:only-child,
.s-prose .s-link-preview:only-child,
.s-prose hr:only-child,
.s-prose ol:only-child,
.s-prose ul:only-child,
.s-prose img:only-child,
.s-prose pre:only-child,
.s-prose h1:only-child,
.s-prose h2:only-child,
.s-prose h3:only-child,
.s-prose h4:only-child,
.s-prose h5:only-child,
.s-prose h6:only-child {
    margin-bottom: 0
}

.s-prose h1,
.s-prose h2,
.s-prose h3,
.s-prose h4,
.s-prose h5,
.s-prose h6 {
    font-weight: bold !important;
    margin-bottom: .5em
}

.s-prose h1 code,
.s-prose h2 code,
.s-prose h3 code,
.s-prose h4 code,
.s-prose h5 code,
.s-prose h6 code {
    font-size: .9em
}

.s-prose h1 {
    font-size: 2.07692308rem;
    margin-bottom: .6em
}

.s-prose h2 {
    font-size: 1.61538462rem;
    margin-bottom: .7em
}

.s-prose h3 {
    font-size: 1.46153846rem;
    margin-bottom: .74em
}

.s-prose h4 {
    font-size: 1.30769231rem;
    margin-bottom: 1em
}

.s-prose h5 {
    font-size: 1.15384615rem
}

.s-prose h6 {
    font-size: 13px
}

.s-prose img+h1,
.s-prose dl+h1,
.s-prose p+h1,
.s-prose pre+h1,
.s-prose blockquote+h1,
.s-prose table+h1,
.s-prose .s-table-container+h1,
.s-prose .s-link-preview+h1,
.s-prose dd+h1,
.s-prose ul+h1,
.s-prose ol+h1 {
    margin-top: 1.5667em
}

.s-prose img+h2,
.s-prose dl+h2,
.s-prose p+h2,
.s-prose pre+h2,
.s-prose blockquote+h2,
.s-prose table+h2,
.s-prose .s-table-container+h2,
.s-prose .s-link-preview+h2,
.s-prose dd+h2,
.s-prose ul+h2,
.s-prose ol+h2 {
    margin-top: 1.667em
}

.s-prose img+h3,
.s-prose dl+h3,
.s-prose p+h3,
.s-prose pre+h3,
.s-prose blockquote+h3,
.s-prose table+h3,
.s-prose .s-table-container+h3,
.s-prose .s-link-preview+h3,
.s-prose dd+h3,
.s-prose ul+h3,
.s-prose ol+h3 {
    margin-top: 1.4667em
}

.s-prose img+h4,
.s-prose dl+h4,
.s-prose p+h4,
.s-prose pre+h4,
.s-prose blockquote+h4,
.s-prose table+h4,
.s-prose .s-table-container+h4,
.s-prose .s-link-preview+h4,
.s-prose dd+h4,
.s-prose ul+h4,
.s-prose ol+h4,
.s-prose img+h5,
.s-prose dl+h5,
.s-prose p+h5,
.s-prose pre+h5,
.s-prose blockquote+h5,
.s-prose table+h5,
.s-prose .s-table-container+h5,
.s-prose .s-link-preview+h5,
.s-prose dd+h5,
.s-prose ul+h5,
.s-prose ol+h5,
.s-prose img+h6,
.s-prose dl+h6,
.s-prose p+h6,
.s-prose pre+h6,
.s-prose blockquote+h6,
.s-prose table+h6,
.s-prose .s-table-container+h6,
.s-prose .s-link-preview+h6,
.s-prose dd+h6,
.s-prose ul+h6,
.s-prose ol+h6 {
    margin-top: 1.6667em
}

.s-prose img {
    max-width: 100%;
    margin-bottom: var(--s-prose-spacing);
    vertical-align: bottom
}

.s-prose blockquote img,
.s-prose li img,
.s-prose p img {
    margin-bottom: 0
}

.s-prose ol,
.s-prose ul {
    margin-top: 0;
    margin-bottom: var(--s-prose-spacing)
}

.s-prose ol p:last-child,
.s-prose ul p:last-child,
.s-prose ol dl:last-child,
.s-prose ul dl:last-child,
.s-prose ol blockquote:last-child,
.s-prose ul blockquote:last-child,
.s-prose ol table:last-child,
.s-prose ul table:last-child,
.s-prose ol hr:last-child,
.s-prose ul hr:last-child,
.s-prose ol ol:last-child,
.s-prose ul ol:last-child,
.s-prose ol ul:last-child,
.s-prose ul ul:last-child,
.s-prose ol p:only-child,
.s-prose ul p:only-child,
.s-prose ol dl:only-child,
.s-prose ul dl:only-child,
.s-prose ol blockquote:only-child,
.s-prose ul blockquote:only-child,
.s-prose ol table:only-child,
.s-prose ul table:only-child,
.s-prose ol hr:only-child,
.s-prose ul hr:only-child,
.s-prose ol ol:only-child,
.s-prose ul ol:only-child,
.s-prose ol ul:only-child,
.s-prose ul ul:only-child {
    margin-bottom: 0
}

.s-prose ol dl,
.s-prose ul dl,
.s-prose ol p,
.s-prose ul p,
.s-prose ol blockquote,
.s-prose ul blockquote,
.s-prose ol table,
.s-prose ul table,
.s-prose ol hr,
.s-prose ul hr,
.s-prose ol dd,
.s-prose ul dd,
.s-prose ol ul,
.s-prose ul ul,
.s-prose ol ol,
.s-prose ul ol {
    margin-bottom: var(--s-prose-spacing-condensed)
}

.s-prose ol pre,
.s-prose ul pre {
    margin-bottom: calc(var(--s-prose-spacing-condensed) + .1em)
}

.s-prose ol li,
.s-prose ul li {
    margin-bottom: var(--s-prose-spacing-condensed)
}

.s-prose ol li:last-child,
.s-prose ul li:last-child {
    margin-bottom: 0
}

.s-prose li>ul,
.s-prose li>ol {
    margin-top: var(--s-prose-spacing-condensed)
}

.s-prose .s-table-container {
    margin-bottom: var(--s-prose-spacing)
}

.s-prose .s-link-preview {
    margin-bottom: var(--s-prose-spacing)
}

.s-prose dl {
    margin-top: 0;
    margin-bottom: var(--s-prose-spacing)
}

.s-prose dt {
    font-weight: bold
}

.s-prose dd {
    margin: 0;
    margin-bottom: var(--s-prose-spacing);
    padding: 0
}

.s-prose dd:last-child {
    margin-bottom: 0
}

.s-prose .youtube-embed {
    width: 100%;
    max-width: 640px;
    position: relative
}

.s-prose .youtube-embed>div {
    width: 100%;
    height: 35px;
    padding-bottom: 56.25%;
    position: relative
}

.s-prose .youtube-embed>div iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.s-prose .soundcloud-embed iframe {
    width: 100%;
    max-width: 640px;
    height: 116px
}

.s-prose blockquote,
.s-prose q {
    quotes: none
}

.s-prose blockquote {
    position: relative;
    margin: 0 1em var(--s-prose-spacing) 1em;
    padding: .8em .8em .8em 1em;
    color: var(--black-600)
}

.s-prose blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 8px;
    background: var(--black-150)
}

.s-prose blockquote blockquote {
    margin-left: 0
}

.s-prose blockquote *:last-child {
    margin-bottom: 0
}

.s-prose li blockquote {
    margin-top: var(--s-prose-spacing-condensed)
}

.s-prose .spoiler {
    background: var(--black-050);
    border-radius: 5px;
    color: var(--black-800);
    cursor: pointer;
    min-height: 48px
}

.s-prose .spoiler>* {
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease-in-out
}

.s-prose .spoiler.is-visible {
    cursor: auto
}

.s-prose .spoiler.is-visible>* {
    visibility: visible;
    opacity: 1
}

.s-prose .spoiler.is-visible:after {
    opacity: 0
}

.s-prose .spoiler:after {
    content: attr(data-spoiler) " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' fill='rgb(132, 141, 149)' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 17A8 8 0 119 1a8 8 0 010 16zM8 4v6h2V4H8zm0 8v2h2v-2H8z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 13px;
    color: var(--black-500);
    padding-right: 22px;
    position: absolute;
    top: 1em;
    right: 1em;
    transition: opacity .1s ease-in-out;
    pointer-events: none
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .s-prose .spoiler:after {
        top: 9px
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .s-prose .spoiler:after {
        top: 9px
    }
}

.s-prose kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: var(--ff-sans);
    font-size: 11px;
    line-height: var(--s-prose-line-height);
    color: var(--black-800);
    text-shadow: 0 1px 0 var(--white);
    background-color: var(--black-075);
    border: 1px solid var(--black-300);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(12, 13, 14, 0.15), inset 0 1px 0 0 #fff;
    overflow-wrap: break-word
}

@media (prefers-color-scheme:dark) {
    body.theme-system .s-prose kbd {
        box-shadow: 0 1px 1px rgba(12, 13, 14, 0.8);
        border-color: transparent;
        border-top-color: #6a737c
    }
}

body.theme-dark .s-prose kbd,
.theme-dark__forced .s-prose kbd {
    box-shadow: 0 1px 1px rgba(12, 13, 14, 0.8);
    border-color: transparent;
    border-top-color: #6a737c
}

.s-prose *:not(.s-code-block)>code {
    padding: 2px 4px;
    color: var(--black-800);
    background-color: var(--black-075);
    border-radius: 3px
}

.s-prose pre {
    margin-top: 0;
    margin-bottom: calc(var(--s-prose-spacing) + .4em)
}

.s-prose pre:not(.s-code-block) {
    padding: 12px;
    color: var(--highlight-color);
    width: auto;
    max-height: 600px;
    overflow: auto;
    font-size: 13px;
    line-height: 1.30769231;
    background-color: var(--highlight-bg);
    border-radius: 5px;
    scrollbar-color: var(--scrollbar) transparent
}

.s-prose pre:not(.s-code-block) code {
    background-color: transparent;
    padding: 0;
    border-radius: 0
}

.s-prose pre:not(.s-code-block)::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.s-prose pre:not(.s-code-block)::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.s-prose pre:not(.s-code-block)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.s-prose pre:not(.s-code-block)::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.s-prose.s-prose__xs {
    font-size: 12px;
    line-height: 1.15384615
}

.s-prose.s-prose__sm {
    font-size: 13px;
    line-height: 1.30769231
}

.s-prose.s-prose__md {
    font-size: 1.30769231rem;
    line-height: 1.92307692
}

.s-prose.s-prose__xs h1,
.s-prose.s-prose__sm h1,
.s-prose.s-prose__md h1 {
    font-size: 2.07692308em
}

.s-prose.s-prose__xs h2,
.s-prose.s-prose__sm h2,
.s-prose.s-prose__md h2 {
    font-size: 1.61538462em
}

.s-prose.s-prose__xs h3,
.s-prose.s-prose__sm h3,
.s-prose.s-prose__md h3 {
    font-size: 1.46153846em
}

.s-prose.s-prose__xs h4,
.s-prose.s-prose__sm h4,
.s-prose.s-prose__md h4 {
    font-size: 1.30769231em
}

.s-prose.s-prose__xs h5,
.s-prose.s-prose__sm h5,
.s-prose.s-prose__md h5 {
    font-size: 1.15384615em
}

.s-spinner {
    position: relative;
    width: 24px;
    height: 24px;
    text-align: left
}

.s-spinner:before,
.s-spinner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid currentColor;
    border-radius: 50%
}

.s-spinner:before {
    opacity: .25;
    transform: rotate(90deg)
}

.s-spinner:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    animation: s-spinner-rotate .9s infinite cubic-bezier(.5, .1, .5, .9)
}

.s-spinner.s-spinner__xs {
    width: 12px;
    height: 12px
}

.s-spinner.s-spinner__xs:before,
.s-spinner.s-spinner__xs:after {
    border-width: 1px
}

.s-spinner.s-spinner__sm {
    width: 16px;
    height: 16px
}

.s-spinner.s-spinner__sm:before,
.s-spinner.s-spinner__sm:after {
    border-width: 2px
}

.s-spinner.s-spinner__md {
    width: 32px;
    height: 32px
}

.s-spinner.s-spinner__md:before,
.s-spinner.s-spinner__md:after {
    border-width: 4px
}

.s-spinner.s-spinner__lg {
    width: 48px;
    height: 48px
}

.s-spinner.s-spinner__lg:before,
.s-spinner.s-spinner__lg:after {
    border-width: 6px
}

@supports (-ms-ime-align:auto) {

    .s-spinner,
    .s-spinner:before,
    .s-spinner:after {
        filter: invert(0);
        transform-origin: 50% 50% 1px
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {

        .s-spinner,
        .s-spinner:before,
        .s-spinner:after {
            box-shadow: 0 0 0 2px transparent
        }
    }
}

@keyframes s-spinner-rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.s-table-container {
    overflow-x: auto;
    scrollbar-color: var(--scrollbar) transparent
}

.s-table-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.s-table-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.s-table-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.s-table-container::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.s-table {
    display: table;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px
}

.s-table th,
.s-table td {
    padding: 8px;
    border-top: 1px solid var(--black-100);
    border-left: 1px solid var(--black-100);
    border-right: 1px solid var(--black-100);
    vertical-align: middle;
    color: var(--fc-medium);
    text-align: left
}

.s-table th.s-table--bulk,
.s-table td.s-table--bulk {
    width: 30px
}

.s-table th .s-checkbox,
.s-table td .s-checkbox {
    display: block
}

.s-table th {
    font-weight: bold;
    color: var(--fc-dark)
}

.s-table thead th {
    vertical-align: bottom;
    white-space: nowrap;
    background-color: var(--black-025);
    line-height: 1.15384615
}

.s-table tbody th {
    font-weight: normal
}

.s-table tr:last-of-type td,
.s-table tr:last-of-type th {
    border-bottom: 1px solid var(--black-100)
}

.s-table tbody+tbody {
    border-top: 2px solid var(--black-100)
}

.s-table.va-top th,
.s-table.va-top td {
    vertical-align: top
}

.s-table.va-middle th,
.s-table.va-middle td {
    vertical-align: middle
}

.s-table.va-bottom th,
.s-table.va-bottom td {
    vertical-align: bottom
}

.s-table.ta-left th,
.s-table.ta-left td {
    text-align: left
}

.s-table.ta-center th,
.s-table.ta-center td {
    text-align: center
}

.s-table.ta-right th,
.s-table.ta-right td {
    text-align: right
}

.s-table.ta-justify th,
.s-table.ta-justify td {
    text-align: justify
}

.s-table.s-table__stripes thead th {
    background-color: var(--black-050)
}

.s-table.s-table__stripes tbody tr:nth-child(even) {
    background-color: var(--black-025)
}

.s-table.s-table__sm th,
.s-table.s-table__sm td {
    padding: 4px
}

.s-table.s-table__lg th,
.s-table.s-table__lg td {
    padding: 12px
}

.s-table.s-table__b0 th,
.s-table.s-table__b0 td,
.s-table.s-table__b0 tr:last-of-type th,
.s-table.s-table__b0 tr:last-of-type td {
    border-color: transparent
}

.s-table.s-table__b0 thead th {
    background-color: transparent;
    text-transform: initial;
    font-size: inherit;
    letter-spacing: initial
}

.s-table.s-table__b0 tbody+tbody {
    border-color: transparent;
    border-width: 12px
}

.s-table.s-table__bx tr>*:not(:first-child) {
    border-left-color: transparent
}

.s-table.s-table__bx tr>*:not(:last-child) {
    border-right-color: transparent
}

.s-table.s-table__bx-simple th,
.s-table.s-table__bx-simple td {
    border-left-color: transparent;
    border-right-color: transparent
}

.s-table.s-table__bx-simple thead th {
    border-top-color: transparent;
    border-bottom-color: var(--black-200);
    background-color: transparent;
    text-transform: initial;
    font-size: inherit;
    letter-spacing: initial
}

.s-table.s-table__bx-simple tbody tr:first-of-type th,
.s-table.s-table__bx-simple tbody tr:first-of-type td {
    border-top-color: transparent
}

.s-table.s-table__bx-simple tbody tr:last-of-type th,
.s-table.s-table__bx-simple tbody tr:last-of-type td {
    border-bottom-color: transparent
}

.s-table.s-table__bx-simple tfoot th,
.s-table.s-table__bx-simple tfoot td {
    border-bottom-color: transparent
}

.s-table .s-table--totals th,
.s-table .s-table--totals td {
    padding-top: 12px;
    font-size: 1.46153846rem;
    font-weight: bold
}

.s-table.s-table__sortable thead th {
    color: var(--fc-light);
    cursor: pointer
}

.s-table.s-table__sortable thead th a {
    color: inherit
}

.s-table.s-table__sortable thead th.is-sorted {
    color: var(--black-900)
}

.s-table td.s-table--progress {
    border-right: none;
    text-align: right
}

.s-table td.s-table--progress-bar {
    border-left: none;
    padding-left: 0;
    width: 120px
}

.s-table tr.is-disabled {
    background-color: var(--black-025)
}

.s-table tr.is-disabled th:not(.is-enabled),
.s-table tr.is-disabled td:not(.is-enabled) {
    opacity: .3
}

.s-table--cell1 {
    width: 8.33333333%
}

.s-table--cell2 {
    width: 16.66666667%
}

.s-table--cell3 {
    width: 25%
}

.s-table--cell4 {
    width: 33.33333333%
}

.s-table--cell5 {
    width: 41.66666667%
}

.s-table--cell6 {
    width: 50%
}

.s-table--cell7 {
    width: 58.33333333%
}

.s-table--cell8 {
    width: 66.66666667%
}

.s-table--cell9 {
    width: 75%
}

.s-table--cell10 {
    width: 83.33333333%
}

.s-table--cell11 {
    width: 91.66666667%
}

.s-table--cell12 {
    width: 100%
}

.s-toggle-switch {
    position: relative
}

.s-toggle-switch input[type="checkbox"] {
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 24px;
    cursor: pointer
}

.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator {
    pointer-events: none;
    outline: 0;
    display: block;
    width: 44px;
    height: 24px;
    position: relative;
    background: var(--black-300);
    border-radius: 1000px;
    padding: 3px;
    transition: left .2s ease
}

.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:after,
.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:after {
    left: 0;
    border-radius: 50%;
    background: #fff;
    transition: left .1s ease
}

.s-toggle-switch input[type="checkbox"]+.s-toggle-switch--indicator:before {
    display: none
}

.s-toggle-switch input[type="checkbox"]:checked+.s-toggle-switch--indicator {
    background: var(--green-400)
}

.s-toggle-switch input[type="checkbox"]:checked+.s-toggle-switch--indicator:after {
    left: 50%
}

.s-toggle-switch input[type="checkbox"]:focus+.s-toggle-switch--indicator {
    box-shadow: 0 0 0 4px var(--focus-ring-muted)
}

.s-toggle-switch input[type="checkbox"]:checked:focus+.s-toggle-switch--indicator {
    box-shadow: 0 0 0 4px var(--focus-ring-success)
}

.s-toggle-switch.s-toggle-switch__multiple {
    display: flex;
    align-items: stretch
}

.s-toggle-switch.s-toggle-switch__multiple input[type="radio"] {
    position: absolute;
    left: -999em;
    opacity: 0;
    margin: 0
}

.s-toggle-switch.s-toggle-switch__multiple label {
    width: 100%;
    margin: 0;
    padding: .5em .7em;
    border-radius: 1000px;
    color: var(--black-500);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label.s-toggle-switch--label-off {
    background-color: var(--black-300);
    color: #fff
}

.s-toggle-switch.s-toggle-switch__multiple input[type="radio"]:checked+label:not(.s-toggle-switch--label-off) {
    background-color: var(--green-400);
    color: #fff
}

.s-user-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 8px;
    align-items: center;
    line-height: 1;
    padding: 8px
}

.s-user-card.s-user-card__highlighted {
    background-color: var(--powder-100);
    border-radius: 5px
}

.s-user-card.s-user-card__highlighted .s-user-card--type {
    color: var(--black-700)
}

.s-user-card.s-user-card__full {
    align-items: start
}

.s-user-card.s-user-card__full .s-user-card--info {
    grid-gap: 4px
}

.s-user-card.s-user-card__full .s-user-card--link {
    font-size: 1.15384615rem
}

.s-user-card.s-user-card__deleted {
    color: var(--black-500)
}

.s-user-card.s-user-card__small {
    display: flex;
    align-items: center;
    grid-column-gap: unset;
    padding: 0
}

.s-user-card.s-user-card__small .s-user-card--time {
    margin-right: 6px;
    margin-bottom: 0
}

.s-user-card.s-user-card__small .s-user-card--link {
    margin-right: 6px
}

.s-user-card.s-user-card__small .s-user-card--avatar {
    margin-right: 6px
}

.s-user-card.s-user-card__small .s-user-card--info {
    display: flex;
    align-items: center;
    grid-column-gap: unset
}

.s-user-card.s-user-card__minimal {
    display: flex;
    align-items: center;
    grid-column-gap: unset;
    padding: 0
}

.s-user-card.s-user-card__minimal .s-user-card--time {
    margin-right: 6px;
    margin-bottom: 0
}

.s-user-card.s-user-card__minimal .s-user-card--link {
    margin-right: 6px
}

.s-user-card.s-user-card__minimal .s-user-card--avatar {
    margin-right: 4px
}

.s-user-card.s-user-card__minimal .s-user-card--rep {
    padding: 0;
    color: var(--black-600)
}

.s-user-card.s-user-card__minimal .s-user-card--info {
    display: flex;
    align-items: center;
    grid-column-gap: unset
}

.s-user-card .s-user-card--type {
    grid-column: 1 / 3;
    padding-top: 4px;
    font-size: 12px;
    color: var(--orange-400)
}

.s-user-card--time {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    color: var(--black-500);
    font-size: 12px;
    margin-bottom: 4px
}

.s-user-card--info {
    display: grid;
    grid-gap: 2px
}

.s-user-card--link {
    min-width: 0;
    font-size: 12px;
    align-items: center;
    flex-wrap: wrap;
    overflow-wrap: break-word
}

.s-user-card--awards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.s-user-card--awards li {
    margin-right: 6px;
    font-size: 12px
}

.s-user-card--rep {
    font-weight: 700
}

.s-user-card--location,
.s-user-card--role {
    font-size: 12px;
    color: var(--black-500)
}

.s-user-card--tags {
    padding-top: 1px;
    min-width: 0;
    align-items: center;
    flex-wrap: wrap
}

.s-sidebarwidget {
    position: relative;
    border: 1px solid var(--black-100);
    border-radius: 3px;
    box-shadow: var(--bs-sm);
    font-size: 13px;
    background-color: var(--white)
}

.s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action):not(.s-user-card--link),
.s-sidebarwidget:not(.s-anchors) a:not(.button):not(.s-btn):not(.post-tag):not(.s-sidebarwidget--action):not(.s-user-card--link):visited {
    color: var(--black-500)
}

.s-sidebarwidget:before {
    content: '';
    display: block;
    margin-top: -1px
}

.s-sidebarwidget:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 5px;
    border-top: 1px solid var(--black-100);
    border-radius: 3px;
    pointer-events: none
}

@supports ((-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) or (clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%))) or (-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)) {
    .s-sidebarwidget:after {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%);
        border: 1px solid var(--black-100)
    }
}

.s-sidebarwidget--header,
.s-sidebarwidget--content {
    border-top: 1px solid var(--black-075)
}

.s-sidebarwidget--header:active,
.s-sidebarwidget--content:active {
    outline: none
}

.s-sidebarwidget--header {
    padding: 12px 15px;
    background: var(--black-025);
    color: var(--black-600);
    font-size: 1.15384615rem;
    font-weight: normal
}

.s-sidebarwidget--header.s-sidebarwidget__small-bold-text {
    font-size: 12px;
    font-weight: bold
}

.s-sidebarwidget--header.s-sidebarwidget__small-bold-text .-action {
    font-weight: normal;
    line-height: 15.6px
}

.s-sidebarwidget--header.s-sidebarwidget__expanding-control {
    cursor: pointer
}

.s-sidebarwidget--header.s-sidebarwidget__expanding-control:before {
    content: '';
    float: left;
    margin-top: calc(1.3em / 2 - 5px);
    margin-right: 12px;
    border: 5px solid transparent;
    border-left-color: var(--black-200);
    border-right-width: 0;
    transition: -webkit-transform .3s cubic-bezier(.4, .4, .6, 1);
    transition: transform .3s cubic-bezier(.4, .4, .6, 1);
    transition: transform .3s cubic-bezier(.4, .4, .6, 1), -webkit-transform .3s cubic-bezier(.4, .4, .6, 1)
}

.s-sidebarwidget--header.s-sidebarwidget__expanding-control[aria-expanded='true']:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.s-sidebarwidget--action {
    float: right;
    margin: 0 0 4px 8px;
    color: var(--blue);
    font-size: 11px;
    line-height: 19.5px
}

table.s-sidebarwidget--content.s-sidebarwidget__items {
    padding: 4px 3px;
    border-collapse: separate;
    border-spacing: 12px
}

table.s-sidebarwidget--content.s-sidebarwidget__items tr.-item {
    display: table-row
}

table.s-sidebarwidget--content.s-sidebarwidget__items tr.-item td {
    padding: 0
}

.s-sidebarwidget--content:not(table):not(.s-sidebarwidget__items) {
    display: flex
}

.s-sidebarwidget--content:not(table):not(.s-sidebarwidget__block-items) .s-sidebarwidget--item {
    display: flex
}

.s-sidebarwidget--content {
    margin: 0;
    padding: 16px 15px
}

.s-sidebarwidget--content.s-sidebarwidget__items {
    display: block;
    padding: 4px 15px
}

.s-sidebarwidget--content.s-sidebarwidget__items.s-sidebarwidget__block-items .s-sidebarwidget--item {
    display: block !important
}

.s-sidebarwidget--item {
    margin: 12px 0
}

.s-sidebarwidget--item[aria-current="true"],
.s-sidebarwidget--item>:first-child[aria-current="true"],
.s-sidebarwidget--item[aria-current="page"],
.s-sidebarwidget--item>:first-child[aria-current="page"] {
    position: relative;
    color: var(--black);
    font-weight: bold
}

.s-sidebarwidget--item[aria-current="true"]:before,
.s-sidebarwidget--item>:first-child[aria-current="true"]:before,
.s-sidebarwidget--item[aria-current="page"]:before,
.s-sidebarwidget--item>:first-child[aria-current="page"]:before {
    content: '';
    position: absolute;
    left: 0;
    height: calc(100% + 12px);
    margin-top: -6px;
    margin-left: -16px;
    border-left-width: 3px;
    border-left-style: solid
}

.s-sidebarwidget--item[aria-current="true"] a,
.s-sidebarwidget--item>:first-child[aria-current="true"] a,
.s-sidebarwidget--item[aria-current="page"] a,
.s-sidebarwidget--item>:first-child[aria-current="page"] a,
.s-sidebarwidget--item[aria-current="true"] a:visited,
.s-sidebarwidget--item>:first-child[aria-current="true"] a:visited,
.s-sidebarwidget--item[aria-current="page"] a:visited,
.s-sidebarwidget--item>:first-child[aria-current="page"] a:visited {
    color: inherit
}

.s-sidebarwidget--subnav {
    list-style-type: none;
    padding-left: 0;
    margin-left: 8px
}

.s-sidebarwidget--subnav li {
    margin-top: 12px;
    padding-left: 16px;
    background-position: 0 calc((1.2em - 10px)/2);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-image: url("data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22?%3E%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%207%2010%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m0.72153%200.68446%204.1336%204.3077-4.1336%204.3077%22%20fill%3D%22none%22%20stroke%3D%22var%28--black-100%29%22%20stroke-width%3D%222%22/%3E%3C/svg%3E")
}

.s-sidebarwidget--subnav li[aria-current="true"],
.s-sidebarwidget--subnav li[aria-current="page"] {
    color: var(--black);
    font-weight: bold
}

.s-sidebarwidget--subnav li[aria-current="true"] a,
.s-sidebarwidget--subnav li[aria-current="page"] a,
.s-sidebarwidget--subnav li[aria-current="true"] a:visited,
.s-sidebarwidget--subnav li[aria-current="page"] a:visited {
    color: inherit
}

.s-sidebarwidget__blue {
    border-color: var(--blue-200);
    background-color: var(--blue-050)
}

.s-sidebarwidget__blue .s-sidebarwidget--header {
    background-color: var(--blue-100);
    color: var(--fc-medium)
}

.s-sidebarwidget__blue .s-sidebarwidget--header,
.s-sidebarwidget__blue .s-sidebarwidget--content {
    border-color: var(--blue-200)
}

.s-sidebarwidget__blue:after {
    border-color: var(--blue-200)
}

.s-sidebarwidget__yellow {
    border-color: var(--yellow-200);
    background-color: var(--yellow-050)
}

.s-sidebarwidget__yellow .s-sidebarwidget--header {
    background-color: var(--yellow-100);
    color: var(--fc-medium)
}

.s-sidebarwidget__yellow .s-sidebarwidget--header,
.s-sidebarwidget__yellow .s-sidebarwidget--content {
    border-color: var(--yellow-200)
}

.s-sidebarwidget__yellow:after {
    border-color: var(--yellow-200)
}

.s-sidebarwidget__green {
    border-color: var(--green-200);
    background-color: var(--green-050)
}

.s-sidebarwidget__green .s-sidebarwidget--header {
    background-color: var(--green-100);
    color: var(--fc-medium)
}

.s-sidebarwidget__green .s-sidebarwidget--header,
.s-sidebarwidget__green .s-sidebarwidget--content {
    border-color: var(--green-200)
}

.s-sidebarwidget__green:after {
    border-color: var(--green-200)
}

body {
    --ff-sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --ff-serif: Georgia, Times New Roman, Times, serif;
    --ff-mono: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    --theme-body-font-family: var(--ff-sans)
}

body,
.theme-light__forced {
    --white: #fff;
    --black: #0c0d0e;
    --orange: #f48024;
    --yellow: #fbf2d4;
    --green: #5eba7d;
    --blue: #0077cc;
    --powder: #e1ecf4;
    --red: #d1383d;
    --black-025: #fafafb;
    --black-050: #eff0f1;
    --black-075: #e4e6e8;
    --black-100: #d6d9dc;
    --black-150: #c8ccd0;
    --black-200: #bbc0c4;
    --black-300: #9fa6ad;
    --black-350: #9199a1;
    --black-400: #848d95;
    --black-500: #6a737c;
    --black-600: #535a60;
    --black-700: #3c4146;
    --black-750: #2f3337;
    --black-800: #242729;
    --black-900: #0c0d0e;
    --orange-050: #fff7f2;
    --orange-100: #fee3cf;
    --orange-200: #fcd0ad;
    --orange-300: #f7aa6d;
    --orange-400: #f48024;
    --orange-500: #f2720c;
    --orange-600: #da670b;
    --orange-700: #bd5c00;
    --orange-800: #a35200;
    --orange-900: #874600;
    --blue-050: #f2f9ff;
    --blue-100: #cfeafe;
    --blue-200: #addafc;
    --blue-300: #6cbbf7;
    --blue-400: #379fef;
    --blue-500: #0095ff;
    --blue-600: #0077cc;
    --blue-700: #0064bd;
    --blue-800: #0054a3;
    --blue-900: #004487;
    --powder-050: #f4f8fb;
    --powder-100: #e1ecf4;
    --powder-200: #d1e5f1;
    --powder-300: #b3d3ea;
    --powder-400: #a0c7e4;
    --powder-500: #7aa7c7;
    --powder-600: #5b8db1;
    --powder-700: #39739d;
    --powder-800: #2c5777;
    --powder-900: #1e3c52;
    --green-025: #eef8f1;
    --green-050: #dcf0e2;
    --green-100: #cae8d4;
    --green-200: #a6d9b7;
    --green-300: #82ca9a;
    --green-400: #5eba7d;
    --green-500: #48a868;
    --green-600: #3d8f58;
    --green-700: #2f6f44;
    --green-800: #29603b;
    --green-900: #1e472c;
    --yellow-050: #fdf7e3;
    --yellow-100: #fbf2d4;
    --yellow-200: #f1e5bc;
    --yellow-300: #e6d178;
    --yellow-400: #e9c63f;
    --yellow-500: #ddb624;
    --yellow-600: #cea51b;
    --yellow-700: #b89516;
    --yellow-800: #9f8010;
    --yellow-900: #826a0b;
    --red-050: #fdf3f4;
    --red-100: #f9d3d7;
    --red-200: #f4b4bb;
    --red-300: #e87c87;
    --red-400: #de535e;
    --red-500: #d1383d;
    --red-600: #c02d2e;
    --red-700: #ac2726;
    --red-800: #942121;
    --red-900: #7a1819;
    --gold: #ffcc01;
    --gold-lighter: #fff4d1;
    --gold-darker: #f1b600;
    --silver: #b4b8bc;
    --silver-lighter: #e8e8e8;
    --silver-darker: #9a9c9f;
    --bronze: #caa789;
    --bronze-lighter: #f2e9e1;
    --bronze-darker: #ab825f;
    --fc-dark: #0c0d0e;
    --fc-medium: #3c4146;
    --fc-light: #6a737c;
    --focus-ring: rgba(0, 149, 255, 0.15);
    --focus-ring-success: rgba(166, 217, 183, 0.4);
    --focus-ring-warning: rgba(233, 198, 63, 0.4);
    --focus-ring-error: rgba(192, 45, 46, 0.15);
    --focus-ring-muted: rgba(36, 39, 41, 0.1);
    --bs-sm: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.05);
    --bs-md: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.06), 0 3px 8px rgba(0, 0, 0, 0.09);
    --bs-lg: 0 1px 4px rgba(0, 0, 0, 0.09), 0 3px 8px rgba(0, 0, 0, 0.09), 0 4px 13px rgba(0, 0, 0, 0.13);
    --scrollbar: rgba(0, 0, 0, 0.2);
    --highlight-bg: #f6f6f6;
    --highlight-color: #2f3337;
    --highlight-comment: #656e77;
    --highlight-punctuation: var(--black-600);
    --highlight-namespace: #b75501;
    --highlight-attribute: #015692;
    --highlight-literal: #b75501;
    --highlight-symbol: #803378;
    --highlight-keyword: #015692;
    --highlight-variable: #54790d;
    --highlight-addition: #2f6f44;
    --highlight-deletion: #c02d2e;
    --theme-body-font-color: var(--black-800)
}

@media (prefers-color-scheme:dark) {
    body.theme-system {
        --white: #2d2d2d;
        --black: #fff;
        --black-025: #393939;
        --black-050: #3d3d3d;
        --black-075: #404345;
        --black-100: #4a4e51;
        --black-150: #555a5e;
        --black-200: #697075;
        --black-300: #7d848d;
        --black-350: #959ca3;
        --black-400: #9fa6ad;
        --black-500: #acb2b8;
        --black-600: #c4c8cc;
        --black-700: #cfd2d6;
        --black-750: #dadee0;
        --black-800: #e7e8eb;
        --black-900: #f2f2f3;
        --orange-050: #473c33;
        --orange-100: #5e4433;
        --orange-200: #8d5a2f;
        --orange-300: #cc7525;
        --orange-400: #f48024;
        --orange-500: #ff901e;
        --orange-600: #ffa95e;
        --orange-700: #f8b682;
        --orange-800: #fcd6b9;
        --orange-900: #fee7d6;
        --blue-050: #233e52;
        --blue-100: #25445f;
        --blue-200: #295070;
        --blue-300: #2b5f8a;
        --blue-400: #3070ab;
        --blue-500: #378ad3;
        --blue-600: #3ca4ff;
        --blue-700: #81c4f8;
        --blue-800: #b8dffd;
        --blue-900: #d5ecfd;
        --powder-050: #414648;
        --powder-100: #3e4a52;
        --powder-200: #43525f;
        --powder-300: #4c6071;
        --powder-400: #577489;
        --powder-500: #688eac;
        --powder-600: #7badd3;
        --powder-700: #9cc3db;
        --powder-800: #cde1ee;
        --powder-900: #e5f3ff;
        --green-025: #2e4233;
        --green-050: #344b3a;
        --green-100: #3d6048;
        --green-200: #487455;
        --green-300: #4d815c;
        --green-400: #5a9e6f;
        --green-500: #63b47c;
        --green-600: #76c490;
        --green-700: #93d0a8;
        --green-800: #b3dec1;
        --green-900: #d0eada;
        --yellow-050: #464236;
        --yellow-100: #524b38;
        --yellow-200: #675c37;
        --yellow-300: #7e6f3a;
        --yellow-400: #9e883b;
        --yellow-500: #bf9f37;
        --yellow-600: #dab941;
        --yellow-700: #f1d056;
        --yellow-800: #f8df7a;
        --yellow-900: #fcedaf;
        --red-050: #572f32;
        --red-100: #723738;
        --red-200: #873f3e;
        --red-300: #9b4544;
        --red-400: #b24d49;
        --red-500: #c4524f;
        --red-600: #d25d5d;
        --red-700: #de7176;
        --red-800: #e7929a;
        --red-900: #f2c1c7;
        --gold: #ffcc01;
        --gold-lighter: #5e553c;
        --silver: #b4b8bc;
        --silver-lighter: #424242;
        --bronze: #caa789;
        --bronze-lighter: #4d433b;
        --fc-dark: var(--black-900);
        --fc-medium: var(--black-700);
        --fc-light: var(--black-500);
        --focus-ring: rgba(55, 138, 211, 0.15);
        --focus-ring-success: rgba(72, 116, 85, 0.4);
        --focus-ring-warning: rgba(158, 136, 59, 0.4);
        --focus-ring-error: rgba(196, 82, 79, 0.3);
        --focus-ring-muted: rgba(231, 232, 235, 0.1);
        --bs-sm: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
        --bs-md: 0 1px 3px rgba(0, 0, 0, 0.11), 0 2px 6px rgba(0, 0, 0, 0.11), 0 3px 8px rgba(0, 0, 0, 0.14);
        --bs-lg: 0 1px 4px rgba(0, 0, 0, 0.14), 0 3px 8px rgba(0, 0, 0, 0.14), 0 4px 13px rgba(0, 0, 0, 0.18);
        --scrollbar: rgba(255, 255, 255, 0.2);
        --highlight-bg: #1c1b1b;
        --highlight-color: #fff;
        --highlight-comment: #999;
        --highlight-punctuation: #ccc;
        --highlight-namespace: #f08d49;
        --highlight-attribute: #88aece;
        --highlight-literal: #f08d49;
        --highlight-symbol: #c59bc1;
        --highlight-keyword: #88aece;
        --highlight-variable: #b5bd68;
        --highlight-addition: var(--green-600);
        --highlight-deletion: var(--red-700)
    }
}

body.theme-dark,
.theme-dark__forced {
    --white: #2d2d2d;
    --black: #fff;
    --black-025: #393939;
    --black-050: #3d3d3d;
    --black-075: #404345;
    --black-100: #4a4e51;
    --black-150: #555a5e;
    --black-200: #697075;
    --black-300: #7d848d;
    --black-350: #959ca3;
    --black-400: #9fa6ad;
    --black-500: #acb2b8;
    --black-600: #c4c8cc;
    --black-700: #cfd2d6;
    --black-750: #dadee0;
    --black-800: #e7e8eb;
    --black-900: #f2f2f3;
    --orange-050: #473c33;
    --orange-100: #5e4433;
    --orange-200: #8d5a2f;
    --orange-300: #cc7525;
    --orange-400: #f48024;
    --orange-500: #ff901e;
    --orange-600: #ffa95e;
    --orange-700: #f8b682;
    --orange-800: #fcd6b9;
    --orange-900: #fee7d6;
    --blue-050: #233e52;
    --blue-100: #25445f;
    --blue-200: #295070;
    --blue-300: #2b5f8a;
    --blue-400: #3070ab;
    --blue-500: #378ad3;
    --blue-600: #3ca4ff;
    --blue-700: #81c4f8;
    --blue-800: #b8dffd;
    --blue-900: #d5ecfd;
    --powder-050: #414648;
    --powder-100: #3e4a52;
    --powder-200: #43525f;
    --powder-300: #4c6071;
    --powder-400: #577489;
    --powder-500: #688eac;
    --powder-600: #7badd3;
    --powder-700: #9cc3db;
    --powder-800: #cde1ee;
    --powder-900: #e5f3ff;
    --green-025: #2e4233;
    --green-050: #344b3a;
    --green-100: #3d6048;
    --green-200: #487455;
    --green-300: #4d815c;
    --green-400: #5a9e6f;
    --green-500: #63b47c;
    --green-600: #76c490;
    --green-700: #93d0a8;
    --green-800: #b3dec1;
    --green-900: #d0eada;
    --yellow-050: #464236;
    --yellow-100: #524b38;
    --yellow-200: #675c37;
    --yellow-300: #7e6f3a;
    --yellow-400: #9e883b;
    --yellow-500: #bf9f37;
    --yellow-600: #dab941;
    --yellow-700: #f1d056;
    --yellow-800: #f8df7a;
    --yellow-900: #fcedaf;
    --red-050: #572f32;
    --red-100: #723738;
    --red-200: #873f3e;
    --red-300: #9b4544;
    --red-400: #b24d49;
    --red-500: #c4524f;
    --red-600: #d25d5d;
    --red-700: #de7176;
    --red-800: #e7929a;
    --red-900: #f2c1c7;
    --gold: #ffcc01;
    --gold-lighter: #5e553c;
    --silver: #b4b8bc;
    --silver-lighter: #424242;
    --bronze: #caa789;
    --bronze-lighter: #4d433b;
    --fc-dark: var(--black-900);
    --fc-medium: var(--black-700);
    --fc-light: var(--black-500);
    --focus-ring: rgba(55, 138, 211, 0.15);
    --focus-ring-success: rgba(72, 116, 85, 0.4);
    --focus-ring-warning: rgba(158, 136, 59, 0.4);
    --focus-ring-error: rgba(196, 82, 79, 0.3);
    --focus-ring-muted: rgba(231, 232, 235, 0.1);
    --bs-sm: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
    --bs-md: 0 1px 3px rgba(0, 0, 0, 0.11), 0 2px 6px rgba(0, 0, 0, 0.11), 0 3px 8px rgba(0, 0, 0, 0.14);
    --bs-lg: 0 1px 4px rgba(0, 0, 0, 0.14), 0 3px 8px rgba(0, 0, 0, 0.14), 0 4px 13px rgba(0, 0, 0, 0.18);
    --scrollbar: rgba(255, 255, 255, 0.2);
    --highlight-bg: #1c1b1b;
    --highlight-color: #fff;
    --highlight-comment: #999;
    --highlight-punctuation: #ccc;
    --highlight-namespace: #f08d49;
    --highlight-attribute: #88aece;
    --highlight-literal: #f08d49;
    --highlight-symbol: #c59bc1;
    --highlight-keyword: #88aece;
    --highlight-variable: #b5bd68;
    --highlight-addition: var(--green-600);
    --highlight-deletion: var(--red-700)
}

.ba {
    border-style: solid !important;
    border-width: 1px !important
}

.bt {
    border-top-style: solid !important;
    border-top-width: 1px !important
}

.br {
    border-right-style: solid !important;
    border-right-width: 1px !important
}

.bb {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important
}

.bl {
    border-left-style: solid !important;
    border-left-width: 1px !important
}

.bx {
    border-left-style: solid !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-left-width: 1px !important
}

.by {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important
}

.baw0 {
    border-width: 0 !important
}

.baw1 {
    border-width: 1px !important
}

.baw2 {
    border-width: 2px !important
}

.baw3 {
    border-width: 4px !important
}

.btw0 {
    border-top-width: 0 !important
}

.btw1 {
    border-top-width: 1px !important
}

.btw2 {
    border-top-width: 2px !important
}

.btw3 {
    border-top-width: 4px !important
}

.brw0 {
    border-right-width: 0 !important
}

.brw1 {
    border-right-width: 1px !important
}

.brw2 {
    border-right-width: 2px !important
}

.brw3 {
    border-right-width: 4px !important
}

.bbw0 {
    border-bottom-width: 0 !important
}

.bbw1 {
    border-bottom-width: 1px !important
}

.bbw2 {
    border-bottom-width: 2px !important
}

.bbw3 {
    border-bottom-width: 4px !important
}

.blw0 {
    border-left-width: 0 !important
}

.blw0 {
    border-left-width: 0 !important
}

.blw1 {
    border-left-width: 1px !important
}

.blw2 {
    border-left-width: 2px !important
}

.blw3 {
    border-left-width: 4px !important
}

.byw0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important
}

.byw1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important
}

.byw2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important
}

.byw3 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important
}

.bxw0 {
    border-right-width: 0 !important;
    border-left-width: 0 !important
}

.bxw1 {
    border-right-width: 1px !important;
    border-left-width: 1px !important
}

.bxw2 {
    border-right-width: 2px !important;
    border-left-width: 2px !important
}

.bxw3 {
    border-right-width: 4px !important;
    border-left-width: 4px !important
}

.bas-solid {
    border-style: solid !important
}

.bas-dashed {
    border-style: dashed !important
}

.bts-solid {
    border-top-style: solid !important
}

.bts-dashed {
    border-top-style: dashed !important
}

.brs-solid {
    border-right-style: solid !important
}

.brs-dashed {
    border-right-style: dashed !important
}

.bbs-solid {
    border-bottom-style: solid !important
}

.bbs-dashed {
    border-bottom-style: dashed !important
}

.bls-solid {
    border-left-style: solid !important
}

.bls-dashed {
    border-left-style: dashed !important
}

.bar-sm {
    border-radius: 3px !important
}

.bar-md {
    border-radius: 5px !important
}

.bar-lg {
    border-radius: 7px !important
}

.bar-circle {
    border-radius: 100% !important
}

.bar-pill {
    border-radius: 1000px !important
}

.btlr0 {
    border-top-left-radius: 0 !important
}

.btlr-sm {
    border-top-left-radius: 3px !important
}

.btlr-md {
    border-top-left-radius: 5px !important
}

.btlr-lg {
    border-top-left-radius: 7px !important
}

.btrr0 {
    border-top-right-radius: 0 !important
}

.btrr-sm {
    border-top-right-radius: 3px !important
}

.btrr-md {
    border-top-right-radius: 5px !important
}

.btrr-lg {
    border-top-right-radius: 7px !important
}

.bblr0 {
    border-bottom-left-radius: 0 !important
}

.bblr-sm {
    border-bottom-left-radius: 3px !important
}

.bblr-md {
    border-bottom-left-radius: 5px !important
}

.bblr-lg {
    border-bottom-left-radius: 7px !important
}

.bbrr0 {
    border-bottom-right-radius: 0 !important
}

.bbrr-sm {
    border-bottom-right-radius: 3px !important
}

.bbrr-md {
    border-bottom-right-radius: 5px !important
}

.bbrr-lg {
    border-bottom-right-radius: 7px !important
}

.btr0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.btr-sm {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.btr-md {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.btr-lg {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important
}

.brr0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.brr-sm {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.brr-md {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.brr-lg {
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.bbr0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.bbr-sm {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.bbr-md {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.bbr-lg {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.blr0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.blr-sm {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.blr-md {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.blr-lg {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important
}

.bar0 {
    border-radius: 0 !important
}

.bc-white-1 {
    border-color: var(--black-500) !important
}

.bc-white-2 {
    border-color: var(--black-300) !important
}

.bc-white-3,
.bc-white {
    border-color: var(--white) !important
}

.bc-black-025 {
    border-color: var(--black-025) !important
}

.bc-black-1,
.bc-black-050 {
    border-color: var(--black-050) !important
}

.bc-black-2,
.bc-black-075 {
    border-color: var(--black-075) !important
}

.bc-black-3,
.bc-black-100 {
    border-color: var(--black-100) !important
}

.bc-black-150 {
    border-color: var(--black-150) !important
}

.bc-black-4,
.bc-black-200 {
    border-color: var(--black-200) !important
}

.bc-black-5,
.bc-black-300 {
    border-color: var(--black-300) !important
}

.bc-black-350 {
    border-color: var(--black-350) !important
}

.bc-black-6,
.bc-black-400 {
    border-color: var(--black-400) !important
}

.bc-black-7,
.bc-black-500 {
    border-color: var(--black-500) !important
}

.bc-black-600 {
    border-color: var(--black-600) !important
}

.bc-black-8,
.bc-black-700 {
    border-color: var(--black-700) !important
}

.bc-black-750 {
    border-color: var(--black-750) !important
}

.bc-black-9,
.bc-black-800 {
    border-color: var(--black-800) !important
}

.bc-black-10,
.bc-black-900 {
    border-color: var(--black-900) !important
}

.bc-orange-050 {
    border-color: var(--orange-050) !important
}

.bc-orange-1,
.bc-orange-100 {
    border-color: var(--orange-100) !important
}

.bc-orange-200 {
    border-color: var(--orange-200) !important
}

.bc-orange-300 {
    border-color: var(--orange-300) !important
}

.bc-orange-2,
.bc-orange-400 {
    border-color: var(--orange-400) !important
}

.bc-orange-500 {
    border-color: var(--orange-500) !important
}

.bc-orange-3,
.bc-orange-600 {
    border-color: var(--orange-600) !important
}

.bc-orange-700 {
    border-color: var(--orange-700) !important
}

.bc-orange-800 {
    border-color: var(--orange-800) !important
}

.bc-orange-900 {
    border-color: var(--orange-900) !important
}

.bc-blue-050 {
    border-color: var(--blue-050) !important
}

.bc-blue-1,
.bc-blue-100 {
    border-color: var(--blue-100) !important
}

.bc-blue-200 {
    border-color: var(--blue-200) !important
}

.bc-blue-300 {
    border-color: var(--blue-300) !important
}

.bc-blue-2,
.bc-blue-400 {
    border-color: var(--blue-400) !important
}

.bc-blue-500 {
    border-color: var(--blue-500) !important
}

.bc-blue-3,
.bc-blue-600 {
    border-color: var(--blue-600) !important
}

.bc-blue-700 {
    border-color: var(--blue-700) !important
}

.bc-blue-800 {
    border-color: var(--blue-800) !important
}

.bc-blue-900 {
    border-color: var(--blue-900) !important
}

.bc-powder-050 {
    border-color: var(--powder-050) !important
}

.bc-powder-1,
.bc-powder-100 {
    border-color: var(--powder-100) !important
}

.bc-powder-200 {
    border-color: var(--powder-200) !important
}

.bc-powder-300 {
    border-color: var(--powder-300) !important
}

.bc-powder-2,
.bc-powder-400 {
    border-color: var(--powder-400) !important
}

.bc-powder-500 {
    border-color: var(--powder-500) !important
}

.bc-powder-3,
.bc-powder-600 {
    border-color: var(--powder-600) !important
}

.bc-powder-700 {
    border-color: var(--powder-700) !important
}

.bc-powder-800 {
    border-color: var(--powder-800) !important
}

.bc-powder-900 {
    border-color: var(--powder-900) !important
}

.bc-green-025 {
    border-color: var(--green-025) !important
}

.bc-green-050 {
    border-color: var(--green-050) !important
}

.bc-green-1,
.bc-green-100 {
    border-color: var(--green-100) !important
}

.bc-green-200 {
    border-color: var(--green-200) !important
}

.bc-green-300 {
    border-color: var(--green-300) !important
}

.bc-green-2,
.bc-green-400 {
    border-color: var(--green-400) !important
}

.bc-green-500 {
    border-color: var(--green-500) !important
}

.bc-green-3,
.bc-success,
.bc-green-600 {
    border-color: var(--green-600) !important
}

.bc-green-700 {
    border-color: var(--green-700) !important
}

.bc-green-800 {
    border-color: var(--green-800) !important
}

.bc-green-900 {
    border-color: var(--green-900) !important
}

.bc-red-050 {
    border-color: var(--red-050) !important
}

.bc-red-1,
.bc-red-100 {
    border-color: var(--red-100) !important
}

.bc-red-200 {
    border-color: var(--red-200) !important
}

.bc-red-300 {
    border-color: var(--red-300) !important
}

.bc-red-2,
.bc-error,
.bc-red-400 {
    border-color: var(--red-400) !important
}

.bc-red-500 {
    border-color: var(--red-500) !important
}

.bc-red-3,
.bc-red-600 {
    border-color: var(--red-600) !important
}

.bc-red-700 {
    border-color: var(--red-700) !important
}

.bc-red-800 {
    border-color: var(--red-800) !important
}

.bc-red-900 {
    border-color: var(--red-900) !important
}

.bc-yellow-050 {
    border-color: var(--yellow-050) !important
}

.bc-yellow-100 {
    border-color: var(--yellow-100) !important
}

.bc-yellow-1,
.bc-yellow-200 {
    border-color: var(--yellow-200) !important
}

.bc-yellow-300 {
    border-color: var(--yellow-300) !important
}

.bc-yellow-2,
.bc-yellow-400 {
    border-color: var(--yellow-400) !important
}

.bc-yellow-500 {
    border-color: var(--yellow-500) !important
}

.bc-yellow-3,
.bc-warning,
.bc-yellow-600 {
    border-color: var(--yellow-600) !important
}

.bc-yellow-700 {
    border-color: var(--yellow-700) !important
}

.bc-yellow-800 {
    border-color: var(--yellow-800) !important
}

.bc-yellow-900 {
    border-color: var(--yellow-900) !important
}

.bc-transparent {
    border-color: transparent !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bc-transparent {
        border-color: transparent !important
    }
}

body.theme-dark .d\:bc-transparent,
.theme-dark__forced .d\:bc-transparent {
    border-color: transparent !important
}

.fc-black-900,
.h\:fc-black-900:hover,
.f\:fc-black-900:focus {
    color: var(--black-900) !important
}

.f\:fc-black-900:focus-within {
    color: var(--black-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-900 {
        color: var(--black-900) !important
    }
}

body.theme-dark .d\:fc-black-900,
.theme-dark__forced .d\:fc-black-900 {
    color: var(--black-900) !important
}

.bg-black-900,
.h\:bg-black-900:hover,
.f\:bg-black-900:focus {
    background-color: var(--black-900) !important
}

.f\:bg-black-900:focus-within {
    background-color: var(--black-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-900 {
        background-color: var(--black-900) !important
    }
}

body.theme-dark .d\:bg-black-900,
.theme-dark__forced .d\:bg-black-900 {
    background-color: var(--black-900) !important
}

.fc-black-800,
.h\:fc-black-800:hover,
.f\:fc-black-800:focus {
    color: var(--black-800) !important
}

.f\:fc-black-800:focus-within {
    color: var(--black-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-800 {
        color: var(--black-800) !important
    }
}

body.theme-dark .d\:fc-black-800,
.theme-dark__forced .d\:fc-black-800 {
    color: var(--black-800) !important
}

.bg-black-800,
.h\:bg-black-800:hover,
.f\:bg-black-800:focus {
    background-color: var(--black-800) !important
}

.f\:bg-black-800:focus-within {
    background-color: var(--black-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-800 {
        background-color: var(--black-800) !important
    }
}

body.theme-dark .d\:bg-black-800,
.theme-dark__forced .d\:bg-black-800 {
    background-color: var(--black-800) !important
}

.fc-black-700,
.h\:fc-black-700:hover,
.f\:fc-black-700:focus {
    color: var(--black-700) !important
}

.f\:fc-black-700:focus-within {
    color: var(--black-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-700 {
        color: var(--black-700) !important
    }
}

body.theme-dark .d\:fc-black-700,
.theme-dark__forced .d\:fc-black-700 {
    color: var(--black-700) !important
}

.bg-black-700,
.h\:bg-black-700:hover,
.f\:bg-black-700:focus {
    background-color: var(--black-700) !important
}

.f\:bg-black-700:focus-within {
    background-color: var(--black-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-700 {
        background-color: var(--black-700) !important
    }
}

body.theme-dark .d\:bg-black-700,
.theme-dark__forced .d\:bg-black-700 {
    background-color: var(--black-700) !important
}

.fc-black-600,
.h\:fc-black-600:hover,
.f\:fc-black-600:focus {
    color: var(--black-600) !important
}

.f\:fc-black-600:focus-within {
    color: var(--black-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-600 {
        color: var(--black-600) !important
    }
}

body.theme-dark .d\:fc-black-600,
.theme-dark__forced .d\:fc-black-600 {
    color: var(--black-600) !important
}

.bg-black-600,
.h\:bg-black-600:hover,
.f\:bg-black-600:focus {
    background-color: var(--black-600) !important
}

.f\:bg-black-600:focus-within {
    background-color: var(--black-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-600 {
        background-color: var(--black-600) !important
    }
}

body.theme-dark .d\:bg-black-600,
.theme-dark__forced .d\:bg-black-600 {
    background-color: var(--black-600) !important
}

.fc-black-500,
.h\:fc-black-500:hover,
.f\:fc-black-500:focus {
    color: var(--black-500) !important
}

.f\:fc-black-500:focus-within {
    color: var(--black-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-500 {
        color: var(--black-500) !important
    }
}

body.theme-dark .d\:fc-black-500,
.theme-dark__forced .d\:fc-black-500 {
    color: var(--black-500) !important
}

.bg-black-500,
.h\:bg-black-500:hover,
.f\:bg-black-500:focus {
    background-color: var(--black-500) !important
}

.f\:bg-black-500:focus-within {
    background-color: var(--black-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-500 {
        background-color: var(--black-500) !important
    }
}

body.theme-dark .d\:bg-black-500,
.theme-dark__forced .d\:bg-black-500 {
    background-color: var(--black-500) !important
}

.fc-black-400,
.h\:fc-black-400:hover,
.f\:fc-black-400:focus {
    color: var(--black-400) !important
}

.f\:fc-black-400:focus-within {
    color: var(--black-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-400 {
        color: var(--black-400) !important
    }
}

body.theme-dark .d\:fc-black-400,
.theme-dark__forced .d\:fc-black-400 {
    color: var(--black-400) !important
}

.bg-black-400,
.h\:bg-black-400:hover,
.f\:bg-black-400:focus {
    background-color: var(--black-400) !important
}

.f\:bg-black-400:focus-within {
    background-color: var(--black-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-400 {
        background-color: var(--black-400) !important
    }
}

body.theme-dark .d\:bg-black-400,
.theme-dark__forced .d\:bg-black-400 {
    background-color: var(--black-400) !important
}

.fc-black-300,
.h\:fc-black-300:hover,
.f\:fc-black-300:focus {
    color: var(--black-300) !important
}

.f\:fc-black-300:focus-within {
    color: var(--black-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-300 {
        color: var(--black-300) !important
    }
}

body.theme-dark .d\:fc-black-300,
.theme-dark__forced .d\:fc-black-300 {
    color: var(--black-300) !important
}

.bg-black-300,
.h\:bg-black-300:hover,
.f\:bg-black-300:focus {
    background-color: var(--black-300) !important
}

.f\:bg-black-300:focus-within {
    background-color: var(--black-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-300 {
        background-color: var(--black-300) !important
    }
}

body.theme-dark .d\:bg-black-300,
.theme-dark__forced .d\:bg-black-300 {
    background-color: var(--black-300) !important
}

.fc-black-200,
.h\:fc-black-200:hover,
.f\:fc-black-200:focus {
    color: var(--black-200) !important
}

.f\:fc-black-200:focus-within {
    color: var(--black-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-200 {
        color: var(--black-200) !important
    }
}

body.theme-dark .d\:fc-black-200,
.theme-dark__forced .d\:fc-black-200 {
    color: var(--black-200) !important
}

.bg-black-200,
.h\:bg-black-200:hover,
.f\:bg-black-200:focus {
    background-color: var(--black-200) !important
}

.f\:bg-black-200:focus-within {
    background-color: var(--black-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-200 {
        background-color: var(--black-200) !important
    }
}

body.theme-dark .d\:bg-black-200,
.theme-dark__forced .d\:bg-black-200 {
    background-color: var(--black-200) !important
}

.fc-black-100,
.h\:fc-black-100:hover,
.f\:fc-black-100:focus {
    color: var(--black-100) !important
}

.f\:fc-black-100:focus-within {
    color: var(--black-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-100 {
        color: var(--black-100) !important
    }
}

body.theme-dark .d\:fc-black-100,
.theme-dark__forced .d\:fc-black-100 {
    color: var(--black-100) !important
}

.bg-black-100,
.h\:bg-black-100:hover,
.f\:bg-black-100:focus {
    background-color: var(--black-100) !important
}

.f\:bg-black-100:focus-within {
    background-color: var(--black-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-100 {
        background-color: var(--black-100) !important
    }
}

body.theme-dark .d\:bg-black-100,
.theme-dark__forced .d\:bg-black-100 {
    background-color: var(--black-100) !important
}

.fc-black-050,
.h\:fc-black-050:hover,
.f\:fc-black-050:focus {
    color: var(--black-050) !important
}

.f\:fc-black-050:focus-within {
    color: var(--black-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-050 {
        color: var(--black-050) !important
    }
}

body.theme-dark .d\:fc-black-050,
.theme-dark__forced .d\:fc-black-050 {
    color: var(--black-050) !important
}

.bg-black-050,
.h\:bg-black-050:hover,
.f\:bg-black-050:focus {
    background-color: var(--black-050) !important
}

.f\:bg-black-050:focus-within {
    background-color: var(--black-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-050 {
        background-color: var(--black-050) !important
    }
}

body.theme-dark .d\:bg-black-050,
.theme-dark__forced .d\:bg-black-050 {
    background-color: var(--black-050) !important
}

.fc-orange-900,
.h\:fc-orange-900:hover,
.f\:fc-orange-900:focus {
    color: var(--orange-900) !important
}

.f\:fc-orange-900:focus-within {
    color: var(--orange-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-900 {
        color: var(--orange-900) !important
    }
}

body.theme-dark .d\:fc-orange-900,
.theme-dark__forced .d\:fc-orange-900 {
    color: var(--orange-900) !important
}

.bg-orange-900,
.h\:bg-orange-900:hover,
.f\:bg-orange-900:focus {
    background-color: var(--orange-900) !important
}

.f\:bg-orange-900:focus-within {
    background-color: var(--orange-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-900 {
        background-color: var(--orange-900) !important
    }
}

body.theme-dark .d\:bg-orange-900,
.theme-dark__forced .d\:bg-orange-900 {
    background-color: var(--orange-900) !important
}

.fc-orange-800,
.h\:fc-orange-800:hover,
.f\:fc-orange-800:focus {
    color: var(--orange-800) !important
}

.f\:fc-orange-800:focus-within {
    color: var(--orange-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-800 {
        color: var(--orange-800) !important
    }
}

body.theme-dark .d\:fc-orange-800,
.theme-dark__forced .d\:fc-orange-800 {
    color: var(--orange-800) !important
}

.bg-orange-800,
.h\:bg-orange-800:hover,
.f\:bg-orange-800:focus {
    background-color: var(--orange-800) !important
}

.f\:bg-orange-800:focus-within {
    background-color: var(--orange-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-800 {
        background-color: var(--orange-800) !important
    }
}

body.theme-dark .d\:bg-orange-800,
.theme-dark__forced .d\:bg-orange-800 {
    background-color: var(--orange-800) !important
}

.fc-orange-700,
.h\:fc-orange-700:hover,
.f\:fc-orange-700:focus {
    color: var(--orange-700) !important
}

.f\:fc-orange-700:focus-within {
    color: var(--orange-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-700 {
        color: var(--orange-700) !important
    }
}

body.theme-dark .d\:fc-orange-700,
.theme-dark__forced .d\:fc-orange-700 {
    color: var(--orange-700) !important
}

.bg-orange-700,
.h\:bg-orange-700:hover,
.f\:bg-orange-700:focus {
    background-color: var(--orange-700) !important
}

.f\:bg-orange-700:focus-within {
    background-color: var(--orange-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-700 {
        background-color: var(--orange-700) !important
    }
}

body.theme-dark .d\:bg-orange-700,
.theme-dark__forced .d\:bg-orange-700 {
    background-color: var(--orange-700) !important
}

.fc-orange-600,
.h\:fc-orange-600:hover,
.f\:fc-orange-600:focus {
    color: var(--orange-600) !important
}

.f\:fc-orange-600:focus-within {
    color: var(--orange-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-600 {
        color: var(--orange-600) !important
    }
}

body.theme-dark .d\:fc-orange-600,
.theme-dark__forced .d\:fc-orange-600 {
    color: var(--orange-600) !important
}

.bg-orange-600,
.h\:bg-orange-600:hover,
.f\:bg-orange-600:focus {
    background-color: var(--orange-600) !important
}

.f\:bg-orange-600:focus-within {
    background-color: var(--orange-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-600 {
        background-color: var(--orange-600) !important
    }
}

body.theme-dark .d\:bg-orange-600,
.theme-dark__forced .d\:bg-orange-600 {
    background-color: var(--orange-600) !important
}

.fc-orange-500,
.h\:fc-orange-500:hover,
.f\:fc-orange-500:focus {
    color: var(--orange-500) !important
}

.f\:fc-orange-500:focus-within {
    color: var(--orange-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-500 {
        color: var(--orange-500) !important
    }
}

body.theme-dark .d\:fc-orange-500,
.theme-dark__forced .d\:fc-orange-500 {
    color: var(--orange-500) !important
}

.bg-orange-500,
.h\:bg-orange-500:hover,
.f\:bg-orange-500:focus {
    background-color: var(--orange-500) !important
}

.f\:bg-orange-500:focus-within {
    background-color: var(--orange-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-500 {
        background-color: var(--orange-500) !important
    }
}

body.theme-dark .d\:bg-orange-500,
.theme-dark__forced .d\:bg-orange-500 {
    background-color: var(--orange-500) !important
}

.fc-orange-400,
.h\:fc-orange-400:hover,
.f\:fc-orange-400:focus {
    color: var(--orange-400) !important
}

.f\:fc-orange-400:focus-within {
    color: var(--orange-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-400 {
        color: var(--orange-400) !important
    }
}

body.theme-dark .d\:fc-orange-400,
.theme-dark__forced .d\:fc-orange-400 {
    color: var(--orange-400) !important
}

.bg-orange-400,
.h\:bg-orange-400:hover,
.f\:bg-orange-400:focus {
    background-color: var(--orange-400) !important
}

.f\:bg-orange-400:focus-within {
    background-color: var(--orange-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-400 {
        background-color: var(--orange-400) !important
    }
}

body.theme-dark .d\:bg-orange-400,
.theme-dark__forced .d\:bg-orange-400 {
    background-color: var(--orange-400) !important
}

.fc-orange-300,
.h\:fc-orange-300:hover,
.f\:fc-orange-300:focus {
    color: var(--orange-300) !important
}

.f\:fc-orange-300:focus-within {
    color: var(--orange-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-300 {
        color: var(--orange-300) !important
    }
}

body.theme-dark .d\:fc-orange-300,
.theme-dark__forced .d\:fc-orange-300 {
    color: var(--orange-300) !important
}

.bg-orange-300,
.h\:bg-orange-300:hover,
.f\:bg-orange-300:focus {
    background-color: var(--orange-300) !important
}

.f\:bg-orange-300:focus-within {
    background-color: var(--orange-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-300 {
        background-color: var(--orange-300) !important
    }
}

body.theme-dark .d\:bg-orange-300,
.theme-dark__forced .d\:bg-orange-300 {
    background-color: var(--orange-300) !important
}

.fc-orange-200,
.h\:fc-orange-200:hover,
.f\:fc-orange-200:focus {
    color: var(--orange-200) !important
}

.f\:fc-orange-200:focus-within {
    color: var(--orange-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-200 {
        color: var(--orange-200) !important
    }
}

body.theme-dark .d\:fc-orange-200,
.theme-dark__forced .d\:fc-orange-200 {
    color: var(--orange-200) !important
}

.bg-orange-200,
.h\:bg-orange-200:hover,
.f\:bg-orange-200:focus {
    background-color: var(--orange-200) !important
}

.f\:bg-orange-200:focus-within {
    background-color: var(--orange-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-200 {
        background-color: var(--orange-200) !important
    }
}

body.theme-dark .d\:bg-orange-200,
.theme-dark__forced .d\:bg-orange-200 {
    background-color: var(--orange-200) !important
}

.fc-orange-100,
.h\:fc-orange-100:hover,
.f\:fc-orange-100:focus {
    color: var(--orange-100) !important
}

.f\:fc-orange-100:focus-within {
    color: var(--orange-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-100 {
        color: var(--orange-100) !important
    }
}

body.theme-dark .d\:fc-orange-100,
.theme-dark__forced .d\:fc-orange-100 {
    color: var(--orange-100) !important
}

.bg-orange-100,
.h\:bg-orange-100:hover,
.f\:bg-orange-100:focus {
    background-color: var(--orange-100) !important
}

.f\:bg-orange-100:focus-within {
    background-color: var(--orange-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-100 {
        background-color: var(--orange-100) !important
    }
}

body.theme-dark .d\:bg-orange-100,
.theme-dark__forced .d\:bg-orange-100 {
    background-color: var(--orange-100) !important
}

.fc-orange-050,
.h\:fc-orange-050:hover,
.f\:fc-orange-050:focus {
    color: var(--orange-050) !important
}

.f\:fc-orange-050:focus-within {
    color: var(--orange-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-orange-050 {
        color: var(--orange-050) !important
    }
}

body.theme-dark .d\:fc-orange-050,
.theme-dark__forced .d\:fc-orange-050 {
    color: var(--orange-050) !important
}

.bg-orange-050,
.h\:bg-orange-050:hover,
.f\:bg-orange-050:focus {
    background-color: var(--orange-050) !important
}

.f\:bg-orange-050:focus-within {
    background-color: var(--orange-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-orange-050 {
        background-color: var(--orange-050) !important
    }
}

body.theme-dark .d\:bg-orange-050,
.theme-dark__forced .d\:bg-orange-050 {
    background-color: var(--orange-050) !important
}

.fc-blue-900,
.h\:fc-blue-900:hover,
.f\:fc-blue-900:focus {
    color: var(--blue-900) !important
}

.f\:fc-blue-900:focus-within {
    color: var(--blue-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-900 {
        color: var(--blue-900) !important
    }
}

body.theme-dark .d\:fc-blue-900,
.theme-dark__forced .d\:fc-blue-900 {
    color: var(--blue-900) !important
}

.bg-blue-900,
.h\:bg-blue-900:hover,
.f\:bg-blue-900:focus {
    background-color: var(--blue-900) !important
}

.f\:bg-blue-900:focus-within {
    background-color: var(--blue-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-900 {
        background-color: var(--blue-900) !important
    }
}

body.theme-dark .d\:bg-blue-900,
.theme-dark__forced .d\:bg-blue-900 {
    background-color: var(--blue-900) !important
}

.fc-blue-800,
.h\:fc-blue-800:hover,
.f\:fc-blue-800:focus {
    color: var(--blue-800) !important
}

.f\:fc-blue-800:focus-within {
    color: var(--blue-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-800 {
        color: var(--blue-800) !important
    }
}

body.theme-dark .d\:fc-blue-800,
.theme-dark__forced .d\:fc-blue-800 {
    color: var(--blue-800) !important
}

.bg-blue-800,
.h\:bg-blue-800:hover,
.f\:bg-blue-800:focus {
    background-color: var(--blue-800) !important
}

.f\:bg-blue-800:focus-within {
    background-color: var(--blue-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-800 {
        background-color: var(--blue-800) !important
    }
}

body.theme-dark .d\:bg-blue-800,
.theme-dark__forced .d\:bg-blue-800 {
    background-color: var(--blue-800) !important
}

.fc-blue-700,
.h\:fc-blue-700:hover,
.f\:fc-blue-700:focus {
    color: var(--blue-700) !important
}

.f\:fc-blue-700:focus-within {
    color: var(--blue-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-700 {
        color: var(--blue-700) !important
    }
}

body.theme-dark .d\:fc-blue-700,
.theme-dark__forced .d\:fc-blue-700 {
    color: var(--blue-700) !important
}

.bg-blue-700,
.h\:bg-blue-700:hover,
.f\:bg-blue-700:focus {
    background-color: var(--blue-700) !important
}

.f\:bg-blue-700:focus-within {
    background-color: var(--blue-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-700 {
        background-color: var(--blue-700) !important
    }
}

body.theme-dark .d\:bg-blue-700,
.theme-dark__forced .d\:bg-blue-700 {
    background-color: var(--blue-700) !important
}

.fc-blue-600,
.h\:fc-blue-600:hover,
.f\:fc-blue-600:focus {
    color: var(--blue-600) !important
}

.f\:fc-blue-600:focus-within {
    color: var(--blue-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-600 {
        color: var(--blue-600) !important
    }
}

body.theme-dark .d\:fc-blue-600,
.theme-dark__forced .d\:fc-blue-600 {
    color: var(--blue-600) !important
}

.bg-blue-600,
.h\:bg-blue-600:hover,
.f\:bg-blue-600:focus {
    background-color: var(--blue-600) !important
}

.f\:bg-blue-600:focus-within {
    background-color: var(--blue-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-600 {
        background-color: var(--blue-600) !important
    }
}

body.theme-dark .d\:bg-blue-600,
.theme-dark__forced .d\:bg-blue-600 {
    background-color: var(--blue-600) !important
}

.fc-blue-500,
.h\:fc-blue-500:hover,
.f\:fc-blue-500:focus {
    color: var(--blue-500) !important
}

.f\:fc-blue-500:focus-within {
    color: var(--blue-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-500 {
        color: var(--blue-500) !important
    }
}

body.theme-dark .d\:fc-blue-500,
.theme-dark__forced .d\:fc-blue-500 {
    color: var(--blue-500) !important
}

.bg-blue-500,
.h\:bg-blue-500:hover,
.f\:bg-blue-500:focus {
    background-color: var(--blue-500) !important
}

.f\:bg-blue-500:focus-within {
    background-color: var(--blue-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-500 {
        background-color: var(--blue-500) !important
    }
}

body.theme-dark .d\:bg-blue-500,
.theme-dark__forced .d\:bg-blue-500 {
    background-color: var(--blue-500) !important
}

.fc-blue-400,
.h\:fc-blue-400:hover,
.f\:fc-blue-400:focus {
    color: var(--blue-400) !important
}

.f\:fc-blue-400:focus-within {
    color: var(--blue-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-400 {
        color: var(--blue-400) !important
    }
}

body.theme-dark .d\:fc-blue-400,
.theme-dark__forced .d\:fc-blue-400 {
    color: var(--blue-400) !important
}

.bg-blue-400,
.h\:bg-blue-400:hover,
.f\:bg-blue-400:focus {
    background-color: var(--blue-400) !important
}

.f\:bg-blue-400:focus-within {
    background-color: var(--blue-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-400 {
        background-color: var(--blue-400) !important
    }
}

body.theme-dark .d\:bg-blue-400,
.theme-dark__forced .d\:bg-blue-400 {
    background-color: var(--blue-400) !important
}

.fc-blue-300,
.h\:fc-blue-300:hover,
.f\:fc-blue-300:focus {
    color: var(--blue-300) !important
}

.f\:fc-blue-300:focus-within {
    color: var(--blue-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-300 {
        color: var(--blue-300) !important
    }
}

body.theme-dark .d\:fc-blue-300,
.theme-dark__forced .d\:fc-blue-300 {
    color: var(--blue-300) !important
}

.bg-blue-300,
.h\:bg-blue-300:hover,
.f\:bg-blue-300:focus {
    background-color: var(--blue-300) !important
}

.f\:bg-blue-300:focus-within {
    background-color: var(--blue-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-300 {
        background-color: var(--blue-300) !important
    }
}

body.theme-dark .d\:bg-blue-300,
.theme-dark__forced .d\:bg-blue-300 {
    background-color: var(--blue-300) !important
}

.fc-blue-200,
.h\:fc-blue-200:hover,
.f\:fc-blue-200:focus {
    color: var(--blue-200) !important
}

.f\:fc-blue-200:focus-within {
    color: var(--blue-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-200 {
        color: var(--blue-200) !important
    }
}

body.theme-dark .d\:fc-blue-200,
.theme-dark__forced .d\:fc-blue-200 {
    color: var(--blue-200) !important
}

.bg-blue-200,
.h\:bg-blue-200:hover,
.f\:bg-blue-200:focus {
    background-color: var(--blue-200) !important
}

.f\:bg-blue-200:focus-within {
    background-color: var(--blue-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-200 {
        background-color: var(--blue-200) !important
    }
}

body.theme-dark .d\:bg-blue-200,
.theme-dark__forced .d\:bg-blue-200 {
    background-color: var(--blue-200) !important
}

.fc-blue-100,
.h\:fc-blue-100:hover,
.f\:fc-blue-100:focus {
    color: var(--blue-100) !important
}

.f\:fc-blue-100:focus-within {
    color: var(--blue-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-100 {
        color: var(--blue-100) !important
    }
}

body.theme-dark .d\:fc-blue-100,
.theme-dark__forced .d\:fc-blue-100 {
    color: var(--blue-100) !important
}

.bg-blue-100,
.h\:bg-blue-100:hover,
.f\:bg-blue-100:focus {
    background-color: var(--blue-100) !important
}

.f\:bg-blue-100:focus-within {
    background-color: var(--blue-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-100 {
        background-color: var(--blue-100) !important
    }
}

body.theme-dark .d\:bg-blue-100,
.theme-dark__forced .d\:bg-blue-100 {
    background-color: var(--blue-100) !important
}

.fc-blue-050,
.h\:fc-blue-050:hover,
.f\:fc-blue-050:focus {
    color: var(--blue-050) !important
}

.f\:fc-blue-050:focus-within {
    color: var(--blue-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-blue-050 {
        color: var(--blue-050) !important
    }
}

body.theme-dark .d\:fc-blue-050,
.theme-dark__forced .d\:fc-blue-050 {
    color: var(--blue-050) !important
}

.bg-blue-050,
.h\:bg-blue-050:hover,
.f\:bg-blue-050:focus {
    background-color: var(--blue-050) !important
}

.f\:bg-blue-050:focus-within {
    background-color: var(--blue-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-blue-050 {
        background-color: var(--blue-050) !important
    }
}

body.theme-dark .d\:bg-blue-050,
.theme-dark__forced .d\:bg-blue-050 {
    background-color: var(--blue-050) !important
}

.fc-powder-900,
.h\:fc-powder-900:hover,
.f\:fc-powder-900:focus {
    color: var(--powder-900) !important
}

.f\:fc-powder-900:focus-within {
    color: var(--powder-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-900 {
        color: var(--powder-900) !important
    }
}

body.theme-dark .d\:fc-powder-900,
.theme-dark__forced .d\:fc-powder-900 {
    color: var(--powder-900) !important
}

.bg-powder-900,
.h\:bg-powder-900:hover,
.f\:bg-powder-900:focus {
    background-color: var(--powder-900) !important
}

.f\:bg-powder-900:focus-within {
    background-color: var(--powder-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-900 {
        background-color: var(--powder-900) !important
    }
}

body.theme-dark .d\:bg-powder-900,
.theme-dark__forced .d\:bg-powder-900 {
    background-color: var(--powder-900) !important
}

.fc-powder-800,
.h\:fc-powder-800:hover,
.f\:fc-powder-800:focus {
    color: var(--powder-800) !important
}

.f\:fc-powder-800:focus-within {
    color: var(--powder-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-800 {
        color: var(--powder-800) !important
    }
}

body.theme-dark .d\:fc-powder-800,
.theme-dark__forced .d\:fc-powder-800 {
    color: var(--powder-800) !important
}

.bg-powder-800,
.h\:bg-powder-800:hover,
.f\:bg-powder-800:focus {
    background-color: var(--powder-800) !important
}

.f\:bg-powder-800:focus-within {
    background-color: var(--powder-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-800 {
        background-color: var(--powder-800) !important
    }
}

body.theme-dark .d\:bg-powder-800,
.theme-dark__forced .d\:bg-powder-800 {
    background-color: var(--powder-800) !important
}

.fc-powder-700,
.h\:fc-powder-700:hover,
.f\:fc-powder-700:focus {
    color: var(--powder-700) !important
}

.f\:fc-powder-700:focus-within {
    color: var(--powder-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-700 {
        color: var(--powder-700) !important
    }
}

body.theme-dark .d\:fc-powder-700,
.theme-dark__forced .d\:fc-powder-700 {
    color: var(--powder-700) !important
}

.bg-powder-700,
.h\:bg-powder-700:hover,
.f\:bg-powder-700:focus {
    background-color: var(--powder-700) !important
}

.f\:bg-powder-700:focus-within {
    background-color: var(--powder-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-700 {
        background-color: var(--powder-700) !important
    }
}

body.theme-dark .d\:bg-powder-700,
.theme-dark__forced .d\:bg-powder-700 {
    background-color: var(--powder-700) !important
}

.fc-powder-600,
.h\:fc-powder-600:hover,
.f\:fc-powder-600:focus {
    color: var(--powder-600) !important
}

.f\:fc-powder-600:focus-within {
    color: var(--powder-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-600 {
        color: var(--powder-600) !important
    }
}

body.theme-dark .d\:fc-powder-600,
.theme-dark__forced .d\:fc-powder-600 {
    color: var(--powder-600) !important
}

.bg-powder-600,
.h\:bg-powder-600:hover,
.f\:bg-powder-600:focus {
    background-color: var(--powder-600) !important
}

.f\:bg-powder-600:focus-within {
    background-color: var(--powder-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-600 {
        background-color: var(--powder-600) !important
    }
}

body.theme-dark .d\:bg-powder-600,
.theme-dark__forced .d\:bg-powder-600 {
    background-color: var(--powder-600) !important
}

.fc-powder-500,
.h\:fc-powder-500:hover,
.f\:fc-powder-500:focus {
    color: var(--powder-500) !important
}

.f\:fc-powder-500:focus-within {
    color: var(--powder-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-500 {
        color: var(--powder-500) !important
    }
}

body.theme-dark .d\:fc-powder-500,
.theme-dark__forced .d\:fc-powder-500 {
    color: var(--powder-500) !important
}

.bg-powder-500,
.h\:bg-powder-500:hover,
.f\:bg-powder-500:focus {
    background-color: var(--powder-500) !important
}

.f\:bg-powder-500:focus-within {
    background-color: var(--powder-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-500 {
        background-color: var(--powder-500) !important
    }
}

body.theme-dark .d\:bg-powder-500,
.theme-dark__forced .d\:bg-powder-500 {
    background-color: var(--powder-500) !important
}

.fc-powder-400,
.h\:fc-powder-400:hover,
.f\:fc-powder-400:focus {
    color: var(--powder-400) !important
}

.f\:fc-powder-400:focus-within {
    color: var(--powder-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-400 {
        color: var(--powder-400) !important
    }
}

body.theme-dark .d\:fc-powder-400,
.theme-dark__forced .d\:fc-powder-400 {
    color: var(--powder-400) !important
}

.bg-powder-400,
.h\:bg-powder-400:hover,
.f\:bg-powder-400:focus {
    background-color: var(--powder-400) !important
}

.f\:bg-powder-400:focus-within {
    background-color: var(--powder-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-400 {
        background-color: var(--powder-400) !important
    }
}

body.theme-dark .d\:bg-powder-400,
.theme-dark__forced .d\:bg-powder-400 {
    background-color: var(--powder-400) !important
}

.fc-powder-300,
.h\:fc-powder-300:hover,
.f\:fc-powder-300:focus {
    color: var(--powder-300) !important
}

.f\:fc-powder-300:focus-within {
    color: var(--powder-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-300 {
        color: var(--powder-300) !important
    }
}

body.theme-dark .d\:fc-powder-300,
.theme-dark__forced .d\:fc-powder-300 {
    color: var(--powder-300) !important
}

.bg-powder-300,
.h\:bg-powder-300:hover,
.f\:bg-powder-300:focus {
    background-color: var(--powder-300) !important
}

.f\:bg-powder-300:focus-within {
    background-color: var(--powder-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-300 {
        background-color: var(--powder-300) !important
    }
}

body.theme-dark .d\:bg-powder-300,
.theme-dark__forced .d\:bg-powder-300 {
    background-color: var(--powder-300) !important
}

.fc-powder-200,
.h\:fc-powder-200:hover,
.f\:fc-powder-200:focus {
    color: var(--powder-200) !important
}

.f\:fc-powder-200:focus-within {
    color: var(--powder-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-200 {
        color: var(--powder-200) !important
    }
}

body.theme-dark .d\:fc-powder-200,
.theme-dark__forced .d\:fc-powder-200 {
    color: var(--powder-200) !important
}

.bg-powder-200,
.h\:bg-powder-200:hover,
.f\:bg-powder-200:focus {
    background-color: var(--powder-200) !important
}

.f\:bg-powder-200:focus-within {
    background-color: var(--powder-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-200 {
        background-color: var(--powder-200) !important
    }
}

body.theme-dark .d\:bg-powder-200,
.theme-dark__forced .d\:bg-powder-200 {
    background-color: var(--powder-200) !important
}

.fc-powder-100,
.h\:fc-powder-100:hover,
.f\:fc-powder-100:focus {
    color: var(--powder-100) !important
}

.f\:fc-powder-100:focus-within {
    color: var(--powder-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-100 {
        color: var(--powder-100) !important
    }
}

body.theme-dark .d\:fc-powder-100,
.theme-dark__forced .d\:fc-powder-100 {
    color: var(--powder-100) !important
}

.bg-powder-100,
.h\:bg-powder-100:hover,
.f\:bg-powder-100:focus {
    background-color: var(--powder-100) !important
}

.f\:bg-powder-100:focus-within {
    background-color: var(--powder-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-100 {
        background-color: var(--powder-100) !important
    }
}

body.theme-dark .d\:bg-powder-100,
.theme-dark__forced .d\:bg-powder-100 {
    background-color: var(--powder-100) !important
}

.fc-powder-050,
.h\:fc-powder-050:hover,
.f\:fc-powder-050:focus {
    color: var(--powder-050) !important
}

.f\:fc-powder-050:focus-within {
    color: var(--powder-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-powder-050 {
        color: var(--powder-050) !important
    }
}

body.theme-dark .d\:fc-powder-050,
.theme-dark__forced .d\:fc-powder-050 {
    color: var(--powder-050) !important
}

.bg-powder-050,
.h\:bg-powder-050:hover,
.f\:bg-powder-050:focus {
    background-color: var(--powder-050) !important
}

.f\:bg-powder-050:focus-within {
    background-color: var(--powder-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-powder-050 {
        background-color: var(--powder-050) !important
    }
}

body.theme-dark .d\:bg-powder-050,
.theme-dark__forced .d\:bg-powder-050 {
    background-color: var(--powder-050) !important
}

.fc-green-900,
.h\:fc-green-900:hover,
.f\:fc-green-900:focus {
    color: var(--green-900) !important
}

.f\:fc-green-900:focus-within {
    color: var(--green-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-900 {
        color: var(--green-900) !important
    }
}

body.theme-dark .d\:fc-green-900,
.theme-dark__forced .d\:fc-green-900 {
    color: var(--green-900) !important
}

.bg-green-900,
.h\:bg-green-900:hover,
.f\:bg-green-900:focus {
    background-color: var(--green-900) !important
}

.f\:bg-green-900:focus-within {
    background-color: var(--green-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-900 {
        background-color: var(--green-900) !important
    }
}

body.theme-dark .d\:bg-green-900,
.theme-dark__forced .d\:bg-green-900 {
    background-color: var(--green-900) !important
}

.fc-green-800,
.h\:fc-green-800:hover,
.f\:fc-green-800:focus {
    color: var(--green-800) !important
}

.f\:fc-green-800:focus-within {
    color: var(--green-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-800 {
        color: var(--green-800) !important
    }
}

body.theme-dark .d\:fc-green-800,
.theme-dark__forced .d\:fc-green-800 {
    color: var(--green-800) !important
}

.bg-green-800,
.h\:bg-green-800:hover,
.f\:bg-green-800:focus {
    background-color: var(--green-800) !important
}

.f\:bg-green-800:focus-within {
    background-color: var(--green-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-800 {
        background-color: var(--green-800) !important
    }
}

body.theme-dark .d\:bg-green-800,
.theme-dark__forced .d\:bg-green-800 {
    background-color: var(--green-800) !important
}

.fc-green-700,
.h\:fc-green-700:hover,
.f\:fc-green-700:focus {
    color: var(--green-700) !important
}

.f\:fc-green-700:focus-within {
    color: var(--green-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-700 {
        color: var(--green-700) !important
    }
}

body.theme-dark .d\:fc-green-700,
.theme-dark__forced .d\:fc-green-700 {
    color: var(--green-700) !important
}

.bg-green-700,
.h\:bg-green-700:hover,
.f\:bg-green-700:focus {
    background-color: var(--green-700) !important
}

.f\:bg-green-700:focus-within {
    background-color: var(--green-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-700 {
        background-color: var(--green-700) !important
    }
}

body.theme-dark .d\:bg-green-700,
.theme-dark__forced .d\:bg-green-700 {
    background-color: var(--green-700) !important
}

.fc-green-600,
.h\:fc-green-600:hover,
.f\:fc-green-600:focus,
.fc-success {
    color: var(--green-600) !important
}

.f\:fc-green-600:focus-within {
    color: var(--green-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-600 {
        color: var(--green-600) !important
    }
}

body.theme-dark .d\:fc-green-600,
.theme-dark__forced .d\:fc-green-600 {
    color: var(--green-600) !important
}

.bg-green-600,
.h\:bg-green-600:hover,
.f\:bg-green-600:focus {
    background-color: var(--green-600) !important
}

.f\:bg-green-600:focus-within {
    background-color: var(--green-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-600 {
        background-color: var(--green-600) !important
    }
}

body.theme-dark .d\:bg-green-600,
.theme-dark__forced .d\:bg-green-600 {
    background-color: var(--green-600) !important
}

.fc-green-500,
.h\:fc-green-500:hover,
.f\:fc-green-500:focus {
    color: var(--green-500) !important
}

.f\:fc-green-500:focus-within {
    color: var(--green-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-500 {
        color: var(--green-500) !important
    }
}

body.theme-dark .d\:fc-green-500,
.theme-dark__forced .d\:fc-green-500 {
    color: var(--green-500) !important
}

.bg-green-500,
.h\:bg-green-500:hover,
.f\:bg-green-500:focus,
.bg-success {
    background-color: var(--green-500) !important
}

.f\:bg-green-500:focus-within {
    background-color: var(--green-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-500 {
        background-color: var(--green-500) !important
    }
}

body.theme-dark .d\:bg-green-500,
.theme-dark__forced .d\:bg-green-500 {
    background-color: var(--green-500) !important
}

.fc-green-400,
.h\:fc-green-400:hover,
.f\:fc-green-400:focus {
    color: var(--green-400) !important
}

.f\:fc-green-400:focus-within {
    color: var(--green-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-400 {
        color: var(--green-400) !important
    }
}

body.theme-dark .d\:fc-green-400,
.theme-dark__forced .d\:fc-green-400 {
    color: var(--green-400) !important
}

.bg-green-400,
.h\:bg-green-400:hover,
.f\:bg-green-400:focus {
    background-color: var(--green-400) !important
}

.f\:bg-green-400:focus-within {
    background-color: var(--green-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-400 {
        background-color: var(--green-400) !important
    }
}

body.theme-dark .d\:bg-green-400,
.theme-dark__forced .d\:bg-green-400 {
    background-color: var(--green-400) !important
}

.fc-green-300,
.h\:fc-green-300:hover,
.f\:fc-green-300:focus {
    color: var(--green-300) !important
}

.f\:fc-green-300:focus-within {
    color: var(--green-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-300 {
        color: var(--green-300) !important
    }
}

body.theme-dark .d\:fc-green-300,
.theme-dark__forced .d\:fc-green-300 {
    color: var(--green-300) !important
}

.bg-green-300,
.h\:bg-green-300:hover,
.f\:bg-green-300:focus {
    background-color: var(--green-300) !important
}

.f\:bg-green-300:focus-within {
    background-color: var(--green-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-300 {
        background-color: var(--green-300) !important
    }
}

body.theme-dark .d\:bg-green-300,
.theme-dark__forced .d\:bg-green-300 {
    background-color: var(--green-300) !important
}

.fc-green-200,
.h\:fc-green-200:hover,
.f\:fc-green-200:focus {
    color: var(--green-200) !important
}

.f\:fc-green-200:focus-within {
    color: var(--green-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-200 {
        color: var(--green-200) !important
    }
}

body.theme-dark .d\:fc-green-200,
.theme-dark__forced .d\:fc-green-200 {
    color: var(--green-200) !important
}

.bg-green-200,
.h\:bg-green-200:hover,
.f\:bg-green-200:focus {
    background-color: var(--green-200) !important
}

.f\:bg-green-200:focus-within {
    background-color: var(--green-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-200 {
        background-color: var(--green-200) !important
    }
}

body.theme-dark .d\:bg-green-200,
.theme-dark__forced .d\:bg-green-200 {
    background-color: var(--green-200) !important
}

.fc-green-100,
.h\:fc-green-100:hover,
.f\:fc-green-100:focus {
    color: var(--green-100) !important
}

.f\:fc-green-100:focus-within {
    color: var(--green-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-100 {
        color: var(--green-100) !important
    }
}

body.theme-dark .d\:fc-green-100,
.theme-dark__forced .d\:fc-green-100 {
    color: var(--green-100) !important
}

.bg-green-100,
.h\:bg-green-100:hover,
.f\:bg-green-100:focus {
    background-color: var(--green-100) !important
}

.f\:bg-green-100:focus-within {
    background-color: var(--green-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-100 {
        background-color: var(--green-100) !important
    }
}

body.theme-dark .d\:bg-green-100,
.theme-dark__forced .d\:bg-green-100 {
    background-color: var(--green-100) !important
}

.fc-green-050,
.h\:fc-green-050:hover,
.f\:fc-green-050:focus {
    color: var(--green-050) !important
}

.f\:fc-green-050:focus-within {
    color: var(--green-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-050 {
        color: var(--green-050) !important
    }
}

body.theme-dark .d\:fc-green-050,
.theme-dark__forced .d\:fc-green-050 {
    color: var(--green-050) !important
}

.bg-green-050,
.h\:bg-green-050:hover,
.f\:bg-green-050:focus {
    background-color: var(--green-050) !important
}

.f\:bg-green-050:focus-within {
    background-color: var(--green-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-050 {
        background-color: var(--green-050) !important
    }
}

body.theme-dark .d\:bg-green-050,
.theme-dark__forced .d\:bg-green-050 {
    background-color: var(--green-050) !important
}

.fc-yellow-900,
.h\:fc-yellow-900:hover,
.f\:fc-yellow-900:focus {
    color: var(--yellow-900) !important
}

.f\:fc-yellow-900:focus-within {
    color: var(--yellow-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-900 {
        color: var(--yellow-900) !important
    }
}

body.theme-dark .d\:fc-yellow-900,
.theme-dark__forced .d\:fc-yellow-900 {
    color: var(--yellow-900) !important
}

.bg-yellow-900,
.h\:bg-yellow-900:hover,
.f\:bg-yellow-900:focus {
    background-color: var(--yellow-900) !important
}

.f\:bg-yellow-900:focus-within {
    background-color: var(--yellow-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-900 {
        background-color: var(--yellow-900) !important
    }
}

body.theme-dark .d\:bg-yellow-900,
.theme-dark__forced .d\:bg-yellow-900 {
    background-color: var(--yellow-900) !important
}

.fc-yellow-800,
.h\:fc-yellow-800:hover,
.f\:fc-yellow-800:focus {
    color: var(--yellow-800) !important
}

.f\:fc-yellow-800:focus-within {
    color: var(--yellow-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-800 {
        color: var(--yellow-800) !important
    }
}

body.theme-dark .d\:fc-yellow-800,
.theme-dark__forced .d\:fc-yellow-800 {
    color: var(--yellow-800) !important
}

.bg-yellow-800,
.h\:bg-yellow-800:hover,
.f\:bg-yellow-800:focus {
    background-color: var(--yellow-800) !important
}

.f\:bg-yellow-800:focus-within {
    background-color: var(--yellow-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-800 {
        background-color: var(--yellow-800) !important
    }
}

body.theme-dark .d\:bg-yellow-800,
.theme-dark__forced .d\:bg-yellow-800 {
    background-color: var(--yellow-800) !important
}

.fc-yellow-700,
.h\:fc-yellow-700:hover,
.f\:fc-yellow-700:focus {
    color: var(--yellow-700) !important
}

.f\:fc-yellow-700:focus-within {
    color: var(--yellow-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-700 {
        color: var(--yellow-700) !important
    }
}

body.theme-dark .d\:fc-yellow-700,
.theme-dark__forced .d\:fc-yellow-700 {
    color: var(--yellow-700) !important
}

.bg-yellow-700,
.h\:bg-yellow-700:hover,
.f\:bg-yellow-700:focus {
    background-color: var(--yellow-700) !important
}

.f\:bg-yellow-700:focus-within {
    background-color: var(--yellow-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-700 {
        background-color: var(--yellow-700) !important
    }
}

body.theme-dark .d\:bg-yellow-700,
.theme-dark__forced .d\:bg-yellow-700 {
    background-color: var(--yellow-700) !important
}

.fc-yellow-600,
.h\:fc-yellow-600:hover,
.f\:fc-yellow-600:focus,
.fc-warning {
    color: var(--yellow-600) !important
}

.f\:fc-yellow-600:focus-within {
    color: var(--yellow-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-600 {
        color: var(--yellow-600) !important
    }
}

body.theme-dark .d\:fc-yellow-600,
.theme-dark__forced .d\:fc-yellow-600 {
    color: var(--yellow-600) !important
}

.bg-yellow-600,
.h\:bg-yellow-600:hover,
.f\:bg-yellow-600:focus,
.bg-warning {
    background-color: var(--yellow-600) !important
}

.f\:bg-yellow-600:focus-within {
    background-color: var(--yellow-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-600 {
        background-color: var(--yellow-600) !important
    }
}

body.theme-dark .d\:bg-yellow-600,
.theme-dark__forced .d\:bg-yellow-600 {
    background-color: var(--yellow-600) !important
}

.fc-yellow-500,
.h\:fc-yellow-500:hover,
.f\:fc-yellow-500:focus {
    color: var(--yellow-500) !important
}

.f\:fc-yellow-500:focus-within {
    color: var(--yellow-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-500 {
        color: var(--yellow-500) !important
    }
}

body.theme-dark .d\:fc-yellow-500,
.theme-dark__forced .d\:fc-yellow-500 {
    color: var(--yellow-500) !important
}

.bg-yellow-500,
.h\:bg-yellow-500:hover,
.f\:bg-yellow-500:focus {
    background-color: var(--yellow-500) !important
}

.f\:bg-yellow-500:focus-within {
    background-color: var(--yellow-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-500 {
        background-color: var(--yellow-500) !important
    }
}

body.theme-dark .d\:bg-yellow-500,
.theme-dark__forced .d\:bg-yellow-500 {
    background-color: var(--yellow-500) !important
}

.fc-yellow-400,
.h\:fc-yellow-400:hover,
.f\:fc-yellow-400:focus {
    color: var(--yellow-400) !important
}

.f\:fc-yellow-400:focus-within {
    color: var(--yellow-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-400 {
        color: var(--yellow-400) !important
    }
}

body.theme-dark .d\:fc-yellow-400,
.theme-dark__forced .d\:fc-yellow-400 {
    color: var(--yellow-400) !important
}

.bg-yellow-400,
.h\:bg-yellow-400:hover,
.f\:bg-yellow-400:focus {
    background-color: var(--yellow-400) !important
}

.f\:bg-yellow-400:focus-within {
    background-color: var(--yellow-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-400 {
        background-color: var(--yellow-400) !important
    }
}

body.theme-dark .d\:bg-yellow-400,
.theme-dark__forced .d\:bg-yellow-400 {
    background-color: var(--yellow-400) !important
}

.fc-yellow-300,
.h\:fc-yellow-300:hover,
.f\:fc-yellow-300:focus {
    color: var(--yellow-300) !important
}

.f\:fc-yellow-300:focus-within {
    color: var(--yellow-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-300 {
        color: var(--yellow-300) !important
    }
}

body.theme-dark .d\:fc-yellow-300,
.theme-dark__forced .d\:fc-yellow-300 {
    color: var(--yellow-300) !important
}

.bg-yellow-300,
.h\:bg-yellow-300:hover,
.f\:bg-yellow-300:focus {
    background-color: var(--yellow-300) !important
}

.f\:bg-yellow-300:focus-within {
    background-color: var(--yellow-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-300 {
        background-color: var(--yellow-300) !important
    }
}

body.theme-dark .d\:bg-yellow-300,
.theme-dark__forced .d\:bg-yellow-300 {
    background-color: var(--yellow-300) !important
}

.fc-yellow-200,
.h\:fc-yellow-200:hover,
.f\:fc-yellow-200:focus {
    color: var(--yellow-200) !important
}

.f\:fc-yellow-200:focus-within {
    color: var(--yellow-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-200 {
        color: var(--yellow-200) !important
    }
}

body.theme-dark .d\:fc-yellow-200,
.theme-dark__forced .d\:fc-yellow-200 {
    color: var(--yellow-200) !important
}

.bg-yellow-200,
.h\:bg-yellow-200:hover,
.f\:bg-yellow-200:focus {
    background-color: var(--yellow-200) !important
}

.f\:bg-yellow-200:focus-within {
    background-color: var(--yellow-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-200 {
        background-color: var(--yellow-200) !important
    }
}

body.theme-dark .d\:bg-yellow-200,
.theme-dark__forced .d\:bg-yellow-200 {
    background-color: var(--yellow-200) !important
}

.fc-yellow-100,
.h\:fc-yellow-100:hover,
.f\:fc-yellow-100:focus {
    color: var(--yellow-100) !important
}

.f\:fc-yellow-100:focus-within {
    color: var(--yellow-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-100 {
        color: var(--yellow-100) !important
    }
}

body.theme-dark .d\:fc-yellow-100,
.theme-dark__forced .d\:fc-yellow-100 {
    color: var(--yellow-100) !important
}

.bg-yellow-100,
.h\:bg-yellow-100:hover,
.f\:bg-yellow-100:focus {
    background-color: var(--yellow-100) !important
}

.f\:bg-yellow-100:focus-within {
    background-color: var(--yellow-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-100 {
        background-color: var(--yellow-100) !important
    }
}

body.theme-dark .d\:bg-yellow-100,
.theme-dark__forced .d\:bg-yellow-100 {
    background-color: var(--yellow-100) !important
}

.fc-yellow-050,
.h\:fc-yellow-050:hover,
.f\:fc-yellow-050:focus {
    color: var(--yellow-050) !important
}

.f\:fc-yellow-050:focus-within {
    color: var(--yellow-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-yellow-050 {
        color: var(--yellow-050) !important
    }
}

body.theme-dark .d\:fc-yellow-050,
.theme-dark__forced .d\:fc-yellow-050 {
    color: var(--yellow-050) !important
}

.bg-yellow-050,
.h\:bg-yellow-050:hover,
.f\:bg-yellow-050:focus {
    background-color: var(--yellow-050) !important
}

.f\:bg-yellow-050:focus-within {
    background-color: var(--yellow-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-yellow-050 {
        background-color: var(--yellow-050) !important
    }
}

body.theme-dark .d\:bg-yellow-050,
.theme-dark__forced .d\:bg-yellow-050 {
    background-color: var(--yellow-050) !important
}

.fc-red-900,
.h\:fc-red-900:hover,
.f\:fc-red-900:focus {
    color: var(--red-900) !important
}

.f\:fc-red-900:focus-within {
    color: var(--red-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-900 {
        color: var(--red-900) !important
    }
}

body.theme-dark .d\:fc-red-900,
.theme-dark__forced .d\:fc-red-900 {
    color: var(--red-900) !important
}

.bg-red-900,
.h\:bg-red-900:hover,
.f\:bg-red-900:focus {
    background-color: var(--red-900) !important
}

.f\:bg-red-900:focus-within {
    background-color: var(--red-900) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-900 {
        background-color: var(--red-900) !important
    }
}

body.theme-dark .d\:bg-red-900,
.theme-dark__forced .d\:bg-red-900 {
    background-color: var(--red-900) !important
}

.fc-red-800,
.h\:fc-red-800:hover,
.f\:fc-red-800:focus {
    color: var(--red-800) !important
}

.f\:fc-red-800:focus-within {
    color: var(--red-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-800 {
        color: var(--red-800) !important
    }
}

body.theme-dark .d\:fc-red-800,
.theme-dark__forced .d\:fc-red-800 {
    color: var(--red-800) !important
}

.bg-red-800,
.h\:bg-red-800:hover,
.f\:bg-red-800:focus {
    background-color: var(--red-800) !important
}

.f\:bg-red-800:focus-within {
    background-color: var(--red-800) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-800 {
        background-color: var(--red-800) !important
    }
}

body.theme-dark .d\:bg-red-800,
.theme-dark__forced .d\:bg-red-800 {
    background-color: var(--red-800) !important
}

.fc-red-700,
.h\:fc-red-700:hover,
.f\:fc-red-700:focus {
    color: var(--red-700) !important
}

.f\:fc-red-700:focus-within {
    color: var(--red-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-700 {
        color: var(--red-700) !important
    }
}

body.theme-dark .d\:fc-red-700,
.theme-dark__forced .d\:fc-red-700 {
    color: var(--red-700) !important
}

.bg-red-700,
.h\:bg-red-700:hover,
.f\:bg-red-700:focus {
    background-color: var(--red-700) !important
}

.f\:bg-red-700:focus-within {
    background-color: var(--red-700) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-700 {
        background-color: var(--red-700) !important
    }
}

body.theme-dark .d\:bg-red-700,
.theme-dark__forced .d\:bg-red-700 {
    background-color: var(--red-700) !important
}

.fc-red-600,
.h\:fc-red-600:hover,
.f\:fc-red-600:focus {
    color: var(--red-600) !important
}

.f\:fc-red-600:focus-within {
    color: var(--red-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-600 {
        color: var(--red-600) !important
    }
}

body.theme-dark .d\:fc-red-600,
.theme-dark__forced .d\:fc-red-600 {
    color: var(--red-600) !important
}

.bg-red-600,
.h\:bg-red-600:hover,
.f\:bg-red-600:focus {
    background-color: var(--red-600) !important
}

.f\:bg-red-600:focus-within {
    background-color: var(--red-600) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-600 {
        background-color: var(--red-600) !important
    }
}

body.theme-dark .d\:bg-red-600,
.theme-dark__forced .d\:bg-red-600 {
    background-color: var(--red-600) !important
}

.fc-red-500,
.h\:fc-red-500:hover,
.f\:fc-red-500:focus,
.fc-error,
.fc-danger {
    color: var(--red-500) !important
}

.f\:fc-red-500:focus-within {
    color: var(--red-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-500 {
        color: var(--red-500) !important
    }
}

body.theme-dark .d\:fc-red-500,
.theme-dark__forced .d\:fc-red-500 {
    color: var(--red-500) !important
}

.bg-red-500,
.h\:bg-red-500:hover,
.f\:bg-red-500:focus,
.bg-error,
.bg-danger {
    background-color: var(--red-500) !important
}

.f\:bg-red-500:focus-within {
    background-color: var(--red-500) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-500 {
        background-color: var(--red-500) !important
    }
}

body.theme-dark .d\:bg-red-500,
.theme-dark__forced .d\:bg-red-500 {
    background-color: var(--red-500) !important
}

.fc-red-400,
.h\:fc-red-400:hover,
.f\:fc-red-400:focus {
    color: var(--red-400) !important
}

.f\:fc-red-400:focus-within {
    color: var(--red-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-400 {
        color: var(--red-400) !important
    }
}

body.theme-dark .d\:fc-red-400,
.theme-dark__forced .d\:fc-red-400 {
    color: var(--red-400) !important
}

.bg-red-400,
.h\:bg-red-400:hover,
.f\:bg-red-400:focus {
    background-color: var(--red-400) !important
}

.f\:bg-red-400:focus-within {
    background-color: var(--red-400) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-400 {
        background-color: var(--red-400) !important
    }
}

body.theme-dark .d\:bg-red-400,
.theme-dark__forced .d\:bg-red-400 {
    background-color: var(--red-400) !important
}

.fc-red-300,
.h\:fc-red-300:hover,
.f\:fc-red-300:focus {
    color: var(--red-300) !important
}

.f\:fc-red-300:focus-within {
    color: var(--red-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-300 {
        color: var(--red-300) !important
    }
}

body.theme-dark .d\:fc-red-300,
.theme-dark__forced .d\:fc-red-300 {
    color: var(--red-300) !important
}

.bg-red-300,
.h\:bg-red-300:hover,
.f\:bg-red-300:focus {
    background-color: var(--red-300) !important
}

.f\:bg-red-300:focus-within {
    background-color: var(--red-300) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-300 {
        background-color: var(--red-300) !important
    }
}

body.theme-dark .d\:bg-red-300,
.theme-dark__forced .d\:bg-red-300 {
    background-color: var(--red-300) !important
}

.fc-red-200,
.h\:fc-red-200:hover,
.f\:fc-red-200:focus {
    color: var(--red-200) !important
}

.f\:fc-red-200:focus-within {
    color: var(--red-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-200 {
        color: var(--red-200) !important
    }
}

body.theme-dark .d\:fc-red-200,
.theme-dark__forced .d\:fc-red-200 {
    color: var(--red-200) !important
}

.bg-red-200,
.h\:bg-red-200:hover,
.f\:bg-red-200:focus {
    background-color: var(--red-200) !important
}

.f\:bg-red-200:focus-within {
    background-color: var(--red-200) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-200 {
        background-color: var(--red-200) !important
    }
}

body.theme-dark .d\:bg-red-200,
.theme-dark__forced .d\:bg-red-200 {
    background-color: var(--red-200) !important
}

.fc-red-100,
.h\:fc-red-100:hover,
.f\:fc-red-100:focus {
    color: var(--red-100) !important
}

.f\:fc-red-100:focus-within {
    color: var(--red-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-100 {
        color: var(--red-100) !important
    }
}

body.theme-dark .d\:fc-red-100,
.theme-dark__forced .d\:fc-red-100 {
    color: var(--red-100) !important
}

.bg-red-100,
.h\:bg-red-100:hover,
.f\:bg-red-100:focus {
    background-color: var(--red-100) !important
}

.f\:bg-red-100:focus-within {
    background-color: var(--red-100) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-100 {
        background-color: var(--red-100) !important
    }
}

body.theme-dark .d\:bg-red-100,
.theme-dark__forced .d\:bg-red-100 {
    background-color: var(--red-100) !important
}

.fc-red-050,
.h\:fc-red-050:hover,
.f\:fc-red-050:focus {
    color: var(--red-050) !important
}

.f\:fc-red-050:focus-within {
    color: var(--red-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-red-050 {
        color: var(--red-050) !important
    }
}

body.theme-dark .d\:fc-red-050,
.theme-dark__forced .d\:fc-red-050 {
    color: var(--red-050) !important
}

.bg-red-050,
.h\:bg-red-050:hover,
.f\:bg-red-050:focus {
    background-color: var(--red-050) !important
}

.f\:bg-red-050:focus-within {
    background-color: var(--red-050) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-red-050 {
        background-color: var(--red-050) !important
    }
}

body.theme-dark .d\:bg-red-050,
.theme-dark__forced .d\:bg-red-050 {
    background-color: var(--red-050) !important
}

.fc-white,
.h\:fc-white:hover,
.f\:fc-white:focus {
    color: var(--white) !important
}

.f\:fc-white:focus-within {
    color: var(--white) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-white {
        color: var(--white) !important
    }
}

body.theme-dark .d\:fc-white,
.theme-dark__forced .d\:fc-white {
    color: var(--white) !important
}

.bg-white,
.h\:bg-white:hover,
.f\:bg-white:focus {
    background-color: var(--white) !important
}

.f\:bg-white:focus-within {
    background-color: var(--white) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-white {
        background-color: var(--white) !important
    }
}

body.theme-dark .d\:bg-white,
.theme-dark__forced .d\:bg-white {
    background-color: var(--white) !important
}

.fc-black,
.h\:fc-black:hover,
.f\:fc-black:focus {
    color: var(--black) !important
}

.f\:fc-black:focus-within {
    color: var(--black) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black {
        color: var(--black) !important
    }
}

body.theme-dark .d\:fc-black,
.theme-dark__forced .d\:fc-black {
    color: var(--black) !important
}

.bg-black,
.h\:bg-black:hover,
.f\:bg-black:focus {
    background-color: var(--black) !important
}

.f\:bg-black:focus-within {
    background-color: var(--black) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black {
        background-color: var(--black) !important
    }
}

body.theme-dark .d\:bg-black,
.theme-dark__forced .d\:bg-black {
    background-color: var(--black) !important
}

.fc-black-750,
.h\:fc-black-750:hover,
.f\:fc-black-750:focus {
    color: var(--black-750) !important
}

.f\:fc-black-750:focus-within {
    color: var(--black-750) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-750 {
        color: var(--black-750) !important
    }
}

body.theme-dark .d\:fc-black-750,
.theme-dark__forced .d\:fc-black-750 {
    color: var(--black-750) !important
}

.bg-black-750,
.h\:bg-black-750:hover,
.f\:bg-black-750:focus {
    background-color: var(--black-750) !important
}

.f\:bg-black-750:focus-within {
    background-color: var(--black-750) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-750 {
        background-color: var(--black-750) !important
    }
}

body.theme-dark .d\:bg-black-750,
.theme-dark__forced .d\:bg-black-750 {
    background-color: var(--black-750) !important
}

.fc-black-350,
.h\:fc-black-350:hover,
.f\:fc-black-350:focus {
    color: var(--black-350) !important
}

.f\:fc-black-350:focus-within {
    color: var(--black-350) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-350 {
        color: var(--black-350) !important
    }
}

body.theme-dark .d\:fc-black-350,
.theme-dark__forced .d\:fc-black-350 {
    color: var(--black-350) !important
}

.bg-black-350,
.h\:bg-black-350:hover,
.f\:bg-black-350:focus {
    background-color: var(--black-350) !important
}

.f\:bg-black-350:focus-within {
    background-color: var(--black-350) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-350 {
        background-color: var(--black-350) !important
    }
}

body.theme-dark .d\:bg-black-350,
.theme-dark__forced .d\:bg-black-350 {
    background-color: var(--black-350) !important
}

.fc-black-150,
.h\:fc-black-150:hover,
.f\:fc-black-150:focus {
    color: var(--black-150) !important
}

.f\:fc-black-150:focus-within {
    color: var(--black-150) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-150 {
        color: var(--black-150) !important
    }
}

body.theme-dark .d\:fc-black-150,
.theme-dark__forced .d\:fc-black-150 {
    color: var(--black-150) !important
}

.bg-black-150,
.h\:bg-black-150:hover,
.f\:bg-black-150:focus {
    background-color: var(--black-150) !important
}

.f\:bg-black-150:focus-within {
    background-color: var(--black-150) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-150 {
        background-color: var(--black-150) !important
    }
}

body.theme-dark .d\:bg-black-150,
.theme-dark__forced .d\:bg-black-150 {
    background-color: var(--black-150) !important
}

.fc-black-075,
.h\:fc-black-075:hover,
.f\:fc-black-075:focus {
    color: var(--black-075) !important
}

.f\:fc-black-075:focus-within {
    color: var(--black-075) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-075 {
        color: var(--black-075) !important
    }
}

body.theme-dark .d\:fc-black-075,
.theme-dark__forced .d\:fc-black-075 {
    color: var(--black-075) !important
}

.bg-black-075,
.h\:bg-black-075:hover,
.f\:bg-black-075:focus {
    background-color: var(--black-075) !important
}

.f\:bg-black-075:focus-within {
    background-color: var(--black-075) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-075 {
        background-color: var(--black-075) !important
    }
}

body.theme-dark .d\:bg-black-075,
.theme-dark__forced .d\:bg-black-075 {
    background-color: var(--black-075) !important
}

.fc-black-025,
.h\:fc-black-025:hover,
.f\:fc-black-025:focus {
    color: var(--black-025) !important
}

.f\:fc-black-025:focus-within {
    color: var(--black-025) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-black-025 {
        color: var(--black-025) !important
    }
}

body.theme-dark .d\:fc-black-025,
.theme-dark__forced .d\:fc-black-025 {
    color: var(--black-025) !important
}

.bg-black-025,
.h\:bg-black-025:hover,
.f\:bg-black-025:focus {
    background-color: var(--black-025) !important
}

.f\:bg-black-025:focus-within {
    background-color: var(--black-025) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-black-025 {
        background-color: var(--black-025) !important
    }
}

body.theme-dark .d\:bg-black-025,
.theme-dark__forced .d\:bg-black-025 {
    background-color: var(--black-025) !important
}

.fc-green-025,
.h\:fc-green-025:hover,
.f\:fc-green-025:focus {
    color: var(--green-025) !important
}

.f\:fc-green-025:focus-within {
    color: var(--green-025) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:fc-green-025 {
        color: var(--green-025) !important
    }
}

body.theme-dark .d\:fc-green-025,
.theme-dark__forced .d\:fc-green-025 {
    color: var(--green-025) !important
}

.bg-green-025,
.h\:bg-green-025:hover,
.f\:bg-green-025:focus {
    background-color: var(--green-025) !important
}

.f\:bg-green-025:focus-within {
    background-color: var(--green-025) !important
}

@media (prefers-color-scheme:dark) {
    body.theme-system .d\:bg-green-025 {
        background-color: var(--green-025) !important
    }
}

body.theme-dark .d\:bg-green-025,
.theme-dark__forced .d\:bg-green-025 {
    background-color: var(--green-025) !important
}

.fc-white__forced {
    color: #fff !important
}

.fc-black__forced {
    color: #0c0d0e !important
}

.fc-gold {
    color: var(--gold) !important
}

.fc-gold-darker {
    color: var(--gold-darker) !important
}

.fc-gold-lighter {
    color: var(--gold-lighter) !important
}

.bg-gold {
    background-color: var(--gold) !important
}

.bg-gold-darker {
    background-color: var(--gold-darker) !important
}

.bg-gold-lighter {
    background-color: var(--gold-lighter) !important
}

.fc-silver {
    color: var(--silver) !important
}

.fc-silver-darker {
    color: var(--silver-darker) !important
}

.fc-silver-lighter {
    color: var(--silver-lighter) !important
}

.bg-silver {
    background-color: var(--silver) !important
}

.bg-silver-darker {
    background-color: var(--silver-darker) !important
}

.bg-silver-lighter {
    background-color: var(--silver-lighter) !important
}

.fc-bronze {
    color: var(--bronze) !important
}

.fc-bronze-darker {
    color: var(--bronze-darker) !important
}

.fc-bronze-lighter {
    color: var(--bronze-lighter) !important
}

.bg-bronze {
    background-color: var(--bronze) !important
}

.bg-bronze-darker {
    background-color: var(--bronze-darker) !important
}

.bg-bronze-lighter {
    background-color: var(--bronze-lighter) !important
}

.bg-transparent,
.h\:bg-transparent:hover {
    background-color: transparent !important;
    background-image: none !important
}

.fd-row {
    flex-direction: row !important
}

.fd-row-reverse {
    flex-direction: row-reverse !important
}

.fd-column {
    flex-direction: column !important
}

.fd-column-reverse {
    flex-direction: column-reverse !important
}

.fw-wrap {
    flex-wrap: wrap !important
}

.fw-reverse {
    flex-wrap: wrap-reverse !important
}

.fw-nowrap {
    flex-wrap: nowrap !important
}

.ff-row-wrap {
    flex-flow: row wrap !important
}

.ff-row-nowrap {
    flex-flow: row nowrap !important
}

.ff-row-reverse-wrap {
    flex-flow: row-reverse wrap !important
}

.ff-row-reverse-nowrap {
    flex-flow: row-reverse nowrap !important
}

.ff-column-wrap {
    flex-flow: column wrap !important
}

.ff-column-nowrap {
    flex-flow: column nowrap !important
}

.ff-column-reverse-wrap {
    flex-flow: column-reverse wrap !important
}

.ff-column-reverse-nowrap {
    flex-flow: column-reverse nowrap !important
}

.jc-center {
    justify-content: center !important
}

.jc-end {
    justify-content: flex-end !important
}

.jc-space-around {
    justify-content: space-around !important
}

.jc-space-between {
    justify-content: space-between !important
}

.jc-space-evenly {
    justify-content: space-evenly !important
}

.jc-start {
    justify-content: flex-start !important
}

.ac-center {
    align-content: center !important
}

.ac-end {
    align-content: flex-end !important
}

.ac-space-around {
    align-content: space-around !important
}

.ac-space-between {
    align-content: space-between !important
}

.ac-start {
    align-content: flex-start !important
}

.ac-stretch {
    align-content: stretch !important
}

.ai-baseline {
    align-items: baseline !important
}

.ai-center {
    align-items: center !important
}

.ai-end {
    align-items: flex-end !important
}

.ai-start {
    align-items: flex-start !important
}

.ai-stretch {
    align-items: stretch !important
}

.grid__center {
    justify-content: center !important;
    align-items: center !important
}

.as-auto {
    align-self: auto !important
}

.as-baseline {
    align-self: baseline !important
}

.as-center {
    align-self: center !important
}

.as-end {
    align-self: flex-end !important
}

.as-start {
    align-self: flex-start !important
}

.as-stretch {
    align-self: stretch !important
}

.fl0 {
    flex: 0 auto !important
}

.fl1 {
    flex: 1 auto !important
}

.fl2 {
    flex: 2 auto !important
}

.fl3 {
    flex: 3 auto !important
}

.fl4 {
    flex: 4 auto !important
}

.fl5 {
    flex: 5 auto !important
}

.fl-shrink0 {
    flex-shrink: 0
}

.fl-shrink1 {
    flex-shrink: 1
}

.fl-shrink2 {
    flex-shrink: 2
}

.fl-shrink3 {
    flex-shrink: 3
}

.fl-shrink4 {
    flex-shrink: 4
}

.fl-shrink5 {
    flex-shrink: 5
}

.fl-grow0 {
    flex-grow: 0
}

.fl-grow1 {
    flex-grow: 1
}

.fl-grow2 {
    flex-grow: 2
}

.fl-grow3 {
    flex-grow: 3
}

.fl-grow4 {
    flex-grow: 4
}

.fl-grow5 {
    flex-grow: 5
}

.fl-none {
    flex: none
}

.fl-equal {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0
}

.order-first {
    order: -1 !important
}

.order-last {
    order: 1 !important
}

.grid {
    display: flex
}

.grid__fl0,
.grid__fl0>.grid,
.grid__fl0>.grid--cell {
    flex: 0 auto
}

.grid__fl1,
.grid__fl1>.grid,
.grid__fl1>.grid--cell {
    flex: 1 auto
}

.grid--cell1 {
    flex-basis: 8.33333333%
}

.grid--cell2 {
    flex-basis: 16.66666667%
}

.grid--cell3 {
    flex-basis: 25%
}

.grid--cell4 {
    flex-basis: 33.33333333%
}

.grid--cell5 {
    flex-basis: 41.66666667%
}

.grid--cell6 {
    flex-basis: 50%
}

.grid--cell7 {
    flex-basis: 58.33333333%
}

.grid--cell8 {
    flex-basis: 66.66666667%
}

.grid--cell9 {
    flex-basis: 75%
}

.grid--cell10 {
    flex-basis: 83.33333333%
}

.grid--cell11 {
    flex-basis: 91.66666667%
}

.grid--cell12 {
    flex-basis: 100%
}

.grid__allcells1>.grid,
.grid__allcells1>.grid--cell {
    flex-basis: 8.33333333%
}

.grid__allcells2>.grid,
.grid__allcells2>.grid--cell {
    flex-basis: 16.66666667%
}

.grid__allcells3>.grid,
.grid__allcells3>.grid--cell {
    flex-basis: 25%
}

.grid__allcells4>.grid,
.grid__allcells4>.grid--cell {
    flex-basis: 33.33333333%
}

.grid__allcells5>.grid,
.grid__allcells5>.grid--cell {
    flex-basis: 41.66666667%
}

.grid__allcells6>.grid,
.grid__allcells6>.grid--cell {
    flex-basis: 50%
}

.grid__allcells7>.grid,
.grid__allcells7>.grid--cell {
    flex-basis: 58.33333333%
}

.grid__allcells8>.grid,
.grid__allcells8>.grid--cell {
    flex-basis: 66.66666667%
}

.grid__allcells9>.grid,
.grid__allcells9>.grid--cell {
    flex-basis: 75%
}

.grid__allcells10>.grid,
.grid__allcells10>.grid--cell {
    flex-basis: 83.33333333%
}

.grid__allcells11>.grid,
.grid__allcells11>.grid--cell {
    flex-basis: 91.66666667%
}

.grid__allcells12>.grid,
.grid__allcells12>.grid--cell {
    flex-basis: 100%
}

.gs2 {
    margin: -1px
}

.gs2>.grid,
.gs2>.grid--cell {
    margin: 1px
}

.gs2>.grid--cell1 {
    margin: 1px
}

.gs2>.grid--cell1,
.gs2.grid__allcells1>.grid,
.gs2.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 2px)
}

.gs2>.grid--cell2 {
    margin: 1px
}

.gs2>.grid--cell2,
.gs2.grid__allcells2>.grid,
.gs2.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 2px)
}

.gs2>.grid--cell3 {
    margin: 1px
}

.gs2>.grid--cell3,
.gs2.grid__allcells3>.grid,
.gs2.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 2px)
}

.gs2>.grid--cell4 {
    margin: 1px
}

.gs2>.grid--cell4,
.gs2.grid__allcells4>.grid,
.gs2.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 2px)
}

.gs2>.grid--cell5 {
    margin: 1px
}

.gs2>.grid--cell5,
.gs2.grid__allcells5>.grid,
.gs2.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 2px)
}

.gs2>.grid--cell6 {
    margin: 1px
}

.gs2>.grid--cell6,
.gs2.grid__allcells6>.grid,
.gs2.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 2px)
}

.gs2>.grid--cell7 {
    margin: 1px
}

.gs2>.grid--cell7,
.gs2.grid__allcells7>.grid,
.gs2.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 2px)
}

.gs2>.grid--cell8 {
    margin: 1px
}

.gs2>.grid--cell8,
.gs2.grid__allcells8>.grid,
.gs2.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 2px)
}

.gs2>.grid--cell9 {
    margin: 1px
}

.gs2>.grid--cell9,
.gs2.grid__allcells9>.grid,
.gs2.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 2px)
}

.gs2>.grid--cell10 {
    margin: 1px
}

.gs2>.grid--cell10,
.gs2.grid__allcells10>.grid,
.gs2.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 2px)
}

.gs2>.grid--cell11 {
    margin: 1px
}

.gs2>.grid--cell11,
.gs2.grid__allcells11>.grid,
.gs2.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 2px)
}

.gs2>.grid--cell12 {
    margin: 1px
}

.gs2>.grid--cell12,
.gs2.grid__allcells12>.grid,
.gs2.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 2px)
}

.gs4 {
    margin: -2px
}

.gs4>.grid,
.gs4>.grid--cell {
    margin: 2px
}

.gs4>.grid--cell1 {
    margin: 2px
}

.gs4>.grid--cell1,
.gs4.grid__allcells1>.grid,
.gs4.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 4px)
}

.gs4>.grid--cell2 {
    margin: 2px
}

.gs4>.grid--cell2,
.gs4.grid__allcells2>.grid,
.gs4.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 4px)
}

.gs4>.grid--cell3 {
    margin: 2px
}

.gs4>.grid--cell3,
.gs4.grid__allcells3>.grid,
.gs4.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 4px)
}

.gs4>.grid--cell4 {
    margin: 2px
}

.gs4>.grid--cell4,
.gs4.grid__allcells4>.grid,
.gs4.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 4px)
}

.gs4>.grid--cell5 {
    margin: 2px
}

.gs4>.grid--cell5,
.gs4.grid__allcells5>.grid,
.gs4.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 4px)
}

.gs4>.grid--cell6 {
    margin: 2px
}

.gs4>.grid--cell6,
.gs4.grid__allcells6>.grid,
.gs4.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 4px)
}

.gs4>.grid--cell7 {
    margin: 2px
}

.gs4>.grid--cell7,
.gs4.grid__allcells7>.grid,
.gs4.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 4px)
}

.gs4>.grid--cell8 {
    margin: 2px
}

.gs4>.grid--cell8,
.gs4.grid__allcells8>.grid,
.gs4.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 4px)
}

.gs4>.grid--cell9 {
    margin: 2px
}

.gs4>.grid--cell9,
.gs4.grid__allcells9>.grid,
.gs4.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 4px)
}

.gs4>.grid--cell10 {
    margin: 2px
}

.gs4>.grid--cell10,
.gs4.grid__allcells10>.grid,
.gs4.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 4px)
}

.gs4>.grid--cell11 {
    margin: 2px
}

.gs4>.grid--cell11,
.gs4.grid__allcells11>.grid,
.gs4.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 4px)
}

.gs4>.grid--cell12 {
    margin: 2px
}

.gs4>.grid--cell12,
.gs4.grid__allcells12>.grid,
.gs4.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 4px)
}

.gs6 {
    margin: -3px
}

.gs6>.grid,
.gs6>.grid--cell {
    margin: 3px
}

.gs6>.grid--cell1 {
    margin: 3px
}

.gs6>.grid--cell1,
.gs6.grid__allcells1>.grid,
.gs6.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 6px)
}

.gs6>.grid--cell2 {
    margin: 3px
}

.gs6>.grid--cell2,
.gs6.grid__allcells2>.grid,
.gs6.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 6px)
}

.gs6>.grid--cell3 {
    margin: 3px
}

.gs6>.grid--cell3,
.gs6.grid__allcells3>.grid,
.gs6.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 6px)
}

.gs6>.grid--cell4 {
    margin: 3px
}

.gs6>.grid--cell4,
.gs6.grid__allcells4>.grid,
.gs6.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 6px)
}

.gs6>.grid--cell5 {
    margin: 3px
}

.gs6>.grid--cell5,
.gs6.grid__allcells5>.grid,
.gs6.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 6px)
}

.gs6>.grid--cell6 {
    margin: 3px
}

.gs6>.grid--cell6,
.gs6.grid__allcells6>.grid,
.gs6.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 6px)
}

.gs6>.grid--cell7 {
    margin: 3px
}

.gs6>.grid--cell7,
.gs6.grid__allcells7>.grid,
.gs6.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 6px)
}

.gs6>.grid--cell8 {
    margin: 3px
}

.gs6>.grid--cell8,
.gs6.grid__allcells8>.grid,
.gs6.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 6px)
}

.gs6>.grid--cell9 {
    margin: 3px
}

.gs6>.grid--cell9,
.gs6.grid__allcells9>.grid,
.gs6.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 6px)
}

.gs6>.grid--cell10 {
    margin: 3px
}

.gs6>.grid--cell10,
.gs6.grid__allcells10>.grid,
.gs6.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 6px)
}

.gs6>.grid--cell11 {
    margin: 3px
}

.gs6>.grid--cell11,
.gs6.grid__allcells11>.grid,
.gs6.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 6px)
}

.gs6>.grid--cell12 {
    margin: 3px
}

.gs6>.grid--cell12,
.gs6.grid__allcells12>.grid,
.gs6.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 6px)
}

.gs8 {
    margin: -4px
}

.gs8>.grid,
.gs8>.grid--cell {
    margin: 4px
}

.gs8>.grid--cell1 {
    margin: 4px
}

.gs8>.grid--cell1,
.gs8.grid__allcells1>.grid,
.gs8.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 8px)
}

.gs8>.grid--cell2 {
    margin: 4px
}

.gs8>.grid--cell2,
.gs8.grid__allcells2>.grid,
.gs8.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 8px)
}

.gs8>.grid--cell3 {
    margin: 4px
}

.gs8>.grid--cell3,
.gs8.grid__allcells3>.grid,
.gs8.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 8px)
}

.gs8>.grid--cell4 {
    margin: 4px
}

.gs8>.grid--cell4,
.gs8.grid__allcells4>.grid,
.gs8.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 8px)
}

.gs8>.grid--cell5 {
    margin: 4px
}

.gs8>.grid--cell5,
.gs8.grid__allcells5>.grid,
.gs8.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 8px)
}

.gs8>.grid--cell6 {
    margin: 4px
}

.gs8>.grid--cell6,
.gs8.grid__allcells6>.grid,
.gs8.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 8px)
}

.gs8>.grid--cell7 {
    margin: 4px
}

.gs8>.grid--cell7,
.gs8.grid__allcells7>.grid,
.gs8.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 8px)
}

.gs8>.grid--cell8 {
    margin: 4px
}

.gs8>.grid--cell8,
.gs8.grid__allcells8>.grid,
.gs8.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 8px)
}

.gs8>.grid--cell9 {
    margin: 4px
}

.gs8>.grid--cell9,
.gs8.grid__allcells9>.grid,
.gs8.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 8px)
}

.gs8>.grid--cell10 {
    margin: 4px
}

.gs8>.grid--cell10,
.gs8.grid__allcells10>.grid,
.gs8.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 8px)
}

.gs8>.grid--cell11 {
    margin: 4px
}

.gs8>.grid--cell11,
.gs8.grid__allcells11>.grid,
.gs8.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 8px)
}

.gs8>.grid--cell12 {
    margin: 4px
}

.gs8>.grid--cell12,
.gs8.grid__allcells12>.grid,
.gs8.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 8px)
}

.gs12 {
    margin: -6px
}

.gs12>.grid,
.gs12>.grid--cell {
    margin: 6px
}

.gs12>.grid--cell1 {
    margin: 6px
}

.gs12>.grid--cell1,
.gs12.grid__allcells1>.grid,
.gs12.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 12px)
}

.gs12>.grid--cell2 {
    margin: 6px
}

.gs12>.grid--cell2,
.gs12.grid__allcells2>.grid,
.gs12.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 12px)
}

.gs12>.grid--cell3 {
    margin: 6px
}

.gs12>.grid--cell3,
.gs12.grid__allcells3>.grid,
.gs12.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 12px)
}

.gs12>.grid--cell4 {
    margin: 6px
}

.gs12>.grid--cell4,
.gs12.grid__allcells4>.grid,
.gs12.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 12px)
}

.gs12>.grid--cell5 {
    margin: 6px
}

.gs12>.grid--cell5,
.gs12.grid__allcells5>.grid,
.gs12.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 12px)
}

.gs12>.grid--cell6 {
    margin: 6px
}

.gs12>.grid--cell6,
.gs12.grid__allcells6>.grid,
.gs12.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 12px)
}

.gs12>.grid--cell7 {
    margin: 6px
}

.gs12>.grid--cell7,
.gs12.grid__allcells7>.grid,
.gs12.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 12px)
}

.gs12>.grid--cell8 {
    margin: 6px
}

.gs12>.grid--cell8,
.gs12.grid__allcells8>.grid,
.gs12.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 12px)
}

.gs12>.grid--cell9 {
    margin: 6px
}

.gs12>.grid--cell9,
.gs12.grid__allcells9>.grid,
.gs12.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 12px)
}

.gs12>.grid--cell10 {
    margin: 6px
}

.gs12>.grid--cell10,
.gs12.grid__allcells10>.grid,
.gs12.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 12px)
}

.gs12>.grid--cell11 {
    margin: 6px
}

.gs12>.grid--cell11,
.gs12.grid__allcells11>.grid,
.gs12.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 12px)
}

.gs12>.grid--cell12 {
    margin: 6px
}

.gs12>.grid--cell12,
.gs12.grid__allcells12>.grid,
.gs12.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 12px)
}

.gs16 {
    margin: -8px
}

.gs16>.grid,
.gs16>.grid--cell {
    margin: 8px
}

.gs16>.grid--cell1 {
    margin: 8px
}

.gs16>.grid--cell1,
.gs16.grid__allcells1>.grid,
.gs16.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 16px)
}

.gs16>.grid--cell2 {
    margin: 8px
}

.gs16>.grid--cell2,
.gs16.grid__allcells2>.grid,
.gs16.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 16px)
}

.gs16>.grid--cell3 {
    margin: 8px
}

.gs16>.grid--cell3,
.gs16.grid__allcells3>.grid,
.gs16.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 16px)
}

.gs16>.grid--cell4 {
    margin: 8px
}

.gs16>.grid--cell4,
.gs16.grid__allcells4>.grid,
.gs16.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 16px)
}

.gs16>.grid--cell5 {
    margin: 8px
}

.gs16>.grid--cell5,
.gs16.grid__allcells5>.grid,
.gs16.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 16px)
}

.gs16>.grid--cell6 {
    margin: 8px
}

.gs16>.grid--cell6,
.gs16.grid__allcells6>.grid,
.gs16.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 16px)
}

.gs16>.grid--cell7 {
    margin: 8px
}

.gs16>.grid--cell7,
.gs16.grid__allcells7>.grid,
.gs16.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 16px)
}

.gs16>.grid--cell8 {
    margin: 8px
}

.gs16>.grid--cell8,
.gs16.grid__allcells8>.grid,
.gs16.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 16px)
}

.gs16>.grid--cell9 {
    margin: 8px
}

.gs16>.grid--cell9,
.gs16.grid__allcells9>.grid,
.gs16.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 16px)
}

.gs16>.grid--cell10 {
    margin: 8px
}

.gs16>.grid--cell10,
.gs16.grid__allcells10>.grid,
.gs16.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 16px)
}

.gs16>.grid--cell11 {
    margin: 8px
}

.gs16>.grid--cell11,
.gs16.grid__allcells11>.grid,
.gs16.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 16px)
}

.gs16>.grid--cell12 {
    margin: 8px
}

.gs16>.grid--cell12,
.gs16.grid__allcells12>.grid,
.gs16.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 16px)
}

.gs24 {
    margin: -12px
}

.gs24>.grid,
.gs24>.grid--cell {
    margin: 12px
}

.gs24>.grid--cell1 {
    margin: 12px
}

.gs24>.grid--cell1,
.gs24.grid__allcells1>.grid,
.gs24.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 24px)
}

.gs24>.grid--cell2 {
    margin: 12px
}

.gs24>.grid--cell2,
.gs24.grid__allcells2>.grid,
.gs24.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 24px)
}

.gs24>.grid--cell3 {
    margin: 12px
}

.gs24>.grid--cell3,
.gs24.grid__allcells3>.grid,
.gs24.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 24px)
}

.gs24>.grid--cell4 {
    margin: 12px
}

.gs24>.grid--cell4,
.gs24.grid__allcells4>.grid,
.gs24.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 24px)
}

.gs24>.grid--cell5 {
    margin: 12px
}

.gs24>.grid--cell5,
.gs24.grid__allcells5>.grid,
.gs24.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 24px)
}

.gs24>.grid--cell6 {
    margin: 12px
}

.gs24>.grid--cell6,
.gs24.grid__allcells6>.grid,
.gs24.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 24px)
}

.gs24>.grid--cell7 {
    margin: 12px
}

.gs24>.grid--cell7,
.gs24.grid__allcells7>.grid,
.gs24.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 24px)
}

.gs24>.grid--cell8 {
    margin: 12px
}

.gs24>.grid--cell8,
.gs24.grid__allcells8>.grid,
.gs24.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 24px)
}

.gs24>.grid--cell9 {
    margin: 12px
}

.gs24>.grid--cell9,
.gs24.grid__allcells9>.grid,
.gs24.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 24px)
}

.gs24>.grid--cell10 {
    margin: 12px
}

.gs24>.grid--cell10,
.gs24.grid__allcells10>.grid,
.gs24.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 24px)
}

.gs24>.grid--cell11 {
    margin: 12px
}

.gs24>.grid--cell11,
.gs24.grid__allcells11>.grid,
.gs24.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 24px)
}

.gs24>.grid--cell12 {
    margin: 12px
}

.gs24>.grid--cell12,
.gs24.grid__allcells12>.grid,
.gs24.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 24px)
}

.gs32 {
    margin: -16px
}

.gs32>.grid,
.gs32>.grid--cell {
    margin: 16px
}

.gs32>.grid--cell1 {
    margin: 16px
}

.gs32>.grid--cell1,
.gs32.grid__allcells1>.grid,
.gs32.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 32px)
}

.gs32>.grid--cell2 {
    margin: 16px
}

.gs32>.grid--cell2,
.gs32.grid__allcells2>.grid,
.gs32.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 32px)
}

.gs32>.grid--cell3 {
    margin: 16px
}

.gs32>.grid--cell3,
.gs32.grid__allcells3>.grid,
.gs32.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 32px)
}

.gs32>.grid--cell4 {
    margin: 16px
}

.gs32>.grid--cell4,
.gs32.grid__allcells4>.grid,
.gs32.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 32px)
}

.gs32>.grid--cell5 {
    margin: 16px
}

.gs32>.grid--cell5,
.gs32.grid__allcells5>.grid,
.gs32.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 32px)
}

.gs32>.grid--cell6 {
    margin: 16px
}

.gs32>.grid--cell6,
.gs32.grid__allcells6>.grid,
.gs32.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 32px)
}

.gs32>.grid--cell7 {
    margin: 16px
}

.gs32>.grid--cell7,
.gs32.grid__allcells7>.grid,
.gs32.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 32px)
}

.gs32>.grid--cell8 {
    margin: 16px
}

.gs32>.grid--cell8,
.gs32.grid__allcells8>.grid,
.gs32.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 32px)
}

.gs32>.grid--cell9 {
    margin: 16px
}

.gs32>.grid--cell9,
.gs32.grid__allcells9>.grid,
.gs32.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 32px)
}

.gs32>.grid--cell10 {
    margin: 16px
}

.gs32>.grid--cell10,
.gs32.grid__allcells10>.grid,
.gs32.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 32px)
}

.gs32>.grid--cell11 {
    margin: 16px
}

.gs32>.grid--cell11,
.gs32.grid__allcells11>.grid,
.gs32.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 32px)
}

.gs32>.grid--cell12 {
    margin: 16px
}

.gs32>.grid--cell12,
.gs32.grid__allcells12>.grid,
.gs32.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 32px)
}

.gs48 {
    margin: -24px
}

.gs48>.grid,
.gs48>.grid--cell {
    margin: 24px
}

.gs48>.grid--cell1 {
    margin: 24px
}

.gs48>.grid--cell1,
.gs48.grid__allcells1>.grid,
.gs48.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 48px)
}

.gs48>.grid--cell2 {
    margin: 24px
}

.gs48>.grid--cell2,
.gs48.grid__allcells2>.grid,
.gs48.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 48px)
}

.gs48>.grid--cell3 {
    margin: 24px
}

.gs48>.grid--cell3,
.gs48.grid__allcells3>.grid,
.gs48.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 48px)
}

.gs48>.grid--cell4 {
    margin: 24px
}

.gs48>.grid--cell4,
.gs48.grid__allcells4>.grid,
.gs48.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 48px)
}

.gs48>.grid--cell5 {
    margin: 24px
}

.gs48>.grid--cell5,
.gs48.grid__allcells5>.grid,
.gs48.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 48px)
}

.gs48>.grid--cell6 {
    margin: 24px
}

.gs48>.grid--cell6,
.gs48.grid__allcells6>.grid,
.gs48.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 48px)
}

.gs48>.grid--cell7 {
    margin: 24px
}

.gs48>.grid--cell7,
.gs48.grid__allcells7>.grid,
.gs48.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 48px)
}

.gs48>.grid--cell8 {
    margin: 24px
}

.gs48>.grid--cell8,
.gs48.grid__allcells8>.grid,
.gs48.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 48px)
}

.gs48>.grid--cell9 {
    margin: 24px
}

.gs48>.grid--cell9,
.gs48.grid__allcells9>.grid,
.gs48.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 48px)
}

.gs48>.grid--cell10 {
    margin: 24px
}

.gs48>.grid--cell10,
.gs48.grid__allcells10>.grid,
.gs48.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 48px)
}

.gs48>.grid--cell11 {
    margin: 24px
}

.gs48>.grid--cell11,
.gs48.grid__allcells11>.grid,
.gs48.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 48px)
}

.gs48>.grid--cell12 {
    margin: 24px
}

.gs48>.grid--cell12,
.gs48.grid__allcells12>.grid,
.gs48.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 48px)
}

.gs64 {
    margin: -32px
}

.gs64>.grid,
.gs64>.grid--cell {
    margin: 32px
}

.gs64>.grid--cell1 {
    margin: 32px
}

.gs64>.grid--cell1,
.gs64.grid__allcells1>.grid,
.gs64.grid__allcells1>.grid--cell {
    flex-basis: calc(8.333333333333334% - 64px)
}

.gs64>.grid--cell2 {
    margin: 32px
}

.gs64>.grid--cell2,
.gs64.grid__allcells2>.grid,
.gs64.grid__allcells2>.grid--cell {
    flex-basis: calc(16.666666666666668% - 64px)
}

.gs64>.grid--cell3 {
    margin: 32px
}

.gs64>.grid--cell3,
.gs64.grid__allcells3>.grid,
.gs64.grid__allcells3>.grid--cell {
    flex-basis: calc(25% - 64px)
}

.gs64>.grid--cell4 {
    margin: 32px
}

.gs64>.grid--cell4,
.gs64.grid__allcells4>.grid,
.gs64.grid__allcells4>.grid--cell {
    flex-basis: calc(33.333333333333336% - 64px)
}

.gs64>.grid--cell5 {
    margin: 32px
}

.gs64>.grid--cell5,
.gs64.grid__allcells5>.grid,
.gs64.grid__allcells5>.grid--cell {
    flex-basis: calc(41.666666666666664% - 64px)
}

.gs64>.grid--cell6 {
    margin: 32px
}

.gs64>.grid--cell6,
.gs64.grid__allcells6>.grid,
.gs64.grid__allcells6>.grid--cell {
    flex-basis: calc(50% - 64px)
}

.gs64>.grid--cell7 {
    margin: 32px
}

.gs64>.grid--cell7,
.gs64.grid__allcells7>.grid,
.gs64.grid__allcells7>.grid--cell {
    flex-basis: calc(58.333333333333336% - 64px)
}

.gs64>.grid--cell8 {
    margin: 32px
}

.gs64>.grid--cell8,
.gs64.grid__allcells8>.grid,
.gs64.grid__allcells8>.grid--cell {
    flex-basis: calc(66.66666666666667% - 64px)
}

.gs64>.grid--cell9 {
    margin: 32px
}

.gs64>.grid--cell9,
.gs64.grid__allcells9>.grid,
.gs64.grid__allcells9>.grid--cell {
    flex-basis: calc(75% - 64px)
}

.gs64>.grid--cell10 {
    margin: 32px
}

.gs64>.grid--cell10,
.gs64.grid__allcells10>.grid,
.gs64.grid__allcells10>.grid--cell {
    flex-basis: calc(83.33333333333333% - 64px)
}

.gs64>.grid--cell11 {
    margin: 32px
}

.gs64>.grid--cell11,
.gs64.grid__allcells11>.grid,
.gs64.grid__allcells11>.grid--cell {
    flex-basis: calc(91.66666666666667% - 64px)
}

.gs64>.grid--cell12 {
    margin: 32px
}

.gs64>.grid--cell12,
.gs64.grid__allcells12>.grid,
.gs64.grid__allcells12>.grid--cell {
    flex-basis: calc(100% - 64px)
}

.gsx,
.gsx>.grid,
.gsx>[class*="grid--cell"] {
    margin-top: 0;
    margin-bottom: 0
}

.gsy,
.gsy>.grid,
.gsy>[class*="grid--cell"] {
    margin-right: 0;
    margin-left: 0
}

.m0 {
    margin: 0 !important
}

.m2 {
    margin: 2px !important
}

.m4 {
    margin: 4px !important
}

.m6 {
    margin: 6px !important
}

.m8 {
    margin: 8px !important
}

.m12 {
    margin: 12px !important
}

.m16 {
    margin: 16px !important
}

.m24 {
    margin: 24px !important
}

.m32 {
    margin: 32px !important
}

.m48 {
    margin: 48px !important
}

.m64 {
    margin: 64px !important
}

.m96 {
    margin: 96px !important
}

.m128 {
    margin: 128px !important
}

.m-auto {
    margin: auto !important
}

.mn2 {
    margin: -2px !important
}

.mn4 {
    margin: -4px !important
}

.mn6 {
    margin: -6px !important
}

.mn8 {
    margin: -8px !important
}

.mn12 {
    margin: -12px !important
}

.mn16 {
    margin: -16px !important
}

.mn24 {
    margin: -24px !important
}

.mn32 {
    margin: -32px !important
}

.mn48 {
    margin: -48px !important
}

.mn64 {
    margin: -64px !important
}

.mn96 {
    margin: -96px !important
}

.mn128 {
    margin: -128px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt2 {
    margin-top: 2px !important
}

.mt4 {
    margin-top: 4px !important
}

.mt6 {
    margin-top: 6px !important
}

.mt8 {
    margin-top: 8px !important
}

.mt12 {
    margin-top: 12px !important
}

.mt16 {
    margin-top: 16px !important
}

.mt24 {
    margin-top: 24px !important
}

.mt32 {
    margin-top: 32px !important
}

.mt48 {
    margin-top: 48px !important
}

.mt64 {
    margin-top: 64px !important
}

.mt96 {
    margin-top: 96px !important
}

.mt128 {
    margin-top: 128px !important
}

.mt-auto {
    margin-top: auto !important
}

.mtn1 {
    margin-top: -1px !important
}

.mtn2 {
    margin-top: -2px !important
}

.mtn4 {
    margin-top: -4px !important
}

.mtn6 {
    margin-top: -6px !important
}

.mtn8 {
    margin-top: -8px !important
}

.mtn12 {
    margin-top: -12px !important
}

.mtn16 {
    margin-top: -16px !important
}

.mtn24 {
    margin-top: -24px !important
}

.mtn32 {
    margin-top: -32px !important
}

.mtn48 {
    margin-top: -48px !important
}

.mtn64 {
    margin-top: -64px !important
}

.mtn96 {
    margin-top: -96px !important
}

.mtn128 {
    margin-top: -128px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr2 {
    margin-right: 2px !important
}

.mr4 {
    margin-right: 4px !important
}

.mr6 {
    margin-right: 6px !important
}

.mr8 {
    margin-right: 8px !important
}

.mr12 {
    margin-right: 12px !important
}

.mr16 {
    margin-right: 16px !important
}

.mr24 {
    margin-right: 24px !important
}

.mr32 {
    margin-right: 32px !important
}

.mr48 {
    margin-right: 48px !important
}

.mr64 {
    margin-right: 64px !important
}

.mr96 {
    margin-right: 96px !important
}

.mr128 {
    margin-right: 128px !important
}

.mr-auto {
    margin-right: auto !important
}

.mrn1 {
    margin-right: -1px !important
}

.mrn2 {
    margin-right: -2px !important
}

.mrn4 {
    margin-right: -4px !important
}

.mrn6 {
    margin-right: -6px !important
}

.mrn8 {
    margin-right: -8px !important
}

.mrn12 {
    margin-right: -12px !important
}

.mrn16 {
    margin-right: -16px !important
}

.mrn24 {
    margin-right: -24px !important
}

.mrn32 {
    margin-right: -32px !important
}

.mrn48 {
    margin-right: -48px !important
}

.mrn64 {
    margin-right: -64px !important
}

.mrn96 {
    margin-right: -96px !important
}

.mrn128 {
    margin-right: -128px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb2 {
    margin-bottom: 2px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb12 {
    margin-bottom: 12px !important
}

.mb16 {
    margin-bottom: 16px !important
}

.mb24 {
    margin-bottom: 24px !important
}

.mb32 {
    margin-bottom: 32px !important
}

.mb48 {
    margin-bottom: 48px !important
}

.mb64 {
    margin-bottom: 64px !important
}

.mb96 {
    margin-bottom: 96px !important
}

.mb128 {
    margin-bottom: 128px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mbn1 {
    margin-bottom: -1px !important
}

.mbn2 {
    margin-bottom: -2px !important
}

.mbn4 {
    margin-bottom: -4px !important
}

.mbn6 {
    margin-bottom: -6px !important
}

.mbn8 {
    margin-bottom: -8px !important
}

.mbn12 {
    margin-bottom: -12px !important
}

.mbn16 {
    margin-bottom: -16px !important
}

.mbn24 {
    margin-bottom: -24px !important
}

.mbn32 {
    margin-bottom: -32px !important
}

.mbn48 {
    margin-bottom: -48px !important
}

.mbn64 {
    margin-bottom: -64px !important
}

.mbn96 {
    margin-bottom: -96px !important
}

.mbn128 {
    margin-bottom: -128px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml2 {
    margin-left: 2px !important
}

.ml4 {
    margin-left: 4px !important
}

.ml6 {
    margin-left: 6px !important
}

.ml8 {
    margin-left: 8px !important
}

.ml12 {
    margin-left: 12px !important
}

.ml16 {
    margin-left: 16px !important
}

.ml24 {
    margin-left: 24px !important
}

.ml32 {
    margin-left: 32px !important
}

.ml48 {
    margin-left: 48px !important
}

.ml64 {
    margin-left: 64px !important
}

.ml96 {
    margin-left: 96px !important
}

.ml128 {
    margin-left: 128px !important
}

.ml-auto {
    margin-left: auto !important
}

.mln1 {
    margin-left: -1px !important
}

.mln2 {
    margin-left: -2px !important
}

.mln4 {
    margin-left: -4px !important
}

.mln6 {
    margin-left: -6px !important
}

.mln8 {
    margin-left: -8px !important
}

.mln12 {
    margin-left: -12px !important
}

.mln16 {
    margin-left: -16px !important
}

.mln24 {
    margin-left: -24px !important
}

.mln32 {
    margin-left: -32px !important
}

.mln48 {
    margin-left: -48px !important
}

.mln64 {
    margin-left: -64px !important
}

.mln96 {
    margin-left: -96px !important
}

.mln128 {
    margin-left: -128px !important
}

.mx0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx2 {
    margin-left: 2px !important;
    margin-right: 2px !important
}

.mx4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.mx6 {
    margin-left: 6px !important;
    margin-right: 6px !important
}

.mx8 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.mx12 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.mx16 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.mx24 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.mx32 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.mx48 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.mx64 {
    margin-left: 64px !important;
    margin-right: 64px !important
}

.mx96 {
    margin-left: 96px !important;
    margin-right: 96px !important
}

.mx128 {
    margin-left: 128px !important;
    margin-right: 128px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mxn1 {
    margin-left: -1px !important;
    margin-right: -1px !important
}

.mxn2 {
    margin-left: -2px !important;
    margin-right: -2px !important
}

.mxn4 {
    margin-left: -4px !important;
    margin-right: -4px !important
}

.mxn8 {
    margin-left: -8px !important;
    margin-right: -8px !important
}

.mxn12 {
    margin-left: -12px !important;
    margin-right: -12px !important
}

.mxn16 {
    margin-left: -16px !important;
    margin-right: -16px !important
}

.mxn24 {
    margin-left: -24px !important;
    margin-right: -24px !important
}

.mxn32 {
    margin-left: -32px !important;
    margin-right: -32px !important
}

.mxn48 {
    margin-left: -48px !important;
    margin-right: -48px !important
}

.mxn64 {
    margin-left: -64px !important;
    margin-right: -64px !important
}

.mxn96 {
    margin-left: -96px !important;
    margin-right: -96px !important
}

.mxn128 {
    margin-left: -128px !important;
    margin-right: -128px !important
}

.my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

.my4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
}

.my6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.my8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.my12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.my16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.my24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.my32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.my48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.my64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
}

.my96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important
}

.my128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.myn1 {
    margin-top: -1px !important;
    margin-bottom: -1px !important
}

.myn2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important
}

.myn4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important
}

.myn8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important
}

.myn12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important
}

.myn16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important
}

.myn24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important
}

.myn32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important
}

.myn48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important
}

.myn64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important
}

.myn96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important
}

.myn128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important
}

.p0 {
    padding: 0 !important
}

.p2 {
    padding: 2px !important
}

.p4 {
    padding: 4px !important
}

.p6 {
    padding: 6px !important
}

.p8 {
    padding: 8px !important
}

.p12 {
    padding: 12px !important
}

.p16 {
    padding: 16px !important
}

.p24 {
    padding: 24px !important
}

.p32 {
    padding: 32px !important
}

.p48 {
    padding: 48px !important
}

.p64 {
    padding: 64px !important
}

.p96 {
    padding: 96px !important
}

.p128 {
    padding: 128px !important
}

.pt0 {
    padding-top: 0 !important
}

.pt2 {
    padding-top: 2px !important
}

.pt4 {
    padding-top: 4px !important
}

.pt6 {
    padding-top: 6px !important
}

.pt8 {
    padding-top: 8px !important
}

.pt12 {
    padding-top: 12px !important
}

.pt16 {
    padding-top: 16px !important
}

.pt24 {
    padding-top: 24px !important
}

.pt32 {
    padding-top: 32px !important
}

.pt48 {
    padding-top: 48px !important
}

.pt64 {
    padding-top: 64px !important
}

.pt96 {
    padding-top: 96px !important
}

.pt128 {
    padding-top: 128px !important
}

.pr0 {
    padding-right: 0 !important
}

.pr2 {
    padding-right: 2px !important
}

.pr4 {
    padding-right: 4px !important
}

.pr6 {
    padding-right: 6px !important
}

.pr8 {
    padding-right: 8px !important
}

.pr12 {
    padding-right: 12px !important
}

.pr16 {
    padding-right: 16px !important
}

.pr24 {
    padding-right: 24px !important
}

.pr32 {
    padding-right: 32px !important
}

.pr48 {
    padding-right: 48px !important
}

.pr64 {
    padding-right: 64px !important
}

.pr96 {
    padding-right: 96px !important
}

.pr128 {
    padding-right: 128px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb2 {
    padding-bottom: 2px !important
}

.pb4 {
    padding-bottom: 4px !important
}

.pb6 {
    padding-bottom: 6px !important
}

.pb8 {
    padding-bottom: 8px !important
}

.pb12 {
    padding-bottom: 12px !important
}

.pb16 {
    padding-bottom: 16px !important
}

.pb24 {
    padding-bottom: 24px !important
}

.pb32 {
    padding-bottom: 32px !important
}

.pb48 {
    padding-bottom: 48px !important
}

.pb64 {
    padding-bottom: 64px !important
}

.pb96 {
    padding-bottom: 96px !important
}

.pb128 {
    padding-bottom: 128px !important
}

.pl0 {
    padding-left: 0 !important
}

.pl2 {
    padding-left: 2px !important
}

.pl4 {
    padding-left: 4px !important
}

.pl6 {
    padding-left: 6px !important
}

.pl8 {
    padding-left: 8px !important
}

.pl12 {
    padding-left: 12px !important
}

.pl16 {
    padding-left: 16px !important
}

.pl24 {
    padding-left: 24px !important
}

.pl32 {
    padding-left: 32px !important
}

.pl48 {
    padding-left: 48px !important
}

.pl64 {
    padding-left: 64px !important
}

.pl96 {
    padding-left: 96px !important
}

.pl128 {
    padding-left: 128px !important
}

.px0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px2 {
    padding-left: 2px !important;
    padding-right: 2px !important
}

.px4 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.px6 {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.px8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.px12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.px16 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.px24 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.px32 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.px48 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.px64 {
    padding-left: 64px !important;
    padding-right: 64px !important
}

.px96 {
    padding-left: 96px !important;
    padding-right: 96px !important
}

.px128 {
    padding-left: 128px !important;
    padding-right: 128px !important
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.py4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
}

.py6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.py8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.py16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.py24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.py32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.py48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.py64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.py96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important
}

.py128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important
}

.t0 {
    top: 0 !important
}

.t1 {
    top: 1px !important
}

.tn1 {
    top: -1px !important
}

.t2 {
    top: 2px !important
}

.tn2 {
    top: -2px !important
}

.t4 {
    top: 4px !important
}

.tn4 {
    top: -4px !important
}

.t6 {
    top: 6px !important
}

.tn6 {
    top: -6px !important
}

.t8 {
    top: 8px !important
}

.tn8 {
    top: -8px !important
}

.t12 {
    top: 12px !important
}

.tn12 {
    top: -12px !important
}

.t16 {
    top: 16px !important
}

.tn16 {
    top: -16px !important
}

.t24 {
    top: 24px !important
}

.tn24 {
    top: -24px !important
}

.t32 {
    top: 32px !important
}

.tn32 {
    top: -32px !important
}

.t48 {
    top: 48px !important
}

.tn48 {
    top: -48px !important
}

.t64 {
    top: 64px !important
}

.tn64 {
    top: -64px !important
}

.t96 {
    top: 96px !important
}

.tn96 {
    top: -96px !important
}

.t128 {
    top: 128px !important
}

.tn128 {
    top: -128px !important
}

.t50 {
    top: 50% !important
}

.tn50 {
    top: -50% !important
}

.t100 {
    top: 100% !important
}

.tn100 {
    top: -100% !important
}

.r0 {
    right: 0 !important
}

.r1 {
    right: 1px !important
}

.rn1 {
    right: -1px !important
}

.r2 {
    right: 2px !important
}

.rn2 {
    right: -2px !important
}

.r4 {
    right: 4px !important
}

.rn4 {
    right: -4px !important
}

.r6 {
    right: 6px !important
}

.rn6 {
    right: -6px !important
}

.r8 {
    right: 8px !important
}

.rn8 {
    right: -8px !important
}

.r12 {
    right: 12px !important
}

.rn12 {
    right: -12px !important
}

.r16 {
    right: 16px !important
}

.rn16 {
    right: -16px !important
}

.r24 {
    right: 24px !important
}

.rn24 {
    right: -24px !important
}

.r32 {
    right: 32px !important
}

.rn32 {
    right: -32px !important
}

.r48 {
    right: 48px !important
}

.rn48 {
    right: -48px !important
}

.r64 {
    right: 64px !important
}

.rn64 {
    right: -64px !important
}

.r96 {
    right: 96px !important
}

.rn96 {
    right: -96px !important
}

.r128 {
    right: 128px !important
}

.rn128 {
    right: -128px !important
}

.r50 {
    right: 50% !important
}

.rn50 {
    right: -50% !important
}

.r100 {
    right: 100% !important
}

.rn100 {
    right: -100% !important
}

.b0 {
    bottom: 0 !important
}

.b1 {
    bottom: 1px !important
}

.bn1 {
    bottom: -1px !important
}

.b2 {
    bottom: 2px !important
}

.bn2 {
    bottom: -2px !important
}

.b4 {
    bottom: 4px !important
}

.bn4 {
    bottom: -4px !important
}

.b6 {
    bottom: 6px !important
}

.bn6 {
    bottom: -6px !important
}

.b8 {
    bottom: 8px !important
}

.bn8 {
    bottom: -8px !important
}

.b12 {
    bottom: 12px !important
}

.bn12 {
    bottom: -12px !important
}

.b16 {
    bottom: 16px !important
}

.bn16 {
    bottom: -16px !important
}

.b24 {
    bottom: 24px !important
}

.bn24 {
    bottom: -24px !important
}

.b32 {
    bottom: 32px !important
}

.bn32 {
    bottom: -32px !important
}

.b48 {
    bottom: 48px !important
}

.bn48 {
    bottom: -48px !important
}

.b64 {
    bottom: 64px !important
}

.bn64 {
    bottom: -64px !important
}

.b96 {
    bottom: 96px !important
}

.bn96 {
    bottom: -96px !important
}

.b128 {
    bottom: 128px !important
}

.bn128 {
    bottom: -128px !important
}

.b50 {
    bottom: 50% !important
}

.bn50 {
    bottom: -50% !important
}

.b100 {
    bottom: 100% !important
}

.bn100 {
    bottom: -100% !important
}

.l0 {
    left: 0 !important
}

.l1 {
    left: 1px !important
}

.ln1 {
    left: -1px !important
}

.l2 {
    left: 2px !important
}

.ln2 {
    left: -2px !important
}

.l4 {
    left: 4px !important
}

.ln4 {
    left: -4px !important
}

.l6 {
    left: 6px !important
}

.ln6 {
    left: -6px !important
}

.l8 {
    left: 8px !important
}

.ln8 {
    left: -8px !important
}

.l12 {
    left: 12px !important
}

.ln12 {
    left: -12px !important
}

.l16 {
    left: 16px !important
}

.ln16 {
    left: -16px !important
}

.l24 {
    left: 24px !important
}

.ln24 {
    left: -24px !important
}

.l32 {
    left: 32px !important
}

.ln32 {
    left: -32px !important
}

.l48 {
    left: 48px !important
}

.ln48 {
    left: -48px !important
}

.l64 {
    left: 64px !important
}

.ln64 {
    left: -64px !important
}

.l96 {
    left: 96px !important
}

.ln96 {
    left: -96px !important
}

.l128 {
    left: 128px !important
}

.ln128 {
    left: -128px !important
}

.l50 {
    left: 50% !important
}

.ln50 {
    left: -50% !important
}

.l100 {
    left: 100% !important
}

.ln100 {
    left: -100% !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0
}

.fs-display4 {
    font-size: 7.61538461rem !important
}

.fs-display3 {
    font-size: 5.30769231rem !important
}

.fs-display2 {
    font-size: 4.23076923rem !important
}

.fs-display1 {
    font-size: 3.30769231rem !important
}

.fs-headline2 {
    font-size: 2.61538461rem !important
}

.fs-headline1 {
    font-size: 2.07692308rem !important
}

.fs-title {
    font-size: 1.61538462rem !important
}

.fs-subheading {
    font-size: 1.46153846rem !important
}

.fs-body3 {
    font-size: 1.30769231rem !important
}

.fs-body2 {
    font-size: 1.15384615rem !important
}

.fs-body1 {
    font-size: 13px !important
}

.fs-caption,
.fs-category {
    font-size: 12px !important
}

.fs-fine {
    font-size: 11px !important
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .fs-display4 {
        font-size: 3.8rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-display3 {
        font-size: 3.3rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-display2 {
        font-size: 3rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-display1 {
        font-size: 2.6rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-headline2 {
        font-size: 2.3rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-headline1 {
        font-size: 2rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-title {
        font-size: 1.8rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-subheading {
        font-size: 1.6rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-body3 {
        font-size: 1.4rem !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .fs-body2 {
        font-size: 1.3rem !important
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .fs-display4 {
        font-size: 3.8rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-display3 {
        font-size: 3.3rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-display2 {
        font-size: 3rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-display1 {
        font-size: 2.6rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-headline2 {
        font-size: 2.3rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-headline1 {
        font-size: 2rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-title {
        font-size: 1.8rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-subheading {
        font-size: 1.6rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-body3 {
        font-size: 1.4rem !important
    }

    html.html__responsive.html__unpinned-leftnav .fs-body2 {
        font-size: 1.3rem !important
    }
}

.fs-category {
    font-weight: 700;
    text-transform: uppercase
}

.fs-category.has-border {
    width: 100%;
    padding: 4px 0;
    border-top: 1px solid var(--black-100)
}

.fc-dark {
    color: var(--fc-dark) !important
}

.fc-medium {
    color: var(--fc-medium) !important
}

.fc-light {
    color: var(--fc-light) !important
}

.lh-xs {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.15384615 !important
}

.lh-md {
    line-height: 1.30769231 !important
}

.lh-lg {
    line-height: 1.61538462 !important
}

.lh-xl {
    line-height: 1.92307692 !important
}

.lh-xxl {
    line-height: 2 !important
}

.lh-unset {
    line-height: initial !important
}

.ff-sans {
    font-family: var(--ff-sans) !important
}

.ff-serif {
    font-family: var(--ff-serif) !important
}

.ff-mono {
    font-family: var(--ff-mono) !important
}

.ff-inherit {
    font-family: inherit !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fs-normal {
    font-style: normal !important
}

.fs-italic {
    font-style: italic !important
}

.fs-unset {
    font-style: unset !important
}

.ta-left {
    text-align: left !important
}

.ta-center {
    text-align: center !important
}

.ta-right {
    text-align: right !important
}

.ta-justify {
    text-align: justify !important
}

.ta-unset {
    text-align: unset !important
}

.td-none {
    text-decoration: none !important
}

.td-underline {
    text-decoration: underline !important
}

.tt-capitalize {
    text-transform: capitalize !important
}

.tt-lowercase {
    text-transform: lowercase !important
}

.tt-uppercase {
    text-transform: uppercase !important
}

.tt-none {
    text-transform: none !important
}

.tt-unset {
    text-transform: unset !important
}

.truncate {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis !important;
    white-space: nowrap
}

.v-truncate1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v-truncate2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v-truncate3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v-truncate4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v-truncate5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v-truncate-fade {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 11.76923077em, transparent);
    mask-image: linear-gradient(180deg, #000 11.76923077em, transparent);
    max-height: 15.69230769em
}

.v-truncate-fade.v-truncate-fade__sm {
    -webkit-mask-image: linear-gradient(180deg, #000 3.92307692em, transparent);
    mask-image: linear-gradient(180deg, #000 3.92307692em, transparent);
    max-height: 7.84615385em
}

.v-truncate-fade.v-truncate-fade__lg {
    -webkit-mask-image: linear-gradient(180deg, #000 27.46153846em, transparent);
    mask-image: linear-gradient(180deg, #000 27.46153846em, transparent);
    max-height: 31.38461538em
}

.ws-normal {
    white-space: normal !important
}

.ws-nowrap {
    white-space: nowrap !important
}

.ws-pre {
    white-space: pre !important
}

.ws-pre-wrap {
    white-space: pre-wrap !important
}

.ws-pre-line {
    white-space: pre-line !important
}

.ws-unset {
    white-space: unset !important
}

.wb-normal {
    word-break: normal !important
}

.wb-break-all {
    word-break: break-all !important
}

.wb-keep-all {
    word-break: keep-all !important
}

.wb-inherit {
    word-break: inherit !important
}

.wb-initial {
    word-break: initial !important
}

.wb-unset {
    word-break: unset !important
}

.ow-normal {
    overflow-wrap: normal !important;
    word-wrap: normal !important
}

.ow-break-word {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important
}

.ow-inherit {
    overflow-wrap: inherit !important;
    word-wrap: inherit !important
}

.ow-initial {
    overflow-wrap: initial !important;
    word-wrap: initial !important
}

.ow-unset {
    overflow-wrap: unset !important;
    word-wrap: unset !important
}

.ww-break-word {
    word-wrap: break-word !important
}

.hyphens-none {
    hyphens: none !important
}

.hyphens-auto {
    -ms-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important
}

.hyphens-unset {
    hyphens: unset !important
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-ls-none {
    list-style: none !important
}

.list-ls-disc {
    list-style-type: disc !important
}

.list-ls-decimal {
    list-style-type: decimal !important
}

.list-ls-unset {
    list-style-type: unset !important
}

.list-inside {
    list-style-position: inside !important
}

.list-outside {
    list-style-position: outside !important
}

.d-block {
    display: block !important
}

@media print {
    .print\:d-block {
        display: block !important
    }
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-none {
    display: none !important
}

@media print {
    .print\:d-none {
        display: none !important
    }
}

.d-unset {
    display: unset !important
}

.bg-bottom {
    background-position: bottom !important
}

.bg-center {
    background-position: center !important
}

.bg-left {
    background-position: left !important
}

.bg-left-bottom {
    background-position: left bottom !important
}

.bg-left-top {
    background-position: left top !important
}

.bg-right {
    background-position: right !important
}

.bg-right-bottom {
    background-position: right bottom !important
}

.bg-right-top {
    background-position: right top !important
}

.bg-top {
    background-position: top !important
}

.bg-repeat {
    background-repeat: repeat !important
}

.bg-no-repeat {
    background-repeat: no-repeat !important
}

.bg-repeat-x {
    background-repeat: repeat-x !important
}

.bg-repeat-y {
    background-repeat: repeat-y !important
}

.bg-auto {
    background-size: auto !important
}

.bg-cover {
    background-size: cover !important
}

.bg-contain {
    background-size: contain !important
}

.bg-fixed {
    background-attachment: fixed !important
}

.bg-local {
    background-attachment: local !important
}

.bg-scroll {
    background-attachment: scroll !important
}

.bg-image-none {
    background-image: none !important
}

.bg-confetti-animated {
    background-repeat: repeat-x;
    background-position: top -10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='90' viewBox='0 0 600 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='42' width='6' height='10'/%3E%3Crect x='84' width='6' height='10'/%3E%3Crect x='126' width='5' height='13'/%3E%3Crect x='168' width='5' height='13'/%3E%3Crect x='210' width='6' height='10'/%3E%3Crect x='252' width='5' height='13'/%3E%3Crect x='294' width='6' height='10'/%3E%3Crect x='336' width='5' height='13'/%3E%3Crect x='378' width='5' height='13'/%3E%3Crect x='420' width='6' height='10'/%3E%3Crect x='462' width='6' height='10'/%3E%3Crect x='504' width='5' height='13'/%3E%3Crect x='546' width='6' height='10'/%3E%3Cstyle type='text/css'%3E rect %7B opacity: 0; %7D rect:nth-child(1) %7B transform-origin: 45px 5px; transform: rotate(-145deg); animation: blast 700ms infinite ease-out; animation-delay: 88ms; animation-duration: 631ms; %7D rect:nth-child(2) %7B transform-origin: 87px 5px; transform: rotate(164deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 442ms; %7D rect:nth-child(3) %7B transform-origin: 128px 6px; transform: rotate(4deg); animation: blast 700ms infinite ease-out; animation-delay: 92ms; animation-duration: 662ms; %7D rect:nth-child(4) %7B transform-origin: 170px 6px; transform: rotate(-175deg); animation: blast 700ms infinite ease-out; animation-delay: 17ms; animation-duration: 593ms; %7D rect:nth-child(5) %7B transform-origin: 213px 5px; transform: rotate(-97deg); animation: blast 700ms infinite ease-out; animation-delay: 122ms; animation-duration: 476ms; %7D rect:nth-child(6) %7B transform-origin: 255px 6px; transform: rotate(57deg); animation: blast 700ms infinite ease-out; animation-delay: 271ms; animation-duration: 381ms; %7D rect:nth-child(7) %7B transform-origin: 297px 5px; transform: rotate(-46deg); animation: blast 700ms infinite ease-out; animation-delay: 131ms; animation-duration: 619ms; %7D rect:nth-child(8) %7B transform-origin: 338px 6px; transform: rotate(-65deg); animation: blast 700ms infinite ease-out; animation-delay: 85ms; animation-duration: 668ms; %7D rect:nth-child(9) %7B transform-origin: 380px 6px; transform: rotate(13deg); animation: blast 700ms infinite ease-out; animation-delay: 128ms; animation-duration: 377ms; %7D rect:nth-child(10) %7B transform-origin: 423px 5px; transform: rotate(176deg); animation: blast 700ms infinite ease-out; animation-delay: 311ms; animation-duration: 508ms; %7D rect:nth-child(11) %7B transform-origin: 465px 5px; transform: rotate(108deg); animation: blast 700ms infinite ease-out; animation-delay: 108ms; animation-duration: 595ms; %7D rect:nth-child(12) %7B transform-origin: 506px 6px; transform: rotate(62deg); animation: blast 700ms infinite ease-out; animation-delay: 105ms; animation-duration: 375ms; %7D rect:nth-child(13) %7B transform-origin: 549px 5px; transform: rotate(16deg); animation: blast 700ms infinite ease-out; animation-delay: 149ms; animation-duration: 491ms; %7D rect:nth-child(odd) %7B fill: %2365BB5C; %7D rect:nth-child(even) %7B z-index: 1; fill: %2333AAFF; %7D rect:nth-child(4n) %7B animation-duration: 1400ms; fill: %23F23B14; %7D rect:nth-child(3n) %7B animation-duration: 1750ms; animation-delay: 700ms; %7D rect:nth-child(4n-7) %7B fill: %232A2F6A; %7D rect:nth-child(6n) %7B fill: %23FBBA23; %7D @keyframes blast %7B from %7B opacity: 0; %7D 20%25 %7B opacity: 1; %7D to %7B transform: translateY(90px); %7D %7D %3C/style%3E%3C/svg%3E")
}

@media (prefers-reduced-motion) {
    .bg-confetti-animated {
        background-image: url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")
    }
}

.bg-confetti-static {
    background-repeat: repeat-x;
    background-position: top -10px center;
    background-image: url("data:image/svg+xml,%3Csvg width='574' height='60' viewBox='0 0 574 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.8' x='27.1224' y='20.0458' width='5' height='13' transform='rotate(-139 27.1224 20.0458)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='118.478' y='7.00201' width='5' height='13' transform='rotate(-38.8114 118.478 7.00201)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='504.616' y='25.4479' width='5' height='13' transform='rotate(-60.2734 504.616 25.4479)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='538.983' y='45.555' width='5' height='13' transform='rotate(16.7826 538.983 45.555)' fill='%232A2F6A'/%3E%3Crect opacity='0.3' x='470.322' y='2.63625' width='5' height='13' transform='rotate(11.295 470.322 2.63625)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='190.295' y='4.58138' width='5' height='13' transform='rotate(27.5954 190.295 4.58138)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='234.303' y='16.3233' width='5' height='13' transform='rotate(-41.8233 234.303 16.3233)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='369.702' y='40.9875' width='5' height='13' transform='rotate(-56.419 369.702 40.9875)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='402.121' y='31.0848' width='5' height='13' transform='rotate(-17.9234 402.121 31.0848)' fill='%23F23B14'/%3E%3Crect opacity='0.6' x='200.316' y='31.9328' width='5' height='13' transform='rotate(-15.8896 200.316 31.9328)' fill='%232A2F6A'/%3E%3Crect opacity='0.6' x='69.6745' y='23.4725' width='6' height='10' transform='rotate(70.0266 69.6745 23.4725)' fill='%2365BB5C'/%3E%3Crect opacity='0.6' x='291.945' y='7.16931' width='6' height='10' transform='rotate(30.4258 291.945 7.16931)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='33.7754' y='38.2208' width='6' height='10' transform='rotate(38.6056 33.7754 38.2208)' fill='%23FBBA23'/%3E%3Crect opacity='0.8' x='109.752' y='31.1743' width='6' height='10' transform='rotate(28.5296 109.752 31.1743)' fill='%2333AAFF'/%3E%3Crect opacity='0.3' x='278.081' y='37.8695' width='6' height='10' transform='rotate(-26.5651 278.081 37.8695)' fill='%23F23B14'/%3E%3Crect opacity='0.8' x='416.294' y='11.5573' width='6' height='10' transform='rotate(-22.8498 416.294 11.5573)' fill='%23FBBA23'/%3E%3Crect opacity='0.3' x='354.667' y='9.32341' width='6' height='10' transform='rotate(17.7506 354.667 9.32341)' fill='%232A2F6A'/%3E%3Crect opacity='0.8' x='532.404' y='16.6372' width='6' height='10' transform='rotate(-75.3432 532.404 16.6372)' fill='%23FBBA23'/%3E%3Crect opacity='0.6' x='460.463' y='39.3557' width='6' height='10' transform='rotate(45.4982 460.463 39.3557)' fill='%2365BB5C'/%3E%3C/svg%3E")
}

.c-auto {
    cursor: auto !important
}

.c-default {
    cursor: default !important
}

.c-pointer {
    cursor: pointer !important
}

.c-text {
    cursor: text !important
}

.c-wait {
    cursor: wait !important
}

.c-move {
    cursor: move !important
}

.c-not-allowed {
    cursor: not-allowed !important
}

.c-help {
    cursor: help !important
}

.pe-auto {
    pointer-events: auto !important
}

.pe-none {
    pointer-events: none !important
}

.us-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.us-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.ud-auto {
    -webkit-user-drag: auto !important;
    -moz-user-drag: auto !important;
    -ms-user-drag: auto !important;
    user-drag: auto !important
}

.ud-none {
    -webkit-user-drag: none !important;
    -moz-user-drag: none !important;
    -ms-user-drag: none !important;
    user-drag: none !important
}

.v-visible {
    visibility: visible !important
}

.v-hidden {
    visibility: hidden !important
}

.v-visible-sr {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clear-left {
    clear: left !important
}

.clear-right {
    clear: right !important
}

.clear-both {
    clear: both !important
}

.clear-none {
    clear: none !important
}

.box-content {
    box-sizing: content-box !important
}

.box-border {
    box-sizing: border-box !important
}

.box-unset {
    box-sizing: unset !important
}

.va-baseline {
    vertical-align: baseline !important
}

.va-bottom {
    vertical-align: bottom !important
}

.va-middle {
    vertical-align: middle !important
}

.va-sub {
    vertical-align: sub !important
}

.va-super {
    vertical-align: super !important
}

.va-text-bottom {
    vertical-align: text-bottom !important
}

.va-text-top {
    vertical-align: text-top !important
}

.va-top {
    vertical-align: top !important
}

.va-unset {
    vertical-align: unset !important
}

.ps-absolute {
    position: absolute !important
}

.ps-fixed {
    position: fixed !important
}

.ps-relative {
    position: relative !important
}

.ps-static {
    position: static !important
}

.ps-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.ps-unset {
    position: unset !important
}

.overflow-auto {
    overflow: auto !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-auto::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-auto::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-auto::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-x-auto {
    overflow-x: auto !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-x-auto::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-x-auto::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-x-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-x-auto::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-y-auto {
    overflow-y: auto !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-y-auto::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-y-auto::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-y-auto::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-hidden {
    overflow: hidden !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-hidden::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-hidden::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-x-hidden {
    overflow-x: hidden !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-x-hidden::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-x-hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-x-hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-x-hidden::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-y-hidden {
    overflow-y: hidden !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-y-hidden::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-y-hidden::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-y-hidden::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-y-hidden::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-scroll {
    overflow: scroll !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-x-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-x-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-x-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-x-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-y-scroll {
    overflow-y: scroll !important;
    scrollbar-color: var(--scrollbar) transparent
}

.overflow-y-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: transparent
}

.overflow-y-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--scrollbar)
}

.overflow-y-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
    border-color: transparent
}

.overflow-visible {
    overflow: visible !important
}

.o0 {
    opacity: 0 !important
}

.h\:o0:hover {
    opacity: 0 !important
}

.o5 {
    opacity: .05 !important
}

.h\:o5:hover {
    opacity: .05 !important
}

.o10 {
    opacity: .1 !important
}

.o20 {
    opacity: .2 !important
}

.o30 {
    opacity: .3 !important
}

.o40 {
    opacity: .4 !important
}

.o50 {
    opacity: .5 !important
}

.h\:o50:hover {
    opacity: .5 !important
}

.o60 {
    opacity: .6 !important
}

.o70 {
    opacity: .7 !important
}

.o80 {
    opacity: .8 !important
}

.h\:o80:hover {
    opacity: .8 !important
}

.o90 {
    opacity: .9 !important
}

.o100 {
    opacity: 1 !important
}

.h\:o100:hover {
    opacity: 1 !important
}

.f\:o100:focus,
.f\:o100:focus-within {
    opacity: 1 !important
}

.z-hide {
    z-index: -1 !important
}

.z-base {
    z-index: 0 !important
}

.z-active {
    z-index: 30 !important
}

.z-selected {
    z-index: 25 !important
}

.z-dropdown {
    z-index: 1000 !important
}

.z-popover {
    z-index: 2000 !important
}

.z-tooltip {
    z-index: 3000 !important
}

.z-banner {
    z-index: 4000 !important
}

.z-nav {
    z-index: 5000 !important
}

.z-nav-fixed {
    z-index: 5050 !important
}

.z-modal {
    z-index: 9000 !important
}

.z-modal-bg {
    z-index: 8950 !important
}

.outline-none {
    outline: 0 !important
}

.outline-ring {
    outline: solid 4px var(--focus-ring)
}

.f\:outline-ring:focus,
.f\:outline-ring:focus-within {
    outline: solid 4px var(--focus-ring)
}

.fill-current {
    fill: currentColor !important
}

.stroke-current {
    stroke: currentColor !important
}

.bs-none {
    box-shadow: none !important
}

.bs-sm {
    box-shadow: var(--bs-sm) !important
}

.h\:bs-sm:hover {
    box-shadow: var(--bs-sm) !important
}

.bs-md {
    box-shadow: var(--bs-md) !important
}

.h\:bs-md:hover {
    box-shadow: var(--bs-md) !important
}

.bs-lg {
    box-shadow: var(--bs-lg) !important
}

.h\:bs-lg:hover {
    box-shadow: var(--bs-lg) !important
}

.bs-ring {
    box-shadow: 0 0 0 4px var(--focus-ring)
}

.h\:bs-ring:hover {
    box-shadow: 0 0 0 4px var(--focus-ring)
}

.f\:bs-ring:focus,
.f\:bs-ring:focus-within {
    box-shadow: 0 0 0 4px var(--focus-ring)
}

.bs-sm.bs-hover:hover {
    box-shadow: 0 2px 8px #eff0f1 !important
}

.bs-md.bs-hover:hover {
    box-shadow: 0 4px 8px #d6d9dc !important
}

.bs-lg.bs-hover:hover {
    box-shadow: 0 4px 12px rgba(159, 166, 173, 0.7) !important
}

.bs-i-sm.bs-hover:hover {
    box-shadow: inset 0 1px 8px 0 rgba(187, 192, 196, 0.75) !important
}

.bs-i-md.bs-hover:hover {
    box-shadow: inset 0 1px 8px 0 rgba(145, 153, 161, 0.8) !important
}

.bs-i-lg.bs-hover:hover {
    box-shadow: inset 0 1px 12px 0 #9199a1 !important
}

.t {
    transition-duration: .1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-delay: 0s
}

.t-slow {
    transition-duration: .25s !important
}

.t-fast {
    transition-duration: .05s !important
}

.t-unset {
    transition-property: none !important
}

.t-bg {
    transition-property: background-color !important
}

.t-opacity {
    transition-property: opacity !important
}

.t-shadow {
    transition-property: box-shadow !important
}

.t-delay {
    transition-delay: .25s !important
}

.t-delay-unset {
    transition-delay: 0s !important
}

.w0 {
    width: 0 !important
}

.w10 {
    width: 10% !important
}

.w20 {
    width: 20% !important
}

.w25 {
    width: 25% !important
}

.w30 {
    width: 30% !important
}

.w33 {
    width: 33.33333% !important
}

.w40 {
    width: 40% !important
}

.w50 {
    width: 50% !important
}

.w60 {
    width: 60% !important
}

.w66 {
    width: 66.66667% !important
}

.w70 {
    width: 70% !important
}

.w75 {
    width: 75% !important
}

.w80 {
    width: 80% !important
}

.w90 {
    width: 90% !important
}

.w100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.ws0,
.w0 {
    width: 0 !important
}

.ws1 {
    width: 8.1025641rem !important
}

.ws2 {
    width: 16.2051282rem !important
}

.ws3 {
    width: 24.3076923rem !important
}

.ws4 {
    width: 32.4102564rem !important
}

.ws5 {
    width: 40.5128205rem !important
}

.ws6 {
    width: 48.6153846rem !important
}

.ws7 {
    width: 56.7179487rem !important
}

.ws8 {
    width: 64.8205128rem !important
}

.ws9 {
    width: 72.9230769rem !important
}

.ws10 {
    width: 81.025641rem !important
}

.ws11 {
    width: 89.1282051rem !important
}

.ws12 {
    width: 97.2307692rem !important
}

.w2 {
    width: 2px !important
}

.w4 {
    width: 4px !important
}

.w6 {
    width: 6px !important
}

.w8 {
    width: 8px !important
}

.w12 {
    width: 12px !important
}

.w16 {
    width: 16px !important
}

.w24 {
    width: 24px !important
}

.w32 {
    width: 32px !important
}

.w48 {
    width: 48px !important
}

.w64 {
    width: 64px !important
}

.w96 {
    width: 96px !important
}

.w128 {
    width: 128px !important
}

.wmx0 {
    max-width: 0 !important
}

.wmx1 {
    max-width: 8.1025641rem !important
}

.wmx2 {
    max-width: 16.2051282rem !important
}

.wmx25 {
    max-width: 25% !important
}

.wmx3 {
    max-width: 24.3076923rem !important
}

.wmx4 {
    max-width: 32.4102564rem !important
}

.wmx5 {
    max-width: 40.5128205rem !important
}

.wmx50 {
    max-width: 50% !important
}

.wmx6 {
    max-width: 48.6153846rem !important
}

.wmx7 {
    max-width: 56.7179487rem !important
}

.wmx75 {
    max-width: 75% !important
}

.wmx8 {
    max-width: 64.8205128rem !important
}

.wmx9 {
    max-width: 72.9230769rem !important
}

.wmx10 {
    max-width: 81.025641rem !important
}

.wmx11 {
    max-width: 89.1282051rem !important
}

.wmx12 {
    max-width: 97.2307692rem !important
}

.wmx100 {
    max-width: 100% !important
}

.wmx-initial {
    max-width: initial !important
}

.wmn0 {
    min-width: 0 !important
}

.wmn1 {
    min-width: 8.1025641rem !important
}

.wmn2 {
    min-width: 16.2051282rem !important
}

.wmn25 {
    min-width: 25% !important
}

.wmn3 {
    min-width: 24.3076923rem !important
}

.wmn4 {
    min-width: 32.4102564rem !important
}

.wmn5 {
    min-width: 40.5128205rem !important
}

.wmn50 {
    min-width: 50% !important
}

.wmn6 {
    min-width: 48.6153846rem !important
}

.wmn7 {
    min-width: 56.7179487rem !important
}

.wmn75 {
    min-width: 75% !important
}

.wmn8 {
    min-width: 64.8205128rem !important
}

.wmn9 {
    min-width: 72.9230769rem !important
}

.wmn10 {
    min-width: 81.025641rem !important
}

.wmn11 {
    min-width: 89.1282051rem !important
}

.wmn12 {
    min-width: 97.2307692rem !important
}

.wmn100 {
    min-width: 100% !important
}

.wmn-initial {
    min-width: initial !important
}

.h0 {
    height: 0 !important
}

.h100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.hs0,
.h0 {
    height: 0 !important
}

.hs1 {
    height: 8.1025641rem !important
}

.hs2 {
    height: 16.2051282rem !important
}

.hs3 {
    height: 24.3076923rem !important
}

.hs4 {
    height: 32.4102564rem !important
}

.hs5 {
    height: 40.5128205rem !important
}

.hs6 {
    height: 48.6153846rem !important
}

.hs7 {
    height: 56.7179487rem !important
}

.hs8 {
    height: 64.8205128rem !important
}

.hs9 {
    height: 72.9230769rem !important
}

.hs10 {
    height: 81.025641rem !important
}

.hs11 {
    height: 89.1282051rem !important
}

.hs12 {
    height: 97.2307692rem !important
}

.h2 {
    height: 2px !important
}

.h4 {
    height: 4px !important
}

.h6 {
    height: 6px !important
}

.h8 {
    height: 8px !important
}

.h12 {
    height: 12px !important
}

.h16 {
    height: 16px !important
}

.h24 {
    height: 24px !important
}

.h32 {
    height: 32px !important
}

.h48 {
    height: 48px !important
}

.h64 {
    height: 64px !important
}

.h96 {
    height: 96px !important
}

.h128 {
    height: 128px !important
}

.hmx0 {
    max-height: 0 !important
}

.hmx1 {
    max-height: 8.1025641rem !important
}

.hmx2 {
    max-height: 16.2051282rem !important
}

.hmx3 {
    max-height: 24.3076923rem !important
}

.hmx4 {
    max-height: 32.4102564rem !important
}

.hmx5 {
    max-height: 40.5128205rem !important
}

.hmx6 {
    max-height: 48.6153846rem !important
}

.hmx7 {
    max-height: 56.7179487rem !important
}

.hmx8 {
    max-height: 64.8205128rem !important
}

.hmx9 {
    max-height: 72.9230769rem !important
}

.hmx10 {
    max-height: 81.025641rem !important
}

.hmx11 {
    max-height: 89.1282051rem !important
}

.hmx12 {
    max-height: 97.2307692rem !important
}

.hmx100 {
    max-height: 100% !important
}

.hmx-initial {
    max-height: initial !important
}

.hmn0 {
    min-height: 0 !important
}

.hmn1 {
    min-height: 8.1025641rem !important
}

.hmn2 {
    min-height: 16.2051282rem !important
}

.hmn3 {
    min-height: 24.3076923rem !important
}

.hmn4 {
    min-height: 32.4102564rem !important
}

.hmn5 {
    min-height: 40.5128205rem !important
}

.hmn6 {
    min-height: 48.6153846rem !important
}

.hmn7 {
    min-height: 56.7179487rem !important
}

.hmn8 {
    min-height: 64.8205128rem !important
}

.hmn9 {
    min-height: 72.9230769rem !important
}

.hmn10 {
    min-height: 81.025641rem !important
}

.hmn11 {
    min-height: 89.1282051rem !important
}

.hmn12 {
    min-height: 97.2307692rem !important
}

.hmn100 {
    min-height: 100% !important
}

.hmn-initial {
    min-height: initial !important
}

@media (max-width:1264px) {
    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-center {
        justify-content: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-center {
        align-items: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-auto {
        align-self: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-center {
        align-self: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:order-first {
        order: -1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:order-last {
        order: 1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m0 {
        margin: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m2 {
        margin: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m4 {
        margin: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m6 {
        margin: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m8 {
        margin: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m12 {
        margin: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m16 {
        margin: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m24 {
        margin: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m32 {
        margin: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m48 {
        margin: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m64 {
        margin: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m96 {
        margin: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m128 {
        margin: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:m-auto {
        margin: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn2 {
        margin: -2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn4 {
        margin: -4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn6 {
        margin: -6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn8 {
        margin: -8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn12 {
        margin: -12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn16 {
        margin: -16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn24 {
        margin: -24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn32 {
        margin: -32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn48 {
        margin: -48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn64 {
        margin: -64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn96 {
        margin: -96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mn128 {
        margin: -128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p0 {
        padding: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p2 {
        padding: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p4 {
        padding: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p6 {
        padding: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p8 {
        padding: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p12 {
        padding: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p16 {
        padding: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p24 {
        padding: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p32 {
        padding: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p48 {
        padding: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p64 {
        padding: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p96 {
        padding: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:p128 {
        padding: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-left {
        text-align: left !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-center {
        text-align: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ta-right {
        text-align: right !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-block {
        display: block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-grid {
        display: grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline {
        display: inline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:d-none {
        display: none !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-relative {
        position: relative !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-static {
        position: static !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w25 {
        width: 25% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w50 {
        width: 50% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w75 {
        width: 75% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w100 {
        width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:w-auto {
        width: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:h100 {
        height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:h-auto {
        height: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .lg\:hmn-initial {
        min-height: initial !important
    }
}

@media (max-width:1100px) {
    html.html__responsive.html__unpinned-leftnav .lg\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-center {
        justify-content: center !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ai-center {
        align-items: center !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-auto {
        align-self: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-center {
        align-self: center !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:order-first {
        order: -1 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:order-last {
        order: 1 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m0 {
        margin: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m2 {
        margin: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m4 {
        margin: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m6 {
        margin: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m8 {
        margin: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m12 {
        margin: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m16 {
        margin: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m24 {
        margin: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m32 {
        margin: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m48 {
        margin: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m64 {
        margin: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m96 {
        margin: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m128 {
        margin: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:m-auto {
        margin: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn2 {
        margin: -2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn4 {
        margin: -4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn6 {
        margin: -6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn8 {
        margin: -8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn12 {
        margin: -12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn16 {
        margin: -16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn24 {
        margin: -24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn32 {
        margin: -32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn48 {
        margin: -48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn64 {
        margin: -64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn96 {
        margin: -96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mn128 {
        margin: -128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p0 {
        padding: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p2 {
        padding: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p4 {
        padding: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p6 {
        padding: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p8 {
        padding: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p12 {
        padding: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p16 {
        padding: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p24 {
        padding: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p32 {
        padding: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p48 {
        padding: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p64 {
        padding: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p96 {
        padding: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:p128 {
        padding: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ta-left {
        text-align: left !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ta-center {
        text-align: center !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ta-right {
        text-align: right !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-block {
        display: block !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-grid {
        display: grid !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-inline {
        display: inline !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:d-none {
        display: none !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ps-relative {
        position: relative !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ps-static {
        position: static !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w25 {
        width: 25% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w50 {
        width: 50% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w75 {
        width: 75% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w100 {
        width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:w-auto {
        width: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:h100 {
        height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:h-auto {
        height: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .lg\:hmn-initial {
        min-height: initial !important
    }
}

@media (max-width:980px) {
    html.html__responsive:not(.html__unpinned-leftnav) .md\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-center {
        justify-content: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-center {
        align-items: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-auto {
        align-self: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-center {
        align-self: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:order-first {
        order: -1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:order-last {
        order: 1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m0 {
        margin: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m2 {
        margin: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m4 {
        margin: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m6 {
        margin: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m8 {
        margin: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m12 {
        margin: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m16 {
        margin: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m24 {
        margin: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m32 {
        margin: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m48 {
        margin: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m64 {
        margin: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m96 {
        margin: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m128 {
        margin: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:m-auto {
        margin: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn2 {
        margin: -2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn4 {
        margin: -4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn6 {
        margin: -6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn8 {
        margin: -8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn12 {
        margin: -12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn16 {
        margin: -16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn24 {
        margin: -24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn32 {
        margin: -32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn48 {
        margin: -48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn64 {
        margin: -64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn96 {
        margin: -96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mn128 {
        margin: -128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p0 {
        padding: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p2 {
        padding: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p4 {
        padding: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p6 {
        padding: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p8 {
        padding: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p12 {
        padding: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p16 {
        padding: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p24 {
        padding: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p32 {
        padding: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p48 {
        padding: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p64 {
        padding: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p96 {
        padding: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:p128 {
        padding: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-left {
        text-align: left !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-center {
        text-align: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ta-right {
        text-align: right !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-block {
        display: block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-grid {
        display: grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline {
        display: inline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:d-none {
        display: none !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-relative {
        position: relative !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-static {
        position: static !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w25 {
        width: 25% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w50 {
        width: 50% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w75 {
        width: 75% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w100 {
        width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:w-auto {
        width: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:h100 {
        height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:h-auto {
        height: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .md\:hmn-initial {
        min-height: initial !important
    }
}

@media (max-width:816px) {
    html.html__responsive.html__unpinned-leftnav .md\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-center {
        justify-content: center !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ai-center {
        align-items: center !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-auto {
        align-self: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-center {
        align-self: center !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:order-first {
        order: -1 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:order-last {
        order: 1 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m0 {
        margin: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m2 {
        margin: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m4 {
        margin: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m6 {
        margin: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m8 {
        margin: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m12 {
        margin: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m16 {
        margin: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m24 {
        margin: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m32 {
        margin: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m48 {
        margin: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m64 {
        margin: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m96 {
        margin: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m128 {
        margin: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:m-auto {
        margin: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn2 {
        margin: -2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn4 {
        margin: -4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn6 {
        margin: -6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn8 {
        margin: -8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn12 {
        margin: -12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn16 {
        margin: -16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn24 {
        margin: -24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn32 {
        margin: -32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn48 {
        margin: -48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn64 {
        margin: -64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn96 {
        margin: -96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mn128 {
        margin: -128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p0 {
        padding: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p2 {
        padding: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p4 {
        padding: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p6 {
        padding: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p8 {
        padding: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p12 {
        padding: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p16 {
        padding: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p24 {
        padding: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p32 {
        padding: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p48 {
        padding: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p64 {
        padding: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p96 {
        padding: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:p128 {
        padding: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ta-left {
        text-align: left !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ta-center {
        text-align: center !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ta-right {
        text-align: right !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-block {
        display: block !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-grid {
        display: grid !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-inline {
        display: inline !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:d-none {
        display: none !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ps-relative {
        position: relative !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ps-static {
        position: static !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w25 {
        width: 25% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w50 {
        width: 50% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w75 {
        width: 75% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w100 {
        width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:w-auto {
        width: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:h100 {
        height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:h-auto {
        height: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .md\:hmn-initial {
        min-height: initial !important
    }
}

@media (max-width:640px) {
    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-center {
        justify-content: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-center {
        align-items: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-auto {
        align-self: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-center {
        align-self: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:order-first {
        order: -1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:order-last {
        order: 1 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m0 {
        margin: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m2 {
        margin: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m4 {
        margin: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m6 {
        margin: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m8 {
        margin: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m12 {
        margin: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m16 {
        margin: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m24 {
        margin: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m32 {
        margin: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m48 {
        margin: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m64 {
        margin: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m96 {
        margin: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m128 {
        margin: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:m-auto {
        margin: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn2 {
        margin: -2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn4 {
        margin: -4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn6 {
        margin: -6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn8 {
        margin: -8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn12 {
        margin: -12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn16 {
        margin: -16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn24 {
        margin: -24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn32 {
        margin: -32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn48 {
        margin: -48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn64 {
        margin: -64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn96 {
        margin: -96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mn128 {
        margin: -128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p0 {
        padding: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p2 {
        padding: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p4 {
        padding: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p6 {
        padding: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p8 {
        padding: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p12 {
        padding: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p16 {
        padding: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p24 {
        padding: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p32 {
        padding: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p48 {
        padding: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p64 {
        padding: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p96 {
        padding: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:p128 {
        padding: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-left {
        text-align: left !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-center {
        text-align: center !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ta-right {
        text-align: right !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-block {
        display: block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-grid {
        display: grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline {
        display: inline !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:d-none {
        display: none !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-relative {
        position: relative !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-static {
        position: static !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w25 {
        width: 25% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w50 {
        width: 50% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w75 {
        width: 75% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w100 {
        width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:w-auto {
        width: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:h100 {
        height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:h-auto {
        height: auto !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive:not(.html__unpinned-leftnav) .sm\:hmn-initial {
        min-height: initial !important
    }
}

@media (max-width:640px) {
    html.html__responsive.html__unpinned-leftnav .sm\:ba {
        border-style: solid !important;
        border-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:bt {
        border-top-style: solid !important;
        border-top-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:br {
        border-right-style: solid !important;
        border-right-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:bb {
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:bl {
        border-left-style: solid !important;
        border-left-width: 1px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:baw0 {
        border-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:btw0 {
        border-top-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:brw0 {
        border-right-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:bbw0 {
        border-bottom-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:blw0 {
        border-left-width: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:bar0 {
        border-radius: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fd-row {
        flex-direction: row !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fd-row-reverse {
        flex-direction: row-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fd-column {
        flex-direction: column !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fd-column-reverse {
        flex-direction: column-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fw-wrap {
        flex-wrap: wrap !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fw-reverse {
        flex-wrap: wrap-reverse !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fw-nowrap {
        flex-wrap: nowrap !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-center {
        justify-content: center !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-end {
        justify-content: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-space-around {
        justify-content: space-around !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-space-between {
        justify-content: space-between !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-space-evenly {
        justify-content: space-evenly !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:jc-start {
        justify-content: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ai-baseline {
        align-items: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ai-center {
        align-items: center !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ai-end {
        align-items: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ai-start {
        align-items: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ai-stretch {
        align-items: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-auto {
        align-self: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-baseline {
        align-self: baseline !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-center {
        align-self: center !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-end {
        align-self: flex-end !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-start {
        align-self: flex-start !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:as-stretch {
        align-self: stretch !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fl0 {
        flex: 0 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:fl1 {
        flex: 1 auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:order-first {
        order: -1 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:order-last {
        order: 1 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m0 {
        margin: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m2 {
        margin: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m4 {
        margin: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m6 {
        margin: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m8 {
        margin: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m12 {
        margin: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m16 {
        margin: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m24 {
        margin: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m32 {
        margin: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m48 {
        margin: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m64 {
        margin: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m96 {
        margin: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m128 {
        margin: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:m-auto {
        margin: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn2 {
        margin: -2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn4 {
        margin: -4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn6 {
        margin: -6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn8 {
        margin: -8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn12 {
        margin: -12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn16 {
        margin: -16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn24 {
        margin: -24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn32 {
        margin: -32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn48 {
        margin: -48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn64 {
        margin: -64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn96 {
        margin: -96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mn128 {
        margin: -128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt0 {
        margin-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt2 {
        margin-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt4 {
        margin-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt6 {
        margin-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt8 {
        margin-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt12 {
        margin-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt16 {
        margin-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt24 {
        margin-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt32 {
        margin-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt48 {
        margin-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt64 {
        margin-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt96 {
        margin-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mt128 {
        margin-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr0 {
        margin-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr2 {
        margin-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr4 {
        margin-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr6 {
        margin-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr8 {
        margin-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr12 {
        margin-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr16 {
        margin-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr24 {
        margin-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr32 {
        margin-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr48 {
        margin-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr64 {
        margin-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr96 {
        margin-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mr128 {
        margin-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb0 {
        margin-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb2 {
        margin-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb4 {
        margin-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb6 {
        margin-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb8 {
        margin-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb12 {
        margin-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb16 {
        margin-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb24 {
        margin-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb32 {
        margin-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb48 {
        margin-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb64 {
        margin-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb96 {
        margin-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:mb128 {
        margin-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml0 {
        margin-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml2 {
        margin-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml4 {
        margin-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml6 {
        margin-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml8 {
        margin-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml12 {
        margin-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml16 {
        margin-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml24 {
        margin-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml32 {
        margin-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml48 {
        margin-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml64 {
        margin-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml96 {
        margin-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ml128 {
        margin-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p0 {
        padding: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p2 {
        padding: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p4 {
        padding: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p6 {
        padding: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p8 {
        padding: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p12 {
        padding: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p16 {
        padding: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p24 {
        padding: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p32 {
        padding: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p48 {
        padding: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p64 {
        padding: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p96 {
        padding: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:p128 {
        padding: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt0 {
        padding-top: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt2 {
        padding-top: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt4 {
        padding-top: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt6 {
        padding-top: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt8 {
        padding-top: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt12 {
        padding-top: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt16 {
        padding-top: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt24 {
        padding-top: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt32 {
        padding-top: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt48 {
        padding-top: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt64 {
        padding-top: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt96 {
        padding-top: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pt128 {
        padding-top: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr0 {
        padding-right: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr2 {
        padding-right: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr4 {
        padding-right: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr6 {
        padding-right: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr8 {
        padding-right: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr12 {
        padding-right: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr16 {
        padding-right: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr24 {
        padding-right: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr32 {
        padding-right: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr48 {
        padding-right: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr64 {
        padding-right: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr96 {
        padding-right: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pr128 {
        padding-right: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb0 {
        padding-bottom: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb2 {
        padding-bottom: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb4 {
        padding-bottom: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb6 {
        padding-bottom: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb8 {
        padding-bottom: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb12 {
        padding-bottom: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb16 {
        padding-bottom: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb24 {
        padding-bottom: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb32 {
        padding-bottom: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb48 {
        padding-bottom: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb64 {
        padding-bottom: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb96 {
        padding-bottom: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pb128 {
        padding-bottom: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl0 {
        padding-left: 0 !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl2 {
        padding-left: 2px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl4 {
        padding-left: 4px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl6 {
        padding-left: 6px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl8 {
        padding-left: 8px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl12 {
        padding-left: 12px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl16 {
        padding-left: 16px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl24 {
        padding-left: 24px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl32 {
        padding-left: 32px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl48 {
        padding-left: 48px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl64 {
        padding-left: 64px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl96 {
        padding-left: 96px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:pl128 {
        padding-left: 128px !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ta-left {
        text-align: left !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ta-center {
        text-align: center !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ta-right {
        text-align: right !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-block {
        display: block !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-grid {
        display: grid !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-inline-grid {
        display: inline-grid !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-inline {
        display: inline !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-inline-block {
        display: inline-block !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:d-none {
        display: none !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ps-absolute {
        position: absolute !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ps-fixed {
        position: fixed !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ps-relative {
        position: relative !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ps-static {
        position: static !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:ps-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w25 {
        width: 25% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w33 {
        width: 33.33333% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w50 {
        width: 50% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w66 {
        width: 66.66667% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w75 {
        width: 75% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w100 {
        width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:w-auto {
        width: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:wmx100 {
        max-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:wmx-initial {
        max-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:wmn100 {
        min-width: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:wmn-initial {
        min-width: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:h100 {
        height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:h-auto {
        height: auto !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:hmx100 {
        max-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:hmx-initial {
        max-height: initial !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:hmn100 {
        min-height: 100% !important
    }

    html.html__responsive.html__unpinned-leftnav .sm\:hmn-initial {
        min-height: initial !important
    }
}