@import url("menu.css");
@import url("subnav.css");
@import url("pagination.css");
@import url("footer.css");

@font-face {
    font-family: "TikTok Sans";
    src:
        local("TikTok Sans"),
        url("../fonts/TikTok_Sans/TikTokSans-Regular.woff") format("woff"),
        url("../fonts/TikTok_Sans/TikTokSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "TikTok Sans";
    src:
        local("TikTok Sans"),
        url("../fonts/TikTok_Sans/TikTokSans-Bold.woff") format("woff"),
        url("../fonts/TikTok_Sans/TikTokSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "TikTok Sans Condensed";
    src:
        local("TikTok Sans"),
        url("../fonts/TikTok_Sans/TikTokSans_24pt_Condensed-Bold.woff")
            format("woff"),
        url("../fonts/TikTok_Sans/TikTokSans_24pt_Condensed-Bold.woff2")
            format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "TikTok Sans Expanded";
    src:
        local("TikTok Sans"),
        url("../fonts/TikTok_Sans/TikTokSans_18pt_ExtraExpanded-Bold.woff")
            format("woff"),
        url("../fonts/TikTok_Sans/TikTokSans_18pt_ExtraExpanded-Bold.woff2")
            format("woff2");
    font-weight: 700;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    font-kerning: normal;
}

/* global max-width */
@media screen and (min-width: 2560px) {
    .container,
    .item-page,
    .conteudo,
    .filmes-landing,
    .diretores-home,
    .biblioteca-home,
    .subnav,
    .pagination,
    .flex-container,
    .grid-container,
    .hero-text,
    .destaque-home,
    .edicoes-home,
    .filmes-home,
    .navbar,
    .rodape {
        max-width: 2560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .item-hero,
    .hero-background,
    .topo--template,
    .item-page .item-hero,
    .topo,
    .busca-overlay {
        max-width: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.landing-item .filmes-landing {
        justify-content: center !important;
    }

    body {
        background-color: #f5f4ef;
    }
}
/* fim de global max-width */

::selection {
    color: #f5f4ef;
    background-color: #ff2e28;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    background-color: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.icon-setaesquerda,
.icon-setadireita,
.icon-play,
.icon-share,
.icon-screening,
.icon-award {
    margin-bottom: 2%;
}

.icon-share {
    margin: 0 0 2% 4%;
}

.icon-setadireita {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='900px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M236.277,22.148l427.852,427.852' style='fill:none;stroke:black;stroke-width:50px;'/%3E%3Cpath d='M236.277,877.852l427.852,-427.852' style='fill:none;stroke:black;stroke-width:50px;'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='900px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M236.277,22.148l427.852,427.852' style='fill:none;stroke:black;stroke-width:50px;'/%3E%3Cpath d='M236.277,877.852l427.852,-427.852' style='fill:none;stroke:black;stroke-width:50px;'/%3E%3C/svg%3E");
}

.icon-setaesquerda {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='900px' height='900px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M663.926,22.148l-427.852,427.852' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3Cpath d='M663.926,877.852l-427.852,-427.852' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='900px' height='900px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M663.926,22.148l-427.852,427.852' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3Cpath d='M663.926,877.852l-427.852,-427.852' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3C/svg%3E");
}

.icon-setaparabaixo {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='901' height='900' fill-rule='evenodd' stroke-linecap='square' stroke-miterlimit='1.5' clip-rule='evenodd'%3E%3Cpath fill='none' d='M.496 0h900v900h-900z'/%3E%3CclipPath id='a'%3E%3Cpath d='M.496 0h900v900h-900z'/%3E%3C/clipPath%3E%3Cg fill='none' stroke='%23000' stroke-width='50' clip-path='url(%23a)'%3E%3Cpath d='M878.348 236.074 450.496 663.926M22.644 236.074l427.852 427.852'/%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='901' height='900' fill-rule='evenodd' stroke-linecap='square' stroke-miterlimit='1.5' clip-rule='evenodd'%3E%3Cpath fill='none' d='M.496 0h900v900h-900z'/%3E%3CclipPath id='a'%3E%3Cpath d='M.496 0h900v900h-900z'/%3E%3C/clipPath%3E%3Cg fill='none' stroke='%23000' stroke-width='50' clip-path='url(%23a)'%3E%3Cpath d='M878.348 236.074 450.496 663.926M22.644 236.074l427.852 427.852'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-play {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='901px' height='901px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:1;'%3E%3Crect id='play' x='0.203' y='0.529' width='900' height='900' style='fill:none;'/%3E%3Cpath d='M24.768,27.189l0,846.68c-0,0 850.869,-423.34 850.869,-423.34l-850.869,-423.34' style='fill:none;stroke:%23000;stroke-width:60px;'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='901px' height='901px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:1;'%3E%3Crect id='play' x='0.203' y='0.529' width='900' height='900' style='fill:none;'/%3E%3Cpath d='M24.768,27.189l0,846.68c-0,0 850.869,-423.34 850.869,-423.34l-850.869,-423.34' style='fill:none;stroke:%23000;stroke-width:60px;'/%3E%3C/svg%3E%0A");
}

.icon-fechar {
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='901px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.408,877.498l853.938,-853.938' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3Cpath d='M23.408,23.56l853.938,853.938' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='901px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.408,877.498l853.938,-853.938' style='fill:none;stroke:currentColor;stroke-width:30px;'/%3E%3Cpath d='M23.408,23.56l853.938,853.938' style='fill:none;stroke:currentColor;stroke-width:50px;'/%3E%3C/svg%3E");
}

.icon-share {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='900' height='900' fill-rule='evenodd' stroke-linecap='square' stroke-miterlimit='1.5' clip-rule='evenodd'%3E%3Cpath fill='none' d='M0 0h900.000768v900.000288H0z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.65' d='m369.561 296.362-123.995-10.649' transform='matrix(-3.721485 -2.402246 -5.833915 9.037711 3282.0547609 -1318.8523265)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='50.02' transform='rotate(167.84253 -1207.3855512 1100.36793288)scale(-.718398 .718398)'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.68' d='m369.561 296.362-123.995-10.649' transform='matrix(-3.599059 2.3551 -5.771906 -9.06159 3234.27410033 2244.58059092)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='50.02' transform='rotate(12.15747 6072.69137988 -10883.9513039)scale(.718398)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='46.32' transform='translate(-3130.02484068 -616.7271484)scale(.718273)'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='900' height='900' fill-rule='evenodd' stroke-linecap='square' stroke-miterlimit='1.5' clip-rule='evenodd'%3E%3Cpath fill='none' d='M0 0h900.000768v900.000288H0z'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.65' d='m369.561 296.362-123.995-10.649' transform='matrix(-3.721485 -2.402246 -5.833915 9.037711 3282.0547609 -1318.8523265)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='50.02' transform='rotate(167.84253 -1207.3855512 1100.36793288)scale(-.718398 .718398)'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.68' d='m369.561 296.362-123.995-10.649' transform='matrix(-3.599059 2.3551 -5.771906 -9.06159 3234.27410033 2244.58059092)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='50.02' transform='rotate(12.15747 6072.69137988 -10883.9513039)scale(.718398)'/%3E%3Ccircle cx='4499.791' cy='1483.559' r='106.675' fill='none' stroke='%23000' stroke-miterlimit='1' stroke-width='46.32' transform='translate(-3130.02484068 -616.7271484)scale(.718273)'/%3E%3C/svg%3E%0A");
}

.icon-screening {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='901' height='900' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M.731 0h900v900h-900z' style='fill:none'/%3E%3Cpath d='M855.762 170.982c13.084 0 23.69 10.606 23.69 23.69V705.33c0 13.084-10.606 23.69-23.69 23.69H45.7c-13.084 0-23.69-10.606-23.69-23.69V194.672c0-13.084 10.606-23.69 23.69-23.69zM337.055 602.587l35-.663 264.156-136.256v-31.336L372.055 296.244h-35zm35-260.59L589.129 450 372.055 558.003V341.998Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='901' height='900' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M.731 0h900v900h-900z' style='fill:none'/%3E%3Cpath d='M855.762 170.982c13.084 0 23.69 10.606 23.69 23.69V705.33c0 13.084-10.606 23.69-23.69 23.69H45.7c-13.084 0-23.69-10.606-23.69-23.69V194.672c0-13.084 10.606-23.69 23.69-23.69zM337.055 602.587l35-.663 264.156-136.256v-31.336L372.055 296.244h-35zm35-260.59L589.129 450 372.055 558.003V341.998Z'/%3E%3C/svg%3E");
}

.icon-award {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='900' height='900' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd'%3E%3Cpath fill='none' d='M0 0h900v900H0z'/%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='m180.72 328.674 1.943.492 1.891.492 1.943.467 2.9.984.96.466 5.775 1.425 1.891.492 1.45.466.96.492 1.942.492 3.341.467 1.943.492 1.89.492.985.466.958.466 2.901.959 1.891.492 1.943.466 1.943.984 1.398.467 2.901.984 1.943.466.958.492 1.425.44 4.844 2.435 1.399.467.492.492 1.942.958.467.492.984.933.958.492.492.466.933.492 2.409 2.41.958.491.492.44.492.493.44.492.96.466 2.434 2.435.466.958.492.44.492.519.933.932.518.493.933.958 1.45 1.45.466.985.492.44.959.492.984.959.466.958.492.492.44.958.493.985.492.466.466.466.492.959.959.958.492.984 1.45 1.45.493.96.44.44.492.984 1.45 1.45.467.959 1.45 1.45.493.44.958.493.492.492.44.466.493.984.492.467.466.984.492.466.492.984.467.44.984.96.466.983.492.467.959 1.942.492.44.932.985.492.958.467.493.492.958.492.492.466.958.492.44 1.943 3.886.466.466.466.492.518.933.44.492 2.41 4.818.492.932.492 1.943.466.958.492.933.44 1.45.493.493 2.409 4.843.984 1.891.958 1.943.493.466.466.933.492.492.492.958.44.984.959.959.492.958.958.984.492.933.493.958 1.45 1.45.44.493.493.958.466.493.492.932.492.466.466.985 1.45 1.45.493.958.492.493.466.932.493.958.492.493.44.466.492.984.959.466.492.492.958.493.492.466.467.932 1.942 1.943.44.492 1.943 1.917.492.932 2.901 2.901.933.985.958.958.959.44 3.885 3.886.44.466.492.492.467.44 1.942 1.943.959.492.492.467.958.492.933.492.984.466.466.492.492.44 3.86 1.943 1.424.492 1.943.467 1.45.492 1.892.492 2.9.958 4.793.933 3.885.958 1.399.492 1.942.492 2.901.959.933.492 4.351 1.45 2.876.44 4.351.493 3.834.466h13.935l5.776-.466h1.891l3.393-.492 3.342-.44 4.843-.985 1.425-.466 1.917-.492 2.435-.492 1.398-.467 2.901-1.45 1.45-.492.985-.492.933-.44 1.916-.96 2.902-.983 1.916-.467 1.917-.492 2.901-1.45.492-.492 1.425-.44 1.917-.96 1.45-.491 1.943-.959.932-.492 1.943-.958 1.917-.492 1.424-.492.493-.44.466-.493.984-.466.466-.492 1.943-.959.958-.984.933-.466 1.943-.985.958-.44 1.943-.958 1.424-.492.466-.493.985-.466 1.45-.492 1.917-.958.492-.492.933-.493.492-.466.958-.466.959-.958.984-.493 1.45-1.45.933-.466.466-.493.984-.492.959-.932.492-.466.958-.493.492-.492.959-.466.492-.492.932-.958 1.917-.985.984-.932 1.451-1.45 1.399-.467 3.885-1.943.466-.492 1.45-.466 1.425-.492.959-.44.984-.493.466-.492 1.45-.466.985-.492 1.891-.959.492-.492 1.45-.492 1.917-.958.493-.44 1.424-.493 3.86-1.942 1.424-.467 1.45-.492.467-.492 1.45-.466.985-.492 1.45-.492.933-.467 1.917-.932 1.45-.492 1.943-.959.492-.492.932-.492.959-.466.492-.492.958-.44 1.45-.493.493-.492.933-.466 4.817-2.435 1.917-.958.466-.493.985-.466.466-.466.984-.518.959-.44.958-.493.466-.466 3.86-1.942.492-.493.958-.466.492-.466.959-.466.44-.492 1.943-.959.492-.492 1.917-.958.492-.492.932-.493.492-.466.959-.492.958-.44.492-.493.959-.492.984-.958.932-.492.467-.466.984-.493 1.45-1.45.959-.492.958-.44 1.917-.959 1.917-.984.492-.466 1.943-.985 1.45-.466.933-.492.466-.492.984-.44.959-.493.492-.466 1.45-.492.959-.492.44-.467 2.901-1.45 1.45-.492.985-.44.932-.493 1.917-.958.492-.492 1.943-.959.958-.984.933-.466.492-.492.958-.492.492-.44.467-.493.984-.466 1.917-1.943.932-.492.984-.958 1.917-.933.492-.492.959-.466.492-.492.932-.492.493-.467 6.734-3.367 1.45-.466.959-.492.492-.493 1.917-.958.932-.492.985-.466.466-.492 1.943-.959 1.45-.492.933-.44 1.942-.985 5.75-1.916.985-.492 2.9-.959.933-.466 1.45-.518 1.918-.933.984-.466 1.45-.492 1.4-.492.984-.466 1.45-.493.958-.492 1.451-.466 1.425-.492 1.45-.492 1.45-.44.959-.493 1.45-.466 1.891-.492 1.45-.492 2.436-.466 1.398-.493 3.886-.958 1.89-.492 2.902-.492 2.409-.44 1.424-.493 1.943-.466 2.901-.492 3.834-.492 2.408-.467 2.383-.492 3.394-.492 4.792-.466 2.875-.492 5.31-.492 4.325-.44 4.3-.493h23.571l6.735.492 8.185.44 4.3.493 3.393.492 2.875.466 1.917.492 2.9.492 2.384.467 2.435.492 1.89.492 1.943.466 1.45.492 3.834.933 2.41.492 1.942.466 2.383.492 2.409.493 1.942.466 1.891.492 2.901.958 1.943.492.932.44 1.917.985 2.901.958 1.425.493 3.86 1.916.492.492.932.44.492.519 1.917.932.984.985.959.466.958.984.466.466.959.493.492.492.958.44.958.958.985.493.466.492.984.466.933.984 1.917 1.917.492.466.958.466 2.435 2.435.932.467 1.917 1.942.492.44 2.41 2.435.491.959.44.492.493.958.492.44 1.917 1.943.492.959.492.492.466.958.985.984.466.933.466.466.466.984.492.467.959 1.942.492 1.425.492.466 1.917 3.834.984 1.942.44.959.959 1.942.492.933.958.958.493.985v.958l.492.492 1.916 3.834.493.958.44.958.492 1.451.958 3.834.493.984.492 1.45.466 1.891.984 1.943.466 1.399.985 3.885.466 1.45.466 1.4.467 4.325.984 4.844.466 2.383.492 9.583.492 4.844.467 4.326.492 2.383v2.9l-.492 8.626-.467 2.901-.492 4.792-.492 2.875-.466 2.901-.492 2.383-.492 2.902-.467 1.424-.466.959-.466.492-.492 1.916-.493 2.383-.958 1.943-.492.492-.466 1.917-.985 3.834-.958 1.942-.492.933-.44.958-.959 1.943-.492.492-.958 1.89-.492.493-.493.958-.466.492-1.45 2.902-.493 1.398-.44.985-.492.958-.492 1.45-.466.493-.985 2.849-.466 1.45-.492.985-.492 1.398-.466.492-.493.959-.492.492-.466.958-.466.493-.959.958-.492.466-2.9 2.901-.96.466-.491.493-.44.492-.959.958-.492.44-2.901 2.902-.959.492-.466.492-.958.466-.492.492-.467.44-2.434 2.435-.467.959-1.45 1.45-.933.492-1.45.44-.985.493-.466.466-1.45.492-.492.492-.959.467-.466.492-.958.492-.493.466-1.916.984-1.45.44-.493.493-.932.466-1.451.492-1.943.492-1.89.467-1.451.492-2.409.492-1.45.466-.933.492-1.943.493-1.45.466-1.943.466-.958.466-.933.492-5.31.493-1.424.466-1.943.492-2.901.492-4.792.466-2.875.492h-1.917l-3.833-.492-3.394-.466-2.383-.492-5.802-1.45-.932-.493-2.41-.466-.983-.466-1.45-.466-1.4-.493-1.45-.492-.984-.466-1.451-.492-.958-.492-.933-.467-.958-.492-2.901-.958-.985-.492-1.89-.933-4.844-2.409-.933-.492-1.916-.958-.493-.492-1.942-.933-.959-.492-.932-.466-.492-.492-.959-.492-.492-.467-3.86-1.942-.44-.492-.984-.44-1.917-.96-1.942-1.942-.959-.492-.466-.466-.466-.492-.984-.493-.959-.44-.958-.492-.492-.466-.959-.492-.492-.493-.932-.466-2.901-.984-.959-.466-.492-.492-.958-.493-.933-.466-.984-.466-.958-.958-.959-.493-2.435-2.409-.44-.492-.492-.466-.959-.932-2.9-2.901-.959-.493-.984-.958-.933-.466-.466-.466-.492-.985-.958-.958-.493-.958-1.45-1.451-.492-.466-.467-.466-.466-.985-.466-.466-.492-.984-.492-.467-.959-1.942-.492-.44-.466-.493-.984-1.942-.467-.467-.984-1.942-.44-.492-.492-.933-1.917-3.86-.492-.932-.959-1.942-.492-1.917-.492-.492-.466-1.425-.492-.466-.492-.985-.44-1.45-.96-1.917-.491-.466-2.41-4.818-.491-1.425-1.425-5.776-.466-2.409-.492-2.383-.493-2.9-.466-1.451-.492-2.383-.492-2.901-.466-1.891-.492-2.901-.493-1.917-.958-3.86-.492-1.424-.44-1.45-.959-3.834-.492-1.45-.492-3.368v-18.727l.492-3.86.492-5.258.466-1.45.493-1.943.44-.958.492-.959.492-1.917.959-2.9.492-.933.466-2.409.984-2.901 1.917-3.834.466-.492.466-.958.493-.933.492-.958.958-.984.492-.959 1.917-1.942.492-.44.44-.493.493-.466.958-.492 2.435-2.41.958-.932.959-.492.492-.492.44-.466 4.844-2.435.492-.466.932-.492 1.451-.492.958-.44 1.45-.493.96-.466.932-.492.984-.492.958-.959.959-.492.492-.466 1.943-.984 1.398-.44.985-.493 2.9-.958 1.917-.492 2.383-.467 2.902-.492 3.367-.492 3.367-.466 3.367-.492 2.41-.493 3.833-.466 2.9-.466 1.892-.466 2.435-.492 2.383-.493 8.185-.466h3.86l3.34.466 1.451.493 2.383.492 1.943.466.958.466 1.45.466 1.917.493 4.352 1.45 1.399.492 3.885.959 1.45.492.933.466.466.492 1.45.44 1.944.985.492.466.958.492.933.959 3.859 1.942.492.44.958.493.493.492.932.466 4.844 2.435.466.466.933.492 1.942.933 1.943.958.466.492 1.425 1.45 1.45 1.451.492.44.467.493 1.942.958 1.425.492.518.493.44.466.959.492 1.45 1.45.492.44.959.493.492.958.492.492.958.493.44.958 1.451 1.45.492.933 1.451 1.45.492.959.959.984.44.959.492.958.492.466 1.45 1.45.467.96 1.45 1.45.493.44.492.518.466.932.466.985.518.958.933 1.943.466.466.492.984.958 1.891.493 1.45.492 1.425.466 1.917.492.984.959.959.466.958.466 1.425.984 1.942.467 1.451.492.958.492 1.425.466.958.492 1.45.492.96.467 1.45.492.932.492 1.45.466.493.466.958.467.985.492 1.398.492 1.45.466.985.492 1.45.492.933.467.959 1.45 4.351.492 1.425.44 1.45.493.959.492 1.89.466 2.902.492 3.367.492 1.917.467.984.492 1.89.492 3.394.466 1.89.492 9.144.493 3.368v7.2l-.493 5.777-.492 2.875-.466 1.917-.492 1.45-.492 1.917-.467 1.917-.492 1.45-.492.984-.466 1.4-.492.983-.492.467-.44.984-.959 1.917-.492.932-.492.985-.959.958-.492.958-.466.492-.492.959-.492.466-.933.466-3.86 3.886-.958.932-.984.466-.932.985-.959.466-.492.492-.958.492-1.45 1.45-1.451.933-.959.466-.932.493-.492.492-.959.466-.492.492-2.901 1.45-.492.493-.933.466-.958.492-.492.44-2.901 1.451-.933.492-2.9 1.45-1.918.493-1.45.466-2.383.492-1.943.44-2.383.493-2.9.492h-8.186l-4.792-.492-3.833-.492-4.352-.44-3.833-.493-2.876-.466-3.393-.492-1.917-.959-.492-.492-.932-.492-4.352-1.45-.958-.44-1.425-.493-1.45-.466-.492-.492-1.917-.959-2.875-.984-.493-.466-1.916-.985-1.45-.466-.933-.466-.985-.466-.466-.492-1.45-.493-.985-.958-.958-.492-.492-.466-.933-.493-1.916-.958-1.943-.932-.492-.493-.959-.492-.44-.466-1.943-.984-.492-.466-.958-.493-.959-.958-.492-.466-.958-.466-.492-.493-.44-.492-2.435-2.409-1.917-.958-.492-.466-.959-.959-.466-.492-.466-.466-.984-.492-2.901-2.901-.467-.44-.984-.985-.44-.958-.959-.492-.492-.959-1.943-1.942-.466-.44-1.45-1.451-.933-.959-.492-.984-.958-.958-.492-.933-.493-.958-.958-.984-.492-.959-1.45-1.45-.441-.933-.492-.492-.466-.958-.493-.493-.958-1.916-.492-.492-.492-1.425-.466-1.45-.985-1.917-.466-.493-.492-1.45-.492-1.425-.44-1.916-.493-.493-.466-1.45-.492-1.425-.492-1.45-.466-.959-.493-1.45-.492-1.891-.958-2.901-.492-1.917-.467-1.45-.466-.959-.466-1.45-.492-1.891-.492-2.435-.467-1.89-.492-1.943-.492-2.41-.466-1.424-.492-1.917-.492-2.435-.959-6.682-.492-2.435v-14.868l.492-3.393.492-.959.467-.466.492-1.45.492-.467.466-1.45.492-1.425.959-2.9.492-1.944.492-1.45.466-.933.466-1.45.467-1.917.492-.466 1.943-3.86.466-.492.492-.958.492-.44.466-.985.492-.466.44-.492 3.394-3.393.492-.44.958-.493 1.451-1.45.932-.466 1.943-.985.466-.466 1.943-.984 1.425-.44 2.9-1.451 1.451-.492.959-.467 1.424-.492 3.86-.958 1.424-.492 2.41-.44.958-.493 3.833-.492 1.943-.466 6.242-.492 2.435-.492h4.792l2.875.492 4.818.492 1.425.466 1.942.492 1.45.492.96.44.958.493 1.424.466 1.943.984.466.467 1.45.492 1.425.492 1.943.958.958.44.492.493 1.451.492.958.466.44.492 2.902 1.45.492.493 1.45.466.959.492.932.44 1.943.985.492.466.959.492.958.959.984.492.44.492.959.466.492.492.958.493.985.44 1.45 1.45.959.493 1.424.466 1.917 1.943.984.492.467.466.492.466.958.466.466.493.959.958.958.492 1.45 1.45.493.441.958.518.492.466.492.959.933.958 2.901 2.901.466.984.492.933.492.466.933.492.518.492.44.467.492.984.467.466.492 1.425.958.958.985 1.943.466.492.492.958.492.492.466.933.492.466.933 1.943.958.958.492.985.493 1.398.466.985.492.466.492 1.45.466 1.917.493.958.44.493.492 2.9.492.933.466.466.493.985.492 1.45.466.959.492.492.492 2.849.466.984.493.466.492.985.466 1.89.466 2.902.518 2.383.44.958.493 1.45.466 1.943.492.933.492 1.942.466.959.493 3.341.492 3.393.466 6.217v2.901l-.466 4.326-.492 5.284-.493 1.916-.466 1.451-.492 2.383-.958 2.901-.492 1.917-.44.958-.519 1.45-.466.96-.958 1.916-.493.466-1.45 2.901-.958.984-.493.44-.466.493-.492.958-.492.492-.933.467-.466.984-.984.958-.959.493-.492.466-.466.466-.492.466-.933.492-.492.959-2.409 2.435-.958.932-.492.466-.959.492-.492.493-.958.466-.933.492-.984.492-1.917.466-1.45.492-1.425.493-2.9.932-2.41.466H786.6l-.984.492h-5.284l-1.45-.492-5.285-.466-2.9-.466-.467-.466-2.383-.493-2.435-.492-.958-.466-.933-.492-1.45-.492-3.86-1.917-.492-.466-.932-.466-.959-.493-.984-.958-.958-.492-.492-.492-.959-.466-.492-.493-.932-.492-.959-.466-.492-.466-.958-.466-.959-.985-.984-.466-.958-.984-.933-.467-.958-.984-.985-.466-.466-.492-.492-.44-1.45-1.451-.959-.492-.492-.492-.44-.959-1.45-1.45-.985-.492-.466-.44-2.901-2.902-.467-.492-.958-.958-.492-.933-3.86-3.86-.932-.984-.492-.932-1.917-1.917-.492-.984-.492-.466-.467-.985-.492-.932-.492-.958-.466-.493-.492-1.45-.44-.959-.493-.492-.492-.958-.466-.933-.492-.492-1.45-2.9-.493-1.4-1.917-3.885-.466-.958-.466-.933-.492-.958-.492-1.45-.959-.985-.492-.958-.466-.933-.492-1.45-.492-.959-.959-2.875-.492-1.45-.44-2.41-.492-2.874-.467-3.394-.492-1.89-.492-3.394-.466-3.341-.492-2.409v-11.5l.492-2.435.466-.959.492-1.89 1.45-2.902.441-.984.984-1.917.467-.932.492-.492.492-.959 1.917-1.942.492-.933.958-.958.466-.492.959-.492 1.45-1.451.959-.466.492-.492.958-.493.492-.466.933-.466 1.942-.958 1.451-.493.958-.466.493-.492.958-.492.932-.466.493-.492 3.859-.959 1.425-.466 4.817-.466h2.383l1.943.466.958.932 1.451.493 2.383.492.492.466 1.45.492.96.492 1.45.466.466.493.958.44.959.518.492.466 2.9 1.45.493.467 2.85 1.45.491.493 1.943.958.466.492.933.492.984.44.958.96 2.901 1.45 1.425.492.958.492.493.466.466.466.984.467 1.917 1.942 1.425 1.45.492.493.958.466.958.984.493.44.492.96 1.45 1.45.466.984.493.466.44.985.492.932.492.466.466.985 1.451 1.45.492.958.959.959.492.466.492.958.466.493 3.367 3.367.467.932 2.434 2.435.44.959.96.958.491.932 2.41 2.435.491.959.959.958.466.932.518.493.44.492.959 2.9.492.96.492 1.424.958 2.9.493 1.892.466 1.45.492 3.342v11.06l-.492 4.351-.466 1.425-.493 2.901-.492 2.383-.466 1.917-.492.984-.492 1.45-.467 1.4-.492.984-.44 1.45-.518.467-.466.984-.467.466-.492.933-1.942 1.942-.959.492-.492.467-.958.492-.933.492-.492.466-.958.492-1.45.44-.96.493-3.833.492-2.9.466-.985.492-1.89.492-1.451.467h-12.511l-.959-.467-1.942-.492-.44-.492-.959-.466-1.943-.492-.958-.492-.492-.44-.959-.96-.932-.491-.984-.492-2.901-2.901-.467-.44-.984-.493-.466-.466-.933-.492-.984-.492-2.409-2.41-.958-.492-.492-.44-.493-.492-.44-.466-.958-.492-1.45-1.45-.985-.493-1.917-1.917-.492-.466-.44-.958-.985-.959-.958-1.943-.492-.492-.466-.958-.492-.933-.493-.958-.466-.492-.984-1.943-.466-.466-.467-.932-1.916-3.886-.493-1.398-1.942-3.886-.466-.466-.493-1.425-.44-1.45-.492-1.45-.492-4.793-.466-7.226v-1.891l.466-4.352.492-2.875.492-1.45.44-1.425.493-1.45.466-.467 1.45-2.9.492-.933 2.41-2.435.466-.466 1.916-1.943.493-.933.492-.492.958-.466 1.943-1.943.932-.492.959-.466 1.45-.492 2.409-.44h1.425l7.226.44 1.917.492.984.466 2.383.492 2.901.959 1.917.984.933.466.984.985.466.44 1.45 1.45.985.493 1.917 1.916.932.985.985.466.466.932 3.885 3.886.44.466.493.932 1.916 1.943.493.958.958.985.492.932.492.466.959 1.943.44.492.984 1.917.959 1.917.492 1.45.466.959.492 2.383.492 1.45.467 2.41.492 1.916.492 4.792.466 5.284v2.409l-.466 1.942-.492 1.425-.959 1.917-.492.492-.492.958-.466.492-.985.933-1.45 1.45-.933.493-.958.466-1.45.492h-5.284l-1.451-.492-1.943-.959-1.398-.492-.985-.466-.466-.492-.984-.44-.959-.493-1.942-1.942-.44-.466-.959-.985-.492-.958-.492-.44-.467-.493-.492-.958-.492-.492-.466-.958-.984-.985-.467-.958-.492-.44-.44-.985-.492-1.45-.492-.467-.959-1.942-.492-.492-.466-.933-.492-.466-.492-.984-.467-.467-.984-1.942-.466-.933-.466-1.45-.467-.959-.492-1.942-.492-1.425-.466-2.409v-3.341l.466-1.45.492-.493.492-.958.933-.985.958-.466.492-.466 1.45-.466h3.834l1.917.466.984.466 1.451.466 1.399.493.492.492.958.466.985 1.943 1.45 1.45.466.44.985 1.943v1.45l-.493 3.834-.958.959h-1.45v.492h-1.943l-.933-.492-1.45-.467v3.834l.958 1.917.803 1.735.83 1.684-.208-1.969.492.933.958.984.959.466h3.833l.492-.466 1.943-.984.466-.44.493-.96.492-2.434v-3.833l-.492-.959-.493-1.45-1.916-3.834-.493-.492-.492-.958-3.341-3.342-.958-.492-3.368-3.341-.958-.492-.959-.959-.984-.492-.466-.492-1.943-.959-1.89-.492-12.02-.466v.958l-.984.493-.466.958-.492.492-.492.959-.466.492-.492.932-.493.959-.466.492-.492 1.45-.44.959-.492 1.45-.493.933v2.409l.493.984.492 4.792.44 2.383.492 1.942.466 3.342.985 4.844.466.932.984 1.917.466.492.493 1.45.492.933.466.492.492.958.44.959.985.492.958.958.492.985.467.44 2.9 2.901.467.492.958.466.959.985.984.466.466.466.492.466.959.493 1.916.958.959.492 1.942.492.959.466 1.45.493.933.492 5.776.466h5.31l1.89-.466 1.944-.492 1.45-.493.958-.466.933-.492.984-.492.466-.466.985-.492.466-.493.984-.466.467-.932.984-.985.466-.958.466-.492.467-.959.492-1.45.492-.933.466-1.45v-5.284l-.466-5.776-.492-2.41-.492-4.325-.467-2.85-.466-1.942-.958-1.942-.492-1.4-.467-1.45-.984-1.942-.466-.933-2.435-4.844-.44-.466-.493-.932-.466-.985-.984-.958-.466-.958-.985-1.917-.958-1.917-.492-1.45-.466-.493-.492-.958-.933-1.917-.492-.958-.958-.958-.959-.493-.984-.958-.959-.492-.492-.44-1.398-.493-.493-.492-1.942-.958-1.45-.492-.96-.467-1.424-.492-1.45-.492-1.917-.958-.984-.44-.467-.493-.932-.492-1.45-.466-3.886-.984-2.383-.467-4.352-.492h-5.284l-1.89.492-2.901.959-.959.492-1.45.466-.933.492-.984.492-1.45.44-1.917.493-1.917.958-.466.492-.985.467-1.917 1.942-.492.933-.492.492-.466.958-.492.493-.44.466-.985 1.942-.466 1.425-.492 1.917-.492 2.435v6.216l.492 3.86.492 2.875.466 2.409.492 1.89.492 1.451.933 1.943.466.492 1.45 2.85.493.983.492 1.45.466 1.892.492.958.493.492 1.45 2.901.44.933.493 1.943.466 1.45.492.958.492 1.425 1.45 1.45.467.959 1.45 1.45.467.933.958.958.492.985.466.466.493.984 1.942 1.917.466.466.985.959.44.492.492.466.466.984 1.943 1.917.492.932 2.41 2.435.44.467.984.984.958.466.492.492.467.44 1.942 1.943.959.492 1.424.467 1.943.984.466.466.984.492.467.44.984.493 1.399 1.45 1.45 1.45.984.493 1.451 1.45.958.44.44.493.985.466.466.492 2.901.959 2.383.492 3.886.958h6.734l3.834-.466 1.917-.984 1.916-.959 1.45-1.45.96-.44.958-.985.984-.466 1.45-1.45.44-.493 1.943-1.942.467-.44 2.434-2.41.933-.984.518-.466.44-.492.492-.492.467-.933.984-.958.466-1.45.492-.493.493-.958.466-.933.492-.492.492-.958.466-.493.492-.958.44-.958.493-.985.492-2.383.466-10.568v-4.3l-.958-4.843-.933-4.792-.492-2.875-.466-1.45-.492-1.943-.492-.933-.466-1.45-1.451-2.902-.492-.932-1.45-2.901-.441-1.45-.518-.933-.933-1.917-.492-.492-.492-.958-.958-.985-.492-.932-.467-.466-1.942-3.886-.44-.932-.493-.466-.492-.985-.466-.466-1.45-2.901-.493-.492-.492-.44-.466-.985-.492-.466-.959-1.943-.466-.958-.466-.933-.984-.984-.467-.958-.492-.492-.492-.959-.466-.492-.492-.958-.959-.959-.984-.932-.44-.492-2.901-2.901-.493-.44-.466-.493-.984-.492-.466-.466-.933-.492-.984-.959-.958-.492-2.41-2.409-.984-.466-.466-.518-.932-.933-.985-.466-1.45-.984-1.45-.466-.96-.492-.932-.493-.958-.466-.492-.466-.959-.466-.492-.492-.958-.493-.984-.958-.959-.492-.932-.466-4.352-1.45-1.424-.493-2.41-.44-1.45-.493-4.326-.492h-14.427l-2.383.492-2.409.493-1.943.44-.958.492-1.917.959-.958.958-1.943.984-.466.466-1.917.985-.466.466-.492.466-3.86 3.86-.492.44-.492.518-.44.932-.492.985-.467.466-.492.984-.492.467-.958 1.942-.493.492-.466.933-.492.466-.958 1.943-.467 1.89-.466 2.435-.492 1.45-.492.96-.466 1.424-.492.958-.493 1.45-.466 4.327-.492 2.9-.492 1.891-.466 4.792v1.943l-.493 1.45-.492 2.876v4.792l.492 1.45.493 1.943.466 1.89.492 1.451.958 1.943.493 2.383.492 1.45.466.959.492.492.492.958.466.933.467.958.466.984.492.467.492.984.466.466.493.985.492.44.466.958.492.492 1.45 2.901.441.493.492.932.492.466.467.985.492.466.492.984.958.958.492.933.467.492.492.958.492.493.466.958.466.492.959 1.917.492.466.466.466.492.985 1.943 1.916.466.985.984.958.44.933.96.958.983 1.943.467.492.492.958.492.44.958.493.493.958 1.45 1.45.44.493.959.958.984.492.466.44.492.493.959.492.984.958 1.891 1.943 1.943.958.466.492.984.44.466.493.985.466.44.492.958.492.493.467 1.942.984.466.466 1.943.985.44.466.985.466.958.466.959.985.984.466.466.492.984.492.933.958.466.493.984.466.467.466 2.434 2.409.959.492 3.833 1.917.959.466 1.942.958.933.493.492.466 1.45.492.959.492 1.45.466 1.425.493 1.917.492 2.435.466h7.2l1.917-.466 1.917-.492 2.901-.493 1.917-.466 3.86-.984.491-.466.933-.493 1.45-.492.467-.466.492-.466.958-.466 1.45-.493.985-.492.44-.466.492-.492 2.902-1.45.466-.959.492-.466.958-.959 1.425-1.45 1.943-.958 1.45-1.451.466-.932.493-.493.44-.492.492-.466.492-.984.959-.959.958-.492.984-.958.466-.933.985-.958.466-.984.466-1.45.518-1.451.44-.933.493-1.45.466-1.917.492-1.425.492-1.942.466-1.451.493-.958.492-1.425.466-1.917.492-2.435.492-3.341.467-5.284.466-11.06v-14.868l-.466-1.45-.959-4.819-.492-2.408-.466-1.891-.985-2.901-.466-2.383-.984-2.901-.466-1.917-.492-1.45-.44-.467-.519-.984-.466-1.45-.466-.96-.492-1.424-.493-.958-.466-1.45-.492-.96-.492-.491-.466-.933-.492-.492-.493-.958-.958-.959-.492-.984-.44-.466-.493-.984-.466-.467-.984-.932-.466-.984-1.45-1.45-.493-.96-.492-.44-.44-.492-.493-.958-1.45-1.45-.466-.985-1.943-1.917-.492-.466-.959-.518-.44-.933-.518-.466-.466-.492-.959-.492-.492-.466-.958-.492-.959-.959-.984-.466-1.399-1.45-.984-.959-.958-.492-.959-.958-.984-.493-.466-.466-.984-.932-.933-.493-.958-.958-.959-.492-.492-.492-.958-.466-.985-.985-.958-.466-.492-.492-.44-.492-.959-.44-.492-.493-.958-.466-.492-.492-.959-.492-.492-.466-.958-.493-.933-.492-.984-.466-.466-.492-.985-.492-.958-.44-.958-.493-.493-.466-.958-.492-.932-.492-4.844-2.41-1.891-.44-.984-.492-2.901-.958-1.891-.492-1.45-.492-2.41-.467-1.45-.492-1.917-.492-3.367-.466-2.383-.492-3.393-.492-3.834-.44-4.792-.493h-1.943l-3.833-.466h-3.86l-4.817.466-4.3.492-1.45.44-.985.493-1.45.492-.959.466-1.424.492-1.917.492-2.901 1.45-.467.467-1.916.984-.492.44-.959.493-.492.466-.958.492-.493.492-.932.467-1.943 1.942-.466.44-.492.493-.958.492-.985.958-.466.959-.984.984-.44.466-.493.933-.958 1.942-.492.493-.959 1.916-.492.492-.466.933-.492.492-.492.959-.467.492-.466.466-.958.984-.492.959-.467 1.424-.492.959-.958.958-.984 1.943-.467.44-.492.984-.492.466-.932 1.943-.959 1.943-.958 1.89-.984 2.902-.467 1.424-.984 2.901-.466 4.3-.492 1.943-.492 16.81v2.876l.492 1.942.492 2.41.466 5.724.492.984.959 3.86.492 1.424.492 2.9.466 1.892.492 1.942.492 2.41 1.4 4.325.491 1.89.492.96.467.491.492.959.492.492.466.958.492 1.425.959.958 1.45 2.901.466.493.467.958.492.466.492.959.466.492.492.958.959.958.984 1.943.466.44.492.985.44.466 2.436 2.435.958.466.492.492.466.44.985.493.466.958.492.492 1.425 1.45.466.96.492.491.492.44 2.41 2.435 1.424 1.45.958.467.958.984.985.933.466.466.984.492.959.959.932.492 1.943 1.943 1.917.932.984.466.932.985.959.466 1.45 1.45.959.492.984.959.958.466.492.466.933.492.466.493.984.466.467.492.984.492 1.45.466.467.492.984.493.44.466.493.466 1.916 1.917.985.492.466.492.984.466.466.493.933.492.984.466.959.466 1.942.959.466.492.985.466.44.492.958.492.493.466 2.9 1.451.493.492 1.398.44 4.844 2.435 1.425.467.958.492 1.45.492 1.943.958 1.45.44.933.493 1.917.492 1.45.466.985.492 2.383.492 1.917.467 3.367.492 4.352.492h6.242l2.383-.492 5.31-.492 4.326-.467 1.942-.492 2.383-.492 2.901-.466 1.891-.492 2.41-.492.984-.44 1.45-.493.958-.466.44-.492 3.886-1.943 1.399-.466 1.943-.492.958-.493.984-.44 1.917-.958.466-.492.518-.493.44-.466.959-.492.492-.492.958-.466.493-.492 1.942-.959.933-.466 1.917-1.917.984-.492.958-.958.959-.493.984-.958.932-.932.959-.985.492-.958.958-.958.492-.985.467-.466.492-.932 1.45-1.451.44-.492.985-1.943.466-.932.984-1.917.467-.492 1.45-2.901.492-.44.959-1.943.466-.959.958-1.942.493-.492.466-1.4.492-.983.492-1.45.466-.96.492-2.382.493-1.943.466-1.45.492-1.891.492-2.41.44-2.382v-37.04l-.44-4.3-.492-4.326-.492-2.875-.466-1.45-.493-1.917-.492-1.45-.466-1.426-.984-2.9-.466-.959-.493-1.425-.958-2.9-.466-.96-.466-1.424-1.943-3.86-.492-.491-.467-.959-.492-.932-1.45-2.901-.492-.933-.44-.492-1.451-1.45-.492-.959-.467-1.45-.492-.985-.492-.466-.466-.984-.984-.44-.467-.493-.466-.466-2.409-2.435-.492-.932-.466-.466-.984-.492-.467-.493-.984-1.916-.932-.985-.467-.466-.492-.932-2.409-2.435-.984-.466-1.917-1.943-.932-.492-.492-.44-3.86-3.86-.984-.492-.44-.492-.493-.933-.958-.958-1.943-.959-.466-.492-1.917-.958-.466-.492-.984-.44-.466-.493-2.902-1.45-.932-.492-.518-.467-.933-.492-3.885-1.942-.958-.44-.44-.493-7.72-3.86-1.45-.491-1.45-.44-1.451-.493-1.399-.466-.984-.492-1.45-.492-.959-.467-1.45-.492-1.425-.492-2.901-.958-.959-.493-1.424-.466-.959-.466-.492-.466-4.351-1.45-1.891-.493-4.352-1.45-1.424-.493-2.901-.466-2.85-.492-2.9-.44-6.735-.985-1.943-.466-7.175-.492-6.734-.492-3.886-.466-2.383-.492-.958-.493h-7.227l-4.792.493-2.9.492-2.384.466-4.844.984-1.398.466-2.435.493-2.901.492-1.891.44-3.393.492-2.85.466-3.885.985-1.89.466-.96.492-2.9.958-1.917.493-1.45.492-1.917.932-.985.466-1.398.493-4.844 2.409-.932.492-.959.492-1.45.466-.985.492-1.45.44-.959.493-1.89.492-.985.466-.466.492-1.45.492-.985.467-.466.492-1.425.492-.492.466-.958.492-.959.44-1.45.493-4.818 2.409-.466.492-1.917.958-.958.984-.492.44-.959.493-.492.466-.958.492-.492.492-.959.467-.492.492-.958.492-.44.466-.985.492-1.45.44-.959.493-1.45.492-.933.466-.958.492-1.45.493-1.944.958-1.89.492-.985.958-.466.44-.984.493-.959.958-.958.492-1.943 1.943-.44.466-.984.985-.959.44-.492.492-1.917.959-1.424.492-4.844 2.409-1.399.492-.984.466-1.917.932-.492.493-1.942.958-.933.492-.466.492-.984.466-.467.493-.984.44-.466.518-.985.466-.466.466-.984.493-.44.492-1.45 1.45-.96.467-.984.984-.958.466-.958.984-.933.44-.492.493-.958.466-1.45 1.45-.985.493-.466.492-.985.466-.932.933-4.818 2.434-.492.467-.959.492-1.424.492-2.901.958-.492.492-.959.44-.932.493-.959.466-.492.492-.958.492-.984.959-.959.492-.492.466-.932.492-.959.493-.492.44-.958.492-.493.466-.958.492-.958.959-.933.492-.518.492-.932.466-.985.985-.958.466-.492.466-.466.466-.985.492-.466.493-.932.958-.985.492-1.45 1.45-.959.467-.492.466-2.409 2.409-.932.492-.492.466-.959.493-.958.958-.984.466-.959.466-.44.493-.492.492-.959.466-.492.492-3.86 1.943-1.916.958-.958.44-1.943.985-.466.466-.984.492-.933.492-2.409 2.41-.492.44-1.917 1.942-.932.492-.985.959-1.916.958-.492.492-.493.44-1.45 1.451-.933.984-2.408 2.41-.493.44-.958.492-.958.958-.493.984-.958.959-.932.958-.493.492-.958.933-2.435 2.409-.958.492-.492.492-.44.466-.959.492-.492.933-.492.492-.467.958-2.434 2.41-.933.491-.466.493-1.45 1.398-2.902 1.45-1.45.493-.933.492-2.9 1.45-1.451.467-1.917.932-3.86 1.943-1.89.958-1.45.493-2.902.492-.984.466-.933.492-.958.44-.958.493-1.45.492-.985.466-1.891.492-2.409.492-4.326.467-2.409.492-3.367.492-.958.466-1.45.492-1.451.44-1.45.493-1.892.492-1.45.466-.985.492-.466.492-.984.467-.466.492-.933.958-.984.492-.466.44-1.943.493-1.45.492-2.876.958-1.45.492-.959.467-2.383.492-3.393.492-1.45.466-2.383.492-3.368.492-.984.44-.932.493-1.45.466-4.793.984-1.942.467-3.342.492-5.802.492-3.341.466h-10.102l-3.368-.466-1.942-.492-1.891-.492-2.901-.959h-7.227l-1.89-.492-3.394-.466-1.943-.492-2.383-.44-1.916-.493-.985-.492-.466-.466-.932-.492-.985-.959-.958-.492-1.943-1.942-.466-.44-.492-.493-.958-.466-.933-.984-1.943-.959-.492-.492-.958-.466-.492-.492-.959-.492-.44-.44-.984-.493-.467-.466-.984-.492-2.9-.959-1.892-.492-.958-.492-.492-.466-.959-.492-.492-.493-.492-.932-1.45-1.45-.44-.467-2.41-2.435-.492-.932-.492-.466-.466-.985-.492-.466-.959-.492-.492-.492-.44-.466-.492-.493-.959-.492-.984-.958-.466-.44-2.435-2.435-.466-.959-.493-.492-.44-.466-.492-.932-.492-.493-.959-1.942-.492-.466-.466-1.451-.492-.932-.958-.985-.493-.958-.44-.492-1.45-2.901-.493-.933-.492-1.45-.958-1.917-.492-1.425-.466-1.45-.493-1.943-.492-1.89-.466-.96-.492-1.45-.492-2.875-.44-1.943-.493-1.45-.466-.958-.492-1.425-.959-2.901-.492-.959-.492-1.424-.466-1.45-.492-1.917-.44-.985-.519-1.89-.466-1.451-.958-2.901-.492-1.891-.959-3.834-.958-2.9-.492-.985-.492-1.45-.467-.933-.984-1.917-.44-.984-.492-.466-.467-1.425-.492-.958-.958-2.901-.492-.985-.492-.932-.467-.518-.492-1.399-.958-1.942-.492-1.891-.493-.985-.44-.466-.958-1.942-.492-.493-.493-.958-.466-.44-.984-1.943-.958-.958-.493-.985-.958-.958-.44-.933-.985-.958-.466-.984-.984-.959-.466-.958-.985-.984-.466-.44-.984-.959-.44-.492-2.902-2.901-.958-.44-2.901-2.902-.933-.492-1.942-1.942-.959-.44-.492-.493-.492-.958-.958-.959-.933-.492-.958-.958-.492-.984-.492-.44-.467-.493-.984-.466-1.89-1.943-2.41-2.409-.492-.466-.492-.958-.958-.959-.959-.492-.492-.492-.932-.466-.959-.492-.984-.959-.958-.492-.959-.44-.984-.985-.933-.466-.466-.492-.984-.492-.466-.466-2.901-1.45-.493-.467-.492-.518-.932-.44-2.901-1.451-1.45-.492-1.892-.959-3.859-1.942-.984-.44-1.399-.493-.984-.466-2.41-.492-2.874-.492-4.818-.959-1.425-.492-2.409-.466-4.325-.492-1.943-.492-3.341-.44-4.844-.493h-11.035l-4.325.492-6.243.44-2.435.493-1.89.492-1.45.466-1.944.492-1.45.493-1.399.466-5.802 1.942-1.425.44-1.942.493-.959.492-1.45.466-.933.492-1.942.959-1.45.492-1.918.958-1.424.492-1.45.44-.96.519-1.942.466-1.424.466-.467.493-.984.492-.466.466-.984.492-1.451 1.45-1.917.933-.466.492-.466.466-.985.493-.466.492-.984.466-.958.984-.959.466-.492.493-.932.492-.959.466-.492.466-1.943.959-.958.958-1.943.984-.44.467-.958.492-.985.958-.958.492-.958.44-.493.493-.932.492-.492.466-5.802 2.901-.467.492-.932.44-1.943.985-.492.466-.958.492-.492.492-.959.467-.932.492-.492.492-.959.466-.958.984-.492.933-.492.466-.467.984-.492.467-.492.984-.44.466-.518.492-.44.933-4.352 4.351-.492.933-.493 1.45-.44.959-.958 1.942-.985 1.891-.466 1.45-1.45 2.902-.985 1.917-.466.958-.466 1.45-.466.959-.493.932-1.45 2.902-.492 1.45-.466.984-.493.933-.492.958-.466 1.45-.492.96-.492.932-.44.984-.959 1.917-.492 1.45-.492 1.425-2.41 7.227-.491 1.916-.467 1.45-.492 1.425-.492 2.41-.44 1.916-.959 3.86-.492 3.34-.492 2.436-.466 1.398-.492 1.943-.959 1.943-.492 1.89-.492 2.902v5.776l.492 10.568.959 5.75.984 3.834.466.984.492 4.3.492.984.467 1.45.492.96.44 1.89.492 3.393.492 3.342.467 1.942.492 1.425.492.958.958 2.901.493.933.466 1.942.492 1.451.492.958.466 1.425.492.466.44.492.985.959.466.984 1.943 1.917.492.466.466.466.492.985.959.958.466.492 1.45 1.45.959.467.492.466.959.958.958.493.492.466 1.425.492.958.492 1.45.466 1.943.985.44.466.959.466.984.466 1.45.493.467.492.984.466.467.492 1.424.492 1.943.959 1.45.492.467.466.984.492 1.399.44.984.493.958.958 1.45.492 2.41.492 3.833.959.985.492 1.916.466 1.917.492 2.901.44 2.383.493h18.261l4.844-.492 1.89-.44 2.41-.493 1.942-.466 2.383-.492 1.943-.492 5.75-.959 2.435-.492 1.891-.958 1.45-.493 1.451-.44 1.943-.492 1.399-.466.984-.492 2.9-.959 1.892-.492 1.45-.492 3.86-1.917.932-.466.984-.466.467-.492 1.942-.959.493-.492.958-.492.44-.466.492-.493.959-.492.492-.466.958-.466.985-.959.958-.492.492-.466.959-.492.492-.492.44-.466.492-.493.466-.958.493-.466.958-.959.492-.958 1.943-1.943.44-.492.518-.932.933-.959 2.408-2.409.493-.984.958-.958.492-.44.492-.493.44-.492 1.943-1.917.467-.984.492-.466.958-.492.492-.492.492-.44 1.45-1.451.441-.492.492-.959.467-.492.492-.958.492-1.425.958-1.917 1.45-1.45.493-.985 1.89-1.89.493-.959.958-.984.492-.958.467-.493.492-.932.492-.466 1.45-2.901.467-.493.466-.958.466-.932.492-.493.493-1.45 1.45-2.901.466-.44.492-1.943.493-1.45.466-.959.492-1.425.44-.958.492-1.45.959-1.943.492-.492h.492l2.72-5.207c.829-.829 2.409-2.383 3.03-2.978v.051c.415-.466.363-.388 0-.051v-.933l.985-.958.466-.933.492-.492 1.943-3.86.44-.932.492-.958.467-1.45.492-4.819.492-4.3.466-12.018v-4.818l-.466-2.409-.492-3.833-.492-1.943-.467-2.383-.492-1.45-.44-.959-.985-1.943-.466-1.45-.492-1.399-.492-1.942-.466-.493-.492-.932-.959-1.917-.492-.492-.492-.958-.44-.985-.493-.466-2.408-4.818-.493-.466-.466-.984-.492-.44-.492-.959-.466-.492-.985-1.943-.44-.958-.492-.492-.466-.933-.985-1.917-.466-1.45-.492-.933-.492-1.45-.466-.984-.985-.959-.466-.958-.932-.984-.493-.44-2.9-2.902-.493-.958-.958-.984-.492-.44-.959-.96-.932-.491-.492-.492-2.901-1.451-1.4-.466-1.45-.492-2.9-.493-7.668-.466-6.734-.466-.985-.466-1.45-.492-1.917-.493-2.875-.466-2.901-.984-.959-.466-1.45-.492-.984-.493-2.383-.466-3.834-.492h-5.284l-6.242.492-2.901.466-2.41.493-.932.492-5.802 1.916-.932.493-.985.492-.466.466-.984.466-1.45.466-.467.493-1.917.958-1.45.492-.467.492-.984.467-.466.492-.984.492-.467.466-.984.492-.958.44-.44.493-1.943.958-.492.492-.959.492-.932.467-.492.492-.959.492-.492.466-.958.492-.959.44-2.9 1.451-.933.492-.985.492-2.408 2.41-.959.932-.932.492-2.435 2.409-.958.492-.959.958-.492.44-.492.985-.466.466-.467.492-.518.493-.44.466-.492.984-.466.466-.493.933-.958.984-.492.958-.958.959-.493.984-.44.466-.984.985-.466.932-2.435 2.409-.467.958-.984.985-.466.932-.984.959-.467.958-.466.492-.466.958-.492.493-.492.958-.467.466-.984 1.917-.958.984-.492.959-.959.958-.44.492-.492.933-.959 1.942-.492.467-.492.984-.466.466-.492.933-.492 1.45-.467.984-.492 1.45-.492.96-.44.491-.518.933-.44.958-1.451 2.901-.492 2.876-.493 2.408-.466 7.175-.492 4.818-.492 2.901-.466 11.527v6.242l.466 7.201.492 2.901.492 2.85.466.984.493 4.3.492 1.45.958 1.943.492 1.424.44 1.45.519.467.44 1.45.984 1.943.467.933.492.492.492.958.466 1.45.492.96.492 1.424.467 1.45.984 1.943.44.466.492.933 3.368 3.393.984.492.466.466.466.492.959.492 1.942.933.959.466 1.45.492 1.943.959.44.492 2.901 1.45 1.451.493.958.466.933.466.492.466 1.45.492.493.493.958.466 1.45.492.933.492 2.901.958 1.943.493 4.3.466 3.393.466h6.216l1.943-.466 2.409-.466 1.89-.493 1.451-.492 3.393-.466 1.891-.492 1.45-.492.493-.466 1.943-.985 1.45-.466 1.399-.466.984-.466 1.45-.493 1.917-.958 1.425-.492.958-.492 1.451-.467.984-.492 1.917-.492 1.425-.466 1.942-.933 2.41-2.434.44-.467.492-.492.958-.492 2.901-.958.933-.492.518-.44.466-.493.958-.958.959-.492.492-.467 1.943-.984.466-.466.932-.492.492-.492.493-.44.466-.493 1.942-.958.959-.959.984-.492 1.45-1.45.441-.493.492-.44 1.917-1.943.492-.958.492-.492.466-.958.493-.493.492-.932.44-.466.518-.492.492-.959.44-.492 1.451-2.901.492-.933.466-.492.493-1.45.492-.959.466-.492.492-.958.492-.933.44-.958.493-.492 1.917-3.834.984-1.942.466-.467.984-1.942.467-.933.492-.958.492-1.45.44-.985.492-1.45.467-.933.492-1.45.958-1.917.492-1.425.492-.958.467-1.45.492-.985.492-1.45.44-1.4.492-1.45.467-.984.492-1.45.492-.467.466-1.917.492-2.409.492-2.383.467-1.942.492-1.45.492-2.85v-5.284l-.492-2.901-.492-.492-.467-1.425-.492-1.45-.492-.959-.466-1.45-.492-.959-.492-.932-.467-.984-.492-1.45-.44-.467-.492-.492-.492-.933-3.86-3.86-.932-.491-.959-.959-.984-.466-1.45-1.45-.467-.959-.984-.492-.958-.958-.44-.493-.493-.466-.958-.466-1.943-1.917-.958-.492-.933-.492-1.01-.958-.932-.493-.493-.466-.958-.492-.492-.44-1.917-1.943-.932-.492-2.901-1.45-1.45-.467-1.944-.984-.932-.44-1.943-.959-1.45-.492-.959-.492-1.424-.466-5.802-.985-12.019-.466h-4.792l-3.833.466-3.86.492-1.425.493-3.859.958-1.917.958-1.917.492-1.942.44-1.943.985-.958.958-.933.493-.492.466-.958.492-.492.492-.959.466-.932.985-.959.44-3.393 3.393-.958.466-4.326 4.326-.958.492-.985.959-.466.44-.492.518-.932.466-4.844 4.818-.466.984-.985.933-.44.466-.492.492-.466.959-.493.492-.492.958-.466.466-.492.959-.492.492-.959 1.917-.44.984-.492.466-.492.984-.466.44-.493.96-.492.491-1.45 2.901-.467.493-.492.932-1.942 3.86-.467.492-.466.932-1.917 5.75-.492 1.45-.492.985-.466 1.917-.492 2.383-.492 1.45-.467 3.368-.492 2.9-.44 5.751v5.284l.44 4.818.492 1.89.467 1.451.492 2.41.492 1.424.466 1.943.492 1.45.492.958.467.493.492.932.492.466.466.985 3.367 3.367.959.466.492.466 1.917.985.492.466 1.89.984.493.466 3.86 1.943.932.44 1.943.985 1.45.466h1.943l2.383.492h3.833l3.86-.492 2.9-.466 4.326-.492 2.383-.493.959-.44 1.45-.492.959-.466 1.45-.492.933-.493 1.942-.958 1.45-.492 1.944-.958 1.398-.493 1.45-.466.985-.466 1.45-.466.959-.492.492-.493 3.834-1.916 1.45-1.45 1.891-.933 1.45-1.45.959-.493 1.943-1.943.958-.466.466-.492.467-.44 1.45-1.451.984-.492.467-.492.984-.466.958-.985.44-.466.493-.492.958-.933 3.393-3.393.44-.466.519-.492.466-.492.466-.933.984-.466 2.41-2.435.492-.958.466-.492.492-.933.44-.466.492-.492.493-.959.466-1.45.492-.984.492-.933.466-.466.492-1.45.493-.985.466-1.45.492-.933.492-1.45.466-1.917.493-2.875.492-1.943.44-4.792v-4.792l-.44-3.833-.492-3.394-.493-2.383-.466-2.9-.492-2.41-.492-1.424-.466-1.45-.493-.96-.958-.932-2.435-2.434-.44-.467-2.901-2.9-1.45-.467-.959-.518-.984-.44-.933-.493-1.917-.958-1.45-.492-1.917-.466-2.409-.492-1.942-.493-1.891-.466h-5.777l-2.408.466-1.943.493-1.891.492-1.943.466-1.45.492-1.917.492-1.425.466-1.45.493-1.45.44-.959.518-1.425.466-.958.466-1.943.493-1.942.958-2.85 1.45-2.434 2.435-.467.44-.984.96-.44.983-.959.959-.492.958-.492.466-1.917 1.917-.492.984-2.409 2.41-.466.932-.466.492-.985 1.917-.466.492-.984 1.943-.466.932-.492.958-.493.493-.466 1.45-.492.466-.44 1.45-.492.933-.493 1.45-1.45 2.902-.466.466-.492.958-.493.493-1.45 2.9-.466 1.4-.467 1.45-.518 1.943v5.284l.518 4.325.467 1.917.958 1.917.492 1.45.466.467.493.984.958.958.492.933 1.45 1.45.933.492.958.959 2.901 1.45 2.876.933 3.86 1.943h4.325l1.942-.493 1.4-.492 2.9-.958 2.435-.44 1.399-.493 2.9-.492 1.451-.466 1.917-.492 1.917-.959.984-.984.959-.466.958-.984.492-.44.492-.493.44-.466 1.943-1.943.959-.492.492-.466 1.916-.984.493-.44.44-.96.984-2.9.466-1.425.493-1.45.492-.492.466-.959.492-4.326.492-1.916.467-3.368v-12.018l-.467-5.284-.984-1.917-.466-.492-.492-.44-1.943-.985-.933-.466h-1.45l-2.409.466-1.45.492-.933.492-.492.44-1.917.96-.984.983-.959.467-.492.492-.958.492-.44.466-1.943.985-.958.44-.493.492-.958.466-.984.985-.933.466-.466.492-.984.492-.959.958-.958.493-.984.932-.959.958-.932.493-.518.466-.44.492-2.435 2.409-.467.466-.492.466-.492.985-.44.466-.959 1.943-.984 1.89-1.45 2.901-.467 1.451-.492.932-.958 2.902v2.383l1.917 1.942h.492l1.45-.492.959-.466.932-.492.984-.492.467-.44 2.434-2.41.44-.984.519-.466.44-.985.492-.44.959-.958.492-.985.492-.466 3.367-6.734.492-1.917.44-1.45.493-2.902.492-.932 2.409-2.41 1.943-.957.44-.493h3.393v-.492h1.45l1.451.492.933.493 1.916 1.916.493 1.45.492 3.834v.492l-.492 6.71-.493.958-.466 1.45-.492.492-.958 1.917-.933.932-.492.985-.492.466-.466.984-1.943 1.917-.958.492-.493.933-.958.958-.492.984-.44.467-1.943 1.942-.492.44-.466.493-.985.492-.958.958-.933.492-1.942.959-1.45.492-1.918.958-.492.44-.932.493-.518.492-.933.466-1.45.492-.959.492-1.424.467-1.943.492h-8.185l-1.917-.959-.492-.492-.932-.492-.493-.466-.466-.984-.492-.44-.492-.96-.466-1.942-.492-1.45v-9.61l.492-1.45.466-1.4.492-1.45.492-.984.466-1.45.493-.933.492-.466.44-.985 1.45-2.9.493-.933.958-1.917.492-.492.466-.958.985-.985.466-.932 1.917-1.917.466-.984 2.435-2.41.466-.932.492-.492.959-.466.492-.492 1.89-1.943.985-.466.466-.492.492-.44.933-.493.518-.492.932-.466 1.45-1.45.96-.493.491-.492.959-.466.984-.984.958-.467 1.425-1.424.958-.492.493-.467.958-.492 1.45-1.45.493-.44.44-.493 1.45-1.45.959-.492.492-.467 2.901-1.45 1.89-.492 1.944-.493 2.408-.466 1.917-.466h6.735l3.86.466 1.89.466 1.45.493 2.902 1.45.466.492.466.467.984.492.959.958.492.984.466.44.985 1.943.466 1.917.492.933.44 1.45.985 3.885.466 5.285v7.174l-.959 2.901-.492.959-.44.932-.492 1.943-.466 1.45-.493 1.425-1.45 2.901-.492 1.45-.467 1.4-.984 1.942-.466.492-.466.959-.518.492-.44.958-.493.44-2.409 4.844-.492.44-.958 1.943-.492.492-.44.467-.493.492-.466.958-.492.492-.492.933-.959 1.942-2.409 2.41-.466.492-.958.44-1.45 1.45-.96.493-.984.958-1.89.958-.959.492-.492.493-.958.44-.985.492-.958.958-.958.493-.492.466-.933.492-.958.958-.985.492-.466.493-.984.44-.466.492-1.943.958-1.425.493-1.45.466-.959.492-1.45.492-2.875.466-6.735.493-3.341.492-2.41.466h-5.283l-2.901-.466-2.383-.492-1.45-.493-.985-.466-1.45-.492-.467-.492-.984-.466-.933-.493-1.916-.958-.493-.492-.958-.44-1.943-1.943-.44-.492-1.45-1.45-.493-.96-.958-.44-2.435-2.434-.958-1.917-.492-1.917-.467-3.367-.466-1.425-.466-2.409-.492-12.018v-2.383l.492-3.393.466-2.876.933-3.833.984-2.901.958-2.85.492-1.45.467-.984.492-.466.958-1.943.492-.933.493-.492.466-.958.492-.492.492-.959.44-.492.493-.958.466-1.425.492-1.45.492-.467.958-1.942 1.891-1.891.518-.492.467-.492 1.45-1.45.466-.96.493-.44 3.393-3.393.44-.492 1.943-1.917.466-.466.492-.518.492-.44.959-.959.958-.492.466-.492 1.917-1.917.984-.466.959-.958.958-.493.984-.958.959-.492.44-.466.492-.492.959-.493.492-.466.958-.492.984-.44.44-.493 2.902-1.45.958-.958.984-.493 1.451-.492 1.399-.466 1.45-.492 1.943-.492 1.943-.44 1.89-.493 4.844-.958h13.91l1.45.492 1.943.466 1.89.492 1.943.44.959.493 1.45.492 1.425.466 1.45.492 2.902 1.451 1.398.492 2.901 1.45.492.441.959.492 1.943 1.917.932.492 3.86 1.943.492.466.932.466.518.466.492.493.44.492 2.41 2.409.492.44.492.984.958.959.492.958.44.492.959 1.943.492.466.492.984.467 1.4 1.45 2.9.492.933.492 1.45.467 4.326v9.635l-.467 6.243-.492 2.875-.492 1.943-.466 1.89-.492 1.943-.492 1.45-.467.467-.492 1.425-.492.958-.466 1.943-.492 1.45-.44 1.425-.493 1.917-.492 1.45-.466 1.425-.492 1.45-1.45 2.901-.493.933-.958 1.942-.44 1.451-.493.466-.518.985-.44.932-.492.466-.493.985-.466.466-.984 1.942-.466.933-.492.958-1.451 1.45-.44.493-.492.958-.959.985-.492.44-1.45 1.45-.493.959-1.916 1.943-.493.958-.492.466-.44.959-1.943 1.942-.466.959-1.45 1.45-.493.44-.958.985-.466.466-.518.492-.933.959-.466.492-.492.958-.492.492-.467.44-.984.985-.958.466-.492.492-.44.492-.96.467-.983.984-1.45.466-.96.492-.958.44-.932.493-.984.958-2.902 1.45-.466.493-1.917.958-1.916.984-1.45.44-.985.493-5.75 1.917-.985.492-1.89.492-2.41.466-1.942.492-1.425.493-1.45.466h-12.485l-3.886-.466-1.89-.493-1.943-.492-2.409-.466-3.833-.984-2.41-.467-3.833-.984-1.45-.466-1.917-.933-1.917-.984-.984-.958-.959-.492-.492-.467-.958-.492-.492-.492-.933-.466-.958-.984-.492-.44-.959-.96-.492-.983-1.45-1.45-.467-.96-.492-.932-.44-.492-.492-.466-.492-.984-.467-.467-.492-.984-.492-.466-.466-1.425-.492-.958-.492-1.45-.467-1.943-.492-1.425-.492-1.45-.44-1.451-.518-1.45-.44-1.4-.493-.984-.492-1.916-.466-4.326-.492-1.943-.493-2.383v-20.204l.493-1.89.958-3.86.492-3.367v-.959l.492-1.89.44-2.435.519-1.917.44-1.425 1.45-4.351.493-.933.492-.958.466-1.45.984-1.943.467-.933.492-.958.492-1.45.44-.985.959-1.917.492-.932 1.45-2.901.492-.933.467-.984.492-.466.492-.984.466-.467.466-.984.467-.466.492-.985.492-.932.466-.518.492-.933 1.45-2.9.493-.933.958-.958.493-.959.466-.492.492-.958.492-.492.44-.959.959-.932 1.45-1.45.492-.985.959-.959.932-.958.518-.492 3.834-3.834.984-.492 1.891-1.89.958-.493.985-.958.958-.492.958-.959 1.917-.958.959-.492.492-.44.958-.493 1.45-.492.493-.466.958-.492 1.45-.492.933-.467 1.943-.984 1.45-.466.959-.492 1.424-.492.959-.44 1.45-.493.959-.466 1.942-.492 2.383-.492 2.901-.467 3.342-.492 1.943-.492 5.284-.466 1.942-.492 2.85-.492h7.226l4.326.492 3.367.492 5.284.466 1.943.492 2.875.492.958.467 4.326.492h3.367l.985.492 1.89.466.959.492 1.45.44.493.493 1.942.958.933.492 1.917.959.492.492 1.942.958.467.492.984.492 2.383 2.383.466.959.984.958.959.492.492.933.44.492 3.86 3.86.492.44.958.984.492.958.959.959.466.492.466.958.492.492.959 1.891 1.942 3.886.493.466.958 1.917.44 1.45.985.959.466.958.492.466 1.45 2.901.959 2.901.492 1.4.958 2.9.493 1.917.44 1.45.492.959.492 1.942.466 3.342.493 2.875v1.45l-.493 2.902-.466 3.341-.492 1.943-.492 1.89-.44 1.943-.493 2.383-.466 1.917-.492 2.435-.492 1.89-.466 3.394-.492 1.89-.493 1.451-.466 2.41-.492 1.424-.958 2.9-.493.96-.492.932-.44 1.45-.492.984-.466 1.451-.985 1.89-1.45 2.902-.466.492-.493.958-.492.933-.466.958-.466.492-.466 1.451-.493.958-.958.492-.492.933-.492.958-.467 1.45-.492.985-.492 1.45-.466.933-.984.466-.467.985-.492.466-.44.492-1.943 1.943-.958.466-.492.492-.492.44-.959.985-.932.466-3.393 3.393-.467.44-1.45 1.451-.933.492-2.9 2.901-.985.44-.958.985-.44.466-1.01.492-.441.492-1.943 1.917-.958.492-.492.492-.959.933-.492.466-.44.492-1.45 1.45-1.944.96-.492.491-.958.493-.492.466-.466.466-.985.466-.44.492-1.943.959-1.917 1.942-1.916.959-.959.466-.492.466-3.86 1.943-.932.492-.492.466-2.9.985-.467.466-.984.466-2.383.466-1.451.492-.466.493-.985.466-1.89.492-.493.492-1.916.959-1.943.492-.958.466-.933.466-2.9.959-1.944.492h-1.45l-1.89.466-4.819.492-.466.492h-3.393l-3.342-.492h-7.226l-6.735-.492-2.409-.466-1.917-.492-2.9-.959-.959-.466-1.425-.466-1.45-.492-.466-.493-2.901-1.45-1.425-.466-1.943-.493v-.958H92.73l-.492-.466-1.45-.466-.959-.493-1.424-.492-4.352-1.45-.932-.466-1.943-.985-1.45-.466-.467-.466-.984-.466-.44-.493-.518-.492-.44-.466-.985-.492-1.917-1.943-.492-.932-.492-.959-.466-.492-.985-1.917-.44-.492-.958-.492-.492-.466-.493-.933-.466-.492-.492-1.45-.958-.959-.493-1.942-.492-1.425-.466-.466v-1.943h-.932l-.493-1.942-.492-2.383-.466-1.451-.492-.958-.492-.493-.466-1.89-.493-3.394-.492-3.341-.466-1.943-.492-3.341-.492-9.61v-2.9l-.44-4.3-.493-3.368-.466-2.409-.492-8.625v-1.943l.492-3.833.466-1.943.492-2.383.44-1.45.493-1.917.492-1.45.466-1.918.492-1.916.493-.493.466-1.45.492-2.383.958-1.943.492-1.399.493-1.45.466-.984.466-.467.466-.984.492-.466.959-1.917.492-1.45.958-.959.985-1.89.466-.493.492-.958.44-.984.985-.959.466-1.45.984-1.943.466-.44.493-.959.492-.492.466-.958.492-.492.492-.959.959-.932.44-.985.492-.466.959-1.942.492-.493.492-.958.466-.933 1.943-1.942.492-.959.44-.492.492-.958 1.45-1.425.467-.466.492-.984 1.943-1.917.932-.984.467-.933 3.393-3.367.958-.933.492-.492.959-.492.984-.958.44-.492 2.41-2.41.984-.932.958-.492.44-.466.518-.492.467-.492.958-.959.958-.492 1.45-1.45.985-.44.959-.96.932-.491.492-.492.959-.467.492-.492.958-.492.492-.466.959-.492.492-.493.932-.466.959-.466.492-.466 1.917-.985.984-.958.958-.492.959-.958.932-.493.984-.466 1.45-.492.467-.44.984-.492.44-.493 1.451-.466.959-.492.492-.492 3.86-1.917.932-.466 1.45-.518 1.45-.44 1.943-.959 1.425-.492 1.45-.492 1.917-.466 1.45-.493 1.918-.492 1.916-.466 1.451-.492 1.943-.492 2.383-.44 4.325-.493h7.201l2.901.492 2.383.44 5.776.493 2.41.492 3.885.958 1.89.493 2.41.466 1.942.492 1.425.492 2.9.958 2.384.44 1.917.519 2.434.466 2.85.466 1.942.493 1.45.492 1.425.466 5.803 1.943 1.398.492.985.44.958.492 1.943.466.466.493.932.492.492.466.959.492 1.45.492.493.466.958.493.492.492.958.466.493.466.44.466.492.493.958.492 1.943 1.917.958.492.985.958.932.492.467.44 4.843 4.844.492.933.44.492.96 1.917 1.45 1.45.492 1.425.492.492.466.958.492 1.45.492.493.44 1.399.96.984 1.45 2.901.492.466.492 1.425.466.958.492.492.959 2.901.466 1.425.518.959.44 1.45.959.958.492.985.492 1.398.958 1.943.493 2.409.466.932.492 3.886v4.792l-.492 2.875v5.75l-.466 6.269-.493 2.408-.492.959-.466 2.383-.492 1.942-.492.959-.466 1.917-.493.958-.44.958-.518 1.917-.466.959-1.45 4.351-.467 1.425-.492.958-.492 1.45-.467.96-.492 1.424-.492 1.45-.466 1.943-.933 1.89-1.942 3.86-.492.933-.467 1.45-1.45 2.901-.492.492-.44.933-.493.492-.492.958-.466.493-.492 1.45-.492.958-.467.933-.492.958-.492.492-.466.959-.492.492-.959 1.943-.492.932-.44.466-1.45 2.901-.493 1.45-.492.933-.466.985-.492.466-.959 1.943-.492.492-.492.958-.44.933-.493.492-.466.958-.492.492-.492.959-.466.492-.492 1.399-.493.492-.466.958-1.45 1.45-.493.985-.492.466-.44.492-.492.933-.466.492-.493.958v.959l-.958.492-.984 1.942-.466.933-1.451 1.45-.466.959-2.41 2.409-.491.466-.467.466-.984.492-.958.959-.492.984-.959.958-.44.493-.984.932-.959.958-.958.493-.984.958-.959.492-.44.466-.984.492-.467.493-.984.932-3.367 3.367-.933.493-.984.958-.466.466-.985.466-.958.985-2.9 1.45-.441.466-1.943.985-.492.466-.958.492-.493.44-.958.493-.44.492-1.45.466-.985.984-.959.467-.492.492-.958.492-.492.466-.959.492-.932.44-.492.493-.959.492-.492.466-.958.492-.492.492-.959.467-.492.492-.932.492-1.917.958-.492.492-.959.44-.492.493-1.942.958-.933.492-.466.467-1.943.984-1.45.466-.959.492-.932.492-1.45.44-.493.493-2.9.958-.933.492-1.45.467-.96.492-2.9.958-1.917.492-.958.493-1.451.466-.958.466-2.383.466-1.45.492-.985.493-2.41.466-1.89.492-1.943.492-4.351.466-4.326.492h-1.89l-4.352-.492-4.792-.466-1.45-.492-2.876-.492-1.45-.466-.959-.493-2.875-.492-1.943-.466-.958-.466-1.45-.466-1.425-.493-1.917-.492-1.45-.466-1.943-.984-1.425-.467-1.917-.984-2.9-.958-.933-.44-.492-.493-1.943-.958-1.45-.492-.959-.492-.492-.467-.44-.492-1.943-.958-.466-.492-1.943-.933-.958-.492-.492-.466-.933-.492-.492-.492-1.917-.959-1.45-1.45-1.45-.492-.467-.44-2.901-1.451-.466-.492-.985-.467-.466-.492-.984-.492-.44-.466-.493-.492-.466-.933-.984-.958-.959-.492-.492-.493-.958-.466-1.943-1.942-.44-.959-.492-.466-1.45-1.45-.467-.959-.984-.958-.467-1.45-.984-.933-.466-.985-.492-.466-.44-.492-1.451-1.45-.492-.959-.492-1.917-.467-.466-.492-.984-.492-.466-.466-1.451-.492-1.425-.492-1.45-.467-.959-.492-1.45-.44-3.367-.492-.467-.959-1.942-.984-3.834-.466-1.45-.492-3.342-.493-1.45-.466-5.776-.492-2.876-.492-2.409-.44-1.89-.493-3.886-.466-1.89-.492-4.792v-14.454l.492-3.833.466-4.792.493-1.943.44-2.383.492-1.917 1.45-4.326.959-2.9.492-1.425.492-.959.467-1.45.984-1.943.44-1.398.959-1.943.984-2.901.466-1.425.492-.958.492-1.45.959-1.943.492-.933.466-1.45.492-.959.492-1.45.44-2.383 1.943-3.86.467-1.917.492-.958.492-.492.958-1.917.492-.932.467-.985.492-1.45.44-.958.492-.959.492-1.425.959-2.9.958-1.943.492-.44.959-1.943.492-.466.958-1.943.492-.492.44-.933 1.451-1.45.985-1.917.466-.492.984-.933.466-.492.492-.958.959-.959.466-.492.466-.958.492-.492.493-.933.466-.958.492-.492.492-.959.466-.492.493-.958.958-.984.492-.44.44-.493.493-.466.492-.984 1.916-1.917.493-.985.492-.466.466-.466.984-.958.44-.959.519-.492 1.424-1.45 1.45-1.451.467-.44 2.435-2.435.44-.466 1.45-1.45.493-.985.466-.44.492-.493.492-.958 1.45-1.45.933-.493.959-.958.958-.492.492-.44.492-.493.959-.466.492-.492 2.901-1.45.44-.493 1.45-1.45.493-.44 1.45-1.451.959-.492.44-.467 3.886-1.942 2.409-.492.492-.44 3.833-1.943.466-.467 1.917-.984 1.45-.466 2.902-1.45.466-.467 1.943-.958.932-.492 1.943-.959 1.45-.492.959-.466.932-.492.959-.492 4.351-1.4 1.917-.491 4.792-.959 7.693-.492 9.17-.492 15.851-.466h4.792zm121.637 127.828.493.958.466 1.425 1.943 3.86.492.932.958 1.942.492.492.466.959.985.492.44.466.492.492.466.44.493.493.492.958.958.492 1.943 1.943.466.958.492.44.44.493.493.958 1.45 1.45.959.493 1.942 1.943 1.891.932.984.466.959.985 2.9 1.45.493.466.932.492.467.493.492.44 2.9 1.45.493.493.933.466 4.817 2.435 1.45.44 1.918.958.958.492 2.901.959.44.492.985.492.466.466 1.943.985.492.466.958.466.492.466 2.85.985 1.942.466 1.45.492 1.425.492 1.45.466 3.368.493 8.652.958h24.503l16.37-.466 1.917-.492 1.45-.493 3.86-.958 1.425-.492.958-.466 1.943-.492 1.45-.493 1.399-.466 1.943-.466 2.9-.958.933-.493 2.41-.466.983-.492 2.901-.958.933-.493 1.45-.492 1.917-.958 1.45-.44 1.425-.493 3.86-1.942 1.424-.466.493-.493.958-.492.492-.466.958-.492.959-.44.984-.493.466-.492.933-.466 1.943-.984.492-.466 1.916-.985.493-.466.958-.492.932-.44.493-.493.958-.492.492-.466 2.901-1.45.933-.493.492-.492 1.917-.958 1.45-.492.492-.44.492-.493.933-.466.958-.492.492-.492 4.818-2.41 1.425-.491.492-.44.958-.493.492-.466.959-.492.492-.492.958-.467.44-.492 1.451-1.45.985-.933.958-.492.492-.466 1.917-.984.932-.467.492-.492 1.943-.958.466-.492.985-.493.466-.44 1.917-.958.466-.492.984-.493.466-.466 3.886-1.942.932-.493.466-.466.985-.466 1.45-1.45 1.917-.959.466-.492.959-.466.492-.493.958-.492.492-.466.959-.466.492-.466.958-.493.933-.492.492-.466.958-.492.492-.492.959-.466.492-.493.958-.492.492-.466.959-.466.492-.466.44-.493.959-.958.984-.492 1.917-1.943.984-.466.44-.492.959-.44.492-.493.958-.492.492-.466 1.943-.984.466-.467.985-.492 1.398-.492.985-.958.958-.44.958-.493 1.451-.958.466-.492.959-.492.492-.467.958-.492.958-.958.985-.492.958-.959.959-.466.492-.466.932-.492.492-.492 1.917-.959 1.45-1.45.933-.44.984-.985.959-.466.958-.984.984-.467 1.451-1.45.932-.492 1.451-1.425 1.917-1.917.984-.492 3.341-3.341.959-.492 1.942-1.943.959-.466.492-.492.932-.493.959-.958.492-.44 1.943-.985 1.45-.466.959-.492.932-.492.958-.959.985-.492.466-.466 1.943-.984.492-.44.466-.493.466-.466.959-.492.958-.958.984-.493 1.917-1.942.492-.44 3.834-1.943.492-.467.958-.492 1.45-.492 1.425-.466 1.917-.492 1.943-.933.932-.492 1.943-1.917 3.86-1.942.932-.492.958-.44.985-.493.466-.466.984-.492 1.45-.959.96-.492.932-.492.492-.466.958-.492.492-.492.959-.44 1.942-.96.933-.491 5.802-2.901h-.492l-.959.492-1.45.466-2.901 1.45-1.425.493-2.9 1.45-1.451.44-1.891.985-.985.466-1.45.492-1.917.492-.932.467-1.45.492-.985.958-1.45.492-.96.44-.491.493-.959.492-.932.466-.958.492-.493.492-.958.467-.492.492-.959.492-.492.466-.932.492-.492.492-.959.44-.492.493-.958.466-.959.984-1.942.959-.44.492-1.943.958-.959.44-2.9 1.451-1.425.492-4.844 2.41-.933.491-.958.44-.492.493-3.86 1.943-.932.466-.958.492-.493.492-2.9 1.45-.493.441-.932.492-.466.466-1.451.493-.984.958-1.917.984-.492.466-.959.493-.932.492-.984.932-.959.466-.492.493-.958.492-1.45 1.45-.933.466-.492.493-.959.44-.958.518-.492.466-.959.466-.984.985-.932.466-.467.492-.984.492-.466.467-.985.492-.958.958-.958.492-.492.492-.959.44-.466.493-1.917.958-.984.959-.958.492-1.451.492-.932.466-.493.466-1.916.959-.493.492-1.942.958-.466.492-.933.467-1.943.984-.492.466-1.917.984-.492.44-.932.493-.492.466-.959.492-1.45 1.45-.959.493-1.45 1.45-.933.44-3.885 1.944-.466.466-.984.492-.933.492-.466.466-.984.492-.467.493-.984.466-.466.466-2.875 1.45-.493.467-1.916.984-.492.466-.959.492-.492.493-2.875 1.398-1.917.985-.492.466-1.943.984-.932.466-.959.493-.492.492-.958.466-.492.466-1.917.959-.984.958-.933.492-.466.492-.984.466-.467.493-1.942.958-.492.492-.933.44-.958.493-.492.492-4.818 2.409-.466.492-1.917.958-.984.44-.959.493-.492.492-.958.466-.44.492-2.902 1.45-.492.493-.958.466-.492.492-.959.44-.932.493-1.943.958-.492.492-2.901 1.45-.933.493-1.916.958-1.943.933-.958.492-.933.466-4.844 2.435-.492.466-1.399.492-.492.493-1.45.44-.492.492-1.45.466-.96.492-.932.493-.492.466-.958.492-1.45.492-2.902 1.45-.932.44-1.45.493-.96.466-1.45.492-.984.493-1.399.466-1.45.492-2.435.492-2.383.466-3.86.492-4.791.493-4.326.44-2.901.492-3.834.466-4.351.492h-3.834l-23.079-.492-2.9-.466-1.451-.492-1.4-.44-1.942-.985-2.409-.466-1.424-.492-.959-.492-.984-.959-1.45-.492-2.85-.466-1.45-.492-1.45-.44-1.451-.493-1.425-.492-4.352-1.45-1.424-.466-1.917-.493-2.901-.958-.984-.492-1.399-.44-3.885-1.943-.467-.492-1.916-.959-.467-.492-.984-.466-.466-.492-1.943-.933-.492-.492-.958-.466-.933-.492-2.9-1.45-.493-.493-.958-.466-.933-.492-.492-.492-.958-.44-1.943-.96-2.409-2.434-.44-.466-.985-.984-.466-.44-.492-.96-.492-.491-.958-1.943-.493-.466-.466-.985-.492-.44-.492-.958-.466-.492-.493-.959-.44-.492zm-1.424-2.901.57-.078-.57-.415zm-1.45-2.383h.491v.958h.493l-.493-.958-.077-.544zM226.8 468.83l-.078.207c-.648.596-.855.751.078-.207'/%3E%3Cpath d='m299.974 451.218-.077-.57-.415.57zm.959 2.408.57-.103-.57-.389zm333.207-82.654.259.57-.052 1.891zm233.224 105.215-.467 2.901-.492 4.792-.492 2.875-.466 2.901-.466 2.41-.518 2.875-.44 1.45-.493.958-.466.493-.492 1.89-.493 2.41-.958 1.916-.492.466-.958 3.886-.493 1.89-.466.959-.466.984-.466.959-.492.932-.959 1.943-.492.466-.958 1.943-.492.492-.493.932-.466.467-.492.984-.44.958-.492.959-.493 1.45-.958 1.917-.492 1.45-.466.467-.493 1.45-.492 1.425-.466 1.45-.492.959-.492 1.45-.466.492-.467.933-.518.492-.44.958-2.901 2.901-.492.44-1.45 1.451-.933.492-3.368 3.394-.492.44-1.45 1.45-.959.493-.466.466-.958.492-1.943 1.943-.466.44-.984.958-.467.985-.492.466-.44.492-.492.492-.959.466-1.45.493-.985.492-.466.466-1.424.466-.493.466-.958.493-.492.492-.958.466-.493.492-1.916.959-1.45.492-.467.492-.958.466-1.451.492-1.943.44-1.89.493-1.451.492-2.409.466-1.425.492-.958.492-1.943.467-1.45.492-1.943.492-.932.466-.959.492-5.284.44-1.45.493-1.943.492-2.85.466-4.843.492-2.875.492h-1.917l-3.833-.492-3.394-.492-2.383-.466-3.86-.984-1.916-.44-.958-.493-2.41-.466-.983-.492-1.4-.492-2.9-.959-.984-.492-1.451-.466-.932-.492-.959-.492-.958-.44-2.901-.96-.933-.491-7.719-3.86-1.916-.932-.493-.492-1.942-.959-.933-.492-.958-.492-.492-.466-.959-.492-.492-.493-1.917-.958-.932-.44-.984-.492-.467-.493-2.9-1.45-.985-.958-.44-.493-.492-.466-.959-.492-.492-.44-.466-.492-2.901-1.451-.492-.492-.959-.466-.466-.493-.958-.492-2.901-.958-.959-.492-.492-.44-.932-.493-1.943-.958-.958-.958-.959-.493-6.734-6.734-.493-.44-.958-.493-.466-.492-.466-.466-.985-.492-.466-.492-.492-.959-.958-.958-.493-.984-.492-.44-.958-.96-.44-.491-.493-.492-.492-.959-.466-.492-.492-.958-.492-.492-.467-.933-.492-.958-.958-.959-.984-1.942-.467-.492-.492-.959-.44-.932-.492-.493-1.45-2.9-.493-.933-1.917-3.86-.492-1.942-.492-.44-.466-1.451-.466-.492-.467-.959-.492-1.45-.492-.933-.466-.958-.492-.492-1.45-2.901-.493-.933-.466-.958-.492-1.45-.44-1.943-.493-1.891-.492-1.943-.466-2.409-.492-2.383-.493-2.9-.466-1.425-.492-2.41-.492-2.874-.466-1.943-.492-2.85-1.425-5.775-.958-2.902-.493-1.942-.466-1.891-.492-1.45-.492-3.342v-18.753l.492-3.834.492-5.284.466-1.45.493-1.943.492-.958.466-.933.466-1.943.466-1.45.493-1.425.492-.958.466-2.409.492-1.45.492-1.425 1.917-3.86.492-.492.492-.932.44-.959.493-.984.958-.958.492-.959.467-.492.492-.44 2.409-2.435.932-.466 1.943-1.943.492-.44.958-.984.959-.467.984-.984.932-.466 3.86-1.943.492-.44.958-.492 1.425-.493.958-.466 1.45-.492 1.944-.958.932-.492.958-.959.959-.492.492-.44 1.943-.985 1.45-.466.933-.492 2.9-.958 1.917-.492 2.383-.493 2.902-.466 6.734-.984 3.367-.44 2.41-.493 3.833-.466 2.9-.492 1.892-.492 4.843-.959 8.16-.492h3.86l3.34.492 1.451.493 2.435.466 1.89.492.96.492 1.45.466 1.942.493 1.425.44 4.352 1.45 1.89.493 1.943.492 1.45.466.959.492.492.492 1.399.466 1.943.985.492.44.958.492.958.959.933.492 2.901 1.45.492.466.958.493.493.492.958.44.932.492 3.886 1.917.466.492 1.917.959 1.917.984.984.44 2.409 2.41.44.491 1.45 1.45.985.493.958.44 1.45.492.96.959.932.492 1.942 1.917.959.492.492.932.492.492.958.467.493.984.44.466.958.984.492.959.493.492.466.44.492.493.492.958.959.958.958 1.943.466.492.466.466.985.933.466.984 2.435 2.409.958 1.943.492.932.959 1.917.44.492.492.958.492.933.466.984.985 2.901.466 1.891.492.959.959.984.492.958.492 1.45.44.96.492.932.467 1.45.492.984.492 1.45.466.933.492 1.45.492.96.467 1.45.492.958.492 1.425.466.492.933 1.917.492 1.45.492 1.425.466.958.492 1.45.959 1.943.492 1.425 1.45 4.352.492 1.398.467.985.466 1.916.466 2.876.492 3.393.492 1.89.467.959.492 1.943.492 3.341.466 1.943.492 9.117.493 3.342v7.226l-.493 5.777-.492 2.9-.466 1.892-.492 1.45-.492 1.943-.467 1.89-.492 1.451-.492.959-.466 1.45-.466.933-.467.492-1.942 3.86-.492.932-.959.984-.492.958-.466.492-.492.959-.492.492-.933.466-.958.984-.492.44-3.368 3.394-.932.466-.984.985-.959.44-.492.492-.958.466-1.45 1.45-1.426.985-1.916.958-.492.44-.959.493-.492.492-1.943.958-.932.493-.466.466-1.943.984-.492.466-1.917.985-.932.44-3.886 1.943-1.89.466-1.451.492-2.409.492-1.943.466-2.383.493-2.9.492h-8.16l-4.818-.492-3.833-.493-4.326-.466-3.86-.492-2.875-.492-3.393-.466-.958-.492-.933-.493-.492-.466-.958-.492-1.45-.44-2.902-.985-.932-.466-2.901-.984-.492-.466-1.917-.985-1.425-.466-1.45-.492-.493-.492-.958-.44-.958-.493-1.425-.466-1.943-.984-.466-.466-1.45-.493-.985-.958-.958-.492-.492-.44-.933-.493-3.86-1.942-.491-.467-.933-.492-.466-.492-1.943-.958-.492-.44-.958-.493-1.45-1.45-.933-.492-2.901-2.901-.492-.44-.959-.493-.932-.466-2.41-2.435-.983-.466-3.834-3.834-.466-.492-.492-.958-.959-.492-.492-.959-.492-.492-.466-.44-2.435-2.435-.44-.466-.959-.985-.492-.932-.958-.958-.985-1.943-.958-.958-.492-.959-.933-.984-.466-.44-.492-.959-.492-.492-.466-.958-.493-.493-.492-.958-.466-.932-.492-.493-.958-2.9-.985-1.943-.466-.44-.932-2.902-.493-1.942-.492-.467-.466-1.424-.984-2.901-.466-.959-.493-1.424-.492-1.943-.466-1.45-.492-1.4-.44-1.942-.493-1.45-.492-.959-.466-1.424-.492-1.943-.492-2.409-.467-1.89-.492-1.943-.492-2.383-.466-1.451-.492-1.943-.492-2.383-.467-3.367-.492-3.367-.44-2.41v-14.893l.44-3.341.492-.959.467-.492.492-1.45.492-.493.466-1.45.492-1.399.959-2.9.492-1.918.492-1.45.466-.959.492-1.45.493-1.89.44-.493 1.943-3.86.466-.492.492-.932.492-.492.466-.959 1.45-1.45.467-.492.958-.959.493-.44 1.45-1.45.958-.493 1.451-1.45.958-.492 1.917-.959.466-.44 1.943-.984 1.45-.467.933-.492 1.943-.958 1.45-.492.959-.492 1.424-.467 1.917-.492 1.943-.44 1.45-.492 2.383-.492.959-.467 3.885-.492 1.89-.492 6.243-.466 2.435-.492h4.792l2.901.492 4.792.466 1.45.492 1.917.492 1.45.467 1.918.984 1.424.44 1.943.959.466.492 2.901.958.933.492 1.942.959.492.492 1.451.492.958.44.493.492.932.467 1.917.984.492.466 1.45.492 1.943.959.933.492.958.492.492.44.959.492.958.959.984.492.466.466.933.492.492.492 1.943.959.466.492.492.44.492.493.959.466 1.424.492 1.917 1.943.984.466.959.984.958.466.984.933.44.492.96.492 1.942 1.917.958.492.492.492.492.933.467.518.492.44.44.492 2.435 2.41.466.957.492.933.492.492.959.492.958.959.492.958.44.492.493 1.45.492.493.466.44.985 1.943.466.466.492.984.492.467.466.984.492.466.493.933.44.984.958.958.492.959.493 1.424.466.959.492.492.492 1.45.466 1.943.493.932.492.467.466 2.9.466.985.466.466.493.933.492 1.45.466.985.492.466.492 2.875.466.958.493.492.492.959.466 1.943.492 2.875.492 2.409.466.932.493 1.45.44 1.943.492.959.492 1.89.466.985.493 3.341.492 3.393.466 6.243v2.875l-.466 4.3-.492 5.336-.493 1.89-.466 1.451-.492 2.383-.492 1.45-.44 1.451-.493 1.943-.466.932-.492 1.45-1.45 2.902-.493.44-1.45 2.901-1.917 1.943-.466.932-.466.467-.985.492-.466.958-.984.984-.959.467-1.45 1.45-.933.492-.492.933-3.86 3.86-.932.491-.492.492-.958.44-1.943.96-1.917.491-1.424.492-4.352 1.451-2.383.466H786.6l-.984.492h-5.284l-1.45-.492-5.285-.466-2.849-.492-.492-.492-4.844-.959-.932-.492-.959-.466-1.45-.492-.959-.44-1.942-.985-.933-.466-.492-.492-1.917-.959-.984-.984-.958-.466-.492-.492-.959-.492-.44-.44-1.943-.96-.492-.491-.958-.492-.959-.959-.984-.492-.466-.466-.466-.492-.959-.492-.492-.467-.466-.466-.985-.466-2.408-2.435-.933-.466-.492-.492-.466-.959-.492-.492-.493-.44-.466-.492-.984-.493-2.901-2.9-.44-.467-.493-.466-.958-.958-.492-.959-3.367-3.393-.467-.492-.466-.44-.492-.493-.492-.958-1.917-1.943-.492-.958-.492-.44-.959-1.943-.44-.958-.492-.493-.492-1.45-.467-.933-.492-.492-.958-1.917-.492-.492-.959-1.942-.492-.933-.492-1.45-.44-.959-1.45-2.9-.493-.933-.958-1.943-.492-1.45-.959-.959-.492-.932-.466-.959-.492-1.45-.492-.984-.467-1.4-.932-2.9-.492-2.383-.492-2.901-.467-3.368-.492-1.916-.492-3.368-.466-3.367-.492-2.383v-11.552l.492-2.41.466-.958.492-1.916 1.943-3.86.466-.932.466-.959.467-.984.492-.466.492-.985 1.45-1.45.467-.44.492-.959 1.45-1.45.959-.492.492-.493.44-.466.492-.492.959-.44.492-.518.958-.467.492-.466 1.943-.984.932-.466 1.451-.493.958-.492.493-.466 1.916-.984.467-.466 1.916-.467 1.943-.466 1.45-.492 4.792-.492h2.435l1.891.492.958.958 1.451.467 2.383.466.492.492 1.45.492.96.466 1.45.492.492.493.932.466.959.492.492.492.958.466.984.467.959.518.492.44.958.492.933.466.958.493.492.492 1.943.958.466.492.985.466.932.493.466.44.492.492 2.901 1.45 1.451.493.932.466.959.984.984.466.959.985.492.44 2.409 2.409.932.492 1.45 1.45.493.96.466.465.984.959.466.958.493.492.958 1.943.466.44.466.959 1.451 1.45.492.984 1.45 1.451.493.932 1.45 1.451.44.466 1.943 1.943.467.958.492.492.492.44 1.45 1.451.467.985.492.466.44.492.492.958.492.492.467.44 1.45 1.451.492.985.959.958.492.958.958.985.492 1.398.44 1.45.493.985.492 1.45.466 1.4.492 1.45.493 1.943.466 1.424.492 3.368v11.06l-.492 4.325-.466 1.451-.493 2.85-.492 2.434-.466 1.89-.492.96-.492 1.45-.44 1.45-.493.933-.466 1.45-.492.493-.492.958-.467.492-.492.958-1.45 1.451-.492.466-.959.466-.492.493-.932.492-.959.466-.492.492-.958.492-1.45.466-.96.493-3.833.492-2.9.44-.933.492-1.943.467-1.45.492h-12.511l-.959-.492-1.89-.467-.493-.492-.958-.44-1.943-.492-.958-.493-.984-.958-.44-.492-1.943-.958-.959-.959-.492-.466-1.917-1.917-.932-.492-.492-.492-1.943-.958-1.917-1.943-.492-.44-.958-.493-.466-.466-.959-.984-.958-.466-1.45-1.45-.985-.493-.466-.44-.492-.493-.44-.492-.985-.958-.466-.958-.985-.985-.466-.958-.492-.933-.492-.492-1.45-2.9-.467-.467-.492-.984-.492-.933-.44-.466-2.41-4.844-.492-1.424-1.942-3.86-.466-.44-.467-1.45-.958-2.902-.492-4.818-.466-7.174v-1.943l.466-4.3.492-2.901.492-1.425.933-2.9.466-.493.984-1.917.958-1.916 2.901-2.901.44-.467.493-.492.492-.44.466-.492.493-.959.492-.492.958-.492 1.943-1.917.958-.466.933-.466 1.45-.492 2.409-.492h1.45l7.201.492 1.917.492.984.466 2.41.466 1.424.467 1.45.492 2.902 1.45.466.492.466.467.958.984.493.44.466.492.984.467 2.901 2.9.933.493.466.958.492.466 3.86 3.86.492.958.44.492.492.44.958.985.493.958.958.959.492.984.492.466.959 1.917.492.466.466.985.466.958.959 1.943.492 1.398.466.985.492 2.409.492 1.424.467 2.41.492 1.942.492 4.792.466 5.284v2.383l-.466 1.942-.492 1.451-.492.932-.467.959-.492.492-.492.958-1.917 1.943-.466.466-.466.492-.985.44-.958.493-1.45.492h-5.284l-1.451-.492-.958-.492-.933-.44-1.45-.493-.985-.466-.466-.492-1.943-.959-.958-.984-2.383-2.383-.492-.958-.959-.959-.492-.984-.492-.466-.466-.984-.984-.959-.44-.932-.493-.492-.466-.959-.492-1.45-.492-.492-.467-.959-.492-.932-.492-.492-.466-.959-.492-.492-.492-.958-.467-.492-.492-.959-.44-.932-.492-.959-.492-1.45-.467-.985-.492-1.89-.492-1.45-.466-2.41v-3.367l.466-1.45.492-.467.492-.984.467-.44.492-.493.932-.466.492-.492 1.45-.492h3.86l1.891.492.984.492 2.902.958.466.44.932.493.985 1.943 1.916 1.916.492.985.493.932v1.45l-.493 3.834-.958.959h-1.45c.828-.726 1.916-1.037 1.916-2.383 0-2.668-4.248-4.792-6.734-4.792h-.467c-4.558 0-5.776 2.642-5.776 7.175 0 6.294 11.734 18.26 18.261 18.26h1.45c16.449 0 .985-43.722-18.26-43.722h-9.144c-6.216 0-11.578 9.817-13.676 14.686-1.917 4.274.259 21.55 1.373 25.928 2.72 10.75 19.867 24.245 32.973 24.245h8.678c4.325 0 12.329-4.481 14.401-7.667 1.995-3.03 6.243-11.112 6.243-15.878v-5.284c0-3.937-4.197-12.511-5.725-15.36-1.217-2.254-1.735-5.362-2.771-7.849-.777-1.865-3.342-4.429-4.663-6.398-9.454-13.78-6.786-12.873-22.094-21.162-6.14-3.315-7.745-4.351-15.982-5.62-5.958-.933-15.127-.285-18.857 2.175-8.366 5.517-15.956 13.625-15.956 27.301 0 3.834 1.865 12.537 2.824 15.438.829 2.538 1.58 4.196 2.616 6.527 1.036 2.383.932 4.844 2.072 7.512 3.497 8.03 9.428 16.526 15.205 22.302 5.802 5.802 12.64 12.977 19.478 17.51 4.947 3.315 19.505 10.49 27.042 10.49h2.875c8.859 0 19.997-7.59 24.063-12.977 2.98-3.937 11.06-19.919 11.06-26.42v-1.45c0-5.803-2.046-13.366-4.35-16.811v-5.776c-1.115-1.658-5.57-10.983-6.425-13.236-1.916-4.792-4.455-9.895-6.009-14.22-2.771-7.746-10.879-18.158-16.267-23.598-10.568-10.594-36.988-21.499-58.798-21.499-13.987 0-22.509 6.01-28.648 14.117-1.606 2.072-6.786 10.957-7.926 13.262-2.823 5.776-3.833 9.247-3.833 17.795v6.734c0 4.248 1.942 16.682 3.626 19.401 3.575 5.776 3.16 9.662 7.434 15.645 2.59 3.6 6.45 10.154 8.885 14.22 3.626 6.165 6.32 8.263 10.18 13.366 8.78 11.656 37.79 36.833 56.44 36.833 25.1 0 47.686-10.827 53.462-29.71.83-2.694 2.176-3.652 2.927-7.175.544-2.59.907-6.06 1.58-8.988.985-4.222 1.192-14.894 1.192-19.97-.078-8.237.363-10.776-.984-18.754-1.192-7.097-4.067-11.863-4.818-16.318-1.425-8.366-9.092-22.276-13.832-27.508-3.367-3.756-6.061-7.512-9.584-11.035-3.626-3.678-7.926-6.164-11.785-9.402-8.937-7.46-45.873-20.748-62.891-20.748h-7.175c-20.929 0-30.72 9.869-41.288 20.256-9.325 9.195-17.873 25.591-17.873 44.111v3.342c0 7.46 2.331 12.122 3.238 17.406 1.321 7.641 2.28 10.775 3.704 17.484 2.02 9.662 8.211 21.473 12.459 29.347 3.73 6.942 12.614 18.728 18.857 22.95 4.844 3.263 6.216 5.387 12.226 8.444 4.015 2.072 10.335 4.818 14.013 7.123 4.015 2.487 9.117 4.533 13.547 7.149 2.409 1.45 12.977 4.248 16.24 4.895 4.56.933 12.252 3.834 17.251 3.42 6.372-.544 13.858-.544 19.79-1.373 10.646-1.45 23.467-6.424 30.228-11.604 7.77-5.906 15.645-12.304 20.903-20.93 10.36-17.017 17.302-40.485 12.977-68.148-.959-6.01-.907-13.392-1.995-18.676-1.398-6.76-2.9-10.438-5.025-16.137-2.538-6.89-10.153-21.81-14.142-27.664-6.58-9.48-12.019-14.013-22.328-19.504-8.315-4.43-19.168-10.076-28.104-13.702-4.585-1.917-9.869-4.714-14.531-6.113-2.383-.777-15.516-3.6-17.484-3.704-12.356-.622-26.032-2.41-39.89-2.41h-1.942c-3.834 0-7.693.208-11.294.752-3.73.544-6.734 1.89-9.869 2.098-9.091.674-12.64 2.072-20.333 4.196-13.754 3.73-25.073 6.217-36.418 12.174l-.933.493h-.958l-.959.44-1.45.492-1.943.958-.932.493-1.45.492-2.902 1.45-1.45.466-.933.493-.958.492-.985.44-1.45.492-1.917.466-.932.493-1.45.492-.985.958-1.45.492-.96.466-.491.493-.933.492-.958.44-.958.492-.493.467-.958.492-.492.492-.959.466-.466.492-.958.492-.492.467-.959.492-.492.492-.958.44-.959.959-.984.492-.932.492-.467.466-4.843 2.435-.933.44-1.45.492-3.86 1.917-.932.492-1.943.959-.492.492-.958.492-.959.44-1.917.959-1.916.984-.493.466-2.9 1.45-.44.493-.985.492-.466.44-1.451.493-.984.958-1.917.958-.466.492-1.917.959-.984.984-.959.466-.492.467-.958.466-.492.492-.44.492-.493.466-.958.492-.492.493-1.917.958-.492.492-.959.466-.492.467-.44.518-.984.44-.467.492-.984.466-.466.493-.985.492-.958.958-.958.492-.492.466-.933.493-.492.44-1.917.984-.984.959-.958.492-1.425.466-.958.492-.493.492-1.916.959-.493.492-.958.44-.932.492-.493.467-2.9 1.45-.493.492-1.917.959-.466.492-.958.492-.492.466-.959.466-1.45 1.45-.959.467-.984.984-.44.467-1.943.984-.958.44-1.943.959-.466.492-1.917.958-.466.492-.984.492-.467.467-.984.492-.466.492-.985.466-.932.466-.958.467-.493.492-1.916.958-.492.492-.959.492-.492.467-.932.492-2.901 1.45-.959.44-.492.493-.958.492-.933.466-1.943.985-.492.466-.958.492-.492.492-1.917.958-.932.933-.985.492-.466.466-.984.492-.467.493-1.942.958-.492.492-.933.466-.958.493-.492.492-.959.44-2.9 1.45-.933.493-.492.466-3.86 1.943-.492.492-.932.44-.467.492-2.9 1.45-.493.467-.958.492-.492.492-.933.466-1.943.985-.958.44-.492.492-1.917.959-.932.492-5.802 2.9-.933.441-4.844 2.41-.44.491-1.45.492-.493.467-1.45.492-.492.492-1.45.44-.933.492-.959.467-.492.492-.958.492-1.45.466-1.943.984-.933.467-.958.492-1.45.492-.96.466-1.45.466-.984.467-1.399.492-1.45.492-2.435.466-2.383.492-3.86.492-4.791.467-4.326.492-2.901.492-3.834.466-4.325.492h-3.86l-23.079-.492-2.9-.466-1.4-.492-1.45-.492-1.943-.959-2.383-.492-1.45-.466-.959-.492-.984-.959-1.45-.466-2.85-.466-2.9-.984-1.425-.467-5.803-1.942-1.424-.492-1.917-.467-1.45-.492-1.451-.44-.932-.492-1.451-.492-3.885-1.917-.467-.492-.932-.492-.984-.467-.467-.492-.984-.44-.466-.492-1.917-.959-.466-.492-4.844-2.409-.492-.492-.958-.44-.933-.492-.492-.493-2.901-1.45-.958-.958-.44-.493-.985-.958-.466-.44-1.45-1.45-.493-.985-.492-.466-.958-1.943-.493-.44-.466-.985-.492-.466-.44-.984-.518-.466-.467-.985-.466-.466h-.492l-.492-1.425-.466-.958v-.492l-.493-.958v.958l-.958-1.943v-.466c-1.295-2.046-2.46-7.978-3.833-11.06-1.658-3.652-2.254-7.538-4.663-10.698-3.937-5.18-7.615-13.003-11.604-18.701-6.812-9.584-17.795-28.286-26.524-34.502-6.01-4.274-10.775-10.076-16.681-13.599-6.942-4.118-10.542-7.978-18.935-11.837-3.341-1.554-6.32-3.393-10.153-4.766-3.808-1.399-8.315-1.736-12.148-3.212-2.487-.984-23.468-4.04-26.732-4.04h-2.383c-1.865 0-15.593 2.719-17.38 3.315-5.88 1.89-10.698 3.73-15.826 5.31-9.273 2.9-19.608 9.325-29.27 13.029-4.3 1.657-8.884 5.75-12.64 8.521-3.393 2.487-9.17 6.45-12.07 9.092-6.062 5.517-14.117 16.526-17.977 24.296-4.144 8.29-8.884 21.188-11.785 30.54-2.098 6.863-2.098 9.557-3.445 17.639-1.114 6.527-2.487 11.707-3.497 17.69-1.865 11.19-1.218 28.493 1.347 38.621 3.497 14.04 5.88 18.572 13.495 28.803 3.937 5.284 18.028 13.884 24.348 17.433 4.222 2.383 10.75 3.626 15.852 5.361 7.46 2.487 11.06 1.062 18.935 2.202 5.905.829 30.176-4.662 35.848-6.217 13.133-3.652 20.282-4.325 29.555-12.77 3.315-3.056 8.056-6.32 11.76-9.376 2.538-2.098 7.718-7.797 10.568-10.594 5.802-5.724 11.008-17.717 17.121-25.177 4.17-5.077 14.583-19.4 16.759-25.565 2.383-6.683 3.678-7.357 4.999-16.086.803-4.999 2.15-14.609 2.15-19.038v-3.341c0-6.554-5.077-24.892-7.356-29.632-5.388-11.087-6.528-13.806-14.894-22.147-6.217-6.216-13.47-11.345-22.975-14.09-4.456-1.27-26.887-5.233-31.73-5.233h-11.527c-11.294 0-30.539 8.73-37.507 13.417-4.921 3.316-11.37 5.958-15.515 9.999-2.798 2.693-8.496 11.423-10.853 15.075-3.756 5.802-7.072 9.273-10.672 14.816-3.86 5.983-5.077 10.62-8.03 17.458-3.807 8.833-3.004 10.387-3.004 22.431 0 10.05-2.435 15.23-2.435 23.52v2.9c0 14.61 8.366 28.908 13.65 38.75 3.549 6.735 9.558 6.528 17.018 8.91 6.217 2.021 11.345 6.632 19.841 6.632h11.035c10.75 0 27.093-5.75 32.844-10.413 4.092-3.315 9.428-4.74 14.48-7.2 3.34-1.58 10.075-6.45 13.365-8.73 4.351-3.03 7.589-6.553 10.36-11.293 2.28-3.911 7.357-9.765 8.73-12.874 5.025-11.448 9.687-17.51 9.687-34.061v-22.587c0-16.603-41.392-39.863-59.627-39.863H151.4c-9.506 0-24.115 3.47-30.85 6.164-11.137 4.455-12.536 10.206-19.737 17.251-3.989 3.886-10.568 17.614-13.547 23.494-2.823 5.672-9.428 19.815-9.428 27.56v10.568c0 1.89 2.486 11.785 3.082 15.67.958 6.71 2.85 8.781 6.657 12.589 4.222 4.196 16.888 14.013 24.374 14.013h1.943c8.91 0 22.664-2.9 30.046-4.999 14.013-4.04 11.838-6.683 21.007-14.09 1.761-1.451 2.435-2.954 3.367-5.285.726-1.761 3.005-2.85 4.637-4.04 2.383-1.762 8.392-5.751 9.972-7.771 2.072-2.694 5.647-7.952 5.232-12.07-.155-1.296 3.135-10.258 3.135-14.195v-10.568c0-3.03-2.047-13.185-3.005-15.697-3.03-7.745-1.736-6.217-7.175-12.07-2.694-2.85-6.735-6.45-10.672-8.082-1.632-.648-13.443-5-14.246-5-16.681 0-31.937 9.144-39.216 18.961-4.403 5.932-8.91 8.678-13.003 15.827-1.373 2.408-7.382 18.96-7.382 21.913v9.61c0 4.688 5.698 13.78 8.729 15.774 1.502 1.01 15.412 7.77 16.759 7.77h2.383c8.807 0 23.726-10.05 28.492-14.764 3.29-3.211 15.257-22.742 15.257-27.974v-9.17c0-6.475-6.554-16.37-11.63-17.198-11.475-1.814-13.6 2.797-19.79 7.874-7.641 6.294-25.306 20.514-25.306 32.896v3.341c0 2.357 4.507 5.284 7.2 5.284 7.357 0 12.382-7.848 16.474-11.889 5.077-5 7.15-15.774 11.45-16.914l.465-.415-3.367-3.445v-.492h1.45l1.451.492.933.467 1.916 1.942.493 1.45.492 3.834v.492l-.492 6.735-.493.958-.466 1.425-.492.466-.958 1.943-.467.492-.466.466-.492.985-.492.44-.466.958-1.943 1.943-.958.492-.493.959-.932.932-.492.958-3.367 3.394-.985.492-.466.44-.492.492-.933.467-1.942.984-1.45.466-1.918.984-.492.467-.932.492-.492.492-.959.44-1.45.492-.959.467-1.424.492-1.943.492h-8.185l-.958-.492-.933-.492-.492-.467-.958-.492-.493-.44-.466-.984-.492-.467-.492-.984-.466-1.917-.492-1.424v-9.636l.492-1.425.958-2.9.492-.96.466-1.424.493-.958.492-.492.958-1.917.44-.984.493-.933 1.45-2.9.492-.467.466-.984.985-.933.466-.958.984-.959.44-.492.493-.492.466-.958 1.45-1.45.493-.441.492-.492.466-.959.492-.492.959-.492.492-.466.44-.492.984-.959.467-.466.984-.466.958-.984.959-.467.492-.492.932-.492 1.45-1.45.96-.467.491-.492.959-.44.984-.985.958-.466.493-.492.44-.492.492-.466.958-.492.493-.493.958-.466.958-.984.492-.44 1.451-1.45.44-.493.492-.466.959-.492.492-.493 1.943-.958.958-.44 1.89-.518 1.944-.467 2.408-.466 1.917-.492h6.735l3.86.492 1.89.466 1.45.467.985.518.958.44.959.492.492.466.44.493.984.492.959.958.492.958.466.493.492.932.493.958.466 1.943.492.958.492 1.425.466 1.943.467 1.917.518 5.284v7.2l-.518 1.451-.467 1.45-.958 1.917-.492 1.917-.959 2.901-.492.958-.466.933-.492.958-.959 2.901-.492.985-.492.932-.44.466-.492.985-.467.466-.492.984-.492.466-.466.985-.492.932-1.45 2.901-.493.466-.466.985-.466.932-1.45 1.45-.467.96-.492.491-.492.959-.467.932-.492.959-2.409 2.434-.466.467-.958.492-.492.492-.467.44-.492.492-.958.467-.985.984-.932.466-1.917.984-.492.467-1.943.984-.466.466-.492.466-.958.467-.467.492-.958.492-.958.958-.985.492-.466.467-.984.492-.466.492-.985.466-.932.492-1.45.44-1.451.493-.959.492-1.45.466-2.875.492-6.735.493-3.341.466-2.41.492h-5.283l-2.901-.492-2.383-.466-1.45-.493-.985-.492-1.45-.466-.467-.492-.984-.492-.933-.44-1.916-.959-.493-.492-.958-.492-3.833-3.834-.493-.958-.958-.492-2.435-2.41-.466-.958-.492-.932-.492-1.943-.44-3.341-.493-1.45-.466-2.435-.492-11.967v-2.435l.492-3.342.466-2.9.492-1.943.44-1.891.985-2.901.466-1.425.984-2.9.467-.96.492-.491.492-.959.466-.932.492-.959.493-.492.466-.958.492-.492.492-.959.466-.466.467-.958.958-2.901.492-.492.466-.959.492-.932 2.41-2.41.466-.491 1.45-1.45.466-.933 4.352-4.352.492-.44.44-.518.493-.467 2.9-2.9.959-.467.984-.984.44-.466.493-.467.466-.466.984-.492.959-.958.958-.493.984-.958.959-.492.44-.492.492-.466.959-.493.492-.44 1.942-.984.467-.467.984-.492.932-.492.959-.466.958-.984.984-.467 1.451-.492 1.45-.44 1.4-.492 3.885-.959 1.89-.492 4.844-.958h13.91l1.45.466 3.86.984 1.916.467.959.492 1.45.492 1.45.44 1.425.492 2.902 1.451 1.45.466.933.492 1.916.959.492.492.959.492.492.44 1.45 1.45.959.493 3.833 1.917.493.492.958.492.984.933.44.466 2.902 2.9.492.985.466.466.492.467.492.958.467.492.492.959.44.958.492.492.492.958.467 1.425 1.942 3.86.492 1.424.467 4.352v9.61l-.467 6.242-.492 2.875-.958 3.86-.492 1.89-.492 1.45-.467.493-.492 1.45-.492.933-.44 1.943-.959 2.9-.492 1.892-.958 2.9-.492 1.425-1.943 3.86-.466.932-.492.959-.44 1.45-.493.492-.958 1.943-.492.44-.493.959-.466.492-1.942 3.86-.493.465-.466.467-.932.984-.492.958-2.902 2.901-.492.933-.958.958-.44.492-.518.493-.467.958-.466.492-.492.958-.492.493-.466.44-.985.958-.466.985-5.284 5.284-.492.958-1.943 1.943-.932.466-.467.466-.492.466-.958.493-.984.958-1.45.492-1.918.958-.932.493-.492.492-.492.44-2.902 1.45-.466.493-.984.466-.933.492-1.916.959-1.45.492-.985.492-1.399.466-1.45.466-2.901.959-.985.492-1.89.466-2.41.492-1.942.492-1.425.467-1.45.492h-12.485l-3.834-.492-3.885-.959-2.383-.492-3.86-.958-2.408-.492-3.834-.933-1.45-.466-.933-.492-2.901-1.45-.984-.96-.959-.491-.492-.492-.958-.467-.492-.492-.933-.44-2.409-2.435-.492-.958-.958-.959-.492-.466-.933-1.917-.958-.984-.492-.958-.467-.493-.492-.958-.492-.492-.466-1.399-.492-.984-.492-1.45-.467-1.892-.492-1.45-.44-1.45-.492-1.451-.492-1.425-.467-1.45-.492-.959-.492-1.942-.466-4.3-.492-1.943-.493-2.383v-20.178l.985-3.86.466-1.89.492-3.393v-.933l.492-1.942.467-2.41.492-1.89.492-1.45.44-1.451.492-1.45.467-1.425.984-1.943.466-1.45.492-.933 1.45-2.901.493-1.45.466-.959.466-.932 2.41-4.844.491-.933.467-.958.492-.492.492-.958.466-.493.492-.958.44-.44.985-1.943.466-.492 1.45-2.901.493-.933.492-.958.958-.958.493-.985.466-.466.492-.984.492-.466.466-.933.467-.492 1.916-1.943.492-.958 1.451-1.45.492-.441.933-.984 3.367-3.368.984-.492.466-.44 1.45-1.45.933-.493.985-.958.958-.492.958-.959.985-.492.958-.44.933-.492.492-.492.958-.467 1.45-.492.493-.492.958-.466 1.45-.492.933-.492 1.943-.959 1.45-.44.959-.492 1.424-.493.959-.466 1.45-.492.959-.492 1.942-.466 2.383-.492 2.901-.493 3.342-.466 1.943-.492 5.284-.44 1.942-.492 2.85-.493h7.226l4.326.493 3.367.492 5.284.44 1.943.492 2.875.466.958.493 4.326.492h3.367l.985.466 1.89.492.959.492 1.45.466.493.493.958.492.984.44.959.492.932.467.959.492.492.492 1.942.958.467.492.984.467.44.492.492.492.467.44.984.959.466.984.984.958.959.492.492.959.466.492.492.44.933.959 3.86 3.885.491.932 1.45 1.451.441.958.492.492.493.959.466.932 1.942 3.86.493.492.466.958.492.933.492 1.45.44.492.493.493.466.958.492.492.492.933.959 1.916.958 2.901.492 1.425.958 2.901.493 1.943.44 1.399.492.984.492 1.917.466 3.367.493 2.9v1.4l-.493 2.9-.466 3.368-.984 3.86-.44 1.89-.493 2.435-.466 1.89-.492 2.41-.492 1.943-.466 3.34-.492 1.944-.493 1.424-.466 2.41-.492 1.45-.492 1.424-.466 1.45-.493.96-.44.958-.492 1.424-.492.959-.466 1.45-.985 1.943-.466.932-.984 1.943-.466.466-.985 1.943-.44.958-.492.466-.466 1.451-.493.958-.958.492-.984 1.917-.467 1.425-.492.958-.492 1.45-.466.985-.984.466-.44.985-.493.44-2.409 2.409-.958.492-1.45 1.45-.493.44-.932.493-4.844 4.844-.44.466-.959.466-2.9 2.901-.985.466-1.399 1.425-.984.492-2.409 2.41-.958.491-3.834 3.834-1.943.958-.492.492-.958.467-.44.492-.518.492-.933.466-.492.492-.958.44-.985.493-1.917 1.942-.984.467-.932.492-.959.492-.492.466-1.917.984-.984.44-.932.493-.959.466-.492.492-2.9.959-.467.492-.984.492-2.383.466-1.451.492-.466.493-.985.44-1.89.492-.493.466-1.916.985-1.943.466-.958.492-.933.492-2.9.958-1.944.44h-1.424l-1.917.493-4.818.492-.466.466h-3.393l-3.342-.466h-7.226l-6.735-.492-2.383-.492-1.943-.44-2.9-.959-.959-.492-1.425-.492-1.45-.466-.466-.493-2.901-1.45-1.425-.44-1.943-.493v-.958H92.73l-.492-.492-1.45-.492-.933-.467-4.351-1.45-1.425-.492-.958-.44-1.943-.985-1.45-.466-.467-.492-.932-.492-1.45-1.45-.985-.467-.958-.984-.493-.44-.466-.493-.984-1.917-.466-.492-.467-.958-.466-.984-.492-.467-.958-.466-.492-.466-.493-.984-.466-.467-.492-1.45-.958-.984-.493-1.891-.492-1.45-.466-.493v-1.917h-.932l-.493-1.917-.492-2.408-.466-1.451-.492-.932-.492-.493-.466-1.916-.985-6.735-.466-1.917-.492-3.367-.44-9.61v-2.9l-.493-4.326-.492-3.342-.466-2.409-.492-8.651v-1.917l.492-3.833.466-1.943.492-2.383.493-1.45.44-1.943.492-1.399.958-3.885.493-.467.466-1.424.492-2.41.958-1.916.985-2.901.466-.958.466-.492.466-.959.492-.44.959-1.943.492-1.45.958-.959.493-.984.492-.933.466-.466.984-1.942.466-.493.467-.466.466-1.45.492-.933.492-.984.466-.466.493-.985.492-.466.466-.984.492-.466.492-.933.959-.984.492-.959.44-.492.959-1.916.492-.493.492-.932.466-.959 1.943-1.942.492-.959.466-.492.466-.932 1.917-1.943.492-.958 1.45-1.45.493-.441.958-.984.44-.959 2.902-2.9.492-.441 1.45-1.45.959-.493 1.45-1.45.467-.492.958-.959.492-.44 1.45-1.45.959-.493.958-.958.467-.492.958-.959.958-.492.493-.44.958-.985.984-.466.959-.984.958-.466.492-.492.933-.493.492-.466.958-.492.492-.492.959-.44.492-.493.958-.466.933-.492.492-.492 1.917-.959.984-.958.958-.492.492-.492.467-.44.932-.493.984-.466 1.45-.492.467-.492.984-.466.467-.493 1.424-.492.959-.466.492-.492.958-.492.984-.44 2.902-1.451 1.398-.492 1.45-.467 1.943-.984 1.451-.466 1.425-.492 1.916-.492 1.45-.44 1.918-.519 1.916-.44 1.451-.492 1.943-.492 2.383-.467 4.325-.492h7.201l2.901.492 2.383.467 5.802.492 2.383.492 1.943.44 1.943.518 1.89.44 2.41.493 1.942.492 1.425.466 2.9.984 2.41.467 1.89.492 2.435.492 2.85.466 1.942.492 1.45.44 1.451.493 1.425.492 5.75 1.917 1.943.984 1.943.466.466.492.984.44.44.493.959.492 1.45.466.493.492.958.493.492.466.958.492.493.492.44.466.492.493.958.44 1.943 1.943.958.492.985.958.932.492 1.45 1.45.467.441 3.393 3.393.492.959.467.492.466.932.466.959 1.45 1.45.493 1.45.492.493.466.932.492 1.45.492.467.467 1.45.932.985.518.932.933 1.917.492.492.492 1.45.466.933.492.492 1.45 4.352.493.933.466 1.45.985.958.44.959.492 1.45.958 1.917.493 2.409.466.958.492 3.834v4.818l-.492 2.9v5.751l-.466 6.217-.493 2.434-.492.959-.466 2.383-.492 1.942-.44.959-.493 1.89-.958 1.943-.492 1.943-.492.958-.467 1.425-1.45 4.352-.492.932-.492 1.45-.467.96-.466 1.45-.518 1.424-.466 1.917-.466.984-.467.959-.492.932-1.942 3.86-.467 1.424-1.45 2.901-.466.492-.467.959-.492.492-.492.932-.466.467-.492 1.45-1.45 2.901-.493.466-.466.959-.492.492-1.45 2.901-.441.466-.492.933-.959 1.942-.492 1.45-.958 1.944-.492.44-.959 1.943-.492.466-.492.984-.44.959-.493.44-.466.984-.492.466-.492.985-.466.466-.492 1.45-.493.493-.466.958-.492.466-.958.959-.493.958-.44.492-.492.492-.492.959-.466.492-.493.932v.959l-.958.492-1.45 2.9-.985.933-.44.467-.492.984-3.368 3.367-.984.492-.466.44-.492.493-.492.958-.44.492-2.902 2.901-.958.492-.492.44-.492.493-.959.466-.44.492-.984.492-2.901 2.902-.467.44-.984.958-.44.492-.959.493-1.45 1.45-.985.466-.466.492-.492.44-.958.493-.933.492-.984.466-.466.492-1.943.959-.492.492-.958.492-.493.466-.932.493-.466.492-1.45.44-.985.958-.959.493-.492.492-.958.466-.44.492-1.943.958-.492.493-.959.492-.492.44-.958.492-.492.466-.959.493-.492.492-.932.466-1.917.984-.492.466-.959.493-.492.492-.958.466-.933.466-.984.466-.466.493-1.943.958-1.45.492-.959.492-.932.467-1.45.492-.493.492-1.45.466-1.425.492-.958.44-1.45.493-.96.492-2.9.958-1.917.492-.958.467-1.451.492-.958.492-2.383.466-1.45.492-.985.44-2.41.493-1.89.492-1.943.466-4.325.492-4.352.492h-1.89l-4.352-.492-4.792-.492-1.425-.466-2.901-.492-1.45-.492-.959-.44-2.875-.493-1.943-.466-.958-.492-1.425-.492-1.45-.467-1.917-.492-1.45-.492-1.943-.958-1.425-.492-.958-.44-.959-.493-2.9-.958-.933-.492-.492-.467-1.943-.984-1.45-.466-.959-.492-.44-.493-.492-.466-.959-.466-.984-.466-.466-.492-2.901-1.45-.467-.493-.958-.466-.492-.492-1.917-.959-.492-.492-.492-.44-.466-.492-1.45-.493-.467-.466-2.901-1.45-.466-.492-.985-.493-.466-.466-.932-.492-.493-.44-.492-.492-.466-.959-.984-.984-.959-.466-.492-.493-.958-.492-.44-.466-.519-.492-.932-.933-.492-.958-1.943-1.943-.466-.958-.492-.492-.492-.44-.467-1.451-.492-.492-.44-.492-.492-.959-1.45-1.45-.493-.44-.466-.493-.492-.958-.492-1.943-.467-.492-.492-.958-.492-.492-.466-1.4-.492-1.45-.44-1.45-.493-.984-.492-1.4-.466-3.392-.492-.492-.492-.959-.467-.932-.984-3.86-.466-1.424-.492-3.394-.493-1.45-.466-5.725-.466-2.9-.466-2.384-.492-1.942-.493-3.834-.466-1.917-.492-4.817v-14.428l.492-3.833.466-4.792.493-1.943.492-2.383.466-1.943.466-1.45 1.917-5.75.492-1.425.492-.959.467-1.45.984-1.943.466-1.424.984-1.917.44-1.45.493-1.425.466-1.45.492-.96.492-1.45.467-.932.984-1.943.466-1.45.492-.959.492-1.424.467-2.41.984-1.942.44-.958.492-.933.467-1.943.492-.958.492-.492.466-.958.492-.933.959-1.943.492-1.45.492-.958.44-.933.492-1.45.519-1.451.44-1.45.492-.933.466-.984.492-.467.959-1.942.492-.492.492-.959.466-.932.492-.492.493-.959.44-.492.958-.958.492-.959.493-.932 1.916-1.943.492-.958.959-.984.466-.467.466-.932.492-.492.959-1.943.492-.466.492-.985.466-.466.493-.932 2.408-2.435.467-.958 1.916-1.943.493-.933 1.942-1.916.467-.985.984-.958.44-.492.492-.44 6.243-6.243.492-.984.958-.959.492-.958.959-.984.492-.44.958-.519.933-.932.958-.492.984-.959.959-.492.492-.466 2.901-1.45.933-.985.466-.44 2.435-2.41.958-.491.492-.492.933-.467 1.916-.984.985-.44 2.409-.492.492-.467.958-.492.933-.492 1.942-.958.466-.492 1.943-.959 1.425-.44.958-.518.959-.466.984-.467.466-.492 1.943-.958.932-.492 1.943-.959 1.45-.492.959-.492.932-.44.959-.493 4.351-1.45 1.917-.466 4.818-.985 7.667-.466 9.17-.492 15.851-.492h4.818l2.875.492 3.86.958 1.917.493 2.9.958.96.492 1.89.492 3.885.959 1.891.44 1.45.492.96.492 1.942.466 3.341.493 1.943.492 1.89.466 1.943.984 2.901.933 1.891.518 1.943.44 1.943.959 1.45.492 1.399.492 1.45.466 1.943.492.958.492 1.425.467.958.492.985.44 2.9 1.45 1.4.493.492.492 1.942.958 1.45 1.45.96.441.491.492.933.492 2.409 2.41.958.491 1.45 1.451.933.44 2.435 2.41.466.983 2.435 2.41.958.932.493.492.44.466.492.492.466.959.492.492.959.492.984.958.466.933.492.492.44.958.519.959.932.984.492.959.493.44.466.492.492.958 1.45 1.45.493.985.466.466.492.985.492.44.44.492.493.466.466.985 1.943 1.916.958.493.492.492.492.44.44.959.493.492.466.958.492.492.492.959.959.984.492.44.466.959.492.492.959 1.942 1.45 1.45.466.933.467.467.492.984.492.466.466.984.492.467.959 1.916.984 1.917.958.984.492.959.44.492.493.933 2.409 4.817.492 1.917.958 1.917.492 1.45.467.467.492.958.44.958 1.45 2.901.493.933 1.45 2.901.493.492.466.958.492.493.492.932.44.959.959.984.492.958.958.959.492.984.493.932 1.916 1.917.467.984.518.467.44.984.492.44.466.959 1.45 1.45.493.984.492.467.466.984.493.932.958.959.492.958.933.492.492.492.958.467.492.492.467.958.492.492.492.44 1.45 1.451.44.492 1.451 1.45.492.96.467.491.492.44 3.86 3.886.932.466.984.985.466.44 2.901 2.901.466.492 1.451 1.45.466.441.492.492.959.466.492.493 1.943.958.932.492.958.958 1.943.985.958.44.959.492 1.424.467 1.943.492 1.45.492 1.917.466 1.425.492 1.45.492 2.41.467 2.383.492 1.942.492 1.943.44 1.45.492 1.891.467 2.901.984.959.466 1.424.492 2.901.959 2.876.492 4.351.492 3.834.44h13.935l5.776-.44h1.943l3.341-.492 3.394-.492 2.383-.467 2.408-.492 1.451-.492 1.89-.466 2.436-.492 1.45-.492.933-.467.958-.492.958-.44 1.45-.492 1.944-.959.932-.492.958-.492 2.902-.958 1.916-.492 1.917-.467.984-.492.959-.44.958-.492.492-.493 1.425-.466 1.917-.984 1.45-.466 1.943-.985.932-.466.959-.492.984-.44 1.917-.492 1.45-.493.467-.466.466-.492.984-.492.466-.466 1.943-.985.958-.958.985-.44.932-.492 3.86-1.943 1.45-.466.492-.493.933-.492 1.45-.466 1.917-.984.492-.44.959-.493.492-.466.932-.492.959-.958.984-.493 1.45-1.45.959-.492.492-.44.932-.493 1.45-1.45.96-.467.491-.492.959-.492 1.45-1.45.933-.467.958-.466 2.435-2.409 1.45-.492 3.834-1.917.466-.492 1.45-.44 1.425-.492 1.943-.959.466-.492 1.45-.492 1.944-.958.932-.492.492-.467 1.45-.466 1.917-.958.493-.492 1.424-.467 3.86-1.942 1.45-.492 1.425-.467.466-.492 1.45-.44.985-.492 1.45-.493.959-.466.932-.492.959-.492 1.45-.466 1.943-.985.492-.466.932-.492.959-.492.492-.44.958-.493 1.45-.466.493-.492.958-.492.933-.466 3.86-1.943.984-.44.958-.518.44-.467.985-.466.466-.492 2.901-1.45.492-.493 3.834-1.916.492-.467.958-.466.492-.492.959-.492.492-.466.932-.493.959-.492.492-.466 1.917-.984.492-.466.958-.493.492-.44.933-.492.958-.492.492-.467.959-.492.984-.958.958-.492.492-.492.933-.467.466-.492.492-.44.492-.492 3.86-1.943.932-.466.959-.492.492-.492 1.943-.959 1.45-.44.959-.492.44-.492 1.943-.959.492-.492 1.45-.466.959-.492.492-.492.932-.467.959-.492.958-.44 1.45-.492 1.943-.959.933-.492.958-.492.492-.466 1.943-.984.958-.959.959-.44.466-.492.958-.493.959-.958.984-.492 1.917-1.917.984-.492.466-.44.466-.492 1.917-.959.492-.492.959-.492.492-.466.958-.492.492-.493.933-.466 1.943-.984.958-.44 1.943-.959.932-.492 1.45-.492.959-.466.492-.493 2.901-1.45.933-.492.466-.44 1.943-.959 1.45-.492.959-.492 1.916-.959 4.352-1.45 1.399-.492.984-.44 2.9-.959.96-.492 1.424-.492 2.901-1.45 2.901-.96.933-.491 1.45-.44.958-.519 1.451-.44 1.45-.492 1.425-.492 1.45-.467.959-.492 1.45-.492 1.891-.466 1.45-.492 2.436-.492 1.45-.467 1.891-.492 1.943-.492 1.917-.44 2.875-.492 2.409-.467 1.424-.492 1.943-.492 2.901-.466 3.834-.492 2.408-.492 2.383-.467 3.394-.492 4.792-.492 2.9-.44 5.285-.492 8.625-.959h23.597l6.709.492 8.185.467 4.3.492 3.393.44 2.875.492 1.917.492 2.9.467 2.384.492 2.435.492 1.916.466 1.917.492 1.45.492 1.917.467 1.917.492 2.41.44 1.942.492 2.383.492 2.409.467 1.942.492 1.891.492 2.901.958 1.943.492.958.467.933.492.958.492 1.45.44 1.451.518 1.425.44 3.86 1.943.492.492.958.467.466.492 1.917.958.492.492.492.44.959.493 1.45 1.45.958.493.493.466.932.492.958.958.985.492.466.44.984.493 1.45 1.45.441.493 1.45 1.45.96.466.491.493.492.44 1.45 1.45.933.493 3.368 3.393.492.44.958.958.492.985.492.466.467.984.466.466.958.985.492.44.467.492.492.959.492.492.466.958.985.959.466.984.492.44.44.959.518.492.467.958.466.984.492 1.45.492.441 2.409 4.844.492.932 1.45 2.901.441.959.958.932.493.959v.984l.492.466 1.916 3.834.985 1.942.466 1.451.466 1.943.466 1.89.493.959.492 1.45.466 1.917.984 1.917.466 1.45.985 3.834.958 2.901.44 4.326.519 2.383.466 2.409.466 2.383.492 9.635.492 4.818.467 4.3.492 2.435v2.849z'/%3E%3Cpath d='M766.397 466.578v.492h-1.943l-.959-.492-1.424-.467v3.834l.492.958.44.959.83 1.735.828 1.684-.207-1.969.492.984.492.467.466.466.985.466h3.833l.466-.466.985-.466.958-.467.492-.492.467-.958.492-2.435v-3.833l-.492-.959-.467-1.424-1.942-3.86-.493-.492-.466-.958-.492-.44-.958-.985-1.917-1.917-.958-.492-1.451-1.45-.492-.44-1.45-1.451-.933-.492-.959-.959-.958-.492-.492-.492-1.943-.959-1.89-.492-12.02-.44v.932l-.958.493-.492.958-.492.492-.466.959-.492.492-.492.958-.467.933-.492.492-.492 1.45-.44.959-.518 1.45-.44.933v2.409l.44.984.518 4.792.44 2.409.492 1.916.492 3.368.467 2.383.492 2.435.492.932.958 1.917.492.492.467 1.45.492.959.492.466.44.958.492.959.959.492.958.958.492.985 1.45 1.45.493.44.466.493.466.466.959.984.958.466.985.985.958.466.492.492.466.44.933.518.984.467 1.917.958 1.942.492.959.466 1.424.493.959.492 5.776.466h5.284l3.86-.958 1.45-.493.933-.466 1.942-.984.492-.466.959-.467.492-.518.958-.44.492-.958.933-.985.466-.958.492-.492.492-.959.467-1.424.492-.959.492-1.45v-5.284l-.492-5.776-.492-2.383-.467-4.352-.492-2.85-.492-1.942-.466-.958-.466-.933-.959-2.9-.958-1.943-.492-.933-1.943-3.86-.466-.932-.492-.492-.959-1.943-.466-.466-.466-.492-.984-1.943-.467-.932-.984-1.917-.466-1.45-.492-.493-.492-.932-.959-1.943-.44-.958-.984-.958-.959-.493-.492-.492-.466-.44-.985-.492-.466-.466-1.45-.493-.467-.492-1.916-.958-1.45-.492-.985-.467-1.45-.492-1.4-.492-.984-.44-1.916-.959-.493-.492-.958-.492-1.425-.466-3.859-.984-2.383-.467-4.352-.492h-5.284l-1.942.492-1.425.467-1.45.492-.959.492-1.45.466-.959.492-.932.492-1.45.467-1.943.492-.959.44-.984.492-.44.492-.959.467-1.943 1.942-.492.959-.466.492-.492.932-.958.959-.493.984-.44.958-.492 1.451-.492 1.89-.466 2.436v6.242l.466 3.834.492 2.875.492 2.409.44 1.942.493 1.4.958 1.942.492.492.958 1.917.493.932.466.984.492 1.45.492 1.918.466.932.493.492.44.959 1.45 2.9.493 1.918.492 1.45.466.958.492 1.425 1.45 1.45.493.959.466.492.466.466.518.492.44.959.959.984.492.933.492.466.467.984 4.325 4.3.492.984 1.917 1.917.492.984.492.467.467.466.984.958.44.492 1.45 1.45.96.467 1.45 1.45.492.467.958.958.933.492 1.45.467 1.943.984.492.466.958.492.44.492.985.467.466.466 2.435 2.409.958.492 1.451 1.45.932.467.493.492.958.44.492.492 2.901.959 2.383.492 3.86.958h6.708l3.86-.466 1.942-.984.933-.467.958-.492.492-.492.467-.44.492-.492.958-.467.985-.984.958-.466.492-.492.44-.492 1.943-1.917 5.75-5.75.492-.467.493-.984.958-.958.492-1.45.466-.493.493-.932.492-.959.44-.492.492-.958.466-.493 1.45-2.9.493-2.384.492-10.568v-4.3l-.492-2.434-.492-2.383-.958-4.818-.493-2.875-.466-1.45-.492-1.892-.44-.984-.492-1.45-.959-1.917-.492-.933-1.943-3.885-.466-1.399-1.45-2.9-.467-.493-.466-.958-.984-.985-.466-.932-.493-.466-2.408-4.818-.493-.466-.44-.985-.492-.466-.958-1.943-.493-.932-.958-.958-.492-.985-.492-.466-.959-1.943-.492-.932-.466-.959-.933-.984-.492-.958-.492-.492-.466-.959-.492-.492-.492-.932-3.368-3.368-.466-.492-.958-.958-.492-.466-.959-.959-.958-.492-.492-.466-.959-.492-.492-.492-.44-.467-.984-.492-1.451-1.45-.466-.44-.492-.493-.959-.492-1.45-1.45-.933-.467-1.45-.984-1.45-.466-.985-.492-.959-.44-.932-.493-.492-.492-.959-.466-.492-.492-.958-.493-.958-.958-1.917-.958-2.901-.985-1.45-.44-1.451-.492-2.383-.466-1.45-.493-4.3-.492h-14.454l-2.409.492-2.383.493-1.943.466-.958.492-.958.44-.933.493-.984.958-1.917.984-.492.466-1.943.985-.466.466-.933.984-.492.44-3.86 3.86-.491.984-.492.933-.44.466-.493.984-.466.467-.984 1.942-.467.492-.492.933-.492.466-.958 1.943-.492 1.942-.467 2.383-.492 1.45-.44.96-.492 1.45-.492.932-.467 1.45-.492 4.327-.492 2.9-.466 1.891-.492 4.792v1.943l-.493 1.45-.466 2.876v4.792l.466 1.45.985 3.86.466 1.424.984 1.943.467 2.383.492 1.45.492.959.44.492.959 1.917.492.932.492.984.466.467.492.984.492.466.467.985.492.466.492.932.466.492.492.959.44.984.493.958.492.493.466.932.492.466.492.985.467.466.492.984.958.958.492.959.492.492.467.932.466.493.466.958.492.492.959 1.917.492.492.492.44.466.985 1.943 1.916.492.985.44.466.493.492.466.959.984.932.958 1.943.493.492.466.958.492.492.958.467.493.932.44.492 2.435 2.41.958.491.958.959.985.466.466.466.466.492.518.492.44.467.959.984 1.943.958.492.492.958.467.492.492.959.44.44.492.984.492.467.467 1.942.984.492.466.959.492.932.493.492.466 1.917.984.492.44.492.493.959.466.492.492.932.492 1.451 1.45.958.467.959.984.492.44 1.45 1.451.959.492.932.466 4.844 2.435.932.44.959.493.492.466 1.45.492.959.492 1.45.466 1.425.493 1.943.492 2.409.466h7.175l3.885-.958 2.85-.493 3.885-.958 1.89-.492.493-.466.958-.493 1.45-.44.959-.984.984-.466 1.399-.493.984-.492.958-.958 2.902-1.45.492-.933.44-.492 2.409-2.41 1.943-.957.492-.493.466-.44.492-.492.492-.958.44-.493.959-.958.492-.984.959-.959.984-.492.466-.44.492-.492.492-.959.959-.958.44-.984.492-1.45.492-1.4.467-.984.492-1.45.492-1.917.466-1.425.492-1.942.492-1.451.467-.932.492-1.451.492-1.917.466-2.435.466-3.341.467-5.284.492-11.06v-14.868l-.492-1.45-.467-2.384-.466-2.435-.466-2.408-.492-1.891-.959-2.901-.492-2.383-.958-2.901-.492-1.917-.492-1.45-.467-.467-.492-.984-.492-1.45-.44-.933-.492-1.45-.467-.96-.492-1.45-.492-.932-.466-.492-.492-.959-.492-.492-.467-.958-.984-.959-.466-.984-.492-.466-.44-.933-1.451-1.45-.492-.984-1.45-1.45-.493-.933-.958-.959-.493-.958-.958-.984-.44-.467-.492-.984-.959-.958-.492-.44-.958-.985-.985-.466-.466-.985-.984-.958-.933-.492-.466-.466-.984-.492-.466-.44-.493-.493-.958-.492-1.943-1.917-.44-.492-.984-.492-.959-.958-.958-.493-.492-.44-.959-.958-.984-.493-.466-.492-.466-.466-.959-.492-.492-.492-.958-.466-.959-.985-.984-.466-.466-.466-.492-.466-.959-.493-.466-.492-.958-.466-.492-.492-.959-.492-.492-.466-1.917-.985-.932-.466-.492-.492-.959-.44-1.942-.985-.493-.466-1.916-.984-4.818-2.41-1.891-.44-.958-.492-2.901-.958-1.917-.492-1.45-.492-2.41-.467-1.45-.492-1.891-.492-3.393-.466-2.383-.492-3.393-.44-3.834-.493-4.818-.492h-1.917l-3.859-.466h-3.834l-4.791.466-4.352.492-1.425.492-.958.44-1.45.493-.985.466-1.45.492-1.891.492-2.901 1.45-.492.467-.959.492-.932.492-.492.44-.959.493-.492.466-.958.492-.493.492-.958.467-.958.984-.467.466-.958.985-.492.44-.958.492-.959.958-.492.959-1.45 1.45-.493.985-.44.932-.492.958-.466.493-.985 1.916-.466.492-.492.959-.492.492-.466.933-1.943 1.942-.44.959-.493 1.45-.492.933-.958.958-.958 1.943-.493.492-.492.958-.466.492-.492.933-.44.958-.519.959-.492.984-.44.958-.492.959-.492 1.424-.959 2.901-.492 1.425-.466 1.45-.492 4.3-.492 1.943-.467 16.81v2.876l.467 1.942.492 2.41.492 5.775.466.933.984 3.86.467 1.424.492 2.9.492 1.918.44 1.916.492 2.41.519 1.424.44 1.45.492 1.451.466 1.917.492.932.493.492.466.959.492.492.492.958.466 1.45.985.985.44.933.958 1.916.492.493.493.958.466.492.492.958.492.467.466.958.985.958.958 1.943.44.492.493.933 2.9 2.9.959.467.984.984.933.467.466.932 1.943 1.943.492.958 1.917 1.917.984.958.44.492 1.45 1.45.96.467 1.942 1.943.492.44.958.492.44.492.493.467.958.492 1.943 1.943 1.942.958.933.492.466.44.492.493.959.466 1.45 1.45.985.492.958.959.932.492.493.492.958.44.492.493.958.466.493.492.958.492 1.45.466.44.492.985.493 1.45 1.45.467.44.984.959.959.492.492.492.932.466.518.493.933.492 3.86 1.916.491.467.959.466.44.492.984.492.467.466 2.9 1.451.493.492 1.424.492 1.917.933 2.901 1.45 1.425.467.958.492 1.45.492 1.943.958 1.425.492.958.467 1.943.492 1.45.44.959.492 2.383.492 1.943.467 3.341.492 4.352.492h6.242l2.383-.492 5.284-.492 4.352-.467 1.917-.492 2.408-.492 2.876-.44 1.916-.492 2.435-.467.959-.492 1.424-.492.959-.466.492-.492 3.86-1.943 1.424-.466 1.917-.466 3.833-1.917 1.45-1.45.985-.493.466-.492.984-.466.467-.467.984-.466.932-.492.959-.492 1.942-1.917.959-.492.958-.958.985-.493 2.849-2.875.492-.958.958-.958.492-.933.493-.492.466-.958.466-.493 1.45-1.45.467-.958.492-.933 1.45-2.901.493-.492.958-1.943.492-.932.466-.467.467-.984 1.916-3.833.493-.467.492-1.45.466-.984.492-1.45.492-.933.466-2.41.493-1.942.44-1.399.492-1.942.492-2.41.466-2.382v-36.989l-.466-4.351-.492-4.326-.492-2.875-.44-1.45-.493-1.917-.466-1.425-1.45-4.352-.492-.932-1.451-4.352-.492-.932-.466-1.45-.467-.96-1.45-2.9-.466-.466-2.435-4.818-.466-.933-1.45-1.45-.467-.492-.466-.959-.493-1.45-.492-.933-.466-.492-.492-.958-.958-.492-1.943-1.943-.44-.466-.493-.492-.492-.44-.466-.985-.492-.466-.959-.492-.492-.493-.958-1.916-.984-.985-.467-.44-.466-.958-2.409-2.435-.958-.466-1.45-1.45-.493-.467-.932-.466-4.352-4.352-.958-.492-.492-.44-.44-.985-.985-.958-1.917-.959-.492-.492-1.943-.958-.466-.492-.932-.44-.492-.493-3.86-1.942-.492-.467-.958-.492-.933-.492-1.943-.958-.958-.44-.984-.493-.466-.492-6.735-3.367-.933-.492-1.45-.44-4.352-1.451-.932-.492-1.45-.492-.985-.467-1.45-.492-1.4-.492-2.9-.958-.985-.44-1.45-.493-.933-.492-.466-.466-4.351-1.45-1.917-.493-5.802-1.943-2.85-.44-2.9-.492-2.876-.466-3.341-.492-3.393-.493-1.943-.466-7.2-.492-6.71-.492-3.859-.466-2.383-.492-.984-.493h-7.201l-4.818.493-2.9.492-2.41.466-2.383.492-2.409.492-1.45.466-2.383.493-2.901.492-1.917.466-3.367.492-2.876.44-5.802 1.45-.932.493-2.901.958-1.943.493-1.399.492-2.9 1.45-1.451.44-.933.493-4.843 2.409-.933.492-1.45.466-.959.492-1.45.492-.985.44-1.89.493-.959.466-.492.492-1.45.492-.959.467-.492.492-1.45.492-.44.466-1.944.984-1.45.44-.958.493-3.834 1.917-.492.492-1.943.958-1.399 1.425-.984.492-.466.466-.984.492-.467.492-.984.467-.466.492-.984.492-.467.466-.984.492-1.399.493-.984.44-1.45.492-.959.466-.932.492-1.45.493-1.944.958-1.916.492-.492.466-.44.492-.493.493-.958.466-.985.932-.958.492-2.409 2.41-.932.984-.985.466-.466.492-.984.44-.959.493-1.45.492-.933.466-3.859 1.943-1.45.492-.933.466-1.943.984-.492.44-2.9 1.451-.441.492-.959.466-.492.493-.958.492-.492.466-.959.492-.492.492-.958.44-1.45 1.451-.467.492-.958.467-.959.984-.984.466-.958.984-.959.467-.492.466-.932.466-1.45 1.45-.96.493-.491.492-.959.466-.984.984-.933.467-.958.466-2.901 1.45-.492.467-.959.492-1.424.492-2.901.958-.466.492-1.943.959-.933.44-.492.492-.958.492-.959.959-.984.492-.466.466-.984.492-.933.493-.466.466-.984.492-.467.44-.984.492-.958.959-.959.492-.492.492-.958.466-.933.985-.984.466-.466.492-.492.44-.959.492-1.45 1.451-.933.492-1.45 1.45-.985.467-.466.492-.492.44-1.943 1.943-.932.492-.466.466-.985.493-.958.958-1.943.984-.466.44-.492.493-.933.466-.492.492-4.817 2.409-.933.492-.984.492-.959.44-.958.493-.492.466-1.943.984-.466.467-.466.492-2.41 2.409-.491.466-.959.958-.958.492-.492.467-.44.492-1.943.958-1.45 1.45-.493.467-2.901 2.9-.44.467-.959.984-.984.467-.466.466-.492.466-.493.984-1.916 1.917-.467.492-.958.959-.492.466-1.917 1.917-.984.492-.959.958-.958.492-.466.959-.466.466-.493.958-2.408 2.41-.985.491-.466.493-.466.466-.959.984-.958.44-1.943.959-1.45.492-.959.492-.932.466-1.943.985-1.45.466-.959.492-.932.44-.984.518-.959.467-3.86 1.916-1.424.493-2.9.492-1.944.958-.932.492-.958.467-1.45.466-.96.466-1.942.492-2.383.492-4.326.467-2.409.492-3.341.492-.984.466-4.352 1.45-1.89.467-1.451.466-.959.492-.492.492-.958.467-1.45 1.45-.933.492-.492.492-1.943.467-2.901.932-1.399.492-1.45.492-.985.467-2.408.492-3.342.492-1.45.466-2.383.492-3.394.492-1.942.959-1.399.44-2.435.492-2.383.492-1.917.467-3.393.492-5.776.492-3.341.466h-10.128l-3.342-.466-1.942-.492-1.891-.492-2.901-.959h-7.227l-1.917-.492-3.367-.44-1.917-.492-2.383-.467-1.942-.492-.959-.492-.492-.466-.958-.492-.467-.492-.466-.467-.984-.492-.958-.958-.493-.466-1.45-1.45-.958-.467-.959-.984-1.917-.959-.466-.492-.984-.466-.466-.466-.985-.467-.466-.492-.984-.492-.44-.466-.959-.492-2.901-.959-1.943-.492-.932-.492-.492-.466-.959-.466-.492-.467-.466-.984-1.943-1.917-.44-.492-.518-.492-.933-.933-.492-.518-.492-.932-.466-.466-.492-.985-.492-.466-.959-.492-1.45-1.45-.933-.44-3.86-3.886-.491-.959-.959-.958-.466-.932-.466-.493-.985-1.942-.466-.466-.492-1.451-.492-.932-.958-.985-.493-.958-.466-.492-.492-.959-.44-.958-.492-.933-.493-.984-.466-1.45-.984-1.917-.466-1.425-.492-1.45-.493-1.943-.466-1.89-.492-.96-.492-1.45-.466-2.875-.467-1.943-.466-1.45-.518-.958-.466-1.425-.959-2.901-.492-.959-.466-1.424-.492-1.45-.492-1.917-.466-.985-.493-1.89-.958-2.902-.492-1.424-.44-1.917-.493-1.943-.492-1.89-.958-2.902-.492-.984-.467-1.399-1.942-3.885-.492-.466-.467-1.425-.466-.958-.958-2.901-.492-.933-.467-.984-.492-.466-.492-1.45-.958-1.943-.492-1.891-.467-.985-.466-.466-.958-1.942-.492-.493-.467-.932-.492-.466-.958-1.943-.984-.958-.467-.985-.984-.932-.466-.959-.466-.492-.467-.466-.492-.984-.958-.959-.492-.958-.493-.492-.466-.44-2.9-2.902-.467-.492-1.45-1.45-.959-.44-1.943-1.943-.44-.492-.518-.467-.933-.492-1.45-1.45-.492-.44-.959-.493-.492-.492-.466-.958-.984-.959-.959-.492-.492-.492-.44-.466-.492-.933-.959-.984-.958-.466-2.435-2.435-.44-.466-.518-.492-1.425-1.425-.466-.958-.984-.959-.959-.492-.492-.492-.958-.466-.933-.492-.492-.493-.466-.44-1.943-.958-.958-.985-.984-.466-.44-.492-.96-.492-.491-.466-1.943-.985-.958-.44-.959-.958-.984-.493-.933-.492-1.916-.958-1.45-.492-.985-.466-.933-.493-.958-.492-.958-.44-2.901-1.45-1.45-.493-.933-.466-2.435-.492-2.85-.492-4.843-.959-1.425-.492-2.409-.466-4.325-.466-1.917-.466-3.393-.493-4.792-.492h-11.06l-4.326.492-6.243.493-2.409.466-1.942.466-1.425.466-1.917.492-2.9.959-1.425.492-5.802 1.943-1.891.466-.985.492-1.45.44-.959.492-.932.493-.958.466-1.45.492-1.944.958-1.45.492-1.425.493-.958.466-1.943.492-1.45.44-.467.493-.932.492-.492.466-.959.492-1.45 1.45-1.943.959-.44.492-.518.44-.984.493-.44.492-.96.466-.983.984-.959.466-.492.493-.958.492-.933.466-.492.492-.958.492-.959.44-.984.959-1.917.984-.492.467-.932.492-.959.958-1.942.984-.493.44-.958.493-.492.466-.933.492-4.817 2.41-.493.491-.932.492-.958.44-.985.493-.466.466-.984.492-.467.492-.984.467-.932.492-.467.492-.984.466-.958.984-.492.933-.467.466-.492.984-.492.467-.466.984-.984.958-.44.933-.519.492-.44.466-3.393 3.393-.492.959-.467 1.424-.492.959-.44.984-.984 1.917-.467.932-.492 1.45-2.409 4.819-.492.958-.492 1.45-.958 1.943-.44.933-.985 1.917-.466 1.45-.492.984-.493.933-.466.958-.492 1.45-.958 1.943-.492.933-.959 1.917-.932 2.9-.492 1.425-1.451 4.352-.492 1.425-.466 1.916-.493 1.45-.492 1.425-.466 2.41-.492 1.942-.492 1.89-.44 1.944-.493 3.34-.466 2.436-.492 1.45-.492 1.891-.959 1.943-.492 1.917-.466 2.875v5.776l.466 10.568.492 2.85.493 2.9.466 1.943.492 1.89.492.985.466 4.3.492.984.44 1.45.493.96.492 1.89.466 3.393.492 3.342.493 1.942.466 1.425.492.958.958 2.901.493.959.492 1.916.466 1.451.466.958.466 1.45.493.493.492.44.958.959.492.984 2.901 2.901.44.933 2.902 2.9.958.467.984.984.467.44.984.493.44.466 1.45.492.96.492 1.45.466 1.942.985.44.466 1.943.984 1.45.466.493.467.958.466.492.492 1.4.492 1.942.959 1.45.492.493.466.958.492 1.425.492.958.467.492.466.466.466 1.45.492 2.384.492 3.885.959.959.492 1.89.466 1.943.492 2.901.492 2.383.467h18.261l4.844-.467 1.89-.492 2.436-.492 1.89-.466 2.41-.492 1.942-.492 2.875-.467 2.901-.492 2.41-.492.932-.466.958-.466 2.901-.959 1.917-.492 1.45-.466.959-.492 2.9-.959 1.892-.492 1.45-.492.985-.466.958-.467 3.833-1.916.493-.492 1.916-.959.493-.492.958-.492.466-.466.466-.493.985-.44.466-.492.984-.492.959-.959.932-.492.518-.466.933-.492 1.45-1.45.492-.933 1.45-1.45.467-.959 2.383-2.383.492-.984 3.393-3.368.467-.984.492-.44.958-.959.466-.492 2.41-2.409.491-.984.467-.466.984-.466 1.45-1.45.44-.467.96-.984.491-.959.493-.492.466-.932.492-1.45.958-1.918 1.45-1.45.467-.933 1.917-1.942.492-.959.958-.984.492-.933.493-.518.466-.932.492-.466.44-.985.518-.958.467-.958.466-.493.492-.932.492-.958.466-.493.493-1.45.958-1.943.492-.932.492-.466.466-1.943.493-1.45.44-.959.492-1.425.492-.958.466-1.45.493-.985.492-.932.466-.467h.492l2.798-5.465c-2.824 2.979 4.792-4.636 2.978-2.72v-.984l.467-.466.492-.466.492-.959.466-.492.984-1.917.44-.984.493-.958.466-.933.492-.958.492-1.45.467-4.819.492-4.3.492-12.018v-4.818l-.492-2.409-.492-3.833-.467-1.943-.492-2.383-.492-1.45-.958-1.917-.44-.933-.985-2.9-.466-1.943-.492-.44-1.45-2.902-.493-.492-.958-1.943-.492-.44-.44-.958-1.943-3.886-.467-.466-.492-.932-.492-.493-.466-.958-.492-.492-1.45-2.901-.493-.44-.44-.985-.959-1.917-.492-1.45-.492-.933-.466-1.45-.492-.984-.959-.959-.492-.958-.492-.492-.466-.44-.467-.493-.518-.492-.44-.466-1.943-1.943-.466-.958-.492-.492-.492-.44-1.45-1.451-.933-.492-.466-.492-2.901-1.451-1.451-.466-1.425-.492-2.9-.44-7.694-.493-6.734-.492-.933-.466-1.45-.492-1.943-.493-2.875-.466-2.901-.984-.959-.466-1.45-.492-.958-.493-2.383-.44-3.834-.492h-5.336l-6.242.492-2.875.44-2.41.493-.958.492-1.424.466-4.352 1.45-.958.493-.933.492-.492.466-.958.492-1.45.492-.493.44-1.943.959-1.398.492-.493.492-.958.467-.492.492-.958.492-.493.466-1.942.984-.466.44-.933.493-.984.466-.467.492-1.942.959-.492.492-.933.492-.466.466-1.943.984-.958.44-3.885 1.943-.44.467-2.41 2.434-.492.44-.958.493-.492.466-.44.492-1.451 1.45-.984.493-1.451 1.45-.466.933-1.943 1.917-.44.984-.492.466-.493.985-.466.466-.492.466-.492.958-.958.959-.493.984-1.45 1.45-.466.959-2.383 2.383-.493.958-.958.985-.492.958-.492.492-.466.44-.493.959-.492.492-.44.958-.492.493-.466.958-.493.492-.492.933-.466.958-.984.984-.467.959-1.45 1.45-.466.959-.959 1.916-.492.467-.466.984-.492.466-.492.984-.467 1.4-.492.983-.492 1.45-.466.96-.492.491-.492.959-.44.932-.519.959-.44.984-.492.958-.492 2.876-.467 2.408-.492 7.175-.492 4.844-.466 2.875-.492 11.527v6.242l.492 7.201.466 2.901.492 2.85.492.984.467 4.351.492 1.399.492.984.44.959.518 1.45.44 1.425.493.466.492 1.45 1.45 2.902.467.466.492.958.492 1.45.466.96.492 1.45.492 1.424.467.959.466.984.466.466.492.984.959.933 2.435 2.409.958.492.44.466.492.492 2.901 1.45.959.441 1.45.492.933.492.984.467.466.492 2.901 1.45 1.425.493 1.943.958.466.492 1.45.44.493.493.958.466 1.425.492.958.492 2.901.958 1.917.493 4.351.466 3.342.492h6.242l1.943-.492 2.409-.466 1.917-.493 1.45-.492 3.342-.466 1.942-.492 1.45-.492.467-.466.984-.493.959-.44 1.424-.492 1.45-.492.96-.466 1.45-.493.958-.492.933-.466 1.45-.492.984-.492 1.45-.467.96-.492 1.89-.492 1.45-.44 1.943-.959 1.943-1.942.44-.492.959-.959.984-.492 2.901-.932.933-.467 1.916-1.942.985-.492.466-.467 1.943-.984.492-.466.932-.466 1.45-1.45 1.917-.96.985-.958.958-.492.492-.492.44-.466.493-.466 2.9-2.902.467-.958.492-.492.492-.933.467-.518.492-.932.44-.466.492-.492.492-.959.467-.492.492-.958.492-.933.958-1.943.492-.492.467-1.45.492-.959.492-.492.466-.932.933-1.917.492-.492.958-1.943.492-.932 1.45-2.901.493-.467.466-.984.492-.932.493-.959.44-.958.492-1.45.466-.985.492-1.399.493-.984.466-1.45.984-1.917.466-1.425.492-.958.493-1.45.466-.985.466-1.399.958-2.9.493-.985.466-1.399.492-.492.492-1.943.466-2.409.492-2.383.493-1.942.466-1.45.492-2.85v-5.284l-.492-2.875-.466-.492-.985-2.901-.466-.959-.492-1.424-1.45-2.901-.493-1.45-.932-.933-.466-.959-3.886-3.86-.958-.491-.933-.933-.958-.492-1.45-1.45-.493-.959-.958-.492-.984-.958-.467-.44-.466-.493-.958-.492-1.943-1.917-1.917-.984-.984-.958-.932-.493-.467-.44-.984-.492-2.409-2.409-.958-.492-.933-.466-1.01-.493-.932-.492-1.45-.466-.96-.466-.984-.466-.932-.493-1.917-.958-1.45-.492-.985-.492-1.45-.466-2.85-.493-2.9-.492-12.02-.466h-4.817l-3.833.466-3.86.492-1.45.493-1.891.466-1.943.492-1.943.958-1.89.492-1.943.493-1.917.932-.984.958-.933.493-.466.466-.984.492-.467.492-.984.466-.958.985-.959.466-.466.492-.466.44-2.435 2.435-.958.466-1.45 1.45-.441.493-1.01.933-.492.492-.44.466-.493.492-.958.492-1.943 1.917-.958.492-.44.492-.493.44-3.86 3.86-.491.984-.493.467-.466.466-.492.466-.44.492-.492.959-.493.492-.466.958-.492.492-.492.959-.466.466-1.45 2.9-.493.467-.492.984-.466.467-.467.932-.466.492-1.45 2.901-.493.493-.492.958-1.916 3.833-.493.493-.492.958-.44 1.425-.958 2.9-.493 1.4-.492 1.45-.466.984-.492 1.917-.492 2.383-.467 1.45-.492 3.368-.492 2.9-.466 5.751v5.284l.466 4.818.492 1.917.492 1.424.467 2.41.492 1.45.492 1.917.466 1.45.492.958.493.493.466.958.492.492.44.933 3.393 3.367.959.492.492.44.958.518.933.467.492.466 1.943.984.466.466 1.943.985 3.833 1.917.959.466 1.45.466h1.917l2.409.492h3.833l3.86-.492 2.875-.466 4.326-.466 2.408-.467.959-.492 1.45-.492.985-.466 1.398-.492 2.901-1.45 1.45-.493.985-.466.933-.467 1.45-.518 1.45-.44.96-.492 1.45-.466.932-.492.492-.493 3.86-1.916.492-.493.466-.44.492-.492.933-.492.958-.466 1.45-1.45.985-.493 1.45-1.45.44-.493.96-.466.491-.466 1.943-1.917.958-.492.493-.492.958-.466.492-.493.44-.492.493-.466.466-.466 3.885-3.86.44-.492.493-.466.466-.466.492-.467.492-.984.958-.466 2.41-2.435.492-.932.492-.467.466-.984.466-.466.466-.492.493-.959.492-1.45.958-1.917.492-.466.466-1.45.493-.985.492-1.399.44-.984.518-1.45.492-1.917.44-2.875.493-1.943.466-4.792v-4.792l-.466-3.833-.492-3.394-.44-2.383-.493-2.9-.518-2.384-.44-1.45-.492-1.45-.493-.96-3.833-3.833-1.917-1.942-.492-.44-.492-.493-1.45-.492-1.917-.958-.933-.493-1.943-.958-1.45-.492-1.891-.466-2.435-.492-1.917-.44-1.942-.493h-5.776l-2.383.492-1.917.44-1.943.493-1.89.466-1.451.492-1.943.492-1.45.466-1.425.493-1.45.492-.959.466-1.45.492-.933.492-1.943.44-4.817 2.41-.467.492-2.409 2.409-.492.466-.466.466-.492.984-.959.959-.466.958-1.917 1.917-.492.466-.492.984-2.409 2.41-.44.958-.518.492-.492.932-.492.959-.44.492-1.451 2.9-.492.933-.467.493-.492 1.45-.492.466-.466 1.45-.492.933-.44 1.45-1.451 2.902-.492.492-.492.932-.467.493-1.45 2.9-.492 1.451-.493 1.399-.466 1.943v5.284l.466 4.325.493 1.917.958 1.917.492 1.45.492.467.467.984.984.958.466.959.984.932.44.492.959.492.984.959 1.917.958.933.492 1.502.493 1.399.466.984.466 2.901 1.45h4.3l1.917-.492 2.9-.958 1.451-.466 2.409-.466 1.425-.493 2.9-.492 1.451-.466 1.891-.492 1.943-.959.958-.984.959-.466.984-.933.44-.492 2.901-2.9.959-.493.492-.466.958-.466.933-.467.492-.492.492-.958.958-2.901.492-1.425.467-1.45.492-.492.492-.959.466-4.326.492-1.916.492-3.368v-12.018l-.492-5.284-.492-.959-.466-.932-.984-.959-2.901-1.45h-1.4l-2.434.466-1.45.492-.959.492-.44.467-.984.492-.959.44-.958.984-.985.467-.466.492-.984.492-.466.466-.933.492-1.942.959-.493.492-.958.44-.958.985-.985.466-.44.492-.958.492-.985.958-.958.493-.958.958-.493.44-.492.492-.958.493-.958.958-.467.492-2.409 2.409-.492.44-.466.985-.492.466-.959 1.943-.466.958-.466.984-.492.933-.959 1.916-.492 1.451-.492.984-.466 1.399-.492 1.45v2.435l.492.467.958.932.492.492h.467l1.45-.492.933-.466.984-.466.958-.467 2.41-2.434.466-.467.466-.984.492-.466.492-.933 1.45-1.45.467-.985.492-.466.958-1.942.492-.933 1.451-2.901.44-.958.492-1.917.493-1.45.466-2.902.492-.932 2.409-2.41 1.917-.957.466-.493h3.393l3.393 3.445-.518.415c-4.3 1.14-6.32 11.915-11.397 16.94-4.118 4.04-9.17 11.863-16.474 11.863-2.745 0-7.226-2.927-7.226-5.284v-3.341c0-12.356 17.691-26.602 25.28-32.87 6.191-5.129 8.367-9.714 19.816-7.875 5.076.83 11.656 10.698 11.656 17.2v9.143c0 5.258-12.02 24.763-15.283 27.974-4.766 4.74-19.685 14.79-28.492 14.79h-2.41c-1.32 0-15.23-6.786-16.758-7.77-3.005-2.02-8.729-11.086-8.729-15.8v-9.584c0-2.979 6.035-19.53 7.434-21.94 4.067-7.148 8.6-9.92 12.977-15.826 7.279-9.79 22.56-18.96 39.242-18.96.751 0 12.588 4.351 14.22 5.025 3.911 1.606 7.978 5.206 10.646 8.081 5.44 5.828 4.17 4.274 7.175 12.045 1.01 2.512 3.03 12.666 3.03 15.723v10.568c0 3.937-3.263 12.873-3.16 14.194.415 4.067-3.108 9.35-5.18 12.019-1.606 2.072-7.615 6.035-9.998 7.796-1.606 1.218-3.886 2.28-4.61 4.041-.933 2.357-1.633 3.834-3.394 5.258-9.144 7.46-6.968 10.076-21.007 14.117-7.382 2.098-21.162 5-30.072 5h-1.891c-7.512 0-20.178-9.792-24.426-14.014-3.808-3.808-5.673-5.906-6.631-12.563-.596-3.91-3.108-13.831-3.108-15.696v-10.568c0-7.72 6.605-21.888 9.454-27.56 2.979-5.854 9.532-19.608 13.521-23.468 7.2-7.045 8.6-12.822 19.738-17.277 6.786-2.694 21.395-6.139 30.875-6.139h7.667c18.287 0 59.653 23.235 59.653 39.838v22.587c0 16.551-4.662 22.638-9.713 34.061-1.373 3.109-6.45 8.988-8.73 12.874-2.77 4.74-6.009 8.263-10.334 11.293-3.264 2.28-10.05 7.15-13.366 8.755-5.025 2.435-10.387 3.86-14.453 7.175-5.777 4.662-22.147 10.439-32.844 10.439h-11.06c-8.523 0-13.6-4.637-19.816-6.631-7.46-2.435-13.47-2.176-17.07-8.91-5.258-9.844-13.598-24.142-13.598-38.75v-2.902c0-8.288 2.409-13.469 2.409-23.519 0-12.07-.83-13.624 3.004-22.457 2.98-6.864 4.17-11.475 8.004-17.432 3.6-5.57 6.942-9.066 10.672-14.816 2.383-3.678 8.081-12.408 10.879-15.127 4.144-4.015 10.568-6.631 15.515-9.947 6.968-4.714 26.187-13.443 37.507-13.443h11.526c4.844 0 27.25 3.963 31.756 5.258 9.48 2.72 16.733 7.874 22.95 14.04 8.366 8.366 9.506 11.06 14.868 22.146 2.305 4.766 7.382 23.104 7.382 29.658v3.367c0 4.403-1.373 14.013-2.15 19.012-1.347 8.755-2.616 9.403-5 16.111-2.175 6.14-12.562 20.463-16.758 25.54-6.139 7.46-11.32 19.453-17.121 25.177-2.824 2.797-8.004 8.496-10.568 10.568-3.704 3.083-8.419 6.372-11.786 9.403-9.247 8.47-16.396 9.117-29.529 12.744-5.646 1.58-29.943 7.07-35.848 6.242-7.875-1.14-11.5.26-18.909-2.228-5.154-1.71-11.656-2.952-15.852-5.335-6.32-3.549-20.411-12.149-24.348-17.433-7.667-10.231-10.024-14.738-13.521-28.803-2.539-10.128-3.212-27.43-1.347-38.62 1.01-5.958 2.383-11.138 3.47-17.666 1.374-8.081 1.374-10.775 3.472-17.665 2.9-9.35 7.64-22.224 11.785-30.513 3.86-7.77 11.89-18.805 18.002-24.322 2.901-2.616 8.652-6.605 12.045-9.092 3.73-2.745 8.366-6.864 12.64-8.521 9.636-3.704 19.997-10.128 29.244-13.03 5.128-1.58 9.946-3.418 15.852-5.31 1.813-.595 15.515-3.315 17.355-3.315h2.408c3.238 0 24.245 3.083 26.732 4.041 3.807 1.476 8.314 1.84 12.148 3.212s6.812 3.212 10.153 4.766c8.393 3.86 11.967 7.745 18.91 11.837 5.93 3.523 10.697 9.325 16.706 13.625 8.73 6.216 19.712 24.892 26.524 34.502 4.015 5.698 7.641 13.495 11.578 18.675 2.41 3.186 3.005 7.046 4.689 10.698 1.372 3.082 2.512 9.014 3.833 11.06v.492l.958 1.917h.493v.492l.492.933.466 1.45h.466l.466 1.45.493.959.492 1.425 2.409 4.843.492.933.466.958.492.492.44.959.985.492 1.917 1.917.492.932.958.492 1.45 1.45.467.493.518.958.44.492.492.467.467.932 1.45 1.45.984.493 1.451 1.45.44.493.959.466.984.466.958.466.959.985 2.9 1.45.467.466.958.492.959.959.984.466 1.917.958.466.493 5.802 2.9 1.399.467 1.943.984.958.44 2.901.959.466.492.959.492.492.466 1.917.985.492.466.958.492.466.44 1.45.518 1.451.467 1.917.466 1.45.492 1.425.492 1.45.466 3.394.493 8.626.958h24.529l16.37-.466 1.891-.492 1.45-.493 1.943-.466 1.891-.492 1.45-.492.959-.466 1.943-.467 1.424-.518 1.45-.44 1.918-.492 2.9-.958.933-.493 2.435-.466.958-.492 1.45-.492 1.426-.466.958-.493 1.45-.44 1.943-.984 1.399-.466 1.45-.493 3.886-1.942 1.398-.466.493-.493.958-.492.492-.466.958-.466.985-.466.932-.493.466-.492 2.902-1.45.492-.466 1.942-.985.467-.466.932-.466.984-.466.467-.493.984-.492.466-.466 1.943-.984.932-.467.959-.492.492-.492.958-.466.984-.466 1.451-.467.932-.984 1.917-.958.492-.492 3.86-1.917.932-.466 1.45-.467.493-.492.958-.492.492-.466.959-.492.466-.492.958-.467 1.451-1.45.492-.466.959-.959.958-.492.492-.466.958-.492.933-.492.984-.467.466-.492 1.943-.958.492-.492.959-.44.44-.493 1.943-.958.492-.492.958-.493.492-.466 2.901-1.45.933-.492.958-.44.492-.493.959-.492 1.45-1.45.959-.467.932-.492.492-.492.959-.466.492-.493.958-.492.492-.44.959-.492.492-.466.932-.493.959-.492.492-.466.958-.492.492-.492.959-.466.492-.493.958-.492.492-.44.933-.492 1.943-1.917.958-.492 1.943-1.943.958-.44.44-.492.985-.466.466-.493.984-.492.466-.466 1.943-.984.492-.467.933-.492 1.45-.492.467-.44.492-.492 1.942-.959 1.4-.958.491-.492.959-.492.492-.467.958-.492.984-.958.959-.466.958-.959.933-.492.492-.466.958-.492.492-.492 1.943-.959.958-.958.493-.466.932-.467.958-.984.959-.466.984-.984.958-.467.959-.984.466-.466.958-.492.493-.44 2.9-2.902.959-.492 3.341-3.341.985-.492 1.916-1.943.933-.466.492-.492.958-.493.493-.44.958-.958 1.943-.985 1.424-.466 1.917-.984.984-.959.959-.492.492-.466.958-.466.933-.466.518-.493.44-.492.492-.466.959-.492.984-.958.958-.493 1.45-1.45.493-.44.466-.493.933-.492 2.9-1.45.493-.467.958-.492 1.425-.492 1.45-.466 1.943-.492.959-.44.958-.493.932-.492 1.943-1.917 2.901-1.45.933-.492.958-.44 1.943-.985.492-.466.958-.492 1.45-.959.933-.492.959-.492.492-.466.958-.492.492-.44.959-.493.932-.492 6.786-3.367.933-.492h.466l.984-.44c11.294-5.984 22.64-8.47 36.367-12.2 7.693-2.099 11.294-3.523 20.36-4.17 3.16-.208 6.164-1.555 9.894-2.125 3.575-.544 7.408-.751 11.293-.751h1.891c13.884 0 27.534 1.787 39.916 2.409 1.942.103 15.1 2.953 17.484 3.678 4.662 1.45 9.946 4.248 14.53 6.139 8.963 3.626 19.764 9.247 28.13 13.702 10.284 5.491 15.75 10.024 22.303 19.53 4.014 5.802 11.604 20.748 14.168 27.664 2.098 5.698 3.575 9.35 5 16.085 1.113 5.31 1.035 12.666 1.968 18.676 4.351 27.715-2.59 51.157-12.977 68.175-5.258 8.65-13.107 15.023-20.877 20.929-6.787 5.18-19.582 10.153-30.202 11.604-5.958.829-13.444.803-19.842 1.347-4.999.466-12.692-2.435-17.225-3.368-3.29-.673-13.857-3.47-16.266-4.921-4.378-2.616-9.506-4.662-13.495-7.15-3.704-2.304-10.024-5.024-14.065-7.096-5.984-3.083-7.356-5.18-12.2-8.47-6.268-4.222-15.153-15.982-18.883-22.924-4.248-7.874-10.387-19.737-12.433-29.373-1.45-6.683-2.383-9.843-3.704-17.458-.88-5.284-3.238-9.947-3.238-17.406v-3.368c0-18.494 8.574-34.916 17.899-44.085 10.568-10.413 20.333-20.282 41.236-20.282h7.2c17.045 0 53.93 13.288 62.892 20.748 3.885 3.264 8.159 5.75 11.785 9.377 3.523 3.548 6.217 7.304 9.61 11.086 4.714 5.206 12.355 19.116 13.806 27.482.751 4.455 3.626 9.221 4.844 16.344 1.346 7.978.88 10.49.932 18.754.026 5.076-.181 15.748-1.14 19.944-.7 2.953-1.088 6.398-1.606 8.988-.75 3.523-2.098 4.481-2.927 7.175-5.776 18.909-28.363 29.71-53.462 29.71-18.65 0-47.686-25.177-56.467-36.807-3.833-5.129-6.527-7.227-10.18-13.366-2.434-4.092-6.268-10.645-8.858-14.246-4.274-5.957-3.885-9.869-7.408-15.645-1.71-2.745-3.626-15.153-3.626-19.4v-6.735c0-8.574.984-12.045 3.833-17.795 1.14-2.305 6.32-11.19 7.874-13.262 6.165-8.107 14.661-14.117 28.648-14.117 21.836 0 48.23 10.905 58.799 21.525 5.413 5.414 13.52 15.852 16.292 23.571 1.528 4.326 4.119 9.429 5.983 14.246.881 2.228 5.336 11.553 6.45 13.21v5.777c2.305 3.445 4.352 11.008 4.352 16.81v1.45c0 6.502-8.108 22.484-11.086 26.421-4.067 5.388-15.205 13.003-24.038 13.003h-2.875c-7.512 0-22.095-7.227-27.042-10.516-6.838-4.559-13.676-11.708-19.478-17.51-5.802-5.75-11.734-14.246-15.18-22.302-1.139-2.668-1.035-5.103-2.123-7.486-.984-2.383-1.761-4.015-2.616-6.527-.959-2.953-2.798-11.604-2.798-15.438 0-13.676 7.564-21.835 15.93-27.327 3.756-2.46 12.9-3.134 18.883-2.175 8.263 1.269 9.817 2.305 15.982 5.62 15.308 8.289 12.64 7.357 22.068 21.188 1.347 1.917 3.912 4.507 4.663 6.372 1.088 2.487 1.606 5.57 2.771 7.823 1.554 2.9 5.777 11.449 5.777 15.386v5.284c0 4.766-4.248 12.821-6.269 15.852-2.098 3.212-10.076 7.719-14.427 7.719h-8.626c-13.158 0-30.254-13.521-33-24.245-1.087-4.403-3.263-21.654-1.372-25.98 2.098-4.843 7.46-14.634 13.676-14.634h9.144c19.245 0 34.683 43.723 18.287 43.723h-1.45c-6.528 0-18.288-11.993-18.288-18.287 0-4.507 1.218-7.201 5.776-7.201h.493c2.486 0 6.734 2.124 6.734 4.818 0 1.346-1.114 1.657-1.942 2.383'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='900' height='900' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' clip-rule='evenodd'%3E%3Cpath fill='none' d='M0 0h900v900H0z'/%3E%3Cg fill-rule='nonzero'%3E%3Cpath d='m180.72 328.674 1.943.492 1.891.492 1.943.467 2.9.984.96.466 5.775 1.425 1.891.492 1.45.466.96.492 1.942.492 3.341.467 1.943.492 1.89.492.985.466.958.466 2.901.959 1.891.492 1.943.466 1.943.984 1.398.467 2.901.984 1.943.466.958.492 1.425.44 4.844 2.435 1.399.467.492.492 1.942.958.467.492.984.933.958.492.492.466.933.492 2.409 2.41.958.491.492.44.492.493.44.492.96.466 2.434 2.435.466.958.492.44.492.519.933.932.518.493.933.958 1.45 1.45.466.985.492.44.959.492.984.959.466.958.492.492.44.958.493.985.492.466.466.466.492.959.959.958.492.984 1.45 1.45.493.96.44.44.492.984 1.45 1.45.467.959 1.45 1.45.493.44.958.493.492.492.44.466.493.984.492.467.466.984.492.466.492.984.467.44.984.96.466.983.492.467.959 1.942.492.44.932.985.492.958.467.493.492.958.492.492.466.958.492.44 1.943 3.886.466.466.466.492.518.933.44.492 2.41 4.818.492.932.492 1.943.466.958.492.933.44 1.45.493.493 2.409 4.843.984 1.891.958 1.943.493.466.466.933.492.492.492.958.44.984.959.959.492.958.958.984.492.933.493.958 1.45 1.45.44.493.493.958.466.493.492.932.492.466.466.985 1.45 1.45.493.958.492.493.466.932.493.958.492.493.44.466.492.984.959.466.492.492.958.493.492.466.467.932 1.942 1.943.44.492 1.943 1.917.492.932 2.901 2.901.933.985.958.958.959.44 3.885 3.886.44.466.492.492.467.44 1.942 1.943.959.492.492.467.958.492.933.492.984.466.466.492.492.44 3.86 1.943 1.424.492 1.943.467 1.45.492 1.892.492 2.9.958 4.793.933 3.885.958 1.399.492 1.942.492 2.901.959.933.492 4.351 1.45 2.876.44 4.351.493 3.834.466h13.935l5.776-.466h1.891l3.393-.492 3.342-.44 4.843-.985 1.425-.466 1.917-.492 2.435-.492 1.398-.467 2.901-1.45 1.45-.492.985-.492.933-.44 1.916-.96 2.902-.983 1.916-.467 1.917-.492 2.901-1.45.492-.492 1.425-.44 1.917-.96 1.45-.491 1.943-.959.932-.492 1.943-.958 1.917-.492 1.424-.492.493-.44.466-.493.984-.466.466-.492 1.943-.959.958-.984.933-.466 1.943-.985.958-.44 1.943-.958 1.424-.492.466-.493.985-.466 1.45-.492 1.917-.958.492-.492.933-.493.492-.466.958-.466.959-.958.984-.493 1.45-1.45.933-.466.466-.493.984-.492.959-.932.492-.466.958-.493.492-.492.959-.466.492-.492.932-.958 1.917-.985.984-.932 1.451-1.45 1.399-.467 3.885-1.943.466-.492 1.45-.466 1.425-.492.959-.44.984-.493.466-.492 1.45-.466.985-.492 1.891-.959.492-.492 1.45-.492 1.917-.958.493-.44 1.424-.493 3.86-1.942 1.424-.467 1.45-.492.467-.492 1.45-.466.985-.492 1.45-.492.933-.467 1.917-.932 1.45-.492 1.943-.959.492-.492.932-.492.959-.466.492-.492.958-.44 1.45-.493.493-.492.933-.466 4.817-2.435 1.917-.958.466-.493.985-.466.466-.466.984-.518.959-.44.958-.493.466-.466 3.86-1.942.492-.493.958-.466.492-.466.959-.466.44-.492 1.943-.959.492-.492 1.917-.958.492-.492.932-.493.492-.466.959-.492.958-.44.492-.493.959-.492.984-.958.932-.492.467-.466.984-.493 1.45-1.45.959-.492.958-.44 1.917-.959 1.917-.984.492-.466 1.943-.985 1.45-.466.933-.492.466-.492.984-.44.959-.493.492-.466 1.45-.492.959-.492.44-.467 2.901-1.45 1.45-.492.985-.44.932-.493 1.917-.958.492-.492 1.943-.959.958-.984.933-.466.492-.492.958-.492.492-.44.467-.493.984-.466 1.917-1.943.932-.492.984-.958 1.917-.933.492-.492.959-.466.492-.492.932-.492.493-.467 6.734-3.367 1.45-.466.959-.492.492-.493 1.917-.958.932-.492.985-.466.466-.492 1.943-.959 1.45-.492.933-.44 1.942-.985 5.75-1.916.985-.492 2.9-.959.933-.466 1.45-.518 1.918-.933.984-.466 1.45-.492 1.4-.492.984-.466 1.45-.493.958-.492 1.451-.466 1.425-.492 1.45-.492 1.45-.44.959-.493 1.45-.466 1.891-.492 1.45-.492 2.436-.466 1.398-.493 3.886-.958 1.89-.492 2.902-.492 2.409-.44 1.424-.493 1.943-.466 2.901-.492 3.834-.492 2.408-.467 2.383-.492 3.394-.492 4.792-.466 2.875-.492 5.31-.492 4.325-.44 4.3-.493h23.571l6.735.492 8.185.44 4.3.493 3.393.492 2.875.466 1.917.492 2.9.492 2.384.467 2.435.492 1.89.492 1.943.466 1.45.492 3.834.933 2.41.492 1.942.466 2.383.492 2.409.493 1.942.466 1.891.492 2.901.958 1.943.492.932.44 1.917.985 2.901.958 1.425.493 3.86 1.916.492.492.932.44.492.519 1.917.932.984.985.959.466.958.984.466.466.959.493.492.492.958.44.958.958.985.493.466.492.984.466.933.984 1.917 1.917.492.466.958.466 2.435 2.435.932.467 1.917 1.942.492.44 2.41 2.435.491.959.44.492.493.958.492.44 1.917 1.943.492.959.492.492.466.958.985.984.466.933.466.466.466.984.492.467.959 1.942.492 1.425.492.466 1.917 3.834.984 1.942.44.959.959 1.942.492.933.958.958.493.985v.958l.492.492 1.916 3.834.493.958.44.958.492 1.451.958 3.834.493.984.492 1.45.466 1.891.984 1.943.466 1.399.985 3.885.466 1.45.466 1.4.467 4.325.984 4.844.466 2.383.492 9.583.492 4.844.467 4.326.492 2.383v2.9l-.492 8.626-.467 2.901-.492 4.792-.492 2.875-.466 2.901-.492 2.383-.492 2.902-.467 1.424-.466.959-.466.492-.492 1.916-.493 2.383-.958 1.943-.492.492-.466 1.917-.985 3.834-.958 1.942-.492.933-.44.958-.959 1.943-.492.492-.958 1.89-.492.493-.493.958-.466.492-1.45 2.902-.493 1.398-.44.985-.492.958-.492 1.45-.466.493-.985 2.849-.466 1.45-.492.985-.492 1.398-.466.492-.493.959-.492.492-.466.958-.466.493-.959.958-.492.466-2.9 2.901-.96.466-.491.493-.44.492-.959.958-.492.44-2.901 2.902-.959.492-.466.492-.958.466-.492.492-.467.44-2.434 2.435-.467.959-1.45 1.45-.933.492-1.45.44-.985.493-.466.466-1.45.492-.492.492-.959.467-.466.492-.958.492-.493.466-1.916.984-1.45.44-.493.493-.932.466-1.451.492-1.943.492-1.89.467-1.451.492-2.409.492-1.45.466-.933.492-1.943.493-1.45.466-1.943.466-.958.466-.933.492-5.31.493-1.424.466-1.943.492-2.901.492-4.792.466-2.875.492h-1.917l-3.833-.492-3.394-.466-2.383-.492-5.802-1.45-.932-.493-2.41-.466-.983-.466-1.45-.466-1.4-.493-1.45-.492-.984-.466-1.451-.492-.958-.492-.933-.467-.958-.492-2.901-.958-.985-.492-1.89-.933-4.844-2.409-.933-.492-1.916-.958-.493-.492-1.942-.933-.959-.492-.932-.466-.492-.492-.959-.492-.492-.467-3.86-1.942-.44-.492-.984-.44-1.917-.96-1.942-1.942-.959-.492-.466-.466-.466-.492-.984-.493-.959-.44-.958-.492-.492-.466-.959-.492-.492-.493-.932-.466-2.901-.984-.959-.466-.492-.492-.958-.493-.933-.466-.984-.466-.958-.958-.959-.493-2.435-2.409-.44-.492-.492-.466-.959-.932-2.9-2.901-.959-.493-.984-.958-.933-.466-.466-.466-.492-.985-.958-.958-.493-.958-1.45-1.451-.492-.466-.467-.466-.466-.985-.466-.466-.492-.984-.492-.467-.959-1.942-.492-.44-.466-.493-.984-1.942-.467-.467-.984-1.942-.44-.492-.492-.933-1.917-3.86-.492-.932-.959-1.942-.492-1.917-.492-.492-.466-1.425-.492-.466-.492-.985-.44-1.45-.96-1.917-.491-.466-2.41-4.818-.491-1.425-1.425-5.776-.466-2.409-.492-2.383-.493-2.9-.466-1.451-.492-2.383-.492-2.901-.466-1.891-.492-2.901-.493-1.917-.958-3.86-.492-1.424-.44-1.45-.959-3.834-.492-1.45-.492-3.368v-18.727l.492-3.86.492-5.258.466-1.45.493-1.943.44-.958.492-.959.492-1.917.959-2.9.492-.933.466-2.409.984-2.901 1.917-3.834.466-.492.466-.958.493-.933.492-.958.958-.984.492-.959 1.917-1.942.492-.44.44-.493.493-.466.958-.492 2.435-2.41.958-.932.959-.492.492-.492.44-.466 4.844-2.435.492-.466.932-.492 1.451-.492.958-.44 1.45-.493.96-.466.932-.492.984-.492.958-.959.959-.492.492-.466 1.943-.984 1.398-.44.985-.493 2.9-.958 1.917-.492 2.383-.467 2.902-.492 3.367-.492 3.367-.466 3.367-.492 2.41-.493 3.833-.466 2.9-.466 1.892-.466 2.435-.492 2.383-.493 8.185-.466h3.86l3.34.466 1.451.493 2.383.492 1.943.466.958.466 1.45.466 1.917.493 4.352 1.45 1.399.492 3.885.959 1.45.492.933.466.466.492 1.45.44 1.944.985.492.466.958.492.933.959 3.859 1.942.492.44.958.493.493.492.932.466 4.844 2.435.466.466.933.492 1.942.933 1.943.958.466.492 1.425 1.45 1.45 1.451.492.44.467.493 1.942.958 1.425.492.518.493.44.466.959.492 1.45 1.45.492.44.959.493.492.958.492.492.958.493.44.958 1.451 1.45.492.933 1.451 1.45.492.959.959.984.44.959.492.958.492.466 1.45 1.45.467.96 1.45 1.45.493.44.492.518.466.932.466.985.518.958.933 1.943.466.466.492.984.958 1.891.493 1.45.492 1.425.466 1.917.492.984.959.959.466.958.466 1.425.984 1.942.467 1.451.492.958.492 1.425.466.958.492 1.45.492.96.467 1.45.492.932.492 1.45.466.493.466.958.467.985.492 1.398.492 1.45.466.985.492 1.45.492.933.467.959 1.45 4.351.492 1.425.44 1.45.493.959.492 1.89.466 2.902.492 3.367.492 1.917.467.984.492 1.89.492 3.394.466 1.89.492 9.144.493 3.368v7.2l-.493 5.777-.492 2.875-.466 1.917-.492 1.45-.492 1.917-.467 1.917-.492 1.45-.492.984-.466 1.4-.492.983-.492.467-.44.984-.959 1.917-.492.932-.492.985-.959.958-.492.958-.466.492-.492.959-.492.466-.933.466-3.86 3.886-.958.932-.984.466-.932.985-.959.466-.492.492-.958.492-1.45 1.45-1.451.933-.959.466-.932.493-.492.492-.959.466-.492.492-2.901 1.45-.492.493-.933.466-.958.492-.492.44-2.901 1.451-.933.492-2.9 1.45-1.918.493-1.45.466-2.383.492-1.943.44-2.383.493-2.9.492h-8.186l-4.792-.492-3.833-.492-4.352-.44-3.833-.493-2.876-.466-3.393-.492-1.917-.959-.492-.492-.932-.492-4.352-1.45-.958-.44-1.425-.493-1.45-.466-.492-.492-1.917-.959-2.875-.984-.493-.466-1.916-.985-1.45-.466-.933-.466-.985-.466-.466-.492-1.45-.493-.985-.958-.958-.492-.492-.466-.933-.493-1.916-.958-1.943-.932-.492-.493-.959-.492-.44-.466-1.943-.984-.492-.466-.958-.493-.959-.958-.492-.466-.958-.466-.492-.493-.44-.492-2.435-2.409-1.917-.958-.492-.466-.959-.959-.466-.492-.466-.466-.984-.492-2.901-2.901-.467-.44-.984-.985-.44-.958-.959-.492-.492-.959-1.943-1.942-.466-.44-1.45-1.451-.933-.959-.492-.984-.958-.958-.492-.933-.493-.958-.958-.984-.492-.959-1.45-1.45-.441-.933-.492-.492-.466-.958-.493-.493-.958-1.916-.492-.492-.492-1.425-.466-1.45-.985-1.917-.466-.493-.492-1.45-.492-1.425-.44-1.916-.493-.493-.466-1.45-.492-1.425-.492-1.45-.466-.959-.493-1.45-.492-1.891-.958-2.901-.492-1.917-.467-1.45-.466-.959-.466-1.45-.492-1.891-.492-2.435-.467-1.89-.492-1.943-.492-2.41-.466-1.424-.492-1.917-.492-2.435-.959-6.682-.492-2.435v-14.868l.492-3.393.492-.959.467-.466.492-1.45.492-.467.466-1.45.492-1.425.959-2.9.492-1.944.492-1.45.466-.933.466-1.45.467-1.917.492-.466 1.943-3.86.466-.492.492-.958.492-.44.466-.985.492-.466.44-.492 3.394-3.393.492-.44.958-.493 1.451-1.45.932-.466 1.943-.985.466-.466 1.943-.984 1.425-.44 2.9-1.451 1.451-.492.959-.467 1.424-.492 3.86-.958 1.424-.492 2.41-.44.958-.493 3.833-.492 1.943-.466 6.242-.492 2.435-.492h4.792l2.875.492 4.818.492 1.425.466 1.942.492 1.45.492.96.44.958.493 1.424.466 1.943.984.466.467 1.45.492 1.425.492 1.943.958.958.44.492.493 1.451.492.958.466.44.492 2.902 1.45.492.493 1.45.466.959.492.932.44 1.943.985.492.466.959.492.958.959.984.492.44.492.959.466.492.492.958.493.985.44 1.45 1.45.959.493 1.424.466 1.917 1.943.984.492.467.466.492.466.958.466.466.493.959.958.958.492 1.45 1.45.493.441.958.518.492.466.492.959.933.958 2.901 2.901.466.984.492.933.492.466.933.492.518.492.44.467.492.984.467.466.492 1.425.958.958.985 1.943.466.492.492.958.492.492.466.933.492.466.933 1.943.958.958.492.985.493 1.398.466.985.492.466.492 1.45.466 1.917.493.958.44.493.492 2.9.492.933.466.466.493.985.492 1.45.466.959.492.492.492 2.849.466.984.493.466.492.985.466 1.89.466 2.902.518 2.383.44.958.493 1.45.466 1.943.492.933.492 1.942.466.959.493 3.341.492 3.393.466 6.217v2.901l-.466 4.326-.492 5.284-.493 1.916-.466 1.451-.492 2.383-.958 2.901-.492 1.917-.44.958-.519 1.45-.466.96-.958 1.916-.493.466-1.45 2.901-.958.984-.493.44-.466.493-.492.958-.492.492-.933.467-.466.984-.984.958-.959.493-.492.466-.466.466-.492.466-.933.492-.492.959-2.409 2.435-.958.932-.492.466-.959.492-.492.493-.958.466-.933.492-.984.492-1.917.466-1.45.492-1.425.493-2.9.932-2.41.466H786.6l-.984.492h-5.284l-1.45-.492-5.285-.466-2.9-.466-.467-.466-2.383-.493-2.435-.492-.958-.466-.933-.492-1.45-.492-3.86-1.917-.492-.466-.932-.466-.959-.493-.984-.958-.958-.492-.492-.492-.959-.466-.492-.493-.932-.492-.959-.466-.492-.466-.958-.466-.959-.985-.984-.466-.958-.984-.933-.467-.958-.984-.985-.466-.466-.492-.492-.44-1.45-1.451-.959-.492-.492-.492-.44-.959-1.45-1.45-.985-.492-.466-.44-2.901-2.902-.467-.492-.958-.958-.492-.933-3.86-3.86-.932-.984-.492-.932-1.917-1.917-.492-.984-.492-.466-.467-.985-.492-.932-.492-.958-.466-.493-.492-1.45-.44-.959-.493-.492-.492-.958-.466-.933-.492-.492-1.45-2.9-.493-1.4-1.917-3.885-.466-.958-.466-.933-.492-.958-.492-1.45-.959-.985-.492-.958-.466-.933-.492-1.45-.492-.959-.959-2.875-.492-1.45-.44-2.41-.492-2.874-.467-3.394-.492-1.89-.492-3.394-.466-3.341-.492-2.409v-11.5l.492-2.435.466-.959.492-1.89 1.45-2.902.441-.984.984-1.917.467-.932.492-.492.492-.959 1.917-1.942.492-.933.958-.958.466-.492.959-.492 1.45-1.451.959-.466.492-.492.958-.493.492-.466.933-.466 1.942-.958 1.451-.493.958-.466.493-.492.958-.492.932-.466.493-.492 3.859-.959 1.425-.466 4.817-.466h2.383l1.943.466.958.932 1.451.493 2.383.492.492.466 1.45.492.96.492 1.45.466.466.493.958.44.959.518.492.466 2.9 1.45.493.467 2.85 1.45.491.493 1.943.958.466.492.933.492.984.44.958.96 2.901 1.45 1.425.492.958.492.493.466.466.466.984.467 1.917 1.942 1.425 1.45.492.493.958.466.958.984.493.44.492.96 1.45 1.45.466.984.493.466.44.985.492.932.492.466.466.985 1.451 1.45.492.958.959.959.492.466.492.958.466.493 3.367 3.367.467.932 2.434 2.435.44.959.96.958.491.932 2.41 2.435.491.959.959.958.466.932.518.493.44.492.959 2.9.492.96.492 1.424.958 2.9.493 1.892.466 1.45.492 3.342v11.06l-.492 4.351-.466 1.425-.493 2.901-.492 2.383-.466 1.917-.492.984-.492 1.45-.467 1.4-.492.984-.44 1.45-.518.467-.466.984-.467.466-.492.933-1.942 1.942-.959.492-.492.467-.958.492-.933.492-.492.466-.958.492-1.45.44-.96.493-3.833.492-2.9.466-.985.492-1.89.492-1.451.467h-12.511l-.959-.467-1.942-.492-.44-.492-.959-.466-1.943-.492-.958-.492-.492-.44-.959-.96-.932-.491-.984-.492-2.901-2.901-.467-.44-.984-.493-.466-.466-.933-.492-.984-.492-2.409-2.41-.958-.492-.492-.44-.493-.492-.44-.466-.958-.492-1.45-1.45-.985-.493-1.917-1.917-.492-.466-.44-.958-.985-.959-.958-1.943-.492-.492-.466-.958-.492-.933-.493-.958-.466-.492-.984-1.943-.466-.466-.467-.932-1.916-3.886-.493-1.398-1.942-3.886-.466-.466-.493-1.425-.44-1.45-.492-1.45-.492-4.793-.466-7.226v-1.891l.466-4.352.492-2.875.492-1.45.44-1.425.493-1.45.466-.467 1.45-2.9.492-.933 2.41-2.435.466-.466 1.916-1.943.493-.933.492-.492.958-.466 1.943-1.943.932-.492.959-.466 1.45-.492 2.409-.44h1.425l7.226.44 1.917.492.984.466 2.383.492 2.901.959 1.917.984.933.466.984.985.466.44 1.45 1.45.985.493 1.917 1.916.932.985.985.466.466.932 3.885 3.886.44.466.493.932 1.916 1.943.493.958.958.985.492.932.492.466.959 1.943.44.492.984 1.917.959 1.917.492 1.45.466.959.492 2.383.492 1.45.467 2.41.492 1.916.492 4.792.466 5.284v2.409l-.466 1.942-.492 1.425-.959 1.917-.492.492-.492.958-.466.492-.985.933-1.45 1.45-.933.493-.958.466-1.45.492h-5.284l-1.451-.492-1.943-.959-1.398-.492-.985-.466-.466-.492-.984-.44-.959-.493-1.942-1.942-.44-.466-.959-.985-.492-.958-.492-.44-.467-.493-.492-.958-.492-.492-.466-.958-.984-.985-.467-.958-.492-.44-.44-.985-.492-1.45-.492-.467-.959-1.942-.492-.492-.466-.933-.492-.466-.492-.984-.467-.467-.984-1.942-.466-.933-.466-1.45-.467-.959-.492-1.942-.492-1.425-.466-2.409v-3.341l.466-1.45.492-.493.492-.958.933-.985.958-.466.492-.466 1.45-.466h3.834l1.917.466.984.466 1.451.466 1.399.493.492.492.958.466.985 1.943 1.45 1.45.466.44.985 1.943v1.45l-.493 3.834-.958.959h-1.45v.492h-1.943l-.933-.492-1.45-.467v3.834l.958 1.917.803 1.735.83 1.684-.208-1.969.492.933.958.984.959.466h3.833l.492-.466 1.943-.984.466-.44.493-.96.492-2.434v-3.833l-.492-.959-.493-1.45-1.916-3.834-.493-.492-.492-.958-3.341-3.342-.958-.492-3.368-3.341-.958-.492-.959-.959-.984-.492-.466-.492-1.943-.959-1.89-.492-12.02-.466v.958l-.984.493-.466.958-.492.492-.492.959-.466.492-.492.932-.493.959-.466.492-.492 1.45-.44.959-.492 1.45-.493.933v2.409l.493.984.492 4.792.44 2.383.492 1.942.466 3.342.985 4.844.466.932.984 1.917.466.492.493 1.45.492.933.466.492.492.958.44.959.985.492.958.958.492.985.467.44 2.9 2.901.467.492.958.466.959.985.984.466.466.466.492.466.959.493 1.916.958.959.492 1.942.492.959.466 1.45.493.933.492 5.776.466h5.31l1.89-.466 1.944-.492 1.45-.493.958-.466.933-.492.984-.492.466-.466.985-.492.466-.493.984-.466.467-.932.984-.985.466-.958.466-.492.467-.959.492-1.45.492-.933.466-1.45v-5.284l-.466-5.776-.492-2.41-.492-4.325-.467-2.85-.466-1.942-.958-1.942-.492-1.4-.467-1.45-.984-1.942-.466-.933-2.435-4.844-.44-.466-.493-.932-.466-.985-.984-.958-.466-.958-.985-1.917-.958-1.917-.492-1.45-.466-.493-.492-.958-.933-1.917-.492-.958-.958-.958-.959-.493-.984-.958-.959-.492-.492-.44-1.398-.493-.493-.492-1.942-.958-1.45-.492-.96-.467-1.424-.492-1.45-.492-1.917-.958-.984-.44-.467-.493-.932-.492-1.45-.466-3.886-.984-2.383-.467-4.352-.492h-5.284l-1.89.492-2.901.959-.959.492-1.45.466-.933.492-.984.492-1.45.44-1.917.493-1.917.958-.466.492-.985.467-1.917 1.942-.492.933-.492.492-.466.958-.492.493-.44.466-.985 1.942-.466 1.425-.492 1.917-.492 2.435v6.216l.492 3.86.492 2.875.466 2.409.492 1.89.492 1.451.933 1.943.466.492 1.45 2.85.493.983.492 1.45.466 1.892.492.958.493.492 1.45 2.901.44.933.493 1.943.466 1.45.492.958.492 1.425 1.45 1.45.467.959 1.45 1.45.467.933.958.958.492.985.466.466.493.984 1.942 1.917.466.466.985.959.44.492.492.466.466.984 1.943 1.917.492.932 2.41 2.435.44.467.984.984.958.466.492.492.467.44 1.942 1.943.959.492 1.424.467 1.943.984.466.466.984.492.467.44.984.493 1.399 1.45 1.45 1.45.984.493 1.451 1.45.958.44.44.493.985.466.466.492 2.901.959 2.383.492 3.886.958h6.734l3.834-.466 1.917-.984 1.916-.959 1.45-1.45.96-.44.958-.985.984-.466 1.45-1.45.44-.493 1.943-1.942.467-.44 2.434-2.41.933-.984.518-.466.44-.492.492-.492.467-.933.984-.958.466-1.45.492-.493.493-.958.466-.933.492-.492.492-.958.466-.493.492-.958.44-.958.493-.985.492-2.383.466-10.568v-4.3l-.958-4.843-.933-4.792-.492-2.875-.466-1.45-.492-1.943-.492-.933-.466-1.45-1.451-2.902-.492-.932-1.45-2.901-.441-1.45-.518-.933-.933-1.917-.492-.492-.492-.958-.958-.985-.492-.932-.467-.466-1.942-3.886-.44-.932-.493-.466-.492-.985-.466-.466-1.45-2.901-.493-.492-.492-.44-.466-.985-.492-.466-.959-1.943-.466-.958-.466-.933-.984-.984-.467-.958-.492-.492-.492-.959-.466-.492-.492-.958-.959-.959-.984-.932-.44-.492-2.901-2.901-.493-.44-.466-.493-.984-.492-.466-.466-.933-.492-.984-.959-.958-.492-2.41-2.409-.984-.466-.466-.518-.932-.933-.985-.466-1.45-.984-1.45-.466-.96-.492-.932-.493-.958-.466-.492-.466-.959-.466-.492-.492-.958-.493-.984-.958-.959-.492-.932-.466-4.352-1.45-1.424-.493-2.41-.44-1.45-.493-4.326-.492h-14.427l-2.383.492-2.409.493-1.943.44-.958.492-1.917.959-.958.958-1.943.984-.466.466-1.917.985-.466.466-.492.466-3.86 3.86-.492.44-.492.518-.44.932-.492.985-.467.466-.492.984-.492.467-.958 1.942-.493.492-.466.933-.492.466-.958 1.943-.467 1.89-.466 2.435-.492 1.45-.492.96-.466 1.424-.492.958-.493 1.45-.466 4.327-.492 2.9-.492 1.891-.466 4.792v1.943l-.493 1.45-.492 2.876v4.792l.492 1.45.493 1.943.466 1.89.492 1.451.958 1.943.493 2.383.492 1.45.466.959.492.492.492.958.466.933.467.958.466.984.492.467.492.984.466.466.493.985.492.44.466.958.492.492 1.45 2.901.441.493.492.932.492.466.467.985.492.466.492.984.958.958.492.933.467.492.492.958.492.493.466.958.466.492.959 1.917.492.466.466.466.492.985 1.943 1.916.466.985.984.958.44.933.96.958.983 1.943.467.492.492.958.492.44.958.493.493.958 1.45 1.45.44.493.959.958.984.492.466.44.492.493.959.492.984.958 1.891 1.943 1.943.958.466.492.984.44.466.493.985.466.44.492.958.492.493.467 1.942.984.466.466 1.943.985.44.466.985.466.958.466.959.985.984.466.466.492.984.492.933.958.466.493.984.466.467.466 2.434 2.409.959.492 3.833 1.917.959.466 1.942.958.933.493.492.466 1.45.492.959.492 1.45.466 1.425.493 1.917.492 2.435.466h7.2l1.917-.466 1.917-.492 2.901-.493 1.917-.466 3.86-.984.491-.466.933-.493 1.45-.492.467-.466.492-.466.958-.466 1.45-.493.985-.492.44-.466.492-.492 2.902-1.45.466-.959.492-.466.958-.959 1.425-1.45 1.943-.958 1.45-1.451.466-.932.493-.493.44-.492.492-.466.492-.984.959-.959.958-.492.984-.958.466-.933.985-.958.466-.984.466-1.45.518-1.451.44-.933.493-1.45.466-1.917.492-1.425.492-1.942.466-1.451.493-.958.492-1.425.466-1.917.492-2.435.492-3.341.467-5.284.466-11.06v-14.868l-.466-1.45-.959-4.819-.492-2.408-.466-1.891-.985-2.901-.466-2.383-.984-2.901-.466-1.917-.492-1.45-.44-.467-.519-.984-.466-1.45-.466-.96-.492-1.424-.493-.958-.466-1.45-.492-.96-.492-.491-.466-.933-.492-.492-.493-.958-.958-.959-.492-.984-.44-.466-.493-.984-.466-.467-.984-.932-.466-.984-1.45-1.45-.493-.96-.492-.44-.44-.492-.493-.958-1.45-1.45-.466-.985-1.943-1.917-.492-.466-.959-.518-.44-.933-.518-.466-.466-.492-.959-.492-.492-.466-.958-.492-.959-.959-.984-.466-1.399-1.45-.984-.959-.958-.492-.959-.958-.984-.493-.466-.466-.984-.932-.933-.493-.958-.958-.959-.492-.492-.492-.958-.466-.985-.985-.958-.466-.492-.492-.44-.492-.959-.44-.492-.493-.958-.466-.492-.492-.959-.492-.492-.466-.958-.493-.933-.492-.984-.466-.466-.492-.985-.492-.958-.44-.958-.493-.493-.466-.958-.492-.932-.492-4.844-2.41-1.891-.44-.984-.492-2.901-.958-1.891-.492-1.45-.492-2.41-.467-1.45-.492-1.917-.492-3.367-.466-2.383-.492-3.393-.492-3.834-.44-4.792-.493h-1.943l-3.833-.466h-3.86l-4.817.466-4.3.492-1.45.44-.985.493-1.45.492-.959.466-1.424.492-1.917.492-2.901 1.45-.467.467-1.916.984-.492.44-.959.493-.492.466-.958.492-.493.492-.932.467-1.943 1.942-.466.44-.492.493-.958.492-.985.958-.466.959-.984.984-.44.466-.493.933-.958 1.942-.492.493-.959 1.916-.492.492-.466.933-.492.492-.492.959-.467.492-.466.466-.958.984-.492.959-.467 1.424-.492.959-.958.958-.984 1.943-.467.44-.492.984-.492.466-.932 1.943-.959 1.943-.958 1.89-.984 2.902-.467 1.424-.984 2.901-.466 4.3-.492 1.943-.492 16.81v2.876l.492 1.942.492 2.41.466 5.724.492.984.959 3.86.492 1.424.492 2.9.466 1.892.492 1.942.492 2.41 1.4 4.325.491 1.89.492.96.467.491.492.959.492.492.466.958.492 1.425.959.958 1.45 2.901.466.493.467.958.492.466.492.959.466.492.492.958.959.958.984 1.943.466.44.492.985.44.466 2.436 2.435.958.466.492.492.466.44.985.493.466.958.492.492 1.425 1.45.466.96.492.491.492.44 2.41 2.435 1.424 1.45.958.467.958.984.985.933.466.466.984.492.959.959.932.492 1.943 1.943 1.917.932.984.466.932.985.959.466 1.45 1.45.959.492.984.959.958.466.492.466.933.492.466.493.984.466.467.492.984.492 1.45.466.467.492.984.493.44.466.493.466 1.916 1.917.985.492.466.492.984.466.466.493.933.492.984.466.959.466 1.942.959.466.492.985.466.44.492.958.492.493.466 2.9 1.451.493.492 1.398.44 4.844 2.435 1.425.467.958.492 1.45.492 1.943.958 1.45.44.933.493 1.917.492 1.45.466.985.492 2.383.492 1.917.467 3.367.492 4.352.492h6.242l2.383-.492 5.31-.492 4.326-.467 1.942-.492 2.383-.492 2.901-.466 1.891-.492 2.41-.492.984-.44 1.45-.493.958-.466.44-.492 3.886-1.943 1.399-.466 1.943-.492.958-.493.984-.44 1.917-.958.466-.492.518-.493.44-.466.959-.492.492-.492.958-.466.493-.492 1.942-.959.933-.466 1.917-1.917.984-.492.958-.958.959-.493.984-.958.932-.932.959-.985.492-.958.958-.958.492-.985.467-.466.492-.932 1.45-1.451.44-.492.985-1.943.466-.932.984-1.917.467-.492 1.45-2.901.492-.44.959-1.943.466-.959.958-1.942.493-.492.466-1.4.492-.983.492-1.45.466-.96.492-2.382.493-1.943.466-1.45.492-1.891.492-2.41.44-2.382v-37.04l-.44-4.3-.492-4.326-.492-2.875-.466-1.45-.493-1.917-.492-1.45-.466-1.426-.984-2.9-.466-.959-.493-1.425-.958-2.9-.466-.96-.466-1.424-1.943-3.86-.492-.491-.467-.959-.492-.932-1.45-2.901-.492-.933-.44-.492-1.451-1.45-.492-.959-.467-1.45-.492-.985-.492-.466-.466-.984-.984-.44-.467-.493-.466-.466-2.409-2.435-.492-.932-.466-.466-.984-.492-.467-.493-.984-1.916-.932-.985-.467-.466-.492-.932-2.409-2.435-.984-.466-1.917-1.943-.932-.492-.492-.44-3.86-3.86-.984-.492-.44-.492-.493-.933-.958-.958-1.943-.959-.466-.492-1.917-.958-.466-.492-.984-.44-.466-.493-2.902-1.45-.932-.492-.518-.467-.933-.492-3.885-1.942-.958-.44-.44-.493-7.72-3.86-1.45-.491-1.45-.44-1.451-.493-1.399-.466-.984-.492-1.45-.492-.959-.467-1.45-.492-1.425-.492-2.901-.958-.959-.493-1.424-.466-.959-.466-.492-.466-4.351-1.45-1.891-.493-4.352-1.45-1.424-.493-2.901-.466-2.85-.492-2.9-.44-6.735-.985-1.943-.466-7.175-.492-6.734-.492-3.886-.466-2.383-.492-.958-.493h-7.227l-4.792.493-2.9.492-2.384.466-4.844.984-1.398.466-2.435.493-2.901.492-1.891.44-3.393.492-2.85.466-3.885.985-1.89.466-.96.492-2.9.958-1.917.493-1.45.492-1.917.932-.985.466-1.398.493-4.844 2.409-.932.492-.959.492-1.45.466-.985.492-1.45.44-.959.493-1.89.492-.985.466-.466.492-1.45.492-.985.467-.466.492-1.425.492-.492.466-.958.492-.959.44-1.45.493-4.818 2.409-.466.492-1.917.958-.958.984-.492.44-.959.493-.492.466-.958.492-.492.492-.959.467-.492.492-.958.492-.44.466-.985.492-1.45.44-.959.493-1.45.492-.933.466-.958.492-1.45.493-1.944.958-1.89.492-.985.958-.466.44-.984.493-.959.958-.958.492-1.943 1.943-.44.466-.984.985-.959.44-.492.492-1.917.959-1.424.492-4.844 2.409-1.399.492-.984.466-1.917.932-.492.493-1.942.958-.933.492-.466.492-.984.466-.467.493-.984.44-.466.518-.985.466-.466.466-.984.493-.44.492-1.45 1.45-.96.467-.984.984-.958.466-.958.984-.933.44-.492.493-.958.466-1.45 1.45-.985.493-.466.492-.985.466-.932.933-4.818 2.434-.492.467-.959.492-1.424.492-2.901.958-.492.492-.959.44-.932.493-.959.466-.492.492-.958.492-.984.959-.959.492-.492.466-.932.492-.959.493-.492.44-.958.492-.493.466-.958.492-.958.959-.933.492-.518.492-.932.466-.985.985-.958.466-.492.466-.466.466-.985.492-.466.493-.932.958-.985.492-1.45 1.45-.959.467-.492.466-2.409 2.409-.932.492-.492.466-.959.493-.958.958-.984.466-.959.466-.44.493-.492.492-.959.466-.492.492-3.86 1.943-1.916.958-.958.44-1.943.985-.466.466-.984.492-.933.492-2.409 2.41-.492.44-1.917 1.942-.932.492-.985.959-1.916.958-.492.492-.493.44-1.45 1.451-.933.984-2.408 2.41-.493.44-.958.492-.958.958-.493.984-.958.959-.932.958-.493.492-.958.933-2.435 2.409-.958.492-.492.492-.44.466-.959.492-.492.933-.492.492-.467.958-2.434 2.41-.933.491-.466.493-1.45 1.398-2.902 1.45-1.45.493-.933.492-2.9 1.45-1.451.467-1.917.932-3.86 1.943-1.89.958-1.45.493-2.902.492-.984.466-.933.492-.958.44-.958.493-1.45.492-.985.466-1.891.492-2.409.492-4.326.467-2.409.492-3.367.492-.958.466-1.45.492-1.451.44-1.45.493-1.892.492-1.45.466-.985.492-.466.492-.984.467-.466.492-.933.958-.984.492-.466.44-1.943.493-1.45.492-2.876.958-1.45.492-.959.467-2.383.492-3.393.492-1.45.466-2.383.492-3.368.492-.984.44-.932.493-1.45.466-4.793.984-1.942.467-3.342.492-5.802.492-3.341.466h-10.102l-3.368-.466-1.942-.492-1.891-.492-2.901-.959h-7.227l-1.89-.492-3.394-.466-1.943-.492-2.383-.44-1.916-.493-.985-.492-.466-.466-.932-.492-.985-.959-.958-.492-1.943-1.942-.466-.44-.492-.493-.958-.466-.933-.984-1.943-.959-.492-.492-.958-.466-.492-.492-.959-.492-.44-.44-.984-.493-.467-.466-.984-.492-2.9-.959-1.892-.492-.958-.492-.492-.466-.959-.492-.492-.493-.492-.932-1.45-1.45-.44-.467-2.41-2.435-.492-.932-.492-.466-.466-.985-.492-.466-.959-.492-.492-.492-.44-.466-.492-.493-.959-.492-.984-.958-.466-.44-2.435-2.435-.466-.959-.493-.492-.44-.466-.492-.932-.492-.493-.959-1.942-.492-.466-.466-1.451-.492-.932-.958-.985-.493-.958-.44-.492-1.45-2.901-.493-.933-.492-1.45-.958-1.917-.492-1.425-.466-1.45-.493-1.943-.492-1.89-.466-.96-.492-1.45-.492-2.875-.44-1.943-.493-1.45-.466-.958-.492-1.425-.959-2.901-.492-.959-.492-1.424-.466-1.45-.492-1.917-.44-.985-.519-1.89-.466-1.451-.958-2.901-.492-1.891-.959-3.834-.958-2.9-.492-.985-.492-1.45-.467-.933-.984-1.917-.44-.984-.492-.466-.467-1.425-.492-.958-.958-2.901-.492-.985-.492-.932-.467-.518-.492-1.399-.958-1.942-.492-1.891-.493-.985-.44-.466-.958-1.942-.492-.493-.493-.958-.466-.44-.984-1.943-.958-.958-.493-.985-.958-.958-.44-.933-.985-.958-.466-.984-.984-.959-.466-.958-.985-.984-.466-.44-.984-.959-.44-.492-2.902-2.901-.958-.44-2.901-2.902-.933-.492-1.942-1.942-.959-.44-.492-.493-.492-.958-.958-.959-.933-.492-.958-.958-.492-.984-.492-.44-.467-.493-.984-.466-1.89-1.943-2.41-2.409-.492-.466-.492-.958-.958-.959-.959-.492-.492-.492-.932-.466-.959-.492-.984-.959-.958-.492-.959-.44-.984-.985-.933-.466-.466-.492-.984-.492-.466-.466-2.901-1.45-.493-.467-.492-.518-.932-.44-2.901-1.451-1.45-.492-1.892-.959-3.859-1.942-.984-.44-1.399-.493-.984-.466-2.41-.492-2.874-.492-4.818-.959-1.425-.492-2.409-.466-4.325-.492-1.943-.492-3.341-.44-4.844-.493h-11.035l-4.325.492-6.243.44-2.435.493-1.89.492-1.45.466-1.944.492-1.45.493-1.399.466-5.802 1.942-1.425.44-1.942.493-.959.492-1.45.466-.933.492-1.942.959-1.45.492-1.918.958-1.424.492-1.45.44-.96.519-1.942.466-1.424.466-.467.493-.984.492-.466.466-.984.492-1.451 1.45-1.917.933-.466.492-.466.466-.985.493-.466.492-.984.466-.958.984-.959.466-.492.493-.932.492-.959.466-.492.466-1.943.959-.958.958-1.943.984-.44.467-.958.492-.985.958-.958.492-.958.44-.493.493-.932.492-.492.466-5.802 2.901-.467.492-.932.44-1.943.985-.492.466-.958.492-.492.492-.959.467-.932.492-.492.492-.959.466-.958.984-.492.933-.492.466-.467.984-.492.467-.492.984-.44.466-.518.492-.44.933-4.352 4.351-.492.933-.493 1.45-.44.959-.958 1.942-.985 1.891-.466 1.45-1.45 2.902-.985 1.917-.466.958-.466 1.45-.466.959-.493.932-1.45 2.902-.492 1.45-.466.984-.493.933-.492.958-.466 1.45-.492.96-.492.932-.44.984-.959 1.917-.492 1.45-.492 1.425-2.41 7.227-.491 1.916-.467 1.45-.492 1.425-.492 2.41-.44 1.916-.959 3.86-.492 3.34-.492 2.436-.466 1.398-.492 1.943-.959 1.943-.492 1.89-.492 2.902v5.776l.492 10.568.959 5.75.984 3.834.466.984.492 4.3.492.984.467 1.45.492.96.44 1.89.492 3.393.492 3.342.467 1.942.492 1.425.492.958.958 2.901.493.933.466 1.942.492 1.451.492.958.466 1.425.492.466.44.492.985.959.466.984 1.943 1.917.492.466.466.466.492.985.959.958.466.492 1.45 1.45.959.467.492.466.959.958.958.493.492.466 1.425.492.958.492 1.45.466 1.943.985.44.466.959.466.984.466 1.45.493.467.492.984.466.467.492 1.424.492 1.943.959 1.45.492.467.466.984.492 1.399.44.984.493.958.958 1.45.492 2.41.492 3.833.959.985.492 1.916.466 1.917.492 2.901.44 2.383.493h18.261l4.844-.492 1.89-.44 2.41-.493 1.942-.466 2.383-.492 1.943-.492 5.75-.959 2.435-.492 1.891-.958 1.45-.493 1.451-.44 1.943-.492 1.399-.466.984-.492 2.9-.959 1.892-.492 1.45-.492 3.86-1.917.932-.466.984-.466.467-.492 1.942-.959.493-.492.958-.492.44-.466.492-.493.959-.492.492-.466.958-.466.985-.959.958-.492.492-.466.959-.492.492-.492.44-.466.492-.493.466-.958.493-.466.958-.959.492-.958 1.943-1.943.44-.492.518-.932.933-.959 2.408-2.409.493-.984.958-.958.492-.44.492-.493.44-.492 1.943-1.917.467-.984.492-.466.958-.492.492-.492.492-.44 1.45-1.451.441-.492.492-.959.467-.492.492-.958.492-1.425.958-1.917 1.45-1.45.493-.985 1.89-1.89.493-.959.958-.984.492-.958.467-.493.492-.932.492-.466 1.45-2.901.467-.493.466-.958.466-.932.492-.493.493-1.45 1.45-2.901.466-.44.492-1.943.493-1.45.466-.959.492-1.425.44-.958.492-1.45.959-1.943.492-.492h.492l2.72-5.207c.829-.829 2.409-2.383 3.03-2.978v.051c.415-.466.363-.388 0-.051v-.933l.985-.958.466-.933.492-.492 1.943-3.86.44-.932.492-.958.467-1.45.492-4.819.492-4.3.466-12.018v-4.818l-.466-2.409-.492-3.833-.492-1.943-.467-2.383-.492-1.45-.44-.959-.985-1.943-.466-1.45-.492-1.399-.492-1.942-.466-.493-.492-.932-.959-1.917-.492-.492-.492-.958-.44-.985-.493-.466-2.408-4.818-.493-.466-.466-.984-.492-.44-.492-.959-.466-.492-.985-1.943-.44-.958-.492-.492-.466-.933-.985-1.917-.466-1.45-.492-.933-.492-1.45-.466-.984-.985-.959-.466-.958-.932-.984-.493-.44-2.9-2.902-.493-.958-.958-.984-.492-.44-.959-.96-.932-.491-.492-.492-2.901-1.451-1.4-.466-1.45-.492-2.9-.493-7.668-.466-6.734-.466-.985-.466-1.45-.492-1.917-.493-2.875-.466-2.901-.984-.959-.466-1.45-.492-.984-.493-2.383-.466-3.834-.492h-5.284l-6.242.492-2.901.466-2.41.493-.932.492-5.802 1.916-.932.493-.985.492-.466.466-.984.466-1.45.466-.467.493-1.917.958-1.45.492-.467.492-.984.467-.466.492-.984.492-.467.466-.984.492-.958.44-.44.493-1.943.958-.492.492-.959.492-.932.467-.492.492-.959.492-.492.466-.958.492-.959.44-2.9 1.451-.933.492-.985.492-2.408 2.41-.959.932-.932.492-2.435 2.409-.958.492-.959.958-.492.44-.492.985-.466.466-.467.492-.518.493-.44.466-.492.984-.466.466-.493.933-.958.984-.492.958-.958.959-.493.984-.44.466-.984.985-.466.932-2.435 2.409-.467.958-.984.985-.466.932-.984.959-.467.958-.466.492-.466.958-.492.493-.492.958-.467.466-.984 1.917-.958.984-.492.959-.959.958-.44.492-.492.933-.959 1.942-.492.467-.492.984-.466.466-.492.933-.492 1.45-.467.984-.492 1.45-.492.96-.44.491-.518.933-.44.958-1.451 2.901-.492 2.876-.493 2.408-.466 7.175-.492 4.818-.492 2.901-.466 11.527v6.242l.466 7.201.492 2.901.492 2.85.466.984.493 4.3.492 1.45.958 1.943.492 1.424.44 1.45.519.467.44 1.45.984 1.943.467.933.492.492.492.958.466 1.45.492.96.492 1.424.467 1.45.984 1.943.44.466.492.933 3.368 3.393.984.492.466.466.466.492.959.492 1.942.933.959.466 1.45.492 1.943.959.44.492 2.901 1.45 1.451.493.958.466.933.466.492.466 1.45.492.493.493.958.466 1.45.492.933.492 2.901.958 1.943.493 4.3.466 3.393.466h6.216l1.943-.466 2.409-.466 1.89-.493 1.451-.492 3.393-.466 1.891-.492 1.45-.492.493-.466 1.943-.985 1.45-.466 1.399-.466.984-.466 1.45-.493 1.917-.958 1.425-.492.958-.492 1.451-.467.984-.492 1.917-.492 1.425-.466 1.942-.933 2.41-2.434.44-.467.492-.492.958-.492 2.901-.958.933-.492.518-.44.466-.493.958-.958.959-.492.492-.467 1.943-.984.466-.466.932-.492.492-.492.493-.44.466-.493 1.942-.958.959-.959.984-.492 1.45-1.45.441-.493.492-.44 1.917-1.943.492-.958.492-.492.466-.958.493-.493.492-.932.44-.466.518-.492.492-.959.44-.492 1.451-2.901.492-.933.466-.492.493-1.45.492-.959.466-.492.492-.958.492-.933.44-.958.493-.492 1.917-3.834.984-1.942.466-.467.984-1.942.467-.933.492-.958.492-1.45.44-.985.492-1.45.467-.933.492-1.45.958-1.917.492-1.425.492-.958.467-1.45.492-.985.492-1.45.44-1.4.492-1.45.467-.984.492-1.45.492-.467.466-1.917.492-2.409.492-2.383.467-1.942.492-1.45.492-2.85v-5.284l-.492-2.901-.492-.492-.467-1.425-.492-1.45-.492-.959-.466-1.45-.492-.959-.492-.932-.467-.984-.492-1.45-.44-.467-.492-.492-.492-.933-3.86-3.86-.932-.491-.959-.959-.984-.466-1.45-1.45-.467-.959-.984-.492-.958-.958-.44-.493-.493-.466-.958-.466-1.943-1.917-.958-.492-.933-.492-1.01-.958-.932-.493-.493-.466-.958-.492-.492-.44-1.917-1.943-.932-.492-2.901-1.45-1.45-.467-1.944-.984-.932-.44-1.943-.959-1.45-.492-.959-.492-1.424-.466-5.802-.985-12.019-.466h-4.792l-3.833.466-3.86.492-1.425.493-3.859.958-1.917.958-1.917.492-1.942.44-1.943.985-.958.958-.933.493-.492.466-.958.492-.492.492-.959.466-.932.985-.959.44-3.393 3.393-.958.466-4.326 4.326-.958.492-.985.959-.466.44-.492.518-.932.466-4.844 4.818-.466.984-.985.933-.44.466-.492.492-.466.959-.493.492-.492.958-.466.466-.492.959-.492.492-.959 1.917-.44.984-.492.466-.492.984-.466.44-.493.96-.492.491-1.45 2.901-.467.493-.492.932-1.942 3.86-.467.492-.466.932-1.917 5.75-.492 1.45-.492.985-.466 1.917-.492 2.383-.492 1.45-.467 3.368-.492 2.9-.44 5.751v5.284l.44 4.818.492 1.89.467 1.451.492 2.41.492 1.424.466 1.943.492 1.45.492.958.467.493.492.932.492.466.466.985 3.367 3.367.959.466.492.466 1.917.985.492.466 1.89.984.493.466 3.86 1.943.932.44 1.943.985 1.45.466h1.943l2.383.492h3.833l3.86-.492 2.9-.466 4.326-.492 2.383-.493.959-.44 1.45-.492.959-.466 1.45-.492.933-.493 1.942-.958 1.45-.492 1.944-.958 1.398-.493 1.45-.466.985-.466 1.45-.466.959-.492.492-.493 3.834-1.916 1.45-1.45 1.891-.933 1.45-1.45.959-.493 1.943-1.943.958-.466.466-.492.467-.44 1.45-1.451.984-.492.467-.492.984-.466.958-.985.44-.466.493-.492.958-.933 3.393-3.393.44-.466.519-.492.466-.492.466-.933.984-.466 2.41-2.435.492-.958.466-.492.492-.933.44-.466.492-.492.493-.959.466-1.45.492-.984.492-.933.466-.466.492-1.45.493-.985.466-1.45.492-.933.492-1.45.466-1.917.493-2.875.492-1.943.44-4.792v-4.792l-.44-3.833-.492-3.394-.493-2.383-.466-2.9-.492-2.41-.492-1.424-.466-1.45-.493-.96-.958-.932-2.435-2.434-.44-.467-2.901-2.9-1.45-.467-.959-.518-.984-.44-.933-.493-1.917-.958-1.45-.492-1.917-.466-2.409-.492-1.942-.493-1.891-.466h-5.777l-2.408.466-1.943.493-1.891.492-1.943.466-1.45.492-1.917.492-1.425.466-1.45.493-1.45.44-.959.518-1.425.466-.958.466-1.943.493-1.942.958-2.85 1.45-2.434 2.435-.467.44-.984.96-.44.983-.959.959-.492.958-.492.466-1.917 1.917-.492.984-2.409 2.41-.466.932-.466.492-.985 1.917-.466.492-.984 1.943-.466.932-.492.958-.493.493-.466 1.45-.492.466-.44 1.45-.492.933-.493 1.45-1.45 2.902-.466.466-.492.958-.493.493-1.45 2.9-.466 1.4-.467 1.45-.518 1.943v5.284l.518 4.325.467 1.917.958 1.917.492 1.45.466.467.493.984.958.958.492.933 1.45 1.45.933.492.958.959 2.901 1.45 2.876.933 3.86 1.943h4.325l1.942-.493 1.4-.492 2.9-.958 2.435-.44 1.399-.493 2.9-.492 1.451-.466 1.917-.492 1.917-.959.984-.984.959-.466.958-.984.492-.44.492-.493.44-.466 1.943-1.943.959-.492.492-.466 1.916-.984.493-.44.44-.96.984-2.9.466-1.425.493-1.45.492-.492.466-.959.492-4.326.492-1.916.467-3.368v-12.018l-.467-5.284-.984-1.917-.466-.492-.492-.44-1.943-.985-.933-.466h-1.45l-2.409.466-1.45.492-.933.492-.492.44-1.917.96-.984.983-.959.467-.492.492-.958.492-.44.466-1.943.985-.958.44-.493.492-.958.466-.984.985-.933.466-.466.492-.984.492-.959.958-.958.493-.984.932-.959.958-.932.493-.518.466-.44.492-2.435 2.409-.467.466-.492.466-.492.985-.44.466-.959 1.943-.984 1.89-1.45 2.901-.467 1.451-.492.932-.958 2.902v2.383l1.917 1.942h.492l1.45-.492.959-.466.932-.492.984-.492.467-.44 2.434-2.41.44-.984.519-.466.44-.985.492-.44.959-.958.492-.985.492-.466 3.367-6.734.492-1.917.44-1.45.493-2.902.492-.932 2.409-2.41 1.943-.957.44-.493h3.393v-.492h1.45l1.451.492.933.493 1.916 1.916.493 1.45.492 3.834v.492l-.492 6.71-.493.958-.466 1.45-.492.492-.958 1.917-.933.932-.492.985-.492.466-.466.984-1.943 1.917-.958.492-.493.933-.958.958-.492.984-.44.467-1.943 1.942-.492.44-.466.493-.985.492-.958.958-.933.492-1.942.959-1.45.492-1.918.958-.492.44-.932.493-.518.492-.933.466-1.45.492-.959.492-1.424.467-1.943.492h-8.185l-1.917-.959-.492-.492-.932-.492-.493-.466-.466-.984-.492-.44-.492-.96-.466-1.942-.492-1.45v-9.61l.492-1.45.466-1.4.492-1.45.492-.984.466-1.45.493-.933.492-.466.44-.985 1.45-2.9.493-.933.958-1.917.492-.492.466-.958.985-.985.466-.932 1.917-1.917.466-.984 2.435-2.41.466-.932.492-.492.959-.466.492-.492 1.89-1.943.985-.466.466-.492.492-.44.933-.493.518-.492.932-.466 1.45-1.45.96-.493.491-.492.959-.466.984-.984.958-.467 1.425-1.424.958-.492.493-.467.958-.492 1.45-1.45.493-.44.44-.493 1.45-1.45.959-.492.492-.467 2.901-1.45 1.89-.492 1.944-.493 2.408-.466 1.917-.466h6.735l3.86.466 1.89.466 1.45.493 2.902 1.45.466.492.466.467.984.492.959.958.492.984.466.44.985 1.943.466 1.917.492.933.44 1.45.985 3.885.466 5.285v7.174l-.959 2.901-.492.959-.44.932-.492 1.943-.466 1.45-.493 1.425-1.45 2.901-.492 1.45-.467 1.4-.984 1.942-.466.492-.466.959-.518.492-.44.958-.493.44-2.409 4.844-.492.44-.958 1.943-.492.492-.44.467-.493.492-.466.958-.492.492-.492.933-.959 1.942-2.409 2.41-.466.492-.958.44-1.45 1.45-.96.493-.984.958-1.89.958-.959.492-.492.493-.958.44-.985.492-.958.958-.958.493-.492.466-.933.492-.958.958-.985.492-.466.493-.984.44-.466.492-1.943.958-1.425.493-1.45.466-.959.492-1.45.492-2.875.466-6.735.493-3.341.492-2.41.466h-5.283l-2.901-.466-2.383-.492-1.45-.493-.985-.466-1.45-.492-.467-.492-.984-.466-.933-.493-1.916-.958-.493-.492-.958-.44-1.943-1.943-.44-.492-1.45-1.45-.493-.96-.958-.44-2.435-2.434-.958-1.917-.492-1.917-.467-3.367-.466-1.425-.466-2.409-.492-12.018v-2.383l.492-3.393.466-2.876.933-3.833.984-2.901.958-2.85.492-1.45.467-.984.492-.466.958-1.943.492-.933.493-.492.466-.958.492-.492.492-.959.44-.492.493-.958.466-1.425.492-1.45.492-.467.958-1.942 1.891-1.891.518-.492.467-.492 1.45-1.45.466-.96.493-.44 3.393-3.393.44-.492 1.943-1.917.466-.466.492-.518.492-.44.959-.959.958-.492.466-.492 1.917-1.917.984-.466.959-.958.958-.493.984-.958.959-.492.44-.466.492-.492.959-.493.492-.466.958-.492.984-.44.44-.493 2.902-1.45.958-.958.984-.493 1.451-.492 1.399-.466 1.45-.492 1.943-.492 1.943-.44 1.89-.493 4.844-.958h13.91l1.45.492 1.943.466 1.89.492 1.943.44.959.493 1.45.492 1.425.466 1.45.492 2.902 1.451 1.398.492 2.901 1.45.492.441.959.492 1.943 1.917.932.492 3.86 1.943.492.466.932.466.518.466.492.493.44.492 2.41 2.409.492.44.492.984.958.959.492.958.44.492.959 1.943.492.466.492.984.467 1.4 1.45 2.9.492.933.492 1.45.467 4.326v9.635l-.467 6.243-.492 2.875-.492 1.943-.466 1.89-.492 1.943-.492 1.45-.467.467-.492 1.425-.492.958-.466 1.943-.492 1.45-.44 1.425-.493 1.917-.492 1.45-.466 1.425-.492 1.45-1.45 2.901-.493.933-.958 1.942-.44 1.451-.493.466-.518.985-.44.932-.492.466-.493.985-.466.466-.984 1.942-.466.933-.492.958-1.451 1.45-.44.493-.492.958-.959.985-.492.44-1.45 1.45-.493.959-1.916 1.943-.493.958-.492.466-.44.959-1.943 1.942-.466.959-1.45 1.45-.493.44-.958.985-.466.466-.518.492-.933.959-.466.492-.492.958-.492.492-.467.44-.984.985-.958.466-.492.492-.44.492-.96.467-.983.984-1.45.466-.96.492-.958.44-.932.493-.984.958-2.902 1.45-.466.493-1.917.958-1.916.984-1.45.44-.985.493-5.75 1.917-.985.492-1.89.492-2.41.466-1.942.492-1.425.493-1.45.466h-12.485l-3.886-.466-1.89-.493-1.943-.492-2.409-.466-3.833-.984-2.41-.467-3.833-.984-1.45-.466-1.917-.933-1.917-.984-.984-.958-.959-.492-.492-.467-.958-.492-.492-.492-.933-.466-.958-.984-.492-.44-.959-.96-.492-.983-1.45-1.45-.467-.96-.492-.932-.44-.492-.492-.466-.492-.984-.467-.467-.492-.984-.492-.466-.466-1.425-.492-.958-.492-1.45-.467-1.943-.492-1.425-.492-1.45-.44-1.451-.518-1.45-.44-1.4-.493-.984-.492-1.916-.466-4.326-.492-1.943-.493-2.383v-20.204l.493-1.89.958-3.86.492-3.367v-.959l.492-1.89.44-2.435.519-1.917.44-1.425 1.45-4.351.493-.933.492-.958.466-1.45.984-1.943.467-.933.492-.958.492-1.45.44-.985.959-1.917.492-.932 1.45-2.901.492-.933.467-.984.492-.466.492-.984.466-.467.466-.984.467-.466.492-.985.492-.932.466-.518.492-.933 1.45-2.9.493-.933.958-.958.493-.959.466-.492.492-.958.492-.492.44-.959.959-.932 1.45-1.45.492-.985.959-.959.932-.958.518-.492 3.834-3.834.984-.492 1.891-1.89.958-.493.985-.958.958-.492.958-.959 1.917-.958.959-.492.492-.44.958-.493 1.45-.492.493-.466.958-.492 1.45-.492.933-.467 1.943-.984 1.45-.466.959-.492 1.424-.492.959-.44 1.45-.493.959-.466 1.942-.492 2.383-.492 2.901-.467 3.342-.492 1.943-.492 5.284-.466 1.942-.492 2.85-.492h7.226l4.326.492 3.367.492 5.284.466 1.943.492 2.875.492.958.467 4.326.492h3.367l.985.492 1.89.466.959.492 1.45.44.493.493 1.942.958.933.492 1.917.959.492.492 1.942.958.467.492.984.492 2.383 2.383.466.959.984.958.959.492.492.933.44.492 3.86 3.86.492.44.958.984.492.958.959.959.466.492.466.958.492.492.959 1.891 1.942 3.886.493.466.958 1.917.44 1.45.985.959.466.958.492.466 1.45 2.901.959 2.901.492 1.4.958 2.9.493 1.917.44 1.45.492.959.492 1.942.466 3.342.493 2.875v1.45l-.493 2.902-.466 3.341-.492 1.943-.492 1.89-.44 1.943-.493 2.383-.466 1.917-.492 2.435-.492 1.89-.466 3.394-.492 1.89-.493 1.451-.466 2.41-.492 1.424-.958 2.9-.493.96-.492.932-.44 1.45-.492.984-.466 1.451-.985 1.89-1.45 2.902-.466.492-.493.958-.492.933-.466.958-.466.492-.466 1.451-.493.958-.958.492-.492.933-.492.958-.467 1.45-.492.985-.492 1.45-.466.933-.984.466-.467.985-.492.466-.44.492-1.943 1.943-.958.466-.492.492-.492.44-.959.985-.932.466-3.393 3.393-.467.44-1.45 1.451-.933.492-2.9 2.901-.985.44-.958.985-.44.466-1.01.492-.441.492-1.943 1.917-.958.492-.492.492-.959.933-.492.466-.44.492-1.45 1.45-1.944.96-.492.491-.958.493-.492.466-.466.466-.985.466-.44.492-1.943.959-1.917 1.942-1.916.959-.959.466-.492.466-3.86 1.943-.932.492-.492.466-2.9.985-.467.466-.984.466-2.383.466-1.451.492-.466.493-.985.466-1.89.492-.493.492-1.916.959-1.943.492-.958.466-.933.466-2.9.959-1.944.492h-1.45l-1.89.466-4.819.492-.466.492h-3.393l-3.342-.492h-7.226l-6.735-.492-2.409-.466-1.917-.492-2.9-.959-.959-.466-1.425-.466-1.45-.492-.466-.493-2.901-1.45-1.425-.466-1.943-.493v-.958H92.73l-.492-.466-1.45-.466-.959-.493-1.424-.492-4.352-1.45-.932-.466-1.943-.985-1.45-.466-.467-.466-.984-.466-.44-.493-.518-.492-.44-.466-.985-.492-1.917-1.943-.492-.932-.492-.959-.466-.492-.985-1.917-.44-.492-.958-.492-.492-.466-.493-.933-.466-.492-.492-1.45-.958-.959-.493-1.942-.492-1.425-.466-.466v-1.943h-.932l-.493-1.942-.492-2.383-.466-1.451-.492-.958-.492-.493-.466-1.89-.493-3.394-.492-3.341-.466-1.943-.492-3.341-.492-9.61v-2.9l-.44-4.3-.493-3.368-.466-2.409-.492-8.625v-1.943l.492-3.833.466-1.943.492-2.383.44-1.45.493-1.917.492-1.45.466-1.918.492-1.916.493-.493.466-1.45.492-2.383.958-1.943.492-1.399.493-1.45.466-.984.466-.467.466-.984.492-.466.959-1.917.492-1.45.958-.959.985-1.89.466-.493.492-.958.44-.984.985-.959.466-1.45.984-1.943.466-.44.493-.959.492-.492.466-.958.492-.492.492-.959.959-.932.44-.985.492-.466.959-1.942.492-.493.492-.958.466-.933 1.943-1.942.492-.959.44-.492.492-.958 1.45-1.425.467-.466.492-.984 1.943-1.917.932-.984.467-.933 3.393-3.367.958-.933.492-.492.959-.492.984-.958.44-.492 2.41-2.41.984-.932.958-.492.44-.466.518-.492.467-.492.958-.959.958-.492 1.45-1.45.985-.44.959-.96.932-.491.492-.492.959-.467.492-.492.958-.492.492-.466.959-.492.492-.493.932-.466.959-.466.492-.466 1.917-.985.984-.958.958-.492.959-.958.932-.493.984-.466 1.45-.492.467-.44.984-.492.44-.493 1.451-.466.959-.492.492-.492 3.86-1.917.932-.466 1.45-.518 1.45-.44 1.943-.959 1.425-.492 1.45-.492 1.917-.466 1.45-.493 1.918-.492 1.916-.466 1.451-.492 1.943-.492 2.383-.44 4.325-.493h7.201l2.901.492 2.383.44 5.776.493 2.41.492 3.885.958 1.89.493 2.41.466 1.942.492 1.425.492 2.9.958 2.384.44 1.917.519 2.434.466 2.85.466 1.942.493 1.45.492 1.425.466 5.803 1.943 1.398.492.985.44.958.492 1.943.466.466.493.932.492.492.466.959.492 1.45.492.493.466.958.493.492.492.958.466.493.466.44.466.492.493.958.492 1.943 1.917.958.492.985.958.932.492.467.44 4.843 4.844.492.933.44.492.96 1.917 1.45 1.45.492 1.425.492.492.466.958.492 1.45.492.493.44 1.399.96.984 1.45 2.901.492.466.492 1.425.466.958.492.492.959 2.901.466 1.425.518.959.44 1.45.959.958.492.985.492 1.398.958 1.943.493 2.409.466.932.492 3.886v4.792l-.492 2.875v5.75l-.466 6.269-.493 2.408-.492.959-.466 2.383-.492 1.942-.492.959-.466 1.917-.493.958-.44.958-.518 1.917-.466.959-1.45 4.351-.467 1.425-.492.958-.492 1.45-.467.96-.492 1.424-.492 1.45-.466 1.943-.933 1.89-1.942 3.86-.492.933-.467 1.45-1.45 2.901-.492.492-.44.933-.493.492-.492.958-.466.493-.492 1.45-.492.958-.467.933-.492.958-.492.492-.466.959-.492.492-.959 1.943-.492.932-.44.466-1.45 2.901-.493 1.45-.492.933-.466.985-.492.466-.959 1.943-.492.492-.492.958-.44.933-.493.492-.466.958-.492.492-.492.959-.466.492-.492 1.399-.493.492-.466.958-1.45 1.45-.493.985-.492.466-.44.492-.492.933-.466.492-.493.958v.959l-.958.492-.984 1.942-.466.933-1.451 1.45-.466.959-2.41 2.409-.491.466-.467.466-.984.492-.958.959-.492.984-.959.958-.44.493-.984.932-.959.958-.958.493-.984.958-.959.492-.44.466-.984.492-.467.493-.984.932-3.367 3.367-.933.493-.984.958-.466.466-.985.466-.958.985-2.9 1.45-.441.466-1.943.985-.492.466-.958.492-.493.44-.958.493-.44.492-1.45.466-.985.984-.959.467-.492.492-.958.492-.492.466-.959.492-.932.44-.492.493-.959.492-.492.466-.958.492-.492.492-.959.467-.492.492-.932.492-1.917.958-.492.492-.959.44-.492.493-1.942.958-.933.492-.466.467-1.943.984-1.45.466-.959.492-.932.492-1.45.44-.493.493-2.9.958-.933.492-1.45.467-.96.492-2.9.958-1.917.492-.958.493-1.451.466-.958.466-2.383.466-1.45.492-.985.493-2.41.466-1.89.492-1.943.492-4.351.466-4.326.492h-1.89l-4.352-.492-4.792-.466-1.45-.492-2.876-.492-1.45-.466-.959-.493-2.875-.492-1.943-.466-.958-.466-1.45-.466-1.425-.493-1.917-.492-1.45-.466-1.943-.984-1.425-.467-1.917-.984-2.9-.958-.933-.44-.492-.493-1.943-.958-1.45-.492-.959-.492-.492-.467-.44-.492-1.943-.958-.466-.492-1.943-.933-.958-.492-.492-.466-.933-.492-.492-.492-1.917-.959-1.45-1.45-1.45-.492-.467-.44-2.901-1.451-.466-.492-.985-.467-.466-.492-.984-.492-.44-.466-.493-.492-.466-.933-.984-.958-.959-.492-.492-.493-.958-.466-1.943-1.942-.44-.959-.492-.466-1.45-1.45-.467-.959-.984-.958-.467-1.45-.984-.933-.466-.985-.492-.466-.44-.492-1.451-1.45-.492-.959-.492-1.917-.467-.466-.492-.984-.492-.466-.466-1.451-.492-1.425-.492-1.45-.467-.959-.492-1.45-.44-3.367-.492-.467-.959-1.942-.984-3.834-.466-1.45-.492-3.342-.493-1.45-.466-5.776-.492-2.876-.492-2.409-.44-1.89-.493-3.886-.466-1.89-.492-4.792v-14.454l.492-3.833.466-4.792.493-1.943.44-2.383.492-1.917 1.45-4.326.959-2.9.492-1.425.492-.959.467-1.45.984-1.943.44-1.398.959-1.943.984-2.901.466-1.425.492-.958.492-1.45.959-1.943.492-.933.466-1.45.492-.959.492-1.45.44-2.383 1.943-3.86.467-1.917.492-.958.492-.492.958-1.917.492-.932.467-.985.492-1.45.44-.958.492-.959.492-1.425.959-2.9.958-1.943.492-.44.959-1.943.492-.466.958-1.943.492-.492.44-.933 1.451-1.45.985-1.917.466-.492.984-.933.466-.492.492-.958.959-.959.466-.492.466-.958.492-.492.493-.933.466-.958.492-.492.492-.959.466-.492.493-.958.958-.984.492-.44.44-.493.493-.466.492-.984 1.916-1.917.493-.985.492-.466.466-.466.984-.958.44-.959.519-.492 1.424-1.45 1.45-1.451.467-.44 2.435-2.435.44-.466 1.45-1.45.493-.985.466-.44.492-.493.492-.958 1.45-1.45.933-.493.959-.958.958-.492.492-.44.492-.493.959-.466.492-.492 2.901-1.45.44-.493 1.45-1.45.493-.44 1.45-1.451.959-.492.44-.467 3.886-1.942 2.409-.492.492-.44 3.833-1.943.466-.467 1.917-.984 1.45-.466 2.902-1.45.466-.467 1.943-.958.932-.492 1.943-.959 1.45-.492.959-.466.932-.492.959-.492 4.351-1.4 1.917-.491 4.792-.959 7.693-.492 9.17-.492 15.851-.466h4.792zm121.637 127.828.493.958.466 1.425 1.943 3.86.492.932.958 1.942.492.492.466.959.985.492.44.466.492.492.466.44.493.493.492.958.958.492 1.943 1.943.466.958.492.44.44.493.493.958 1.45 1.45.959.493 1.942 1.943 1.891.932.984.466.959.985 2.9 1.45.493.466.932.492.467.493.492.44 2.9 1.45.493.493.933.466 4.817 2.435 1.45.44 1.918.958.958.492 2.901.959.44.492.985.492.466.466 1.943.985.492.466.958.466.492.466 2.85.985 1.942.466 1.45.492 1.425.492 1.45.466 3.368.493 8.652.958h24.503l16.37-.466 1.917-.492 1.45-.493 3.86-.958 1.425-.492.958-.466 1.943-.492 1.45-.493 1.399-.466 1.943-.466 2.9-.958.933-.493 2.41-.466.983-.492 2.901-.958.933-.493 1.45-.492 1.917-.958 1.45-.44 1.425-.493 3.86-1.942 1.424-.466.493-.493.958-.492.492-.466.958-.492.959-.44.984-.493.466-.492.933-.466 1.943-.984.492-.466 1.916-.985.493-.466.958-.492.932-.44.493-.493.958-.492.492-.466 2.901-1.45.933-.493.492-.492 1.917-.958 1.45-.492.492-.44.492-.493.933-.466.958-.492.492-.492 4.818-2.41 1.425-.491.492-.44.958-.493.492-.466.959-.492.492-.492.958-.467.44-.492 1.451-1.45.985-.933.958-.492.492-.466 1.917-.984.932-.467.492-.492 1.943-.958.466-.492.985-.493.466-.44 1.917-.958.466-.492.984-.493.466-.466 3.886-1.942.932-.493.466-.466.985-.466 1.45-1.45 1.917-.959.466-.492.959-.466.492-.493.958-.492.492-.466.959-.466.492-.466.958-.493.933-.492.492-.466.958-.492.492-.492.959-.466.492-.493.958-.492.492-.466.959-.466.492-.466.44-.493.959-.958.984-.492 1.917-1.943.984-.466.44-.492.959-.44.492-.493.958-.492.492-.466 1.943-.984.466-.467.985-.492 1.398-.492.985-.958.958-.44.958-.493 1.451-.958.466-.492.959-.492.492-.467.958-.492.958-.958.985-.492.958-.959.959-.466.492-.466.932-.492.492-.492 1.917-.959 1.45-1.45.933-.44.984-.985.959-.466.958-.984.984-.467 1.451-1.45.932-.492 1.451-1.425 1.917-1.917.984-.492 3.341-3.341.959-.492 1.942-1.943.959-.466.492-.492.932-.493.959-.958.492-.44 1.943-.985 1.45-.466.959-.492.932-.492.958-.959.985-.492.466-.466 1.943-.984.492-.44.466-.493.466-.466.959-.492.958-.958.984-.493 1.917-1.942.492-.44 3.834-1.943.492-.467.958-.492 1.45-.492 1.425-.466 1.917-.492 1.943-.933.932-.492 1.943-1.917 3.86-1.942.932-.492.958-.44.985-.493.466-.466.984-.492 1.45-.959.96-.492.932-.492.492-.466.958-.492.492-.492.959-.44 1.942-.96.933-.491 5.802-2.901h-.492l-.959.492-1.45.466-2.901 1.45-1.425.493-2.9 1.45-1.451.44-1.891.985-.985.466-1.45.492-1.917.492-.932.467-1.45.492-.985.958-1.45.492-.96.44-.491.493-.959.492-.932.466-.958.492-.493.492-.958.467-.492.492-.959.492-.492.466-.932.492-.492.492-.959.44-.492.493-.958.466-.959.984-1.942.959-.44.492-1.943.958-.959.44-2.9 1.451-1.425.492-4.844 2.41-.933.491-.958.44-.492.493-3.86 1.943-.932.466-.958.492-.493.492-2.9 1.45-.493.441-.932.492-.466.466-1.451.493-.984.958-1.917.984-.492.466-.959.493-.932.492-.984.932-.959.466-.492.493-.958.492-1.45 1.45-.933.466-.492.493-.959.44-.958.518-.492.466-.959.466-.984.985-.932.466-.467.492-.984.492-.466.467-.985.492-.958.958-.958.492-.492.492-.959.44-.466.493-1.917.958-.984.959-.958.492-1.451.492-.932.466-.493.466-1.916.959-.493.492-1.942.958-.466.492-.933.467-1.943.984-.492.466-1.917.984-.492.44-.932.493-.492.466-.959.492-1.45 1.45-.959.493-1.45 1.45-.933.44-3.885 1.944-.466.466-.984.492-.933.492-.466.466-.984.492-.467.493-.984.466-.466.466-2.875 1.45-.493.467-1.916.984-.492.466-.959.492-.492.493-2.875 1.398-1.917.985-.492.466-1.943.984-.932.466-.959.493-.492.492-.958.466-.492.466-1.917.959-.984.958-.933.492-.466.492-.984.466-.467.493-1.942.958-.492.492-.933.44-.958.493-.492.492-4.818 2.409-.466.492-1.917.958-.984.44-.959.493-.492.492-.958.466-.44.492-2.902 1.45-.492.493-.958.466-.492.492-.959.44-.932.493-1.943.958-.492.492-2.901 1.45-.933.493-1.916.958-1.943.933-.958.492-.933.466-4.844 2.435-.492.466-1.399.492-.492.493-1.45.44-.492.492-1.45.466-.96.492-.932.493-.492.466-.958.492-1.45.492-2.902 1.45-.932.44-1.45.493-.96.466-1.45.492-.984.493-1.399.466-1.45.492-2.435.492-2.383.466-3.86.492-4.791.493-4.326.44-2.901.492-3.834.466-4.351.492h-3.834l-23.079-.492-2.9-.466-1.451-.492-1.4-.44-1.942-.985-2.409-.466-1.424-.492-.959-.492-.984-.959-1.45-.492-2.85-.466-1.45-.492-1.45-.44-1.451-.493-1.425-.492-4.352-1.45-1.424-.466-1.917-.493-2.901-.958-.984-.492-1.399-.44-3.885-1.943-.467-.492-1.916-.959-.467-.492-.984-.466-.466-.492-1.943-.933-.492-.492-.958-.466-.933-.492-2.9-1.45-.493-.493-.958-.466-.933-.492-.492-.492-.958-.44-1.943-.96-2.409-2.434-.44-.466-.985-.984-.466-.44-.492-.96-.492-.491-.958-1.943-.493-.466-.466-.985-.492-.44-.492-.958-.466-.492-.493-.959-.44-.492zm-1.424-2.901.57-.078-.57-.415zm-1.45-2.383h.491v.958h.493l-.493-.958-.077-.544zM226.8 468.83l-.078.207c-.648.596-.855.751.078-.207'/%3E%3Cpath d='m299.974 451.218-.077-.57-.415.57zm.959 2.408.57-.103-.57-.389zm333.207-82.654.259.57-.052 1.891zm233.224 105.215-.467 2.901-.492 4.792-.492 2.875-.466 2.901-.466 2.41-.518 2.875-.44 1.45-.493.958-.466.493-.492 1.89-.493 2.41-.958 1.916-.492.466-.958 3.886-.493 1.89-.466.959-.466.984-.466.959-.492.932-.959 1.943-.492.466-.958 1.943-.492.492-.493.932-.466.467-.492.984-.44.958-.492.959-.493 1.45-.958 1.917-.492 1.45-.466.467-.493 1.45-.492 1.425-.466 1.45-.492.959-.492 1.45-.466.492-.467.933-.518.492-.44.958-2.901 2.901-.492.44-1.45 1.451-.933.492-3.368 3.394-.492.44-1.45 1.45-.959.493-.466.466-.958.492-1.943 1.943-.466.44-.984.958-.467.985-.492.466-.44.492-.492.492-.959.466-1.45.493-.985.492-.466.466-1.424.466-.493.466-.958.493-.492.492-.958.466-.493.492-1.916.959-1.45.492-.467.492-.958.466-1.451.492-1.943.44-1.89.493-1.451.492-2.409.466-1.425.492-.958.492-1.943.467-1.45.492-1.943.492-.932.466-.959.492-5.284.44-1.45.493-1.943.492-2.85.466-4.843.492-2.875.492h-1.917l-3.833-.492-3.394-.492-2.383-.466-3.86-.984-1.916-.44-.958-.493-2.41-.466-.983-.492-1.4-.492-2.9-.959-.984-.492-1.451-.466-.932-.492-.959-.492-.958-.44-2.901-.96-.933-.491-7.719-3.86-1.916-.932-.493-.492-1.942-.959-.933-.492-.958-.492-.492-.466-.959-.492-.492-.493-1.917-.958-.932-.44-.984-.492-.467-.493-2.9-1.45-.985-.958-.44-.493-.492-.466-.959-.492-.492-.44-.466-.492-2.901-1.451-.492-.492-.959-.466-.466-.493-.958-.492-2.901-.958-.959-.492-.492-.44-.932-.493-1.943-.958-.958-.958-.959-.493-6.734-6.734-.493-.44-.958-.493-.466-.492-.466-.466-.985-.492-.466-.492-.492-.959-.958-.958-.493-.984-.492-.44-.958-.96-.44-.491-.493-.492-.492-.959-.466-.492-.492-.958-.492-.492-.467-.933-.492-.958-.958-.959-.984-1.942-.467-.492-.492-.959-.44-.932-.492-.493-1.45-2.9-.493-.933-1.917-3.86-.492-1.942-.492-.44-.466-1.451-.466-.492-.467-.959-.492-1.45-.492-.933-.466-.958-.492-.492-1.45-2.901-.493-.933-.466-.958-.492-1.45-.44-1.943-.493-1.891-.492-1.943-.466-2.409-.492-2.383-.493-2.9-.466-1.425-.492-2.41-.492-2.874-.466-1.943-.492-2.85-1.425-5.775-.958-2.902-.493-1.942-.466-1.891-.492-1.45-.492-3.342v-18.753l.492-3.834.492-5.284.466-1.45.493-1.943.492-.958.466-.933.466-1.943.466-1.45.493-1.425.492-.958.466-2.409.492-1.45.492-1.425 1.917-3.86.492-.492.492-.932.44-.959.493-.984.958-.958.492-.959.467-.492.492-.44 2.409-2.435.932-.466 1.943-1.943.492-.44.958-.984.959-.467.984-.984.932-.466 3.86-1.943.492-.44.958-.492 1.425-.493.958-.466 1.45-.492 1.944-.958.932-.492.958-.959.959-.492.492-.44 1.943-.985 1.45-.466.933-.492 2.9-.958 1.917-.492 2.383-.493 2.902-.466 6.734-.984 3.367-.44 2.41-.493 3.833-.466 2.9-.492 1.892-.492 4.843-.959 8.16-.492h3.86l3.34.492 1.451.493 2.435.466 1.89.492.96.492 1.45.466 1.942.493 1.425.44 4.352 1.45 1.89.493 1.943.492 1.45.466.959.492.492.492 1.399.466 1.943.985.492.44.958.492.958.959.933.492 2.901 1.45.492.466.958.493.493.492.958.44.932.492 3.886 1.917.466.492 1.917.959 1.917.984.984.44 2.409 2.41.44.491 1.45 1.45.985.493.958.44 1.45.492.96.959.932.492 1.942 1.917.959.492.492.932.492.492.958.467.493.984.44.466.958.984.492.959.493.492.466.44.492.493.492.958.959.958.958 1.943.466.492.466.466.985.933.466.984 2.435 2.409.958 1.943.492.932.959 1.917.44.492.492.958.492.933.466.984.985 2.901.466 1.891.492.959.959.984.492.958.492 1.45.44.96.492.932.467 1.45.492.984.492 1.45.466.933.492 1.45.492.96.467 1.45.492.958.492 1.425.466.492.933 1.917.492 1.45.492 1.425.466.958.492 1.45.959 1.943.492 1.425 1.45 4.352.492 1.398.467.985.466 1.916.466 2.876.492 3.393.492 1.89.467.959.492 1.943.492 3.341.466 1.943.492 9.117.493 3.342v7.226l-.493 5.777-.492 2.9-.466 1.892-.492 1.45-.492 1.943-.467 1.89-.492 1.451-.492.959-.466 1.45-.466.933-.467.492-1.942 3.86-.492.932-.959.984-.492.958-.466.492-.492.959-.492.492-.933.466-.958.984-.492.44-3.368 3.394-.932.466-.984.985-.959.44-.492.492-.958.466-1.45 1.45-1.426.985-1.916.958-.492.44-.959.493-.492.492-1.943.958-.932.493-.466.466-1.943.984-.492.466-1.917.985-.932.44-3.886 1.943-1.89.466-1.451.492-2.409.492-1.943.466-2.383.493-2.9.492h-8.16l-4.818-.492-3.833-.493-4.326-.466-3.86-.492-2.875-.492-3.393-.466-.958-.492-.933-.493-.492-.466-.958-.492-1.45-.44-2.902-.985-.932-.466-2.901-.984-.492-.466-1.917-.985-1.425-.466-1.45-.492-.493-.492-.958-.44-.958-.493-1.425-.466-1.943-.984-.466-.466-1.45-.493-.985-.958-.958-.492-.492-.44-.933-.493-3.86-1.942-.491-.467-.933-.492-.466-.492-1.943-.958-.492-.44-.958-.493-1.45-1.45-.933-.492-2.901-2.901-.492-.44-.959-.493-.932-.466-2.41-2.435-.983-.466-3.834-3.834-.466-.492-.492-.958-.959-.492-.492-.959-.492-.492-.466-.44-2.435-2.435-.44-.466-.959-.985-.492-.932-.958-.958-.985-1.943-.958-.958-.492-.959-.933-.984-.466-.44-.492-.959-.492-.492-.466-.958-.493-.493-.492-.958-.466-.932-.492-.493-.958-2.9-.985-1.943-.466-.44-.932-2.902-.493-1.942-.492-.467-.466-1.424-.984-2.901-.466-.959-.493-1.424-.492-1.943-.466-1.45-.492-1.4-.44-1.942-.493-1.45-.492-.959-.466-1.424-.492-1.943-.492-2.409-.467-1.89-.492-1.943-.492-2.383-.466-1.451-.492-1.943-.492-2.383-.467-3.367-.492-3.367-.44-2.41v-14.893l.44-3.341.492-.959.467-.492.492-1.45.492-.493.466-1.45.492-1.399.959-2.9.492-1.918.492-1.45.466-.959.492-1.45.493-1.89.44-.493 1.943-3.86.466-.492.492-.932.492-.492.466-.959 1.45-1.45.467-.492.958-.959.493-.44 1.45-1.45.958-.493 1.451-1.45.958-.492 1.917-.959.466-.44 1.943-.984 1.45-.467.933-.492 1.943-.958 1.45-.492.959-.492 1.424-.467 1.917-.492 1.943-.44 1.45-.492 2.383-.492.959-.467 3.885-.492 1.89-.492 6.243-.466 2.435-.492h4.792l2.901.492 4.792.466 1.45.492 1.917.492 1.45.467 1.918.984 1.424.44 1.943.959.466.492 2.901.958.933.492 1.942.959.492.492 1.451.492.958.44.493.492.932.467 1.917.984.492.466 1.45.492 1.943.959.933.492.958.492.492.44.959.492.958.959.984.492.466.466.933.492.492.492 1.943.959.466.492.492.44.492.493.959.466 1.424.492 1.917 1.943.984.466.959.984.958.466.984.933.44.492.96.492 1.942 1.917.958.492.492.492.492.933.467.518.492.44.44.492 2.435 2.41.466.957.492.933.492.492.959.492.958.959.492.958.44.492.493 1.45.492.493.466.44.985 1.943.466.466.492.984.492.467.466.984.492.466.493.933.44.984.958.958.492.959.493 1.424.466.959.492.492.492 1.45.466 1.943.493.932.492.467.466 2.9.466.985.466.466.493.933.492 1.45.466.985.492.466.492 2.875.466.958.493.492.492.959.466 1.943.492 2.875.492 2.409.466.932.493 1.45.44 1.943.492.959.492 1.89.466.985.493 3.341.492 3.393.466 6.243v2.875l-.466 4.3-.492 5.336-.493 1.89-.466 1.451-.492 2.383-.492 1.45-.44 1.451-.493 1.943-.466.932-.492 1.45-1.45 2.902-.493.44-1.45 2.901-1.917 1.943-.466.932-.466.467-.985.492-.466.958-.984.984-.959.467-1.45 1.45-.933.492-.492.933-3.86 3.86-.932.491-.492.492-.958.44-1.943.96-1.917.491-1.424.492-4.352 1.451-2.383.466H786.6l-.984.492h-5.284l-1.45-.492-5.285-.466-2.849-.492-.492-.492-4.844-.959-.932-.492-.959-.466-1.45-.492-.959-.44-1.942-.985-.933-.466-.492-.492-1.917-.959-.984-.984-.958-.466-.492-.492-.959-.492-.44-.44-1.943-.96-.492-.491-.958-.492-.959-.959-.984-.492-.466-.466-.466-.492-.959-.492-.492-.467-.466-.466-.985-.466-2.408-2.435-.933-.466-.492-.492-.466-.959-.492-.492-.493-.44-.466-.492-.984-.493-2.901-2.9-.44-.467-.493-.466-.958-.958-.492-.959-3.367-3.393-.467-.492-.466-.44-.492-.493-.492-.958-1.917-1.943-.492-.958-.492-.44-.959-1.943-.44-.958-.492-.493-.492-1.45-.467-.933-.492-.492-.958-1.917-.492-.492-.959-1.942-.492-.933-.492-1.45-.44-.959-1.45-2.9-.493-.933-.958-1.943-.492-1.45-.959-.959-.492-.932-.466-.959-.492-1.45-.492-.984-.467-1.4-.932-2.9-.492-2.383-.492-2.901-.467-3.368-.492-1.916-.492-3.368-.466-3.367-.492-2.383v-11.552l.492-2.41.466-.958.492-1.916 1.943-3.86.466-.932.466-.959.467-.984.492-.466.492-.985 1.45-1.45.467-.44.492-.959 1.45-1.45.959-.492.492-.493.44-.466.492-.492.959-.44.492-.518.958-.467.492-.466 1.943-.984.932-.466 1.451-.493.958-.492.493-.466 1.916-.984.467-.466 1.916-.467 1.943-.466 1.45-.492 4.792-.492h2.435l1.891.492.958.958 1.451.467 2.383.466.492.492 1.45.492.96.466 1.45.492.492.493.932.466.959.492.492.492.958.466.984.467.959.518.492.44.958.492.933.466.958.493.492.492 1.943.958.466.492.985.466.932.493.466.44.492.492 2.901 1.45 1.451.493.932.466.959.984.984.466.959.985.492.44 2.409 2.409.932.492 1.45 1.45.493.96.466.465.984.959.466.958.493.492.958 1.943.466.44.466.959 1.451 1.45.492.984 1.45 1.451.493.932 1.45 1.451.44.466 1.943 1.943.467.958.492.492.492.44 1.45 1.451.467.985.492.466.44.492.492.958.492.492.467.44 1.45 1.451.492.985.959.958.492.958.958.985.492 1.398.44 1.45.493.985.492 1.45.466 1.4.492 1.45.493 1.943.466 1.424.492 3.368v11.06l-.492 4.325-.466 1.451-.493 2.85-.492 2.434-.466 1.89-.492.96-.492 1.45-.44 1.45-.493.933-.466 1.45-.492.493-.492.958-.467.492-.492.958-1.45 1.451-.492.466-.959.466-.492.493-.932.492-.959.466-.492.492-.958.492-1.45.466-.96.493-3.833.492-2.9.44-.933.492-1.943.467-1.45.492h-12.511l-.959-.492-1.89-.467-.493-.492-.958-.44-1.943-.492-.958-.493-.984-.958-.44-.492-1.943-.958-.959-.959-.492-.466-1.917-1.917-.932-.492-.492-.492-1.943-.958-1.917-1.943-.492-.44-.958-.493-.466-.466-.959-.984-.958-.466-1.45-1.45-.985-.493-.466-.44-.492-.493-.44-.492-.985-.958-.466-.958-.985-.985-.466-.958-.492-.933-.492-.492-1.45-2.9-.467-.467-.492-.984-.492-.933-.44-.466-2.41-4.844-.492-1.424-1.942-3.86-.466-.44-.467-1.45-.958-2.902-.492-4.818-.466-7.174v-1.943l.466-4.3.492-2.901.492-1.425.933-2.9.466-.493.984-1.917.958-1.916 2.901-2.901.44-.467.493-.492.492-.44.466-.492.493-.959.492-.492.958-.492 1.943-1.917.958-.466.933-.466 1.45-.492 2.409-.492h1.45l7.201.492 1.917.492.984.466 2.41.466 1.424.467 1.45.492 2.902 1.45.466.492.466.467.958.984.493.44.466.492.984.467 2.901 2.9.933.493.466.958.492.466 3.86 3.86.492.958.44.492.492.44.958.985.493.958.958.959.492.984.492.466.959 1.917.492.466.466.985.466.958.959 1.943.492 1.398.466.985.492 2.409.492 1.424.467 2.41.492 1.942.492 4.792.466 5.284v2.383l-.466 1.942-.492 1.451-.492.932-.467.959-.492.492-.492.958-1.917 1.943-.466.466-.466.492-.985.44-.958.493-1.45.492h-5.284l-1.451-.492-.958-.492-.933-.44-1.45-.493-.985-.466-.466-.492-1.943-.959-.958-.984-2.383-2.383-.492-.958-.959-.959-.492-.984-.492-.466-.466-.984-.984-.959-.44-.932-.493-.492-.466-.959-.492-1.45-.492-.492-.467-.959-.492-.932-.492-.492-.466-.959-.492-.492-.492-.958-.467-.492-.492-.959-.44-.932-.492-.959-.492-1.45-.467-.985-.492-1.89-.492-1.45-.466-2.41v-3.367l.466-1.45.492-.467.492-.984.467-.44.492-.493.932-.466.492-.492 1.45-.492h3.86l1.891.492.984.492 2.902.958.466.44.932.493.985 1.943 1.916 1.916.492.985.493.932v1.45l-.493 3.834-.958.959h-1.45c.828-.726 1.916-1.037 1.916-2.383 0-2.668-4.248-4.792-6.734-4.792h-.467c-4.558 0-5.776 2.642-5.776 7.175 0 6.294 11.734 18.26 18.261 18.26h1.45c16.449 0 .985-43.722-18.26-43.722h-9.144c-6.216 0-11.578 9.817-13.676 14.686-1.917 4.274.259 21.55 1.373 25.928 2.72 10.75 19.867 24.245 32.973 24.245h8.678c4.325 0 12.329-4.481 14.401-7.667 1.995-3.03 6.243-11.112 6.243-15.878v-5.284c0-3.937-4.197-12.511-5.725-15.36-1.217-2.254-1.735-5.362-2.771-7.849-.777-1.865-3.342-4.429-4.663-6.398-9.454-13.78-6.786-12.873-22.094-21.162-6.14-3.315-7.745-4.351-15.982-5.62-5.958-.933-15.127-.285-18.857 2.175-8.366 5.517-15.956 13.625-15.956 27.301 0 3.834 1.865 12.537 2.824 15.438.829 2.538 1.58 4.196 2.616 6.527 1.036 2.383.932 4.844 2.072 7.512 3.497 8.03 9.428 16.526 15.205 22.302 5.802 5.802 12.64 12.977 19.478 17.51 4.947 3.315 19.505 10.49 27.042 10.49h2.875c8.859 0 19.997-7.59 24.063-12.977 2.98-3.937 11.06-19.919 11.06-26.42v-1.45c0-5.803-2.046-13.366-4.35-16.811v-5.776c-1.115-1.658-5.57-10.983-6.425-13.236-1.916-4.792-4.455-9.895-6.009-14.22-2.771-7.746-10.879-18.158-16.267-23.598-10.568-10.594-36.988-21.499-58.798-21.499-13.987 0-22.509 6.01-28.648 14.117-1.606 2.072-6.786 10.957-7.926 13.262-2.823 5.776-3.833 9.247-3.833 17.795v6.734c0 4.248 1.942 16.682 3.626 19.401 3.575 5.776 3.16 9.662 7.434 15.645 2.59 3.6 6.45 10.154 8.885 14.22 3.626 6.165 6.32 8.263 10.18 13.366 8.78 11.656 37.79 36.833 56.44 36.833 25.1 0 47.686-10.827 53.462-29.71.83-2.694 2.176-3.652 2.927-7.175.544-2.59.907-6.06 1.58-8.988.985-4.222 1.192-14.894 1.192-19.97-.078-8.237.363-10.776-.984-18.754-1.192-7.097-4.067-11.863-4.818-16.318-1.425-8.366-9.092-22.276-13.832-27.508-3.367-3.756-6.061-7.512-9.584-11.035-3.626-3.678-7.926-6.164-11.785-9.402-8.937-7.46-45.873-20.748-62.891-20.748h-7.175c-20.929 0-30.72 9.869-41.288 20.256-9.325 9.195-17.873 25.591-17.873 44.111v3.342c0 7.46 2.331 12.122 3.238 17.406 1.321 7.641 2.28 10.775 3.704 17.484 2.02 9.662 8.211 21.473 12.459 29.347 3.73 6.942 12.614 18.728 18.857 22.95 4.844 3.263 6.216 5.387 12.226 8.444 4.015 2.072 10.335 4.818 14.013 7.123 4.015 2.487 9.117 4.533 13.547 7.149 2.409 1.45 12.977 4.248 16.24 4.895 4.56.933 12.252 3.834 17.251 3.42 6.372-.544 13.858-.544 19.79-1.373 10.646-1.45 23.467-6.424 30.228-11.604 7.77-5.906 15.645-12.304 20.903-20.93 10.36-17.017 17.302-40.485 12.977-68.148-.959-6.01-.907-13.392-1.995-18.676-1.398-6.76-2.9-10.438-5.025-16.137-2.538-6.89-10.153-21.81-14.142-27.664-6.58-9.48-12.019-14.013-22.328-19.504-8.315-4.43-19.168-10.076-28.104-13.702-4.585-1.917-9.869-4.714-14.531-6.113-2.383-.777-15.516-3.6-17.484-3.704-12.356-.622-26.032-2.41-39.89-2.41h-1.942c-3.834 0-7.693.208-11.294.752-3.73.544-6.734 1.89-9.869 2.098-9.091.674-12.64 2.072-20.333 4.196-13.754 3.73-25.073 6.217-36.418 12.174l-.933.493h-.958l-.959.44-1.45.492-1.943.958-.932.493-1.45.492-2.902 1.45-1.45.466-.933.493-.958.492-.985.44-1.45.492-1.917.466-.932.493-1.45.492-.985.958-1.45.492-.96.466-.491.493-.933.492-.958.44-.958.492-.493.467-.958.492-.492.492-.959.466-.466.492-.958.492-.492.467-.959.492-.492.492-.958.44-.959.959-.984.492-.932.492-.467.466-4.843 2.435-.933.44-1.45.492-3.86 1.917-.932.492-1.943.959-.492.492-.958.492-.959.44-1.917.959-1.916.984-.493.466-2.9 1.45-.44.493-.985.492-.466.44-1.451.493-.984.958-1.917.958-.466.492-1.917.959-.984.984-.959.466-.492.467-.958.466-.492.492-.44.492-.493.466-.958.492-.492.493-1.917.958-.492.492-.959.466-.492.467-.44.518-.984.44-.467.492-.984.466-.466.493-.985.492-.958.958-.958.492-.492.466-.933.493-.492.44-1.917.984-.984.959-.958.492-1.425.466-.958.492-.493.492-1.916.959-.493.492-.958.44-.932.492-.493.467-2.9 1.45-.493.492-1.917.959-.466.492-.958.492-.492.466-.959.466-1.45 1.45-.959.467-.984.984-.44.467-1.943.984-.958.44-1.943.959-.466.492-1.917.958-.466.492-.984.492-.467.467-.984.492-.466.492-.985.466-.932.466-.958.467-.493.492-1.916.958-.492.492-.959.492-.492.467-.932.492-2.901 1.45-.959.44-.492.493-.958.492-.933.466-1.943.985-.492.466-.958.492-.492.492-1.917.958-.932.933-.985.492-.466.466-.984.492-.467.493-1.942.958-.492.492-.933.466-.958.493-.492.492-.959.44-2.9 1.45-.933.493-.492.466-3.86 1.943-.492.492-.932.44-.467.492-2.9 1.45-.493.467-.958.492-.492.492-.933.466-1.943.985-.958.44-.492.492-1.917.959-.932.492-5.802 2.9-.933.441-4.844 2.41-.44.491-1.45.492-.493.467-1.45.492-.492.492-1.45.44-.933.492-.959.467-.492.492-.958.492-1.45.466-1.943.984-.933.467-.958.492-1.45.492-.96.466-1.45.466-.984.467-1.399.492-1.45.492-2.435.466-2.383.492-3.86.492-4.791.467-4.326.492-2.901.492-3.834.466-4.325.492h-3.86l-23.079-.492-2.9-.466-1.4-.492-1.45-.492-1.943-.959-2.383-.492-1.45-.466-.959-.492-.984-.959-1.45-.466-2.85-.466-2.9-.984-1.425-.467-5.803-1.942-1.424-.492-1.917-.467-1.45-.492-1.451-.44-.932-.492-1.451-.492-3.885-1.917-.467-.492-.932-.492-.984-.467-.467-.492-.984-.44-.466-.492-1.917-.959-.466-.492-4.844-2.409-.492-.492-.958-.44-.933-.492-.492-.493-2.901-1.45-.958-.958-.44-.493-.985-.958-.466-.44-1.45-1.45-.493-.985-.492-.466-.958-1.943-.493-.44-.466-.985-.492-.466-.44-.984-.518-.466-.467-.985-.466-.466h-.492l-.492-1.425-.466-.958v-.492l-.493-.958v.958l-.958-1.943v-.466c-1.295-2.046-2.46-7.978-3.833-11.06-1.658-3.652-2.254-7.538-4.663-10.698-3.937-5.18-7.615-13.003-11.604-18.701-6.812-9.584-17.795-28.286-26.524-34.502-6.01-4.274-10.775-10.076-16.681-13.599-6.942-4.118-10.542-7.978-18.935-11.837-3.341-1.554-6.32-3.393-10.153-4.766-3.808-1.399-8.315-1.736-12.148-3.212-2.487-.984-23.468-4.04-26.732-4.04h-2.383c-1.865 0-15.593 2.719-17.38 3.315-5.88 1.89-10.698 3.73-15.826 5.31-9.273 2.9-19.608 9.325-29.27 13.029-4.3 1.657-8.884 5.75-12.64 8.521-3.393 2.487-9.17 6.45-12.07 9.092-6.062 5.517-14.117 16.526-17.977 24.296-4.144 8.29-8.884 21.188-11.785 30.54-2.098 6.863-2.098 9.557-3.445 17.639-1.114 6.527-2.487 11.707-3.497 17.69-1.865 11.19-1.218 28.493 1.347 38.621 3.497 14.04 5.88 18.572 13.495 28.803 3.937 5.284 18.028 13.884 24.348 17.433 4.222 2.383 10.75 3.626 15.852 5.361 7.46 2.487 11.06 1.062 18.935 2.202 5.905.829 30.176-4.662 35.848-6.217 13.133-3.652 20.282-4.325 29.555-12.77 3.315-3.056 8.056-6.32 11.76-9.376 2.538-2.098 7.718-7.797 10.568-10.594 5.802-5.724 11.008-17.717 17.121-25.177 4.17-5.077 14.583-19.4 16.759-25.565 2.383-6.683 3.678-7.357 4.999-16.086.803-4.999 2.15-14.609 2.15-19.038v-3.341c0-6.554-5.077-24.892-7.356-29.632-5.388-11.087-6.528-13.806-14.894-22.147-6.217-6.216-13.47-11.345-22.975-14.09-4.456-1.27-26.887-5.233-31.73-5.233h-11.527c-11.294 0-30.539 8.73-37.507 13.417-4.921 3.316-11.37 5.958-15.515 9.999-2.798 2.693-8.496 11.423-10.853 15.075-3.756 5.802-7.072 9.273-10.672 14.816-3.86 5.983-5.077 10.62-8.03 17.458-3.807 8.833-3.004 10.387-3.004 22.431 0 10.05-2.435 15.23-2.435 23.52v2.9c0 14.61 8.366 28.908 13.65 38.75 3.549 6.735 9.558 6.528 17.018 8.91 6.217 2.021 11.345 6.632 19.841 6.632h11.035c10.75 0 27.093-5.75 32.844-10.413 4.092-3.315 9.428-4.74 14.48-7.2 3.34-1.58 10.075-6.45 13.365-8.73 4.351-3.03 7.589-6.553 10.36-11.293 2.28-3.911 7.357-9.765 8.73-12.874 5.025-11.448 9.687-17.51 9.687-34.061v-22.587c0-16.603-41.392-39.863-59.627-39.863H151.4c-9.506 0-24.115 3.47-30.85 6.164-11.137 4.455-12.536 10.206-19.737 17.251-3.989 3.886-10.568 17.614-13.547 23.494-2.823 5.672-9.428 19.815-9.428 27.56v10.568c0 1.89 2.486 11.785 3.082 15.67.958 6.71 2.85 8.781 6.657 12.589 4.222 4.196 16.888 14.013 24.374 14.013h1.943c8.91 0 22.664-2.9 30.046-4.999 14.013-4.04 11.838-6.683 21.007-14.09 1.761-1.451 2.435-2.954 3.367-5.285.726-1.761 3.005-2.85 4.637-4.04 2.383-1.762 8.392-5.751 9.972-7.771 2.072-2.694 5.647-7.952 5.232-12.07-.155-1.296 3.135-10.258 3.135-14.195v-10.568c0-3.03-2.047-13.185-3.005-15.697-3.03-7.745-1.736-6.217-7.175-12.07-2.694-2.85-6.735-6.45-10.672-8.082-1.632-.648-13.443-5-14.246-5-16.681 0-31.937 9.144-39.216 18.961-4.403 5.932-8.91 8.678-13.003 15.827-1.373 2.408-7.382 18.96-7.382 21.913v9.61c0 4.688 5.698 13.78 8.729 15.774 1.502 1.01 15.412 7.77 16.759 7.77h2.383c8.807 0 23.726-10.05 28.492-14.764 3.29-3.211 15.257-22.742 15.257-27.974v-9.17c0-6.475-6.554-16.37-11.63-17.198-11.475-1.814-13.6 2.797-19.79 7.874-7.641 6.294-25.306 20.514-25.306 32.896v3.341c0 2.357 4.507 5.284 7.2 5.284 7.357 0 12.382-7.848 16.474-11.889 5.077-5 7.15-15.774 11.45-16.914l.465-.415-3.367-3.445v-.492h1.45l1.451.492.933.467 1.916 1.942.493 1.45.492 3.834v.492l-.492 6.735-.493.958-.466 1.425-.492.466-.958 1.943-.467.492-.466.466-.492.985-.492.44-.466.958-1.943 1.943-.958.492-.493.959-.932.932-.492.958-3.367 3.394-.985.492-.466.44-.492.492-.933.467-1.942.984-1.45.466-1.918.984-.492.467-.932.492-.492.492-.959.44-1.45.492-.959.467-1.424.492-1.943.492h-8.185l-.958-.492-.933-.492-.492-.467-.958-.492-.493-.44-.466-.984-.492-.467-.492-.984-.466-1.917-.492-1.424v-9.636l.492-1.425.958-2.9.492-.96.466-1.424.493-.958.492-.492.958-1.917.44-.984.493-.933 1.45-2.9.492-.467.466-.984.985-.933.466-.958.984-.959.44-.492.493-.492.466-.958 1.45-1.45.493-.441.492-.492.466-.959.492-.492.959-.492.492-.466.44-.492.984-.959.467-.466.984-.466.958-.984.959-.467.492-.492.932-.492 1.45-1.45.96-.467.491-.492.959-.44.984-.985.958-.466.493-.492.44-.492.492-.466.958-.492.493-.493.958-.466.958-.984.492-.44 1.451-1.45.44-.493.492-.466.959-.492.492-.493 1.943-.958.958-.44 1.89-.518 1.944-.467 2.408-.466 1.917-.492h6.735l3.86.492 1.89.466 1.45.467.985.518.958.44.959.492.492.466.44.493.984.492.959.958.492.958.466.493.492.932.493.958.466 1.943.492.958.492 1.425.466 1.943.467 1.917.518 5.284v7.2l-.518 1.451-.467 1.45-.958 1.917-.492 1.917-.959 2.901-.492.958-.466.933-.492.958-.959 2.901-.492.985-.492.932-.44.466-.492.985-.467.466-.492.984-.492.466-.466.985-.492.932-1.45 2.901-.493.466-.466.985-.466.932-1.45 1.45-.467.96-.492.491-.492.959-.467.932-.492.959-2.409 2.434-.466.467-.958.492-.492.492-.467.44-.492.492-.958.467-.985.984-.932.466-1.917.984-.492.467-1.943.984-.466.466-.492.466-.958.467-.467.492-.958.492-.958.958-.985.492-.466.467-.984.492-.466.492-.985.466-.932.492-1.45.44-1.451.493-.959.492-1.45.466-2.875.492-6.735.493-3.341.466-2.41.492h-5.283l-2.901-.492-2.383-.466-1.45-.493-.985-.492-1.45-.466-.467-.492-.984-.492-.933-.44-1.916-.959-.493-.492-.958-.492-3.833-3.834-.493-.958-.958-.492-2.435-2.41-.466-.958-.492-.932-.492-1.943-.44-3.341-.493-1.45-.466-2.435-.492-11.967v-2.435l.492-3.342.466-2.9.492-1.943.44-1.891.985-2.901.466-1.425.984-2.9.467-.96.492-.491.492-.959.466-.932.492-.959.493-.492.466-.958.492-.492.492-.959.466-.466.467-.958.958-2.901.492-.492.466-.959.492-.932 2.41-2.41.466-.491 1.45-1.45.466-.933 4.352-4.352.492-.44.44-.518.493-.467 2.9-2.9.959-.467.984-.984.44-.466.493-.467.466-.466.984-.492.959-.958.958-.493.984-.958.959-.492.44-.492.492-.466.959-.493.492-.44 1.942-.984.467-.467.984-.492.932-.492.959-.466.958-.984.984-.467 1.451-.492 1.45-.44 1.4-.492 3.885-.959 1.89-.492 4.844-.958h13.91l1.45.466 3.86.984 1.916.467.959.492 1.45.492 1.45.44 1.425.492 2.902 1.451 1.45.466.933.492 1.916.959.492.492.959.492.492.44 1.45 1.45.959.493 3.833 1.917.493.492.958.492.984.933.44.466 2.902 2.9.492.985.466.466.492.467.492.958.467.492.492.959.44.958.492.492.492.958.467 1.425 1.942 3.86.492 1.424.467 4.352v9.61l-.467 6.242-.492 2.875-.958 3.86-.492 1.89-.492 1.45-.467.493-.492 1.45-.492.933-.44 1.943-.959 2.9-.492 1.892-.958 2.9-.492 1.425-1.943 3.86-.466.932-.492.959-.44 1.45-.493.492-.958 1.943-.492.44-.493.959-.466.492-1.942 3.86-.493.465-.466.467-.932.984-.492.958-2.902 2.901-.492.933-.958.958-.44.492-.518.493-.467.958-.466.492-.492.958-.492.493-.466.44-.985.958-.466.985-5.284 5.284-.492.958-1.943 1.943-.932.466-.467.466-.492.466-.958.493-.984.958-1.45.492-1.918.958-.932.493-.492.492-.492.44-2.902 1.45-.466.493-.984.466-.933.492-1.916.959-1.45.492-.985.492-1.399.466-1.45.466-2.901.959-.985.492-1.89.466-2.41.492-1.942.492-1.425.467-1.45.492h-12.485l-3.834-.492-3.885-.959-2.383-.492-3.86-.958-2.408-.492-3.834-.933-1.45-.466-.933-.492-2.901-1.45-.984-.96-.959-.491-.492-.492-.958-.467-.492-.492-.933-.44-2.409-2.435-.492-.958-.958-.959-.492-.466-.933-1.917-.958-.984-.492-.958-.467-.493-.492-.958-.492-.492-.466-1.399-.492-.984-.492-1.45-.467-1.892-.492-1.45-.44-1.45-.492-1.451-.492-1.425-.467-1.45-.492-.959-.492-1.942-.466-4.3-.492-1.943-.493-2.383v-20.178l.985-3.86.466-1.89.492-3.393v-.933l.492-1.942.467-2.41.492-1.89.492-1.45.44-1.451.492-1.45.467-1.425.984-1.943.466-1.45.492-.933 1.45-2.901.493-1.45.466-.959.466-.932 2.41-4.844.491-.933.467-.958.492-.492.492-.958.466-.493.492-.958.44-.44.985-1.943.466-.492 1.45-2.901.493-.933.492-.958.958-.958.493-.985.466-.466.492-.984.492-.466.466-.933.467-.492 1.916-1.943.492-.958 1.451-1.45.492-.441.933-.984 3.367-3.368.984-.492.466-.44 1.45-1.45.933-.493.985-.958.958-.492.958-.959.985-.492.958-.44.933-.492.492-.492.958-.467 1.45-.492.493-.492.958-.466 1.45-.492.933-.492 1.943-.959 1.45-.44.959-.492 1.424-.493.959-.466 1.45-.492.959-.492 1.942-.466 2.383-.492 2.901-.493 3.342-.466 1.943-.492 5.284-.44 1.942-.492 2.85-.493h7.226l4.326.493 3.367.492 5.284.44 1.943.492 2.875.466.958.493 4.326.492h3.367l.985.466 1.89.492.959.492 1.45.466.493.493.958.492.984.44.959.492.932.467.959.492.492.492 1.942.958.467.492.984.467.44.492.492.492.467.44.984.959.466.984.984.958.959.492.492.959.466.492.492.44.933.959 3.86 3.885.491.932 1.45 1.451.441.958.492.492.493.959.466.932 1.942 3.86.493.492.466.958.492.933.492 1.45.44.492.493.493.466.958.492.492.492.933.959 1.916.958 2.901.492 1.425.958 2.901.493 1.943.44 1.399.492.984.492 1.917.466 3.367.493 2.9v1.4l-.493 2.9-.466 3.368-.984 3.86-.44 1.89-.493 2.435-.466 1.89-.492 2.41-.492 1.943-.466 3.34-.492 1.944-.493 1.424-.466 2.41-.492 1.45-.492 1.424-.466 1.45-.493.96-.44.958-.492 1.424-.492.959-.466 1.45-.985 1.943-.466.932-.984 1.943-.466.466-.985 1.943-.44.958-.492.466-.466 1.451-.493.958-.958.492-.984 1.917-.467 1.425-.492.958-.492 1.45-.466.985-.984.466-.44.985-.493.44-2.409 2.409-.958.492-1.45 1.45-.493.44-.932.493-4.844 4.844-.44.466-.959.466-2.9 2.901-.985.466-1.399 1.425-.984.492-2.409 2.41-.958.491-3.834 3.834-1.943.958-.492.492-.958.467-.44.492-.518.492-.933.466-.492.492-.958.44-.985.493-1.917 1.942-.984.467-.932.492-.959.492-.492.466-1.917.984-.984.44-.932.493-.959.466-.492.492-2.9.959-.467.492-.984.492-2.383.466-1.451.492-.466.493-.985.44-1.89.492-.493.466-1.916.985-1.943.466-.958.492-.933.492-2.9.958-1.944.44h-1.424l-1.917.493-4.818.492-.466.466h-3.393l-3.342-.466h-7.226l-6.735-.492-2.383-.492-1.943-.44-2.9-.959-.959-.492-1.425-.492-1.45-.466-.466-.493-2.901-1.45-1.425-.44-1.943-.493v-.958H92.73l-.492-.492-1.45-.492-.933-.467-4.351-1.45-1.425-.492-.958-.44-1.943-.985-1.45-.466-.467-.492-.932-.492-1.45-1.45-.985-.467-.958-.984-.493-.44-.466-.493-.984-1.917-.466-.492-.467-.958-.466-.984-.492-.467-.958-.466-.492-.466-.493-.984-.466-.467-.492-1.45-.958-.984-.493-1.891-.492-1.45-.466-.493v-1.917h-.932l-.493-1.917-.492-2.408-.466-1.451-.492-.932-.492-.493-.466-1.916-.985-6.735-.466-1.917-.492-3.367-.44-9.61v-2.9l-.493-4.326-.492-3.342-.466-2.409-.492-8.651v-1.917l.492-3.833.466-1.943.492-2.383.493-1.45.44-1.943.492-1.399.958-3.885.493-.467.466-1.424.492-2.41.958-1.916.985-2.901.466-.958.466-.492.466-.959.492-.44.959-1.943.492-1.45.958-.959.493-.984.492-.933.466-.466.984-1.942.466-.493.467-.466.466-1.45.492-.933.492-.984.466-.466.493-.985.492-.466.466-.984.492-.466.492-.933.959-.984.492-.959.44-.492.959-1.916.492-.493.492-.932.466-.959 1.943-1.942.492-.959.466-.492.466-.932 1.917-1.943.492-.958 1.45-1.45.493-.441.958-.984.44-.959 2.902-2.9.492-.441 1.45-1.45.959-.493 1.45-1.45.467-.492.958-.959.492-.44 1.45-1.45.959-.493.958-.958.467-.492.958-.959.958-.492.493-.44.958-.985.984-.466.959-.984.958-.466.492-.492.933-.493.492-.466.958-.492.492-.492.959-.44.492-.493.958-.466.933-.492.492-.492 1.917-.959.984-.958.958-.492.492-.492.467-.44.932-.493.984-.466 1.45-.492.467-.492.984-.466.467-.493 1.424-.492.959-.466.492-.492.958-.492.984-.44 2.902-1.451 1.398-.492 1.45-.467 1.943-.984 1.451-.466 1.425-.492 1.916-.492 1.45-.44 1.918-.519 1.916-.44 1.451-.492 1.943-.492 2.383-.467 4.325-.492h7.201l2.901.492 2.383.467 5.802.492 2.383.492 1.943.44 1.943.518 1.89.44 2.41.493 1.942.492 1.425.466 2.9.984 2.41.467 1.89.492 2.435.492 2.85.466 1.942.492 1.45.44 1.451.493 1.425.492 5.75 1.917 1.943.984 1.943.466.466.492.984.44.44.493.959.492 1.45.466.493.492.958.493.492.466.958.492.493.492.44.466.492.493.958.44 1.943 1.943.958.492.985.958.932.492 1.45 1.45.467.441 3.393 3.393.492.959.467.492.466.932.466.959 1.45 1.45.493 1.45.492.493.466.932.492 1.45.492.467.467 1.45.932.985.518.932.933 1.917.492.492.492 1.45.466.933.492.492 1.45 4.352.493.933.466 1.45.985.958.44.959.492 1.45.958 1.917.493 2.409.466.958.492 3.834v4.818l-.492 2.9v5.751l-.466 6.217-.493 2.434-.492.959-.466 2.383-.492 1.942-.44.959-.493 1.89-.958 1.943-.492 1.943-.492.958-.467 1.425-1.45 4.352-.492.932-.492 1.45-.467.96-.466 1.45-.518 1.424-.466 1.917-.466.984-.467.959-.492.932-1.942 3.86-.467 1.424-1.45 2.901-.466.492-.467.959-.492.492-.492.932-.466.467-.492 1.45-1.45 2.901-.493.466-.466.959-.492.492-1.45 2.901-.441.466-.492.933-.959 1.942-.492 1.45-.958 1.944-.492.44-.959 1.943-.492.466-.492.984-.44.959-.493.44-.466.984-.492.466-.492.985-.466.466-.492 1.45-.493.493-.466.958-.492.466-.958.959-.493.958-.44.492-.492.492-.492.959-.466.492-.493.932v.959l-.958.492-1.45 2.9-.985.933-.44.467-.492.984-3.368 3.367-.984.492-.466.44-.492.493-.492.958-.44.492-2.902 2.901-.958.492-.492.44-.492.493-.959.466-.44.492-.984.492-2.901 2.902-.467.44-.984.958-.44.492-.959.493-1.45 1.45-.985.466-.466.492-.492.44-.958.493-.933.492-.984.466-.466.492-1.943.959-.492.492-.958.492-.493.466-.932.493-.466.492-1.45.44-.985.958-.959.493-.492.492-.958.466-.44.492-1.943.958-.492.493-.959.492-.492.44-.958.492-.492.466-.959.493-.492.492-.932.466-1.917.984-.492.466-.959.493-.492.492-.958.466-.933.466-.984.466-.466.493-1.943.958-1.45.492-.959.492-.932.467-1.45.492-.493.492-1.45.466-1.425.492-.958.44-1.45.493-.96.492-2.9.958-1.917.492-.958.467-1.451.492-.958.492-2.383.466-1.45.492-.985.44-2.41.493-1.89.492-1.943.466-4.325.492-4.352.492h-1.89l-4.352-.492-4.792-.492-1.425-.466-2.901-.492-1.45-.492-.959-.44-2.875-.493-1.943-.466-.958-.492-1.425-.492-1.45-.467-1.917-.492-1.45-.492-1.943-.958-1.425-.492-.958-.44-.959-.493-2.9-.958-.933-.492-.492-.467-1.943-.984-1.45-.466-.959-.492-.44-.493-.492-.466-.959-.466-.984-.466-.466-.492-2.901-1.45-.467-.493-.958-.466-.492-.492-1.917-.959-.492-.492-.492-.44-.466-.492-1.45-.493-.467-.466-2.901-1.45-.466-.492-.985-.493-.466-.466-.932-.492-.493-.44-.492-.492-.466-.959-.984-.984-.959-.466-.492-.493-.958-.492-.44-.466-.519-.492-.932-.933-.492-.958-1.943-1.943-.466-.958-.492-.492-.492-.44-.467-1.451-.492-.492-.44-.492-.492-.959-1.45-1.45-.493-.44-.466-.493-.492-.958-.492-1.943-.467-.492-.492-.958-.492-.492-.466-1.4-.492-1.45-.44-1.45-.493-.984-.492-1.4-.466-3.392-.492-.492-.492-.959-.467-.932-.984-3.86-.466-1.424-.492-3.394-.493-1.45-.466-5.725-.466-2.9-.466-2.384-.492-1.942-.493-3.834-.466-1.917-.492-4.817v-14.428l.492-3.833.466-4.792.493-1.943.492-2.383.466-1.943.466-1.45 1.917-5.75.492-1.425.492-.959.467-1.45.984-1.943.466-1.424.984-1.917.44-1.45.493-1.425.466-1.45.492-.96.492-1.45.467-.932.984-1.943.466-1.45.492-.959.492-1.424.467-2.41.984-1.942.44-.958.492-.933.467-1.943.492-.958.492-.492.466-.958.492-.933.959-1.943.492-1.45.492-.958.44-.933.492-1.45.519-1.451.44-1.45.492-.933.466-.984.492-.467.959-1.942.492-.492.492-.959.466-.932.492-.492.493-.959.44-.492.958-.958.492-.959.493-.932 1.916-1.943.492-.958.959-.984.466-.467.466-.932.492-.492.959-1.943.492-.466.492-.985.466-.466.493-.932 2.408-2.435.467-.958 1.916-1.943.493-.933 1.942-1.916.467-.985.984-.958.44-.492.492-.44 6.243-6.243.492-.984.958-.959.492-.958.959-.984.492-.44.958-.519.933-.932.958-.492.984-.959.959-.492.492-.466 2.901-1.45.933-.985.466-.44 2.435-2.41.958-.491.492-.492.933-.467 1.916-.984.985-.44 2.409-.492.492-.467.958-.492.933-.492 1.942-.958.466-.492 1.943-.959 1.425-.44.958-.518.959-.466.984-.467.466-.492 1.943-.958.932-.492 1.943-.959 1.45-.492.959-.492.932-.44.959-.493 4.351-1.45 1.917-.466 4.818-.985 7.667-.466 9.17-.492 15.851-.492h4.818l2.875.492 3.86.958 1.917.493 2.9.958.96.492 1.89.492 3.885.959 1.891.44 1.45.492.96.492 1.942.466 3.341.493 1.943.492 1.89.466 1.943.984 2.901.933 1.891.518 1.943.44 1.943.959 1.45.492 1.399.492 1.45.466 1.943.492.958.492 1.425.467.958.492.985.44 2.9 1.45 1.4.493.492.492 1.942.958 1.45 1.45.96.441.491.492.933.492 2.409 2.41.958.491 1.45 1.451.933.44 2.435 2.41.466.983 2.435 2.41.958.932.493.492.44.466.492.492.466.959.492.492.959.492.984.958.466.933.492.492.44.958.519.959.932.984.492.959.493.44.466.492.492.958 1.45 1.45.493.985.466.466.492.985.492.44.44.492.493.466.466.985 1.943 1.916.958.493.492.492.492.44.44.959.493.492.466.958.492.492.492.959.959.984.492.44.466.959.492.492.959 1.942 1.45 1.45.466.933.467.467.492.984.492.466.466.984.492.467.959 1.916.984 1.917.958.984.492.959.44.492.493.933 2.409 4.817.492 1.917.958 1.917.492 1.45.467.467.492.958.44.958 1.45 2.901.493.933 1.45 2.901.493.492.466.958.492.493.492.932.44.959.959.984.492.958.958.959.492.984.493.932 1.916 1.917.467.984.518.467.44.984.492.44.466.959 1.45 1.45.493.984.492.467.466.984.493.932.958.959.492.958.933.492.492.492.958.467.492.492.467.958.492.492.492.44 1.45 1.451.44.492 1.451 1.45.492.96.467.491.492.44 3.86 3.886.932.466.984.985.466.44 2.901 2.901.466.492 1.451 1.45.466.441.492.492.959.466.492.493 1.943.958.932.492.958.958 1.943.985.958.44.959.492 1.424.467 1.943.492 1.45.492 1.917.466 1.425.492 1.45.492 2.41.467 2.383.492 1.942.492 1.943.44 1.45.492 1.891.467 2.901.984.959.466 1.424.492 2.901.959 2.876.492 4.351.492 3.834.44h13.935l5.776-.44h1.943l3.341-.492 3.394-.492 2.383-.467 2.408-.492 1.451-.492 1.89-.466 2.436-.492 1.45-.492.933-.467.958-.492.958-.44 1.45-.492 1.944-.959.932-.492.958-.492 2.902-.958 1.916-.492 1.917-.467.984-.492.959-.44.958-.492.492-.493 1.425-.466 1.917-.984 1.45-.466 1.943-.985.932-.466.959-.492.984-.44 1.917-.492 1.45-.493.467-.466.466-.492.984-.492.466-.466 1.943-.985.958-.958.985-.44.932-.492 3.86-1.943 1.45-.466.492-.493.933-.492 1.45-.466 1.917-.984.492-.44.959-.493.492-.466.932-.492.959-.958.984-.493 1.45-1.45.959-.492.492-.44.932-.493 1.45-1.45.96-.467.491-.492.959-.492 1.45-1.45.933-.467.958-.466 2.435-2.409 1.45-.492 3.834-1.917.466-.492 1.45-.44 1.425-.492 1.943-.959.466-.492 1.45-.492 1.944-.958.932-.492.492-.467 1.45-.466 1.917-.958.493-.492 1.424-.467 3.86-1.942 1.45-.492 1.425-.467.466-.492 1.45-.44.985-.492 1.45-.493.959-.466.932-.492.959-.492 1.45-.466 1.943-.985.492-.466.932-.492.959-.492.492-.44.958-.493 1.45-.466.493-.492.958-.492.933-.466 3.86-1.943.984-.44.958-.518.44-.467.985-.466.466-.492 2.901-1.45.492-.493 3.834-1.916.492-.467.958-.466.492-.492.959-.492.492-.466.932-.493.959-.492.492-.466 1.917-.984.492-.466.958-.493.492-.44.933-.492.958-.492.492-.467.959-.492.984-.958.958-.492.492-.492.933-.467.466-.492.492-.44.492-.492 3.86-1.943.932-.466.959-.492.492-.492 1.943-.959 1.45-.44.959-.492.44-.492 1.943-.959.492-.492 1.45-.466.959-.492.492-.492.932-.467.959-.492.958-.44 1.45-.492 1.943-.959.933-.492.958-.492.492-.466 1.943-.984.958-.959.959-.44.466-.492.958-.493.959-.958.984-.492 1.917-1.917.984-.492.466-.44.466-.492 1.917-.959.492-.492.959-.492.492-.466.958-.492.492-.493.933-.466 1.943-.984.958-.44 1.943-.959.932-.492 1.45-.492.959-.466.492-.493 2.901-1.45.933-.492.466-.44 1.943-.959 1.45-.492.959-.492 1.916-.959 4.352-1.45 1.399-.492.984-.44 2.9-.959.96-.492 1.424-.492 2.901-1.45 2.901-.96.933-.491 1.45-.44.958-.519 1.451-.44 1.45-.492 1.425-.492 1.45-.467.959-.492 1.45-.492 1.891-.466 1.45-.492 2.436-.492 1.45-.467 1.891-.492 1.943-.492 1.917-.44 2.875-.492 2.409-.467 1.424-.492 1.943-.492 2.901-.466 3.834-.492 2.408-.492 2.383-.467 3.394-.492 4.792-.492 2.9-.44 5.285-.492 8.625-.959h23.597l6.709.492 8.185.467 4.3.492 3.393.44 2.875.492 1.917.492 2.9.467 2.384.492 2.435.492 1.916.466 1.917.492 1.45.492 1.917.467 1.917.492 2.41.44 1.942.492 2.383.492 2.409.467 1.942.492 1.891.492 2.901.958 1.943.492.958.467.933.492.958.492 1.45.44 1.451.518 1.425.44 3.86 1.943.492.492.958.467.466.492 1.917.958.492.492.492.44.959.493 1.45 1.45.958.493.493.466.932.492.958.958.985.492.466.44.984.493 1.45 1.45.441.493 1.45 1.45.96.466.491.493.492.44 1.45 1.45.933.493 3.368 3.393.492.44.958.958.492.985.492.466.467.984.466.466.958.985.492.44.467.492.492.959.492.492.466.958.985.959.466.984.492.44.44.959.518.492.467.958.466.984.492 1.45.492.441 2.409 4.844.492.932 1.45 2.901.441.959.958.932.493.959v.984l.492.466 1.916 3.834.985 1.942.466 1.451.466 1.943.466 1.89.493.959.492 1.45.466 1.917.984 1.917.466 1.45.985 3.834.958 2.901.44 4.326.519 2.383.466 2.409.466 2.383.492 9.635.492 4.818.467 4.3.492 2.435v2.849z'/%3E%3Cpath d='M766.397 466.578v.492h-1.943l-.959-.492-1.424-.467v3.834l.492.958.44.959.83 1.735.828 1.684-.207-1.969.492.984.492.467.466.466.985.466h3.833l.466-.466.985-.466.958-.467.492-.492.467-.958.492-2.435v-3.833l-.492-.959-.467-1.424-1.942-3.86-.493-.492-.466-.958-.492-.44-.958-.985-1.917-1.917-.958-.492-1.451-1.45-.492-.44-1.45-1.451-.933-.492-.959-.959-.958-.492-.492-.492-1.943-.959-1.89-.492-12.02-.44v.932l-.958.493-.492.958-.492.492-.466.959-.492.492-.492.958-.467.933-.492.492-.492 1.45-.44.959-.518 1.45-.44.933v2.409l.44.984.518 4.792.44 2.409.492 1.916.492 3.368.467 2.383.492 2.435.492.932.958 1.917.492.492.467 1.45.492.959.492.466.44.958.492.959.959.492.958.958.492.985 1.45 1.45.493.44.466.493.466.466.959.984.958.466.985.985.958.466.492.492.466.44.933.518.984.467 1.917.958 1.942.492.959.466 1.424.493.959.492 5.776.466h5.284l3.86-.958 1.45-.493.933-.466 1.942-.984.492-.466.959-.467.492-.518.958-.44.492-.958.933-.985.466-.958.492-.492.492-.959.467-1.424.492-.959.492-1.45v-5.284l-.492-5.776-.492-2.383-.467-4.352-.492-2.85-.492-1.942-.466-.958-.466-.933-.959-2.9-.958-1.943-.492-.933-1.943-3.86-.466-.932-.492-.492-.959-1.943-.466-.466-.466-.492-.984-1.943-.467-.932-.984-1.917-.466-1.45-.492-.493-.492-.932-.959-1.943-.44-.958-.984-.958-.959-.493-.492-.492-.466-.44-.985-.492-.466-.466-1.45-.493-.467-.492-1.916-.958-1.45-.492-.985-.467-1.45-.492-1.4-.492-.984-.44-1.916-.959-.493-.492-.958-.492-1.425-.466-3.859-.984-2.383-.467-4.352-.492h-5.284l-1.942.492-1.425.467-1.45.492-.959.492-1.45.466-.959.492-.932.492-1.45.467-1.943.492-.959.44-.984.492-.44.492-.959.467-1.943 1.942-.492.959-.466.492-.492.932-.958.959-.493.984-.44.958-.492 1.451-.492 1.89-.466 2.436v6.242l.466 3.834.492 2.875.492 2.409.44 1.942.493 1.4.958 1.942.492.492.958 1.917.493.932.466.984.492 1.45.492 1.918.466.932.493.492.44.959 1.45 2.9.493 1.918.492 1.45.466.958.492 1.425 1.45 1.45.493.959.466.492.466.466.518.492.44.959.959.984.492.933.492.466.467.984 4.325 4.3.492.984 1.917 1.917.492.984.492.467.467.466.984.958.44.492 1.45 1.45.96.467 1.45 1.45.492.467.958.958.933.492 1.45.467 1.943.984.492.466.958.492.44.492.985.467.466.466 2.435 2.409.958.492 1.451 1.45.932.467.493.492.958.44.492.492 2.901.959 2.383.492 3.86.958h6.708l3.86-.466 1.942-.984.933-.467.958-.492.492-.492.467-.44.492-.492.958-.467.985-.984.958-.466.492-.492.44-.492 1.943-1.917 5.75-5.75.492-.467.493-.984.958-.958.492-1.45.466-.493.493-.932.492-.959.44-.492.492-.958.466-.493 1.45-2.9.493-2.384.492-10.568v-4.3l-.492-2.434-.492-2.383-.958-4.818-.493-2.875-.466-1.45-.492-1.892-.44-.984-.492-1.45-.959-1.917-.492-.933-1.943-3.885-.466-1.399-1.45-2.9-.467-.493-.466-.958-.984-.985-.466-.932-.493-.466-2.408-4.818-.493-.466-.44-.985-.492-.466-.958-1.943-.493-.932-.958-.958-.492-.985-.492-.466-.959-1.943-.492-.932-.466-.959-.933-.984-.492-.958-.492-.492-.466-.959-.492-.492-.492-.932-3.368-3.368-.466-.492-.958-.958-.492-.466-.959-.959-.958-.492-.492-.466-.959-.492-.492-.492-.44-.467-.984-.492-1.451-1.45-.466-.44-.492-.493-.959-.492-1.45-1.45-.933-.467-1.45-.984-1.45-.466-.985-.492-.959-.44-.932-.493-.492-.492-.959-.466-.492-.492-.958-.493-.958-.958-1.917-.958-2.901-.985-1.45-.44-1.451-.492-2.383-.466-1.45-.493-4.3-.492h-14.454l-2.409.492-2.383.493-1.943.466-.958.492-.958.44-.933.493-.984.958-1.917.984-.492.466-1.943.985-.466.466-.933.984-.492.44-3.86 3.86-.491.984-.492.933-.44.466-.493.984-.466.467-.984 1.942-.467.492-.492.933-.492.466-.958 1.943-.492 1.942-.467 2.383-.492 1.45-.44.96-.492 1.45-.492.932-.467 1.45-.492 4.327-.492 2.9-.466 1.891-.492 4.792v1.943l-.493 1.45-.466 2.876v4.792l.466 1.45.985 3.86.466 1.424.984 1.943.467 2.383.492 1.45.492.959.44.492.959 1.917.492.932.492.984.466.467.492.984.492.466.467.985.492.466.492.932.466.492.492.959.44.984.493.958.492.493.466.932.492.466.492.985.467.466.492.984.958.958.492.959.492.492.467.932.466.493.466.958.492.492.959 1.917.492.492.492.44.466.985 1.943 1.916.492.985.44.466.493.492.466.959.984.932.958 1.943.493.492.466.958.492.492.958.467.493.932.44.492 2.435 2.41.958.491.958.959.985.466.466.466.466.492.518.492.44.467.959.984 1.943.958.492.492.958.467.492.492.959.44.44.492.984.492.467.467 1.942.984.492.466.959.492.932.493.492.466 1.917.984.492.44.492.493.959.466.492.492.932.492 1.451 1.45.958.467.959.984.492.44 1.45 1.451.959.492.932.466 4.844 2.435.932.44.959.493.492.466 1.45.492.959.492 1.45.466 1.425.493 1.943.492 2.409.466h7.175l3.885-.958 2.85-.493 3.885-.958 1.89-.492.493-.466.958-.493 1.45-.44.959-.984.984-.466 1.399-.493.984-.492.958-.958 2.902-1.45.492-.933.44-.492 2.409-2.41 1.943-.957.492-.493.466-.44.492-.492.492-.958.44-.493.959-.958.492-.984.959-.959.984-.492.466-.44.492-.492.492-.959.959-.958.44-.984.492-1.45.492-1.4.467-.984.492-1.45.492-1.917.466-1.425.492-1.942.492-1.451.467-.932.492-1.451.492-1.917.466-2.435.466-3.341.467-5.284.492-11.06v-14.868l-.492-1.45-.467-2.384-.466-2.435-.466-2.408-.492-1.891-.959-2.901-.492-2.383-.958-2.901-.492-1.917-.492-1.45-.467-.467-.492-.984-.492-1.45-.44-.933-.492-1.45-.467-.96-.492-1.45-.492-.932-.466-.492-.492-.959-.492-.492-.467-.958-.984-.959-.466-.984-.492-.466-.44-.933-1.451-1.45-.492-.984-1.45-1.45-.493-.933-.958-.959-.493-.958-.958-.984-.44-.467-.492-.984-.959-.958-.492-.44-.958-.985-.985-.466-.466-.985-.984-.958-.933-.492-.466-.466-.984-.492-.466-.44-.493-.493-.958-.492-1.943-1.917-.44-.492-.984-.492-.959-.958-.958-.493-.492-.44-.959-.958-.984-.493-.466-.492-.466-.466-.959-.492-.492-.492-.958-.466-.959-.985-.984-.466-.466-.466-.492-.466-.959-.493-.466-.492-.958-.466-.492-.492-.959-.492-.492-.466-1.917-.985-.932-.466-.492-.492-.959-.44-1.942-.985-.493-.466-1.916-.984-4.818-2.41-1.891-.44-.958-.492-2.901-.958-1.917-.492-1.45-.492-2.41-.467-1.45-.492-1.891-.492-3.393-.466-2.383-.492-3.393-.44-3.834-.493-4.818-.492h-1.917l-3.859-.466h-3.834l-4.791.466-4.352.492-1.425.492-.958.44-1.45.493-.985.466-1.45.492-1.891.492-2.901 1.45-.492.467-.959.492-.932.492-.492.44-.959.493-.492.466-.958.492-.493.492-.958.467-.958.984-.467.466-.958.985-.492.44-.958.492-.959.958-.492.959-1.45 1.45-.493.985-.44.932-.492.958-.466.493-.985 1.916-.466.492-.492.959-.492.492-.466.933-1.943 1.942-.44.959-.493 1.45-.492.933-.958.958-.958 1.943-.493.492-.492.958-.466.492-.492.933-.44.958-.519.959-.492.984-.44.958-.492.959-.492 1.424-.959 2.901-.492 1.425-.466 1.45-.492 4.3-.492 1.943-.467 16.81v2.876l.467 1.942.492 2.41.492 5.775.466.933.984 3.86.467 1.424.492 2.9.492 1.918.44 1.916.492 2.41.519 1.424.44 1.45.492 1.451.466 1.917.492.932.493.492.466.959.492.492.492.958.466 1.45.985.985.44.933.958 1.916.492.493.493.958.466.492.492.958.492.467.466.958.985.958.958 1.943.44.492.493.933 2.9 2.9.959.467.984.984.933.467.466.932 1.943 1.943.492.958 1.917 1.917.984.958.44.492 1.45 1.45.96.467 1.942 1.943.492.44.958.492.44.492.493.467.958.492 1.943 1.943 1.942.958.933.492.466.44.492.493.959.466 1.45 1.45.985.492.958.959.932.492.493.492.958.44.492.493.958.466.493.492.958.492 1.45.466.44.492.985.493 1.45 1.45.467.44.984.959.959.492.492.492.932.466.518.493.933.492 3.86 1.916.491.467.959.466.44.492.984.492.467.466 2.9 1.451.493.492 1.424.492 1.917.933 2.901 1.45 1.425.467.958.492 1.45.492 1.943.958 1.425.492.958.467 1.943.492 1.45.44.959.492 2.383.492 1.943.467 3.341.492 4.352.492h6.242l2.383-.492 5.284-.492 4.352-.467 1.917-.492 2.408-.492 2.876-.44 1.916-.492 2.435-.467.959-.492 1.424-.492.959-.466.492-.492 3.86-1.943 1.424-.466 1.917-.466 3.833-1.917 1.45-1.45.985-.493.466-.492.984-.466.467-.467.984-.466.932-.492.959-.492 1.942-1.917.959-.492.958-.958.985-.493 2.849-2.875.492-.958.958-.958.492-.933.493-.492.466-.958.466-.493 1.45-1.45.467-.958.492-.933 1.45-2.901.493-.492.958-1.943.492-.932.466-.467.467-.984 1.916-3.833.493-.467.492-1.45.466-.984.492-1.45.492-.933.466-2.41.493-1.942.44-1.399.492-1.942.492-2.41.466-2.382v-36.989l-.466-4.351-.492-4.326-.492-2.875-.44-1.45-.493-1.917-.466-1.425-1.45-4.352-.492-.932-1.451-4.352-.492-.932-.466-1.45-.467-.96-1.45-2.9-.466-.466-2.435-4.818-.466-.933-1.45-1.45-.467-.492-.466-.959-.493-1.45-.492-.933-.466-.492-.492-.958-.958-.492-1.943-1.943-.44-.466-.493-.492-.492-.44-.466-.985-.492-.466-.959-.492-.492-.493-.958-1.916-.984-.985-.467-.44-.466-.958-2.409-2.435-.958-.466-1.45-1.45-.493-.467-.932-.466-4.352-4.352-.958-.492-.492-.44-.44-.985-.985-.958-1.917-.959-.492-.492-1.943-.958-.466-.492-.932-.44-.492-.493-3.86-1.942-.492-.467-.958-.492-.933-.492-1.943-.958-.958-.44-.984-.493-.466-.492-6.735-3.367-.933-.492-1.45-.44-4.352-1.451-.932-.492-1.45-.492-.985-.467-1.45-.492-1.4-.492-2.9-.958-.985-.44-1.45-.493-.933-.492-.466-.466-4.351-1.45-1.917-.493-5.802-1.943-2.85-.44-2.9-.492-2.876-.466-3.341-.492-3.393-.493-1.943-.466-7.2-.492-6.71-.492-3.859-.466-2.383-.492-.984-.493h-7.201l-4.818.493-2.9.492-2.41.466-2.383.492-2.409.492-1.45.466-2.383.493-2.901.492-1.917.466-3.367.492-2.876.44-5.802 1.45-.932.493-2.901.958-1.943.493-1.399.492-2.9 1.45-1.451.44-.933.493-4.843 2.409-.933.492-1.45.466-.959.492-1.45.492-.985.44-1.89.493-.959.466-.492.492-1.45.492-.959.467-.492.492-1.45.492-.44.466-1.944.984-1.45.44-.958.493-3.834 1.917-.492.492-1.943.958-1.399 1.425-.984.492-.466.466-.984.492-.467.492-.984.467-.466.492-.984.492-.467.466-.984.492-1.399.493-.984.44-1.45.492-.959.466-.932.492-1.45.493-1.944.958-1.916.492-.492.466-.44.492-.493.493-.958.466-.985.932-.958.492-2.409 2.41-.932.984-.985.466-.466.492-.984.44-.959.493-1.45.492-.933.466-3.859 1.943-1.45.492-.933.466-1.943.984-.492.44-2.9 1.451-.441.492-.959.466-.492.493-.958.492-.492.466-.959.492-.492.492-.958.44-1.45 1.451-.467.492-.958.467-.959.984-.984.466-.958.984-.959.467-.492.466-.932.466-1.45 1.45-.96.493-.491.492-.959.466-.984.984-.933.467-.958.466-2.901 1.45-.492.467-.959.492-1.424.492-2.901.958-.466.492-1.943.959-.933.44-.492.492-.958.492-.959.959-.984.492-.466.466-.984.492-.933.493-.466.466-.984.492-.467.44-.984.492-.958.959-.959.492-.492.492-.958.466-.933.985-.984.466-.466.492-.492.44-.959.492-1.45 1.451-.933.492-1.45 1.45-.985.467-.466.492-.492.44-1.943 1.943-.932.492-.466.466-.985.493-.958.958-1.943.984-.466.44-.492.493-.933.466-.492.492-4.817 2.409-.933.492-.984.492-.959.44-.958.493-.492.466-1.943.984-.466.467-.466.492-2.41 2.409-.491.466-.959.958-.958.492-.492.467-.44.492-1.943.958-1.45 1.45-.493.467-2.901 2.9-.44.467-.959.984-.984.467-.466.466-.492.466-.493.984-1.916 1.917-.467.492-.958.959-.492.466-1.917 1.917-.984.492-.959.958-.958.492-.466.959-.466.466-.493.958-2.408 2.41-.985.491-.466.493-.466.466-.959.984-.958.44-1.943.959-1.45.492-.959.492-.932.466-1.943.985-1.45.466-.959.492-.932.44-.984.518-.959.467-3.86 1.916-1.424.493-2.9.492-1.944.958-.932.492-.958.467-1.45.466-.96.466-1.942.492-2.383.492-4.326.467-2.409.492-3.341.492-.984.466-4.352 1.45-1.89.467-1.451.466-.959.492-.492.492-.958.467-1.45 1.45-.933.492-.492.492-1.943.467-2.901.932-1.399.492-1.45.492-.985.467-2.408.492-3.342.492-1.45.466-2.383.492-3.394.492-1.942.959-1.399.44-2.435.492-2.383.492-1.917.467-3.393.492-5.776.492-3.341.466h-10.128l-3.342-.466-1.942-.492-1.891-.492-2.901-.959h-7.227l-1.917-.492-3.367-.44-1.917-.492-2.383-.467-1.942-.492-.959-.492-.492-.466-.958-.492-.467-.492-.466-.467-.984-.492-.958-.958-.493-.466-1.45-1.45-.958-.467-.959-.984-1.917-.959-.466-.492-.984-.466-.466-.466-.985-.467-.466-.492-.984-.492-.44-.466-.959-.492-2.901-.959-1.943-.492-.932-.492-.492-.466-.959-.466-.492-.467-.466-.984-1.943-1.917-.44-.492-.518-.492-.933-.933-.492-.518-.492-.932-.466-.466-.492-.985-.492-.466-.959-.492-1.45-1.45-.933-.44-3.86-3.886-.491-.959-.959-.958-.466-.932-.466-.493-.985-1.942-.466-.466-.492-1.451-.492-.932-.958-.985-.493-.958-.466-.492-.492-.959-.44-.958-.492-.933-.493-.984-.466-1.45-.984-1.917-.466-1.425-.492-1.45-.493-1.943-.466-1.89-.492-.96-.492-1.45-.466-2.875-.467-1.943-.466-1.45-.518-.958-.466-1.425-.959-2.901-.492-.959-.466-1.424-.492-1.45-.492-1.917-.466-.985-.493-1.89-.958-2.902-.492-1.424-.44-1.917-.493-1.943-.492-1.89-.958-2.902-.492-.984-.467-1.399-1.942-3.885-.492-.466-.467-1.425-.466-.958-.958-2.901-.492-.933-.467-.984-.492-.466-.492-1.45-.958-1.943-.492-1.891-.467-.985-.466-.466-.958-1.942-.492-.493-.467-.932-.492-.466-.958-1.943-.984-.958-.467-.985-.984-.932-.466-.959-.466-.492-.467-.466-.492-.984-.958-.959-.492-.958-.493-.492-.466-.44-2.9-2.902-.467-.492-1.45-1.45-.959-.44-1.943-1.943-.44-.492-.518-.467-.933-.492-1.45-1.45-.492-.44-.959-.493-.492-.492-.466-.958-.984-.959-.959-.492-.492-.492-.44-.466-.492-.933-.959-.984-.958-.466-2.435-2.435-.44-.466-.518-.492-1.425-1.425-.466-.958-.984-.959-.959-.492-.492-.492-.958-.466-.933-.492-.492-.493-.466-.44-1.943-.958-.958-.985-.984-.466-.44-.492-.96-.492-.491-.466-1.943-.985-.958-.44-.959-.958-.984-.493-.933-.492-1.916-.958-1.45-.492-.985-.466-.933-.493-.958-.492-.958-.44-2.901-1.45-1.45-.493-.933-.466-2.435-.492-2.85-.492-4.843-.959-1.425-.492-2.409-.466-4.325-.466-1.917-.466-3.393-.493-4.792-.492h-11.06l-4.326.492-6.243.493-2.409.466-1.942.466-1.425.466-1.917.492-2.9.959-1.425.492-5.802 1.943-1.891.466-.985.492-1.45.44-.959.492-.932.493-.958.466-1.45.492-1.944.958-1.45.492-1.425.493-.958.466-1.943.492-1.45.44-.467.493-.932.492-.492.466-.959.492-1.45 1.45-1.943.959-.44.492-.518.44-.984.493-.44.492-.96.466-.983.984-.959.466-.492.493-.958.492-.933.466-.492.492-.958.492-.959.44-.984.959-1.917.984-.492.467-.932.492-.959.958-1.942.984-.493.44-.958.493-.492.466-.933.492-4.817 2.41-.493.491-.932.492-.958.44-.985.493-.466.466-.984.492-.467.492-.984.467-.932.492-.467.492-.984.466-.958.984-.492.933-.467.466-.492.984-.492.467-.466.984-.984.958-.44.933-.519.492-.44.466-3.393 3.393-.492.959-.467 1.424-.492.959-.44.984-.984 1.917-.467.932-.492 1.45-2.409 4.819-.492.958-.492 1.45-.958 1.943-.44.933-.985 1.917-.466 1.45-.492.984-.493.933-.466.958-.492 1.45-.958 1.943-.492.933-.959 1.917-.932 2.9-.492 1.425-1.451 4.352-.492 1.425-.466 1.916-.493 1.45-.492 1.425-.466 2.41-.492 1.942-.492 1.89-.44 1.944-.493 3.34-.466 2.436-.492 1.45-.492 1.891-.959 1.943-.492 1.917-.466 2.875v5.776l.466 10.568.492 2.85.493 2.9.466 1.943.492 1.89.492.985.466 4.3.492.984.44 1.45.493.96.492 1.89.466 3.393.492 3.342.493 1.942.466 1.425.492.958.958 2.901.493.959.492 1.916.466 1.451.466.958.466 1.45.493.493.492.44.958.959.492.984 2.901 2.901.44.933 2.902 2.9.958.467.984.984.467.44.984.493.44.466 1.45.492.96.492 1.45.466 1.942.985.44.466 1.943.984 1.45.466.493.467.958.466.492.492 1.4.492 1.942.959 1.45.492.493.466.958.492 1.425.492.958.467.492.466.466.466 1.45.492 2.384.492 3.885.959.959.492 1.89.466 1.943.492 2.901.492 2.383.467h18.261l4.844-.467 1.89-.492 2.436-.492 1.89-.466 2.41-.492 1.942-.492 2.875-.467 2.901-.492 2.41-.492.932-.466.958-.466 2.901-.959 1.917-.492 1.45-.466.959-.492 2.9-.959 1.892-.492 1.45-.492.985-.466.958-.467 3.833-1.916.493-.492 1.916-.959.493-.492.958-.492.466-.466.466-.493.985-.44.466-.492.984-.492.959-.959.932-.492.518-.466.933-.492 1.45-1.45.492-.933 1.45-1.45.467-.959 2.383-2.383.492-.984 3.393-3.368.467-.984.492-.44.958-.959.466-.492 2.41-2.409.491-.984.467-.466.984-.466 1.45-1.45.44-.467.96-.984.491-.959.493-.492.466-.932.492-1.45.958-1.918 1.45-1.45.467-.933 1.917-1.942.492-.959.958-.984.492-.933.493-.518.466-.932.492-.466.44-.985.518-.958.467-.958.466-.493.492-.932.492-.958.466-.493.493-1.45.958-1.943.492-.932.492-.466.466-1.943.493-1.45.44-.959.492-1.425.492-.958.466-1.45.493-.985.492-.932.466-.467h.492l2.798-5.465c-2.824 2.979 4.792-4.636 2.978-2.72v-.984l.467-.466.492-.466.492-.959.466-.492.984-1.917.44-.984.493-.958.466-.933.492-.958.492-1.45.467-4.819.492-4.3.492-12.018v-4.818l-.492-2.409-.492-3.833-.467-1.943-.492-2.383-.492-1.45-.958-1.917-.44-.933-.985-2.9-.466-1.943-.492-.44-1.45-2.902-.493-.492-.958-1.943-.492-.44-.44-.958-1.943-3.886-.467-.466-.492-.932-.492-.493-.466-.958-.492-.492-1.45-2.901-.493-.44-.44-.985-.959-1.917-.492-1.45-.492-.933-.466-1.45-.492-.984-.959-.959-.492-.958-.492-.492-.466-.44-.467-.493-.518-.492-.44-.466-1.943-1.943-.466-.958-.492-.492-.492-.44-1.45-1.451-.933-.492-.466-.492-2.901-1.451-1.451-.466-1.425-.492-2.9-.44-7.694-.493-6.734-.492-.933-.466-1.45-.492-1.943-.493-2.875-.466-2.901-.984-.959-.466-1.45-.492-.958-.493-2.383-.44-3.834-.492h-5.336l-6.242.492-2.875.44-2.41.493-.958.492-1.424.466-4.352 1.45-.958.493-.933.492-.492.466-.958.492-1.45.492-.493.44-1.943.959-1.398.492-.493.492-.958.467-.492.492-.958.492-.493.466-1.942.984-.466.44-.933.493-.984.466-.467.492-1.942.959-.492.492-.933.492-.466.466-1.943.984-.958.44-3.885 1.943-.44.467-2.41 2.434-.492.44-.958.493-.492.466-.44.492-1.451 1.45-.984.493-1.451 1.45-.466.933-1.943 1.917-.44.984-.492.466-.493.985-.466.466-.492.466-.492.958-.958.959-.493.984-1.45 1.45-.466.959-2.383 2.383-.493.958-.958.985-.492.958-.492.492-.466.44-.493.959-.492.492-.44.958-.492.493-.466.958-.493.492-.492.933-.466.958-.984.984-.467.959-1.45 1.45-.466.959-.959 1.916-.492.467-.466.984-.492.466-.492.984-.467 1.4-.492.983-.492 1.45-.466.96-.492.491-.492.959-.44.932-.519.959-.44.984-.492.958-.492 2.876-.467 2.408-.492 7.175-.492 4.844-.466 2.875-.492 11.527v6.242l.492 7.201.466 2.901.492 2.85.492.984.467 4.351.492 1.399.492.984.44.959.518 1.45.44 1.425.493.466.492 1.45 1.45 2.902.467.466.492.958.492 1.45.466.96.492 1.45.492 1.424.467.959.466.984.466.466.492.984.959.933 2.435 2.409.958.492.44.466.492.492 2.901 1.45.959.441 1.45.492.933.492.984.467.466.492 2.901 1.45 1.425.493 1.943.958.466.492 1.45.44.493.493.958.466 1.425.492.958.492 2.901.958 1.917.493 4.351.466 3.342.492h6.242l1.943-.492 2.409-.466 1.917-.493 1.45-.492 3.342-.466 1.942-.492 1.45-.492.467-.466.984-.493.959-.44 1.424-.492 1.45-.492.96-.466 1.45-.493.958-.492.933-.466 1.45-.492.984-.492 1.45-.467.96-.492 1.89-.492 1.45-.44 1.943-.959 1.943-1.942.44-.492.959-.959.984-.492 2.901-.932.933-.467 1.916-1.942.985-.492.466-.467 1.943-.984.492-.466.932-.466 1.45-1.45 1.917-.96.985-.958.958-.492.492-.492.44-.466.493-.466 2.9-2.902.467-.958.492-.492.492-.933.467-.518.492-.932.44-.466.492-.492.492-.959.467-.492.492-.958.492-.933.958-1.943.492-.492.467-1.45.492-.959.492-.492.466-.932.933-1.917.492-.492.958-1.943.492-.932 1.45-2.901.493-.467.466-.984.492-.932.493-.959.44-.958.492-1.45.466-.985.492-1.399.493-.984.466-1.45.984-1.917.466-1.425.492-.958.493-1.45.466-.985.466-1.399.958-2.9.493-.985.466-1.399.492-.492.492-1.943.466-2.409.492-2.383.493-1.942.466-1.45.492-2.85v-5.284l-.492-2.875-.466-.492-.985-2.901-.466-.959-.492-1.424-1.45-2.901-.493-1.45-.932-.933-.466-.959-3.886-3.86-.958-.491-.933-.933-.958-.492-1.45-1.45-.493-.959-.958-.492-.984-.958-.467-.44-.466-.493-.958-.492-1.943-1.917-1.917-.984-.984-.958-.932-.493-.467-.44-.984-.492-2.409-2.409-.958-.492-.933-.466-1.01-.493-.932-.492-1.45-.466-.96-.466-.984-.466-.932-.493-1.917-.958-1.45-.492-.985-.492-1.45-.466-2.85-.493-2.9-.492-12.02-.466h-4.817l-3.833.466-3.86.492-1.45.493-1.891.466-1.943.492-1.943.958-1.89.492-1.943.493-1.917.932-.984.958-.933.493-.466.466-.984.492-.467.492-.984.466-.958.985-.959.466-.466.492-.466.44-2.435 2.435-.958.466-1.45 1.45-.441.493-1.01.933-.492.492-.44.466-.493.492-.958.492-1.943 1.917-.958.492-.44.492-.493.44-3.86 3.86-.491.984-.493.467-.466.466-.492.466-.44.492-.492.959-.493.492-.466.958-.492.492-.492.959-.466.466-1.45 2.9-.493.467-.492.984-.466.467-.467.932-.466.492-1.45 2.901-.493.493-.492.958-1.916 3.833-.493.493-.492.958-.44 1.425-.958 2.9-.493 1.4-.492 1.45-.466.984-.492 1.917-.492 2.383-.467 1.45-.492 3.368-.492 2.9-.466 5.751v5.284l.466 4.818.492 1.917.492 1.424.467 2.41.492 1.45.492 1.917.466 1.45.492.958.493.493.466.958.492.492.44.933 3.393 3.367.959.492.492.44.958.518.933.467.492.466 1.943.984.466.466 1.943.985 3.833 1.917.959.466 1.45.466h1.917l2.409.492h3.833l3.86-.492 2.875-.466 4.326-.466 2.408-.467.959-.492 1.45-.492.985-.466 1.398-.492 2.901-1.45 1.45-.493.985-.466.933-.467 1.45-.518 1.45-.44.96-.492 1.45-.466.932-.492.492-.493 3.86-1.916.492-.493.466-.44.492-.492.933-.492.958-.466 1.45-1.45.985-.493 1.45-1.45.44-.493.96-.466.491-.466 1.943-1.917.958-.492.493-.492.958-.466.492-.493.44-.492.493-.466.466-.466 3.885-3.86.44-.492.493-.466.466-.466.492-.467.492-.984.958-.466 2.41-2.435.492-.932.492-.467.466-.984.466-.466.466-.492.493-.959.492-1.45.958-1.917.492-.466.466-1.45.493-.985.492-1.399.44-.984.518-1.45.492-1.917.44-2.875.493-1.943.466-4.792v-4.792l-.466-3.833-.492-3.394-.44-2.383-.493-2.9-.518-2.384-.44-1.45-.492-1.45-.493-.96-3.833-3.833-1.917-1.942-.492-.44-.492-.493-1.45-.492-1.917-.958-.933-.493-1.943-.958-1.45-.492-1.891-.466-2.435-.492-1.917-.44-1.942-.493h-5.776l-2.383.492-1.917.44-1.943.493-1.89.466-1.451.492-1.943.492-1.45.466-1.425.493-1.45.492-.959.466-1.45.492-.933.492-1.943.44-4.817 2.41-.467.492-2.409 2.409-.492.466-.466.466-.492.984-.959.959-.466.958-1.917 1.917-.492.466-.492.984-2.409 2.41-.44.958-.518.492-.492.932-.492.959-.44.492-1.451 2.9-.492.933-.467.493-.492 1.45-.492.466-.466 1.45-.492.933-.44 1.45-1.451 2.902-.492.492-.492.932-.467.493-1.45 2.9-.492 1.451-.493 1.399-.466 1.943v5.284l.466 4.325.493 1.917.958 1.917.492 1.45.492.467.467.984.984.958.466.959.984.932.44.492.959.492.984.959 1.917.958.933.492 1.502.493 1.399.466.984.466 2.901 1.45h4.3l1.917-.492 2.9-.958 1.451-.466 2.409-.466 1.425-.493 2.9-.492 1.451-.466 1.891-.492 1.943-.959.958-.984.959-.466.984-.933.44-.492 2.901-2.9.959-.493.492-.466.958-.466.933-.467.492-.492.492-.958.958-2.901.492-1.425.467-1.45.492-.492.492-.959.466-4.326.492-1.916.492-3.368v-12.018l-.492-5.284-.492-.959-.466-.932-.984-.959-2.901-1.45h-1.4l-2.434.466-1.45.492-.959.492-.44.467-.984.492-.959.44-.958.984-.985.467-.466.492-.984.492-.466.466-.933.492-1.942.959-.493.492-.958.44-.958.985-.985.466-.44.492-.958.492-.985.958-.958.493-.958.958-.493.44-.492.492-.958.493-.958.958-.467.492-2.409 2.409-.492.44-.466.985-.492.466-.959 1.943-.466.958-.466.984-.492.933-.959 1.916-.492 1.451-.492.984-.466 1.399-.492 1.45v2.435l.492.467.958.932.492.492h.467l1.45-.492.933-.466.984-.466.958-.467 2.41-2.434.466-.467.466-.984.492-.466.492-.933 1.45-1.45.467-.985.492-.466.958-1.942.492-.933 1.451-2.901.44-.958.492-1.917.493-1.45.466-2.902.492-.932 2.409-2.41 1.917-.957.466-.493h3.393l3.393 3.445-.518.415c-4.3 1.14-6.32 11.915-11.397 16.94-4.118 4.04-9.17 11.863-16.474 11.863-2.745 0-7.226-2.927-7.226-5.284v-3.341c0-12.356 17.691-26.602 25.28-32.87 6.191-5.129 8.367-9.714 19.816-7.875 5.076.83 11.656 10.698 11.656 17.2v9.143c0 5.258-12.02 24.763-15.283 27.974-4.766 4.74-19.685 14.79-28.492 14.79h-2.41c-1.32 0-15.23-6.786-16.758-7.77-3.005-2.02-8.729-11.086-8.729-15.8v-9.584c0-2.979 6.035-19.53 7.434-21.94 4.067-7.148 8.6-9.92 12.977-15.826 7.279-9.79 22.56-18.96 39.242-18.96.751 0 12.588 4.351 14.22 5.025 3.911 1.606 7.978 5.206 10.646 8.081 5.44 5.828 4.17 4.274 7.175 12.045 1.01 2.512 3.03 12.666 3.03 15.723v10.568c0 3.937-3.263 12.873-3.16 14.194.415 4.067-3.108 9.35-5.18 12.019-1.606 2.072-7.615 6.035-9.998 7.796-1.606 1.218-3.886 2.28-4.61 4.041-.933 2.357-1.633 3.834-3.394 5.258-9.144 7.46-6.968 10.076-21.007 14.117-7.382 2.098-21.162 5-30.072 5h-1.891c-7.512 0-20.178-9.792-24.426-14.014-3.808-3.808-5.673-5.906-6.631-12.563-.596-3.91-3.108-13.831-3.108-15.696v-10.568c0-7.72 6.605-21.888 9.454-27.56 2.979-5.854 9.532-19.608 13.521-23.468 7.2-7.045 8.6-12.822 19.738-17.277 6.786-2.694 21.395-6.139 30.875-6.139h7.667c18.287 0 59.653 23.235 59.653 39.838v22.587c0 16.551-4.662 22.638-9.713 34.061-1.373 3.109-6.45 8.988-8.73 12.874-2.77 4.74-6.009 8.263-10.334 11.293-3.264 2.28-10.05 7.15-13.366 8.755-5.025 2.435-10.387 3.86-14.453 7.175-5.777 4.662-22.147 10.439-32.844 10.439h-11.06c-8.523 0-13.6-4.637-19.816-6.631-7.46-2.435-13.47-2.176-17.07-8.91-5.258-9.844-13.598-24.142-13.598-38.75v-2.902c0-8.288 2.409-13.469 2.409-23.519 0-12.07-.83-13.624 3.004-22.457 2.98-6.864 4.17-11.475 8.004-17.432 3.6-5.57 6.942-9.066 10.672-14.816 2.383-3.678 8.081-12.408 10.879-15.127 4.144-4.015 10.568-6.631 15.515-9.947 6.968-4.714 26.187-13.443 37.507-13.443h11.526c4.844 0 27.25 3.963 31.756 5.258 9.48 2.72 16.733 7.874 22.95 14.04 8.366 8.366 9.506 11.06 14.868 22.146 2.305 4.766 7.382 23.104 7.382 29.658v3.367c0 4.403-1.373 14.013-2.15 19.012-1.347 8.755-2.616 9.403-5 16.111-2.175 6.14-12.562 20.463-16.758 25.54-6.139 7.46-11.32 19.453-17.121 25.177-2.824 2.797-8.004 8.496-10.568 10.568-3.704 3.083-8.419 6.372-11.786 9.403-9.247 8.47-16.396 9.117-29.529 12.744-5.646 1.58-29.943 7.07-35.848 6.242-7.875-1.14-11.5.26-18.909-2.228-5.154-1.71-11.656-2.952-15.852-5.335-6.32-3.549-20.411-12.149-24.348-17.433-7.667-10.231-10.024-14.738-13.521-28.803-2.539-10.128-3.212-27.43-1.347-38.62 1.01-5.958 2.383-11.138 3.47-17.666 1.374-8.081 1.374-10.775 3.472-17.665 2.9-9.35 7.64-22.224 11.785-30.513 3.86-7.77 11.89-18.805 18.002-24.322 2.901-2.616 8.652-6.605 12.045-9.092 3.73-2.745 8.366-6.864 12.64-8.521 9.636-3.704 19.997-10.128 29.244-13.03 5.128-1.58 9.946-3.418 15.852-5.31 1.813-.595 15.515-3.315 17.355-3.315h2.408c3.238 0 24.245 3.083 26.732 4.041 3.807 1.476 8.314 1.84 12.148 3.212s6.812 3.212 10.153 4.766c8.393 3.86 11.967 7.745 18.91 11.837 5.93 3.523 10.697 9.325 16.706 13.625 8.73 6.216 19.712 24.892 26.524 34.502 4.015 5.698 7.641 13.495 11.578 18.675 2.41 3.186 3.005 7.046 4.689 10.698 1.372 3.082 2.512 9.014 3.833 11.06v.492l.958 1.917h.493v.492l.492.933.466 1.45h.466l.466 1.45.493.959.492 1.425 2.409 4.843.492.933.466.958.492.492.44.959.985.492 1.917 1.917.492.932.958.492 1.45 1.45.467.493.518.958.44.492.492.467.467.932 1.45 1.45.984.493 1.451 1.45.44.493.959.466.984.466.958.466.959.985 2.9 1.45.467.466.958.492.959.959.984.466 1.917.958.466.493 5.802 2.9 1.399.467 1.943.984.958.44 2.901.959.466.492.959.492.492.466 1.917.985.492.466.958.492.466.44 1.45.518 1.451.467 1.917.466 1.45.492 1.425.492 1.45.466 3.394.493 8.626.958h24.529l16.37-.466 1.891-.492 1.45-.493 1.943-.466 1.891-.492 1.45-.492.959-.466 1.943-.467 1.424-.518 1.45-.44 1.918-.492 2.9-.958.933-.493 2.435-.466.958-.492 1.45-.492 1.426-.466.958-.493 1.45-.44 1.943-.984 1.399-.466 1.45-.493 3.886-1.942 1.398-.466.493-.493.958-.492.492-.466.958-.466.985-.466.932-.493.466-.492 2.902-1.45.492-.466 1.942-.985.467-.466.932-.466.984-.466.467-.493.984-.492.466-.466 1.943-.984.932-.467.959-.492.492-.492.958-.466.984-.466 1.451-.467.932-.984 1.917-.958.492-.492 3.86-1.917.932-.466 1.45-.467.493-.492.958-.492.492-.466.959-.492.466-.492.958-.467 1.451-1.45.492-.466.959-.959.958-.492.492-.466.958-.492.933-.492.984-.467.466-.492 1.943-.958.492-.492.959-.44.44-.493 1.943-.958.492-.492.958-.493.492-.466 2.901-1.45.933-.492.958-.44.492-.493.959-.492 1.45-1.45.959-.467.932-.492.492-.492.959-.466.492-.493.958-.492.492-.44.959-.492.492-.466.932-.493.959-.492.492-.466.958-.492.492-.492.959-.466.492-.493.958-.492.492-.44.933-.492 1.943-1.917.958-.492 1.943-1.943.958-.44.44-.492.985-.466.466-.493.984-.492.466-.466 1.943-.984.492-.467.933-.492 1.45-.492.467-.44.492-.492 1.942-.959 1.4-.958.491-.492.959-.492.492-.467.958-.492.984-.958.959-.466.958-.959.933-.492.492-.466.958-.492.492-.492 1.943-.959.958-.958.493-.466.932-.467.958-.984.959-.466.984-.984.958-.467.959-.984.466-.466.958-.492.493-.44 2.9-2.902.959-.492 3.341-3.341.985-.492 1.916-1.943.933-.466.492-.492.958-.493.493-.44.958-.958 1.943-.985 1.424-.466 1.917-.984.984-.959.959-.492.492-.466.958-.466.933-.466.518-.493.44-.492.492-.466.959-.492.984-.958.958-.493 1.45-1.45.493-.44.466-.493.933-.492 2.9-1.45.493-.467.958-.492 1.425-.492 1.45-.466 1.943-.492.959-.44.958-.493.932-.492 1.943-1.917 2.901-1.45.933-.492.958-.44 1.943-.985.492-.466.958-.492 1.45-.959.933-.492.959-.492.492-.466.958-.492.492-.44.959-.493.932-.492 6.786-3.367.933-.492h.466l.984-.44c11.294-5.984 22.64-8.47 36.367-12.2 7.693-2.099 11.294-3.523 20.36-4.17 3.16-.208 6.164-1.555 9.894-2.125 3.575-.544 7.408-.751 11.293-.751h1.891c13.884 0 27.534 1.787 39.916 2.409 1.942.103 15.1 2.953 17.484 3.678 4.662 1.45 9.946 4.248 14.53 6.139 8.963 3.626 19.764 9.247 28.13 13.702 10.284 5.491 15.75 10.024 22.303 19.53 4.014 5.802 11.604 20.748 14.168 27.664 2.098 5.698 3.575 9.35 5 16.085 1.113 5.31 1.035 12.666 1.968 18.676 4.351 27.715-2.59 51.157-12.977 68.175-5.258 8.65-13.107 15.023-20.877 20.929-6.787 5.18-19.582 10.153-30.202 11.604-5.958.829-13.444.803-19.842 1.347-4.999.466-12.692-2.435-17.225-3.368-3.29-.673-13.857-3.47-16.266-4.921-4.378-2.616-9.506-4.662-13.495-7.15-3.704-2.304-10.024-5.024-14.065-7.096-5.984-3.083-7.356-5.18-12.2-8.47-6.268-4.222-15.153-15.982-18.883-22.924-4.248-7.874-10.387-19.737-12.433-29.373-1.45-6.683-2.383-9.843-3.704-17.458-.88-5.284-3.238-9.947-3.238-17.406v-3.368c0-18.494 8.574-34.916 17.899-44.085 10.568-10.413 20.333-20.282 41.236-20.282h7.2c17.045 0 53.93 13.288 62.892 20.748 3.885 3.264 8.159 5.75 11.785 9.377 3.523 3.548 6.217 7.304 9.61 11.086 4.714 5.206 12.355 19.116 13.806 27.482.751 4.455 3.626 9.221 4.844 16.344 1.346 7.978.88 10.49.932 18.754.026 5.076-.181 15.748-1.14 19.944-.7 2.953-1.088 6.398-1.606 8.988-.75 3.523-2.098 4.481-2.927 7.175-5.776 18.909-28.363 29.71-53.462 29.71-18.65 0-47.686-25.177-56.467-36.807-3.833-5.129-6.527-7.227-10.18-13.366-2.434-4.092-6.268-10.645-8.858-14.246-4.274-5.957-3.885-9.869-7.408-15.645-1.71-2.745-3.626-15.153-3.626-19.4v-6.735c0-8.574.984-12.045 3.833-17.795 1.14-2.305 6.32-11.19 7.874-13.262 6.165-8.107 14.661-14.117 28.648-14.117 21.836 0 48.23 10.905 58.799 21.525 5.413 5.414 13.52 15.852 16.292 23.571 1.528 4.326 4.119 9.429 5.983 14.246.881 2.228 5.336 11.553 6.45 13.21v5.777c2.305 3.445 4.352 11.008 4.352 16.81v1.45c0 6.502-8.108 22.484-11.086 26.421-4.067 5.388-15.205 13.003-24.038 13.003h-2.875c-7.512 0-22.095-7.227-27.042-10.516-6.838-4.559-13.676-11.708-19.478-17.51-5.802-5.75-11.734-14.246-15.18-22.302-1.139-2.668-1.035-5.103-2.123-7.486-.984-2.383-1.761-4.015-2.616-6.527-.959-2.953-2.798-11.604-2.798-15.438 0-13.676 7.564-21.835 15.93-27.327 3.756-2.46 12.9-3.134 18.883-2.175 8.263 1.269 9.817 2.305 15.982 5.62 15.308 8.289 12.64 7.357 22.068 21.188 1.347 1.917 3.912 4.507 4.663 6.372 1.088 2.487 1.606 5.57 2.771 7.823 1.554 2.9 5.777 11.449 5.777 15.386v5.284c0 4.766-4.248 12.821-6.269 15.852-2.098 3.212-10.076 7.719-14.427 7.719h-8.626c-13.158 0-30.254-13.521-33-24.245-1.087-4.403-3.263-21.654-1.372-25.98 2.098-4.843 7.46-14.634 13.676-14.634h9.144c19.245 0 34.683 43.723 18.287 43.723h-1.45c-6.528 0-18.288-11.993-18.288-18.287 0-4.507 1.218-7.201 5.776-7.201h.493c2.486 0 6.734 2.124 6.734 4.818 0 1.346-1.114 1.657-1.942 2.383'/%3E%3C/g%3E%3C/svg%3E");
}

.container {
    display: block;
    height: auto;
    width: 100%;
    overflow-x: hidden;
}

.container .topo {
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    z-index: 1;
}

.container .topo--home {
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    background-image: url("/assets/webp/bghome.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    z-index: 1;
}

.topo--home .hero-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    bottom: 15px;
    position: absolute;
}

.topo--home .hero-busca {
    position: relative;
    width: 60%;
    max-width: 600px;
    margin: 0 2rem;
    padding: 0 0 30px 0;
}

.hero-busca .hero-busca-input {
    width: 100%;
    background: #1a1a1a;
    border: none;
    border-bottom: 1px solid #f5f4ef;
    padding: 10px 35px 10px 10px;
    font-family: "TikTok Sans", sans-serif;
    font-size: 1rem;
    color: #f5f4ef;
    outline: none;
    transition: 0.3s;
}

.hero-busca .hero-busca-input:hover {
    background: rgba(26, 26, 26, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-busca .hero-busca-input::placeholder {
    color: rgba(245, 244, 239, 0.7);
}

.hero-busca .busca-btn {
    position: absolute;
    right: 5px;
    top: 28%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 901'%3E%3Cpath fill='none' stroke='%23f5f4ef' stroke-width='30' d='M877.852 878.465 626 626.613'/%3E%3Cpath fill='none' stroke='%23f5f4ef' stroke-width='30' d='M370.5.613c204.485 0 370.5 166.015 370.5 370.5s-166.015 370.5-370.5 370.5S0 575.598 0 371.113 166.015.613 370.5.613m0 30c-187.927 0-340.5 152.573-340.5 340.5s152.573 340.5 340.5 340.5S711 559.04 711 371.113s-152.573-340.5-340.5-340.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    filter: brightness(0) invert(1);
    transition: opacity 0.2s;
}

.hero-busca .busca-btn:hover {
    opacity: 0.8;
}

.topo--home .hero-text {
    margin: 2rem;
    width: fit-content;
    max-width: 113ch;
    z-index: 3;
}

.hero-text h1 {
    font-family: "Tiktok Sans Expanded", sans-serif;
    font-weight: 700;
    font-size: 3.3rem;
    text-transform: uppercase;
    color: #f5f4ef;
    background-color: #1a1a1a;
    padding: 0 0.21em;
    box-decoration-break: clone;
    display: inline;
}

@media screen and (max-width: 700px) {
    .topo--home .hero-text {
        padding: 0.7px;
        max-width: 47ch;
    }

    .hero-text h1 {
        font-size: 1.75rem !important;
    }
}

.container .conteudo {
    background-color: #f5f4ef;
    position: relative;
    z-index: 10;
    margin-top: 100vh;
}

.conteudo .destaque-home {
    background-color: #ff2e28;
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0;
    position: relative;
}

/*
.conteudo .destaque-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/svg/simbolo-bg.svg");
    background-repeat: no-repeat;
    background-position: 155% -10%;
    background-size: 60%;
    pointer-events: none;
    opacity: 1;
    display: block;
    z-index: 1;
}

@media screen and (max-width: 1420px) {
    .conteudo .destaque-home::before {
        background-position: 155% -80%;
    }
}

@media screen and (max-width: 1014px) {
    .conteudo .destaque-home::before {
        visibility: hidden;
        display: none;
    }
}
*/

/*

VIDEO HEADER

.destaque-home .destaque-home-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "title video"
        "paragraph video"
        "button video";
    gap: 20px 40px;
    align-items: start;
    position: relative;
    padding: 15px 0;
}
*/

.destaque-home .destaque-home-wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "title paragraph"
        "button paragraph";
    gap: 20px 40px;
    align-items: start;
    position: relative;
    padding: 15px 0;
}

.destaque-home .destaque-home-wrapper h1 {
    font-family: "TikTok Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 3.1rem;
    color: #1a1a1a;
    line-height: 1;
    grid-area: title;
    margin: 0;
    padding: 0;
    width: 10ch;
}

.destaque-home .destaque-home-wrapper .saibamais-btn {
    font-family: "TikTok Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #f5f4ef;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: fit-content;
    grid-area: button;
    justify-self: start;
    align-self: start;
    padding: 0;
    bottom: 0;
    position: absolute;
}

.destaque-home .destaque-home-wrapper .saibamais-btn:hover {
    color: #f5f4ef;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f5f4ef;
    cursor: pointer;
}

.destaque-home .destaque-home-wrapper p {
    font-family: "TikTok Sans", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #1a1a1a;
    width: 100%;
    max-width: 60ch;
    grid-area: paragraph;
    margin: 0 0 15px 0;
    align-self: start;
}

.destaque-home .destaque-home-wrapper .video-destaque {
    width: 100%;
    height: 30rem;
    margin: 0;
}

.destaque-home .destaque-home-wrapper > video-player,
.destaque-home .destaque-home-wrapper > video-player > video-minimal-skin {
    grid-area: video;
    display: block;
    width: 100%;
    height: 30rem;
    margin: 0;
}

.destaque-home .destaque-home-wrapper > video-player .video-destaque {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .destaque-home .destaque-home-wrapper {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "video"
            "paragraph"
            "button";
        gap: 20px;
    }

    .destaque-home .destaque-home-wrapper h1 {
        font-size: 2.5rem;
        width: 100%;
    }

    .destaque-home .destaque-home-wrapper .saibamais-btn {
        position: relative;
    }

    .destaque-home .destaque-home-wrapper p {
        font-size: 1.1rem;
        max-width: 100%;
    }

    .destaque-home .destaque-home-wrapper .video-destaque {
        width: 100%;
        height: fit-content;
    }
}

.destaque-home h1::selection,
.destaque-home p::selection {
    color: #ff2e28 !important;
    background-color: #f5f4ef !important;
}

.conteudo .edicoes-home,
.conteudo .filmes-home,
.conteudo .filmes-landing {
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0;
    position: relative;
}

.conteudo .edicoes-home > span,
.conteudo .filmes-home > span,
.conteudo .diretores-home > span,
.conteudo .biblioteca-home > span {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    text-transform: uppercase;
}

/*
.conteudo .edicoes-home > .swiper,
.conteudo .filmes-home > .swiper {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    padding: 13px 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
*/

.biblioteca-home .editoriais.swiper {
    overflow: visible !important;
    display: block !important;
}

.biblioteca-home .editoriais .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.biblioteca-home .editoriais .card {
    width: auto !important;
    max-width: 350px !important;
    flex-shrink: 0 !important;
    margin-right: 15px;
}

.biblioteca-home .editoriais.swiper {
    overflow-x: hidden !important;
}
.biblioteca-home .editoriais .swiper-wrapper {
    scrollbar-width: none;
}

.conteudo .edicoes-home > .swiper,
.conteudo .filmes-home > .swiper {
    overflow: hidden;
    padding: 13px 0;
    z-index: 1;
}

.swiper-slide {
    display: block !important;
    flex-shrink: 0 !important;
    position: relative !important;
    transition-property: transform !important;
    width: auto !important;
}

.img-container .poster {
    float: left;
    padding: 5px;
    width: auto;
    height: 18rem;
    user-drag: none;
    user-select: none;
    transition: opacity 0.3s ease;
}

.img-container:hover .poster {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

.filmes-home .img-container {
    flex-shrink: 0;
    width: 350px;
    scroll-snap-align: start;
    position: relative;
}

.img-container .filme {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
}

.img-container:hover .filme {
    filter: brightness(0.7);
}

.edicoes-home figcaption {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 15px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99999;
}

.filmes-home figcaption,
.filmes-landing figcaption {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 15px;
    bottom: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.img-container:hover figcaption {
    text-decoration: none;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.img-container figcaption > .edicao,
.img-container figcaption > .titulo {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #f5f4ef;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.img-container figcaption > .ano,
.img-container figcaption > .diretor {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    color: #f5f4ef;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.edicoes-home .img-container {
    flex-shrink: 0;
    height: 18rem;
    scroll-snap-align: start;
    position: relative;
}

.edicoes-home .img-container .poster {
    height: 100%;
    width: auto;
    display: block;
}

.diretores-home {
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.diretores-home .lista {
    width: 100%;
    height: auto;
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.container .diretores-home .item {
    width: auto;
    max-width: fit-content;
    min-width: 225px;
    height: 4.5rem;
    margin: 0;
    display: block;
    position: relative;
}

.container .diretores-home .item button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;

    padding: 5px 15px;
    margin: 0;
    color: #ff2e28 !important;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #ff2e28;
}
.container .diretores-home .item button:hover,
.item button:active {
    color: #f5f4ef !important;
    background-color: #ff2e28;
    border: none !important;
    text-decoration: none;
    transition: 0.2s;
}

/* botões "ver todos" (home) */
.section-header {
    display: flex;
    align-items: left;
    gap: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.section-header span {
    font-family: "TikTok Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.ver-todos-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "TikTok Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    padding: 0.5px 0;

    /* always visible */
    /* opacity: 0;
       pointer-events: none; */
    opacity: 1;
    pointer-events: auto;

    transition:
        opacity 0.3s ease,
        border-color 0.3s ease;
    cursor: pointer;
}

/* icon */
.ver-todos-btn .icon-setadireita {
    width: 1em;
    height: 1em;
    background-color: currentColor;
    transition: background-color 0.3s ease;
}

/* always visible
.edicoes-home:hover .ver-todos-btn,
.filmes-home:hover .ver-todos-btn,
.diretores-home:hover .ver-todos-btn {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 999px) {
    .ver-todos-btn {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}
*/

.ver-todos-btn:hover {
    border-bottom-color: #ff2e28;
    color: #ff2e28;
}

.item .pessoa {
    font-family: "Tiktok Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.item .nacionalidade {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.filtragem {
    font-family: "Tiktok Sans Condensed", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.filtragem button {
    text-align: center !important;
    padding: 12.5px 0 !important;
}

.conteudo .biblioteca-home {
    width: 100%;
    height: auto;
    padding: 25px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.biblioteca-home .editoriais {
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    cursor: grab;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.biblioteca-home .editoriais:active {
    cursor: grabbing;
}

.biblioteca-home .editoriais::-webkit-scrollbar {
    display: none;
}

.biblioteca-home .card {
    width: fit-content;
    max-width: 350px;
    height: auto;
    padding: 15px 0;
}

.card img {
    flex-shrink: 0;
    width: 350px;
    scroll-snap-align: start;
    position: relative;
}

.card span {
    display: block;
    position: relative;
    line-break: auto;
}

.card .titulo-editorial {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.card .descricao-editorial {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
}

.button--mais {
    border: 0;
    border-bottom: 1px solid #ff2e28;
    color: #ff2e28;
    padding: 5px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
    margin: 10px 0 32px 0;
    transition-duration: 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    background-color: transparent;
}

.button--mais:hover {
    border-bottom: 0;
    color: #f5f4ef;
    background-color: #ff2e28;
}

/* MAP HOME */
.map-wrapper {
    display: flex;
    gap: 0 2.5em;
    padding: 45px 25px;
}

.map-wrapper .map-section-header {
    position: absolute;
    margin: 3em 5em;
    z-index: 1000;
    width: 30ch;
    max-width: 400px;
    text-wrap: balance;
}

.map-wrapper .map-section-header h2 {
    font-family: "TikTok Sans Condensed";
    font-size: 2.1em;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 0.2em;
}

.map-wrapper .map-section-header p {
    font-family: "TikTok Sans";
    font-weight: 400;
    margin-top: 0.5em !important;
    font-size: 0.9em;
    color: #1a1a1a;
    opacity: 0.8;
}

.map-section-header .zoom-aviso {
    font-family: "TikTok Sans";
    font-weight: 400;
    margin-top: 5em !important;
    font-size: 0.7rem !important;
}

.map-wrapper .map-home {
    width: 100%;
    height: 70vh;
    background-color: rgba(245, 244, 239, 0.7) !important;
}

@media screen and (max-width: 500px) {
    .map-wrapper .map-home {
        height: 85vh !important;
        max-height: 900px !important;
    }

    .map-section-header .zoom-aviso {
        visibility: hidden;
        display: none;
    }
}

.map-section-header .map-home-control {
    display: flex;
    gap: 0.5em;
    margin: 15px auto;
}

.map-home-control .selected {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: 1rem;
    color: #ff2e28 !important;
    background-color: #f5f4ef !important;
    border: none;
    border-color: transparent;
    padding: 5px 9px;
}

.map-home-control .map-btn {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: 1rem;
    color: #f5f4ef;
    background-color: #ff2e28;
    border: none;
    border-color: transparent;
    padding: 5px 9px;
}

.map-home-control .map-btn:hover {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: 1rem;
    color: #ff2e28;
    background-color: #f5f4ef;
}

.map-wrapper .map-home #map {
    height: 100%;
    width: 100%;
}

.leaflet-control-zoom {
    background-color: #2c2c2c !important;
    color: #f5f4ef !important;
    border-color: #444 !important;
}

.leaflet-control-zoom a {
    background-color: #2c2c2c !important;
    color: #f5f4ef !important;
    border-color: #444 !important;
}

.leaflet-control-zoom a:hover {
    background-color: #000000 !important;
}

.leaflet-control-attribution a,
a:visited {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: inherit;
    color: #1a1a1a !important;
    text-decoration: none;
}

.leaflet-container {
    mix-blend-mode: multiply;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}
/* FIM DE MAP HOME */

/* INÍCIO DE ESTILOS DE SUB-PÁGINAS */
.no-hero {
    padding-top: 70px !important;
}

.container .topo--template {
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    height: 40vh;
    width: 100%;
    display: block;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    z-index: 1;
}

.container:has(.topo--template) .conteudo {
    margin-top: 40vh;
}

body.no-hero .conteudo {
    margin-top: 0 !important;
}

body.landing-item .topo--template {
    height: 40vh;
}

.topo--template img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

body.landing-item .conteudo {
    margin-top: 40vh;
}

@media screen and (max-width: 570px) {
    body.landing-item .conteudo {
        margin-top: 20vh;
    }

    .container:has(.topo--template) .conteudo {
        margin-top: 20vh;
    }
}

body.landing-item .filmes-landing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 25px 0;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}

.filmes-landing .img-container {
    flex-shrink: 1 !important;
    width: 391px !important;
    scroll-snap-align: start !important;
    position: relative !important;
}

.container .filmes-landing {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: fit-content;
    gap: 15px;
    justify-content: space-between;
}

/* PÁGINA DE ITEM */
.landing-item {
    background-color: #f5f4ef;
}

.item-page {
    display: block;
    width: 100%;
    min-height: 100vh;
}

.item-page .item-hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    z-index: 1;
}

.item-page .hero-background {
    top: 0;
    margin: 0;
    padding: 0;
    border: none;
    height: 50%;
    width: 100%;
    display: block;
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    z-index: 1;
}

.item-page .item-type-label {
    font-family: "Tiktok Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff2e28;
    border-bottom: 1px solid #ff2e28;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.item-page .item-title {
    font-family: "Tiktok Sans Condensed", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.item-page .item-title-transl {
    font-family: "Tiktok Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.item-page .item-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.item-page .item-director,
.item-page .item-country,
.item-page .item-year,
.item-page .item-edition-date,
.item-page .item-edition-transl {
    font-family: "Tiktok Sans", sans-serif;
    font-size: 0.9rem;
    color: #ff2e28;
}

.deceased::before {
    content: "\2014";
    margin-left: -10px !important;
}

.item-page .item-director {
    font-weight: 700;
}

.item-page .item-edition-transl {
    font-weight: 700;
}

.item-page .share-btn {
    background: transparent;
    border: none;
    color: #ff2e28;
    cursor: pointer;
    font-family: "Tiktok Sans", sans-serif;
    font-size: 0.8rem;
    padding: 6.5px 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    margin-left: auto;
    width: 2rem;
    height: 2rem;
}

.item-page .share-btn:hover {
    color: #f5f4ef;
    background-color: #ff2e28;
}

.item-page .share-btn i {
    width: 1.1rem;
    height: 1.1rem;
}

.default-form .header-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 0 30px 0;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    min-width: 360px;
    overflow-x: visible;
    z-index: 99999;
}

.header-content .header-content--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    height: fit-content;
    width: 100%;
    max-width: 100%;
    min-width: 360px;
    overflow-x: visible;
    z-index: 99999;
}

.header-content--wrapper .technical-sheet {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    height: fit-content;
    width: 95%;
    overflow-x: visible;
    z-index: 99999;
}

.header-content--wrapper .technical-sheet .item-title {
    font-size: 3rem;
    margin-bottom: 0;
}

/* lista de propriedades do item */
.item-page .flex-container {
    background-color: #f5f4ef;
    margin-top: 50vh;
    padding: 15px 30px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 99999;
}

.flex-container {
    display: block;
    width: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: 30% 65%;
    gap: 4em 5%;
    margin-top: 2em;
    align-self: start;
}

.item-header-container {
    position: sticky !important;
    top: 70px !important;
}

.item-header-container h4 {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ff2e28;
}

@media (max-width: 900px) {
    .item-header-container {
        position: inherit !important;
        margin-bottom: 2em;
    }
}

#item-header .img-trailer,
#item-header .img-pessoa,
#item-header .img-poster {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: fit-content;
}

.img-trailer img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

@media screen and (min-width: 1200px) {
    .img-trailer img {
        width: 33.5vw;
    }
}

.img-pessoa img {
    display: block;
    width: 16vw;
    height: auto;
    aspect-ratio: 4 / 4;
    object-fit: contain;
    border-radius: 230px;
}

.img-poster img {
    display: block;
    width: 18vw;
    height: auto;
    object-fit: cover;
}

.awards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}

@media screen and (min-width: 1200px) {
    .awards-wrapper {
        width: 33.5vw;
    }
}

.img-trailer-awarded {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 15px;
    position: relative;
}

.img-trailer-awarded:hover {
    color: #f5f4ef !important;
    background-color: #ff2e28;
}

.img-trailer-awarded:hover a {
    color: #f5f4ef !important;
}

.img-trailer-awarded a,
a:visited {
    color: #1a1a1a !important;
    text-decoration: none;
}

.img-trailer-awarded img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.img-trailer-awarded .awarded-film {
    display: grid;
    grid-template-areas: "title award";
    gap: 3px;
    width: 100%;
}

.awarded-film .title {
    font-family: "TikTok Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
    color: #1a1a1a;
    text-transform: capitalize;
    display: block;
    grid-area: title;
}

.awarded-film .award {
    font-family: "TikTok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
    color: #1a1a1a;
    display: block;
    grid-area: award;
}

@media screen and (max-width: 870px) {
    .img-pessoa img {
        width: 65vw !important;
        border-radius: 400px;
    }

    .img-poster img {
        width: 65vw !important;
        object-fit: cover;
    }
}

.img-poster button,
.img-trailer button {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f5f4ef;
    border: none;
    border-bottom: 2px solid #ff2e28;
    color: #ff2e28;
    font-family: "Tiktok Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 24px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    z-index: 200;
}

.img-trailer i,
.img-poster i {
    margin: 0 !important;
}

.img-poster button:hover,
.img-trailer button:hover {
    background: #ff2e28;
    color: #f5f4ef;
    border-bottom-color: #f5f4ef;
}

#item-header .item-header-edicoes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 30px 0;
    text-transform: uppercase !important;
}

.item-header-edicoes h4 {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #ff2e28;
}

.item-header-edicoes .left-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3px;
    justify-content: space-between;
}

.item-header-edicoes .sessoes-premiacoes {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3px;
    border-bottom: 1px solid #ff2e28;
    margin-bottom: 25px;
    width: 45%;
    justify-content: space-between;
    hyphens: auto;
}

@media screen and (min-width: 1200px) {
    .item-header-edicoes .left-container {
        justify-content: space-between;
        width: 33.5vw;
    }
}

@media screen and (max-width: 768px) {
    .item-header-edicoes .left-container {
        flex-direction: column;
        gap: 20px;
    }
    .item-header-edicoes .sessoes-premiacoes {
        flex: 1 1 auto;
        width: 100%;
    }
    .item-header-edicoes .sessoes-premiacoes * {
        text-align: left;
    }
}

.sessoes-premiacoes .filme-edicao,
.sessoes-premiacoes .filme-edicao:visited,
.sessoes-premiacoes .filme-sessao,
.sessoes-premiacoes .filme-sessao:visited {
    font-family: "Tiktok Sans", sans-serif;
    font-size: 0.8rem !important;
    color: #ff2e28 !important;
    text-decoration: none;
    background-image: linear-gradient(#ff2e28 0 0);
    background-position: 0 100%;
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition:
        background-size 0.3s,
        background-position 0s 0.3s;
}

.sessoes--wrapper .filme-premio > i {
    margin-top: 4px !important;
    font-size: 1.1rem;
}

.sessoes-premiacoes .filme-edicao:hover,
.sessoes-premiacoes .filme-sessao:hover {
    background-position: 100% 100%;
    background-size: 100% 2px;
    text-decoration: none !important;
}

.sessoes-premiacoes .sessoes--wrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 5px;
    width: auto;
}

.sessoes-premiacoes .premios--wrapper {
    display: inline-flex;
    flex-direction: row;
    gap: 0;
    padding-bottom: 5px;
    width: 35rem;
}

@media screen and (max-width: 600px) {
    .sessoes-premiacoes .premios--wrapper {
        display: grid;
        grid-template-areas: "filme-premio filme-premio";
        width: 3rem;
        gap: 1.3rem;
    }
}

.premios--wrapper .filme-premio i {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 4px;
}

.premios--wrapper .filme-premio b {
    font-size: 0.8rem;
}

.sessoes-premiacoes .filme-edicao {
    font-weight: 700;
    font-size: 1.3rem !important;
    line-height: 0.85;
    width: min-content;
    padding-bottom: 9px;
    flex-shrink: 0;
    white-space: wrap;
}

.sessoes-premiacoes .filme-edicao em {
    font-weight: 700;
    font-size: 2.3rem !important;
    font-style: normal !important;
}

.sessoes-premiacoes .filme-premio {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    justify-content: flex-start;
    gap: 0;
    border-left: 1px solid #ff2e28;
}

.sessoes-premiacoes .filme-premio,
.sessoes-premiacoes .filme-premio:visited {
    font-family: "Tiktok Sans", sans-serif;
    font-size: 0.8rem !important;
    font-weight: 400;
    font-size: 1rem !important;
    line-height: 1.1;
    color: #ff2e28 !important;
    border-left: 1px solid #ff2e28;
    width: 9rem;
    padding: 9px;
    text-decoration: none;
}

.sessoes-premiacoes .filme-premio:hover {
    color: #f5f4ef !important;
    background-color: #ff2e28;
    text-decoration: none;
    transition: 0.5s ease;
}

.sessoes-premiacoes .filme-sessao {
    font-weight: 400;
    font-size: 1.3rem;
}

.hyphenate {
    hyphens: auto !important;
}

.item-properties a,
a:visited {
    color: #1a1a1a !important;
    text-decoration: none;
}

.item-properties a:hover {
    text-decoration: underline;
}

.default-form .property-fieldset {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    padding: 0;
}

.property-row {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #1a1a1a;
}

.property-row .value-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.value-description span {
    display: inline-block;
    white-space: pre-line;
    margin-bottom: 15px;
}

.item-specs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5rem;
    position: relative;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
}

.list-table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    position: relative;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
    border-bottom: 1px solid #1a1a1a;
}

.list-table-string {
    font-family: "TikTok Sans", sans-serif;
    color: #1a1a1a;
    font-size: 0.8rem;
    line-height: 0.43;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
    width: fit-content;
}

.list-table-string .property-value-row {
    font-weight: 400;
}

.list-table-string .property-label {
    font-weight: 700;
}

.list-table-string .property-value {
    width: max-content;
}

.list-table-string .property-value::after {
    content: ",";
}

.list-table-string .property-value:last-child::after {
    content: "";
    margin-right: 5px;
}

.list-table--dropdown {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
    position: relative;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #1a1a1a;
}

.list-table--dropdown .dropdown-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title show-more";
    justify-content: space-between;
}

.list-table--string,
.list-table--awarded,
.list-table--screening,
.list-table--director {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3px;
    position: relative;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
}

.list-table--awarded .property-value .awarded-name,
.list-table--screening .property-value .screening-name,
.list-table--director .property-value .screening-name {
    font-weight: 700 !important;
}

.list-table--awarded .property-value a,
.list-table--screening .property-value a,
.list-table--director .property-value a,
.list-table--juri .property-value a {
    color: #ff2e28 !important;
}

.list-table--juri .juri-name a,
a:visited {
    color: #1a1a1a !important;
}

.list-table--awarded .property-value .comma::after,
.list-table--screening .property-value .comma::after {
    content: ",";
}

.list-table--awarded .property-value .comma:last-child::after,
.list-table--screening .property-value .comma:last-child::after {
    content: "" !important;
}

.director-name {
    margin: 0 15px;
}

.list-table--awarded .award-title,
.list-table--screening .screening-title,
.list-table--director .filmmaker-name,
.list-table--juri .juri-name {
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

@media screen and (max-width: 800px) {
    .item-specs {
        flex-direction: column;
        gap: 1rem;
    }

    .list-table-wrapper {
        width: 100% !important;
    }

    .list-table .property-value-row {
        display: flex;
        flex-direction: column !important;
        gap: 0 !important;
    }
}

.list-header {
    color: #ff2e28;
}

.opt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.item-properties .sub-list-header a,
a:visited {
    font-size: 0.85rem;
    color: #ff2e28 !important;
    text-decoration: none;
}

.item-properties .sub-list-header a:hover {
    text-decoration: underline;
}

.list-table-wrapper {
    display: grid;
    grid-template-columns: 2fr;
    gap: 0.5rem;
    width: 75%;
    padding-bottom: 30px;
}

.list-table-string-wrapper {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 30px 0 30px 0;
}

.list-table-string-wrapper .technical-sheet-wrapper {
    font-family: "TikTok Sans", sans-serif;
    color: #1a1a1a;
    font-size: 0.8rem;
    line-height: 1.3;
    text-align: justify;
    text-justify: inter-word;
    display: block;
    margin: 0;
    padding: 0;
    white-space: wrap;
    word-break: normal;
    word-spacing: -0.05em;
    letter-spacing: 0.002em;
}

.list-table-wrapper > .swiper {
    overflow: hidden;
    display: block;
    width: 100%;
    z-index: 1;
}

.list-table-wrapper > .swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.list-table-wrapper .img-container {
    width: 18rem !important;
    flex-shrink: 0 !important;
    margin-right: 10px;
    position: relative;
}

.list-table-wrapper > .img-container .filme {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.list-table-wrapper figcaption,
.list-table-wrapper figcaption {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 15px;
    bottom: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.list-table-wrapper .img-container:hover figcaption {
    text-decoration: none;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.list-table-wrapper .img-container figcaption > .titulo {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    color: #f5f4ef;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.list-table-wrapper .img-container figcaption > .ano,
.list-table-wrapper .img-container figcaption > .diretor {
    font-family: "Tiktok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    color: #f5f4ef;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.list-table .property-label {
    float: left;
    margin-bottom: 5px;
}

.list-table--dropdown .property-label .dropdown-title {
    font-weight: 700 !important;
    grid-area: title;
}

.list-table .property-value,
.list-table--dropdown .property-value {
    float: right;
    margin-bottom: 5px;
}

.list-table--dropdown .dropdown-text {
    width: 100%;
    height: fit-content;
}

.list-table--dropdown .dropdown-text p {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: 15pt;
    line-height: 16pt;
    display: block;
    text-transform: none;
    padding: 5px;
    margin-bottom: 15px;
}

.list-table .property-value-row,
.list-table--dropdown .property-value-row {
    display: block;
    float: right;
    text-align: right;
}

.list-table .property-label *,
.list-table .property-label .property-hyperlink *,
.list-table .property-value .property-value-row * {
    color: #1a1a1a !important;
}

.property-value-row .property-hyperlink::after,
.list-table--dropdown .property-hyperlink::after {
    content: "," !important;
}

.property-value-row .property-hyperlink:last-child::after,
.list-table--dropdown .property-hyperlink:last-child::after {
    content: "" !important;
}

.list-table--dropdown .dropdown-text {
    display: none;
}

.list-table--dropdown.expanded .dropdown-text {
    display: block;
}

.list-table--dropdown.expanded .show-more i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

/* fim de lista de propriedades do item */

.item-page * {
    pointer-events: auto !important;
}

.show-more {
    position: relative;
}

.dropdown-button {
    grid-area: show-more;
}

.show-more button {
    font-family: "TikTok Sans";
    font-weight: 400;
    font-size: 0.8rem;
    color: #ff2e28;
    padding: 3px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

.show-more button:hover {
    border-bottom: 1px solid #ff2e28;
    background-color: transparent;
}

.show-more i {
    color: #ff2e28;
    margin-left: 8px;
    margin-bottom: 1.5px;
    display: inline-block;
}

.list-table-wrapper:not(.expanded) .list-table--awarded:nth-child(n + 5),
.list-table-wrapper:not(.expanded) .list-table--screening:nth-child(n + 5),
.list-table-wrapper:not(.expanded) .list-table--director:nth-child(n + 5) {
    display: none;
}

.list-table-wrapper.expanded .show-more i {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}
/* FIM DE PÁGINA DE ITEM */

/* INÍCIO DE PÁGINA DE EDIÇÕES*/
body.page-edicoes .container,
.timeline-edicoes,
.timeline-wrapper,
.timeline-years,
.timeline-line,
.timeline-content {
    scroll-behavior: smooth;
}

body.page-edicoes .container * {
    background-color: #1a1a1a !important;
}

body.page-edicoes .timeline-edicoes {
    width: auto;
    height: 75dvh;
    margin: auto 15px;
    padding: 2rem 1rem;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
}

body.page-edicoes .timeline-wrapper {
    display: flex;
    gap: 4rem;
    position: relative;
}

body.page-edicoes .timeline-years {
    flex: 0 0 75px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 75dvh;
    width: fit-content;
    min-width: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
}

body.page-edicoes .timeline-years ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #f5f4ef;
    position: relative;
}

body.page-edicoes .timeline-years li {
    margin: 0;
    padding: 0.3rem 0 0.5rem 1.5rem;
    position: relative;
}

body.page-edicoes .timeline-years li::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0.8rem;
    width: 1rem;
    height: 1px;
    background: #f5f4ef;
}

body.page-edicoes .timeline-years a {
    font-family: "TikTok Sans", sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    text-decoration: none;
    color: #f5f4ef !important;
    transition: color 0.2s;
}

body.page-edicoes .timeline-years a:hover {
    color: #ff2e28 !important;
}

body.page-edicoes .timeline-years a.active {
    color: #ff2e28 !important;
}

body.page-edicoes .timeline-content {
    flex: 1;
}

body.page-edicoes .block-edicao {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    margin-bottom: 4rem;
    border-bottom: 1px solid #f5f4ef;
    scroll-margin-top: 80px;
    justify-content: space-between;
}

.block-edicao .edicao-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    order: 0;
}

.block-edicao .edicao-poster {
    direction: rtl;
    margin: 0;
    padding: 0;
    display: block;
    order: 1;
}

.block-edicao .edicao-poster img {
    height: 600px;
    width: auto;
    object-fit: cover;
}

.edicao-info h2 {
    font-family: "TikTok Sans Condensed", sans-serif;
    font-size: 2.5rem;
    color: #ff2e28;
    margin-bottom: -45px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 100;
}

.edicao-info h1 {
    font-family: "TikTok Sans Condensed", sans-serif;
    font-size: 13rem;
    color: #ff2e28;
    display: inline-block;
}

.edicao-info .edicao-sinopse {
    font-family: "TikTok Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #f5f4ef;
    max-width: 40ch;
    margin-bottom: 1rem;
}

.edicao-info .edicao-cartaz-info {
    font-family: "TikTok Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    color: #f5f4ef;
    max-width: 40ch;
    display: block;
    margin-bottom: 2.5rem;
}

.edicao-info .edicao-cartaz-info a::before {
    content: "";
    padding-left: 7px;
}

.edicao-info .edicao-cartaz-info a,
a:visited {
    color: #f5f4ef;
    text-decoration: underline;
}

.edicao-info .edicao-cartaz-info a:hover {
    color: #f5f4ef;
    text-decoration: none;
}

.edicao-info .irpara-btn {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ff2e28;
    color: #ff2e28;
    cursor: pointer;
    font-family: "Tiktok Sans", sans-serif;
    font-size: 1rem;
    padding: 5px 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 6.7rem;
    margin-bottom: 4.3rem;
}

.edicao-info .irpara-btn:hover {
    color: #f5f4ef;
    background-color: #ff2e28 !important;
    border-bottom-color: transparent;
}

.edicao-info .irpara-btn .icon-setadireita {
    background-color: #ff2e28 !important;
    margin-left: 6px;
}

.edicao-info .irpara-btn:hover .icon-setadireita {
    background-color: #f5f4ef !important;
}

/* responsividade */
@media screen and (max-width: 1024px) {
    body.page-edicoes .block-edicao {
        grid-template-columns: 1fr;
    }

    .block-edicao .edicao-poster {
        order: 0;
    }

    .block-edicao .edicao-info {
        order: 1;
    }

    .edicao-info .edicao-sinopse {
        font-size: 0.9rem;
    }

    .edicao-info .edicao-cartaz-info {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 700px) {
    body.page-edicoes .timeline-years {
        flex: 0 0 40px;
    }

    .block-edicao .edicao-poster img {
        max-height: 360px;
    }

    .edicao-info h1 {
        font-size: 8rem;
        margin-top: 20px;
    }
}
/* FIM DE PÁGINA DE EDIÇÕES*/

/* INÍCIO DE GO TO TOP */
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #ff2e28;
    outline: none;
    background-color: #f5f4ef;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='900px' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;' id='svg3' sodipodi:docname='paracima.svg' inkscape:version='1.4.3 (0d15f75, 2025-12-25)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs3' /%3E%3Csodipodi:namedview id='namedview3' pagecolor='%23ffffff' bordercolor='%23ff2e28' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:zoom='0.32684047' inkscape:cx='345.73442' inkscape:cy='435.99252' inkscape:window-width='1680' inkscape:window-height='992' inkscape:window-x='0' inkscape:window-y='30' inkscape:window-maximized='1' inkscape:current-layer='g3' /%3E%3Crect id='parabaixo' x='0.496' y='0' width='900' height='900' style='fill:none;' /%3E%3CclipPath id='_clip1'%3E%3Crect x='0.496' y='0' width='900' height='900' id='rect1' /%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)' id='g3'%3E%3Cg id='g2' transform='matrix(1,0,0,-1,0,900)'%3E%3Cpath d='M 878.348,236.074 450.496,663.926' style='fill:none;stroke:%23ff2e28;stroke-width:30px' id='path1' /%3E%3Cpath d='M 22.644,236.074 450.496,663.926' style='fill:none;stroke:%23ff2e28;stroke-width:30px' id='path2' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease;
}

#topBtn:hover {
    background-color: #ff2e28;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='901px' height='900px' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-miterlimit:1.5;' id='svg3' sodipodi:docname='paracima.svg' inkscape:version='1.4.3 (0d15f75, 2025-12-25)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs3' /%3E%3Csodipodi:namedview id='namedview3' pagecolor='%23ffffff' bordercolor='%23f5f4ef' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:zoom='0.32684047' inkscape:cx='345.73442' inkscape:cy='435.99252' inkscape:window-width='1680' inkscape:window-height='992' inkscape:window-x='0' inkscape:window-y='30' inkscape:window-maximized='1' inkscape:current-layer='g3' /%3E%3Crect id='parabaixo' x='0.496' y='0' width='900' height='900' style='fill:none;' /%3E%3CclipPath id='_clip1'%3E%3Crect x='0.496' y='0' width='900' height='900' id='rect1' /%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)' id='g3'%3E%3Cg id='g2' transform='matrix(1,0,0,-1,0,900)'%3E%3Cpath d='M 878.348,236.074 450.496,663.926' style='fill:none;stroke:%23f5f4ef;stroke-width:30px' id='path1' /%3E%3Cpath d='M 22.644,236.074 450.496,663.926' style='fill:none;stroke:%23f5f4ef;stroke-width:30px' id='path2' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #ff2e28;
    transform: scale(1.05);
}
/* FIM DE GO TO TOP */

/* FIM DE ESTILOS DE SUB-PÁGINAS */

/* INÍCIO DE ESTILOS DE RESPONSIVIDADE */
/* responsividade (landing-item) */
@media (max-width: 1000px) {
    .grid-container {
        grid-template-columns: 1fr;
        gap: 2em;
        margin-top: 0.7em;
    }
}

@media screen and (min-width: 1080px) {
    .item-properties {
        margin-top: -30%;
        background: #f5f4ef;
        padding: 30px 30px;
    }
}

@media screen and (max-width: 850px) {
    .header-content--wrapper .technical-sheet .item-title {
        font-size: 2rem;
    }

    .header-content--wrapper .technical-sheet .item-title-original {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 480px) {
    .header-content--wrapper .technical-sheet .item-meta {
        gap: 10px;
        font-size: 0.7rem;
    }

    .header-content--wrapper .technical-sheet .item-title {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 1200px) {
    body.landing-item .filmes-landing {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    body.landing-item .filmes-landing {
        grid-template-columns: repeat(2, 1fr);
    }

    .item-page .grid-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 2rem !important;
        grid-template-columns: none !important;
        margin-bottom: 50px;
    }

    .item-page .item-properties,
    .item-page .default-form {
        display: contents !important;
    }

    .item-page .header-content {
        order: 1 !important;
        margin-bottom: 1.5rem !important;
    }

    .item-page #item-header {
        order: 2 !important;
    }

    .item-page .property-row,
    .item-page .property-fieldset,
    .item-page .property-grid {
        order: 3 !important;
    }
}

@media screen and (max-width: 600px) {
    body.landing-item .filmes-landing {
        grid-template-columns: 1fr;
    }
}
/* fim de responsividade (landing-item) */

@media screen and (max-width: 500px) {
    .item .pessoa {
        font-size: 1.7rem;
    }

    .filtragem {
        font-size: 1.7rem;
    }

    .filtragem a {
        margin: 5px 25px;
    }

    .diretores-home .lista {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        cursor: grab;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        scrollbar-color: #ff2e28 #f5f4ef;
    }

    body.page-item .diretores-home .lista {
        flex-wrap: wrap;
    }

    body.page-edicoes .diretores-home .lista {
        flex-wrap: wrap;
    }

    .diretores-home .lista:active {
        cursor: grabbing;
    }

    .diretores-home .item {
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    body.landing-item .diretores-home .lista {
        overflow-x: visible !important;
        overflow-y: visible !important;
        flex-wrap: wrap !important;
        flex-direction: column !important;
        cursor: default !important;
        scrollbar-width: auto !important;
    }

    body.landing-item .diretores-home .lista:active {
        cursor: default !important;
    }

    body.landing-item .diretores-home .item {
        scroll-snap-align: none !important;
        flex-shrink: 1 !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    body.landing-item .filmes-subnav {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    body.landing-item .filmes-filters {
        gap: 15px;
    }
}
/* FIM DE ESTILOS DE RESPONSIVIDADE */
