<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating-menu {
    --fm-icon-size: 24px;
    --fm-label-size: 15px;
    --fm-label-font: inherit;
    --fm-label-font-style: normal;
    --fm-label-weight: normal;
    --fm-border-radius: 50%;
    --fm-color: #E86E2C;
    --fm-hover-color: #E86E2C;
    --fm-background: #1b094f;
    --fm-hover-background: #1b094f;
    --fm-z-index: 9999;
    --fm-text-font: inherit;
    --fm-text-size: 16px;
    --fm-text-weight: normal;
    visibility: hidden;
    z-index: var(--fm-z-index)
}

@media (max-width: 1026px) {
    .floating-menu {
        --fm-icon-size: 15px;
    }
}

.floating-menu.fm-ready {
    visibility: visible
}

.floating-menu a {
    cursor: pointer;
    text-decoration: none
}

.floating-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media print {
    .floating-menu {
        display: none
    }
}

.fm-bar {
    position: fixed;
    z-index: 10100
}

.fm-bar li {
    list-style: none
}

.fm-bar li&gt;.fm-icon,
.fm-bar li&gt;.fm-icon [class*=fa-],
.fm-bar li&gt;.fm-link .fm-icon,
.fm-bar li&gt;.fm-link .fm-icon [class*=fa-],
.fm-bar li&gt;.fm-link .fm-label,
.fm-bar li&gt;.fm-link .fm-label [class*=fa-],
.fm-bar li&gt;.fm-mask .fm-link .fm-icon,
.fm-bar li&gt;.fm-mask .fm-link .fm-icon [class*=fa-],
.fm-bar li&gt;.fm-mask .fm-link .fm-label,
.fm-bar li&gt;.fm-mask .fm-link .fm-label [class*=fa-],
.fm-bar li&gt;.fm-mask a .fm-icon,
.fm-bar li&gt;.fm-mask a .fm-icon [class*=fa-],
.fm-bar li&gt;.fm-mask a .fm-label,
.fm-bar li&gt;.fm-mask a .fm-label [class*=fa-],
.fm-bar li&gt;a .fm-icon,
.fm-bar li&gt;a .fm-icon [class*=fa-],
.fm-bar li&gt;a .fm-label,
.fm-bar li&gt;a .fm-label [class*=fa-] {
    color: var(--fm-color);
    background-color: var(--fm-background)
}

.fm-bar li .fm-link {
    cursor: pointer
}

.fm-bar li:hover {
    z-index: 1001 !important
}

.fm-bar li:hover&gt;.fm-icon,
.fm-bar li:hover&gt;.fm-link .fm-icon,
.fm-bar li:hover&gt;.fm-mask .fm-link .fm-icon,
.fm-bar li:hover&gt;.fm-mask a .fm-icon,
.fm-bar li:hover&gt;a .fm-icon {
    color: var(--fm-hover-color);
    background-color: var(--fm-hover-background)
}

.fm-bar li:hover&gt;.fm-link .fm-label,
.fm-bar li:hover&gt;.fm-mask .fm-link .fm-label,
.fm-bar li:hover&gt;.fm-mask a .fm-label,
.fm-bar li:hover&gt;a .fm-label {
    color: var(--fm-hover-color);
    background-color: var(--fm-hover-background);
    z-index: 12
}

.fm-bar li:hover&gt;.fm-icon [class*=fa-],
.fm-bar li:hover&gt;.fm-link .fm-icon [class*=fa-],
.fm-bar li:hover&gt;.fm-link .fm-label [class*=fa-],
.fm-bar li:hover&gt;.fm-mask .fm-link .fm-icon [class*=fa-],
.fm-bar li:hover&gt;.fm-mask .fm-link .fm-label [class*=fa-],
.fm-bar li:hover&gt;.fm-mask a .fm-icon [class*=fa-],
.fm-bar li:hover&gt;.fm-mask a .fm-label [class*=fa-],
.fm-bar li:hover&gt;a .fm-icon [class*=fa-],
.fm-bar li:hover&gt;a .fm-label [class*=fa-] {
    color: var(--fm-hover-color);
    background-color: var(--fm-hover-background)
}

.fm-bar li:hover&gt;.fm-icon,
.fm-bar li:hover&gt;.fm-link .fm-icon,
.fm-bar li:hover&gt;.fm-mask .fm-link .fm-icon,
.fm-bar li:hover&gt;.fm-mask a .fm-icon,
.fm-bar li:hover&gt;a .fm-icon {
    z-index: 13 !important
}

.fm-bar .fm-link,
.fm-bar a {
    width: calc(var(--fm-icon-size)*2);
    display: block;
    position: relative;
    text-decoration: none
}

.fm-bar.fm-right .fm-link,
.fm-bar.fm-right a {
    position: absolute;
    right: 0
}

.fm-bar.fm-button-space li:not(:last-child) {
    margin-bottom: 2px
}

.fm-bar.fm-right li {
    height: calc(var(--fm-icon-size)*2)
}

.fm-bar.fm-side-space {
    margin: 2px
}

.fm-round.fm-side-space {
    margin-left: 3px
}

.fm-round .fm-icon,
.fm-round .fm-link,
.fm-round .fm-mask,
.fm-round a,
.fm-round li {
    border-radius: calc((var(--fm-icon-size)*2)/2)
}

.fm-round.fm-button-space li:not(:last-child),
.fm-rounded.fm-button-space li:not(:last-child) {
    margin-bottom: 3px
}

.fm-round.fm-button-space .fm-space {
    margin-top: 7px
}

.fm-round .fm-label {
    border-radius: calc((var(--fm-icon-size)*2)/2);
    padding: 0 12px
}

.fm-round .fm-hit,
.fm-sub&gt;ul {
    width: calc(var(--fm-icon-size)*2)
}

.fm-round .fm-hit {
    left: calc(var(--fm-icon-size)*2)
}

.fm-round.fm-label-space .fm-hit {
    width: calc(var(--fm-icon-size)*2 - 4px)
}

.fm-round .fm-sub.fm-sub-space&gt;ul,
.fm-rounded .fm-sub.fm-sub-space&gt;ul {
    margin-top: 3px
}

.fm-round .fm-sub.fm-side.fm-sub-space&gt;ul,
.fm-rounded .fm-rounded .fm-sub.fm-side.fm-sub-space&gt;ul {
    margin: 0 3px
}

.fm-round .fm-panel,
.fm-rounded li,
.fm-rounded li img {
    border-radius: 5px
}

.fm-round .fm-head {
    border-radius: 5px 5px 0 0
}

.fm-connected .fm-label {
    right: auto;
    left: 0
}

.fm-rounded.fm-side-space {
    margin-left: 3px
}

.fm-rounded.fm-button-space .fm-space {
    margin-top: 7px
}

.fm-rounded .fm-icon,
.fm-rounded .fm-label,
.fm-rounded .fm-link,
.fm-rounded .fm-mask,
.fm-rounded .fm-mask img,
.fm-rounded a {
    border-radius: 5px
}

.fm-rounded .fm-label {
    padding: 0 11px
}

.fm-rounded .fm-hit {
    width: 10px;
    left: calc(var(--fm-icon-size)*2 - 5px)
}

.fm-rounded-out.fm-label-space .fm-hit,
.fm-rounded.fm-label-space .fm-hit {
    width: 12px
}

.fm-rounded-out .fm-icon,
.fm-rounded-out .fm-label,
.fm-rounded-out .fm-link,
.fm-rounded-out a,
.fm-rounded-out img,
.fm-rounded-out li {
    border-radius: 0 5px 5px 0
}

.fm-rounded-out .fm-label {
    padding: 0 11px;
    left: calc(var(--fm-icon-size)*2 - 5px)
}

.fm-rounded-out .fm-hit {
    width: 10px;
    left: calc(var(--fm-icon-size)*2 - 5px)
}

.fm-rounded-out.fm-connected .fm-label {
    left: 0
}

.fm-right .fm-mask {
    height: calc(var(--fm-icon-size)*2)
}

.fm-icon&gt;img,
.fm-right .fm-icon,
.fm-right .fm-mask {
    position: absolute;
    right: 0
}

.fm-right.fm-rounded-out .fm-icon,
.fm-right.fm-rounded-out .fm-link,
.fm-right.fm-rounded-out a {
    border-radius: 5px 0 0 5px
}

.fm-right .fm-label {
    padding: 0 8px 0 11px;
    right: calc(var(--fm-icon-size)*2);
    left: auto
}

.fm-right.fm-label-space .fm-label {
    margin-right: 2px;
    margin-left: 0
}

.fm-right.fm-connected .fm-label {
    right: 0;
    left: auto;
    padding-left: var(--fm-icon-size) !important
}

.fm-right .fm-sub.fm-side&gt;ul,
.fm-right.fm-label-space .fm-hit,
.fm-right.fm-round .fm-hit {
    right: calc(var(--fm-icon-size)*2);
    left: auto
}

.fm-right.fm-rounded .fm-hit,
.fm-right.fm-rounded-out .fm-hit {
    right: calc(var(--fm-icon-size)*2 - 5px);
    left: auto
}

.fm-right.fm-rounded-out .fm-label {
    border-radius: 5px 0 0 5px;
    right: calc(var(--fm-icon-size)*2 - 5px)
}

.fm-right .fm-sub.fm-circular&gt;ul,
.fm-right .fm-subhit {
    right: 0;
    left: auto
}

.fm-space {
    margin-top: 4px
}

.fm-button-space .fm-space {
    margin-top: 6px
}

.fm-mask {
    position: relative;
    overflow: hidden
}

.fm-mask.fm-off {
    overflow: visible
}

.fm-icon {
    min-width: calc(var(--fm-icon-size)*2);
    height: calc(var(--fm-icon-size)*2);
    line-height: calc(var(--fm-icon-size)*2);
    position: relative;
    z-index: 11;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-repeat: no-repeat;
    font-size: var(--fm-icon-size);
    transition: background-color 100ms linear
}

.fm-icon&gt;img {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.fm-icon .fa {
    line-height: calc(var(--fm-icon-size)*2) !important
}

.fm-hit,
.fm-label {
    position: absolute;
    top: 0;
    display: none
}

.fm-label {
    font-family: var(--fm-label-font);
    font-style: var(--fm-label-font-style);
    font-weight: var(--fm-label-weight);
    font-size: var(--fm-label-size);
    min-height: calc(var(--fm-icon-size)*2);
    line-height: calc(var(--fm-icon-size)*2);
    padding: 0 11px 0 8px;
    z-index: 10;
    box-sizing: border-box;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.fm-label .fm-extra-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--fm-text-font);
    font-size: var(--fm-text-size);
    font-weight: var(--fm-text-weight);
    font-style: normal;
    line-height: 1.2;
    padding-bottom: 12px
}

.fm-label-space .fm-label,
.fm-label-space.fm-label {
    margin-left: 2px
}

.fm-label-space .fm-hit {
    width: 2px;
    left: calc(var(--fm-icon-size)*2)
}

.fm-hit {
    height: 100%;
    left: 0
}

.fm-sub {
    cursor: pointer
}

.fm-sub&gt;.fm-icon {
    position: relative;
    z-index: 1000
}

.fm-sub&gt;ul {
    left: 0;
    top: calc(var(--fm-icon-size)*2)
}

.fm-sub.fm-side&gt;ul {
    position: absolute;
    left: calc(var(--fm-icon-size)*2);
    top: 0
}

.fm-sub.fm-circular&gt;ul {
    position: absolute;
    left: 0;
    top: 0;
    width: auto
}

.fm-sub.fm-sub-space&gt;ul {
    margin-top: 2px
}

.fm-sub.fm-side.fm-sub-space&gt;ul {
    margin: 0 2px
}

.fm-sub.fm-posabs&gt;ul&gt;li,
.fm-sub&gt;ul {
    position: absolute
}

.fm-subhit,
.fm-window {
    position: absolute;
    display: none;
    left: 0;
    top: 0
}

.fm-window {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10101
}

.fm-shadow {
    background-color: #2f2f2f;
    opacity: .3;
    width: 100%;
    height: 100%
}

.fm-panel {
    background-color: #f0f0f0;
    padding: 1px;
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    position: absolute;
    display: none
}

.fm-panel.fm-show {
    display: block
}

.fm-winshadow .fm-panel {
    box-shadow: 0 0 2px 1px rgba(47, 47, 47, .2)
}

.fm-head {
    padding: 18px 17px
}

.fm-title {
    color: #fff;
    font-size: 22px;
    display: inline
}

.fm-close {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    right: -10px
}

#fm-popup .fm-head {
    background-color: #3af
}

.fm-black .fm-head {
    background-color: #2a2a2a !important
}

.fm-blue .fm-head {
    background-color: #4090ff !important
}

.fm-red .fm-head {
    background-color: #f23d3d !important
}

.fm-yellow .fm-head {
    background-color: #ffbd22 !important
}

.fm-body {
    font-size: 15px;
    padding: 15px;
    color: #707070;
    content: "";
    display: table;
    clear: both
}

.fm-body p {
    margin: 0;
    line-height: 1.125
}

.fm-body p+p {
    margin-top: 12px
}

.fm-show {
    display: block !important
}

.fm-hide {
    display: none !important
}

.fm-clearfix:after {
    content: "";
    display: table;
    clear: both
}

.fm-hold-open {
    display: block !important
}

.fm-icon-text {
    padding: 0 10px;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.fm-icon-text span img {
    margin: 0 !important;
    vertical-align: middle
}

.fm-search .fm-input {
    box-sizing: border-box;
    max-height: calc(var(--fm-icon-size)*2)
}

.fm-search .fm-input::-webkit-search-cancel-button,
.fm-search .fm-input::-webkit-search-decoration,
.fm-search .fm-input::-webkit-search-results-button,
.fm-search .fm-input::-webkit-search-results-decoration {
    display: none
}</pre></body></html>