﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-cd:before {
    content: "";
}

.glyphicon-save-file:before {
    content: "";
}

.glyphicon-open-file:before {
    content: "";
}

.glyphicon-level-up:before {
    content: "";
}

.glyphicon-copy:before {
    content: "";
}

.glyphicon-paste:before {
    content: "";
}

.glyphicon-alert:before {
    content: "";
}

.glyphicon-equalizer:before {
    content: "";
}

.glyphicon-king:before {
    content: "";
}

.glyphicon-queen:before {
    content: "";
}

.glyphicon-pawn:before {
    content: "";
}

.glyphicon-bishop:before {
    content: "";
}

.glyphicon-knight:before {
    content: "";
}

.glyphicon-baby-formula:before {
    content: "";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "";
}

.glyphicon-bed:before {
    content: "";
}

.glyphicon-apple:before {
    content: "";
}

.glyphicon-erase:before {
    content: "";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "";
}

.glyphicon-duplicate:before {
    content: "";
}

.glyphicon-piggy-bank:before {
    content: "";
}

.glyphicon-scissors:before {
    content: "";
}

.glyphicon-bitcoin:before {
    content: "";
}

.glyphicon-btc:before {
    content: "";
}

.glyphicon-xbt:before {
    content: "";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "";
}

.glyphicon-ice-lolly:before {
    content: "";
}

.glyphicon-ice-lolly-tasted:before {
    content: "";
}

.glyphicon-education:before {
    content: "";
}

.glyphicon-option-horizontal:before {
    content: "";
}

.glyphicon-option-vertical:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "";
}

.glyphicon-modal-window:before {
    content: "";
}

.glyphicon-oil:before {
    content: "";
}

.glyphicon-grain:before {
    content: "";
}

.glyphicon-sunglasses:before {
    content: "";
}

.glyphicon-text-size:before {
    content: "";
}

.glyphicon-text-color:before {
    content: "";
}

.glyphicon-text-background:before {
    content: "";
}

.glyphicon-object-align-top:before {
    content: "";
}

.glyphicon-object-align-bottom:before {
    content: "";
}

.glyphicon-object-align-horizontal:before {
    content: "";
}

.glyphicon-object-align-left:before {
    content: "";
}

.glyphicon-object-align-vertical:before {
    content: "";
}

.glyphicon-object-align-right:before {
    content: "";
}

.glyphicon-triangle-right:before {
    content: "";
}

.glyphicon-triangle-left:before {
    content: "";
}

.glyphicon-triangle-bottom:before {
    content: "";
}

.glyphicon-triangle-top:before {
    content: "";
}

.glyphicon-console:before {
    content: "";
}

.glyphicon-superscript:before {
    content: "";
}

.glyphicon-subscript:before {
    content: "";
}

.glyphicon-menu-left:before {
    content: "";
}

.glyphicon-menu-right:before {
    content: "";
}

.glyphicon-menu-down:before {
    content: "";
}

.glyphicon-menu-up:before {
    content: "";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, #index_carousel .ban_dk,
#index_carousel .txt_dk,
#index_carousel .ban_mo,
#index_carousel .txt_mo, #sanav .navbar-brand img, .app_native#main header #float img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "— ";
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: "";
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: " —";
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1000px; /*updated*/
    }
}

@media (min-width: 1100px) {
    .container {
        width: 1010px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1240px; /*updated*/
    }
}

.container-fluid, .index_sec, #index_carousel, .app_native#main header {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, #contactform .contactTil, .contactus .contactTil, .col-lg-6, .app_native#main header .head_p p, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .contactus .contactTil, .col-md-5, .contactus .contact_info, .col-md-6, #contactform .contactform, .contactus .contactform, .app_native .content .features section, .col-md-7, .col-md-8, .top_c p, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, #contactform .contactTil, .contactus .contactTil, .col-md-5, .contactus .contact_info, .col-md-6, #contactform .contactform, .contactus .contactform, .app_native .content .features section, .col-md-7, .col-md-8, .app_native#main header .head_p p, .top_c p, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8, .app_native#main header .head_p p, .top_c p {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6, #contactform .contactform, .contactus .contactform, .app_native .content .features section {
        width: 50%;
    }

    .col-md-5, .contactus .contact_info, .contactus .contactform {
        width: 41.66666667%;
    }

    .col-md-4, #contactform .contactTil, .contactus .contactTil {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3, .app_native .content .features.-s7 section {
        margin-left: 25%;
    }

    .col-md-offset-2, .app_native#main header .head_p p, .top_c p {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1, .contactus .contactform {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, #contactform .contactTil, .contactus .contactTil, .col-lg-6, .app_native#main header .head_p p, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6, .app_native#main header .head_p p {
        width: 50%;
    }

    .col-lg-5, #contactform .contactTil, .contactus .contactTil {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3, .app_native#main header .head_p p {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

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

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

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

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

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

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .index_sec > .navbar-collapse, #index_carousel > .navbar-collapse, .app_native#main header > .navbar-collapse, .container-fluid > .navbar-header, .index_sec > .navbar-header, #index_carousel > .navbar-header, .app_native#main header > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .index_sec > .navbar-collapse, #index_carousel > .navbar-collapse, .app_native#main header > .navbar-collapse, .container-fluid > .navbar-header, .index_sec > .navbar-header, #index_carousel > .navbar-header, .app_native#main header > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .index_sec .navbar-brand, .navbar > #index_carousel .navbar-brand, .app_native#main .navbar > header .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/ ";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron, .index_sec .jumbotron, #index_carousel .jumbotron, .app_native#main header .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron, .index_sec .jumbotron, #index_carousel .jumbotron, .app_native#main header .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 100px; /*updated*/
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

    .carousel-control.left {
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: 0.9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: "‹";
        }

        .carousel-control .icon-next:before {
            content: "›";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .index_sec:after, #index_carousel:after, .app_native#main header:after, .container-fluid:before, .index_sec:before, #index_carousel:before, .app_native#main header:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .index_sec:after, #index_carousel:after, .app_native#main header:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, #index_carousel .ban_dk,
#index_carousel .txt_dk, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md, #index_carousel .ban_dk,
    #index_carousel .txt_dk {
        display: block !important;
    }

    table.visible-md, #index_carousel table.ban_dk,
    #index_carousel table.txt_dk {
        display: table !important;
    }

    tr.visible-md, #index_carousel tr.ban_dk,
    #index_carousel tr.txt_dk {
        display: table-row !important;
    }

    td.visible-md, #index_carousel td.ban_dk,
    #index_carousel td.txt_dk, th.visible-md, #index_carousel th.ban_dk,
    #index_carousel th.txt_dk {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg, #index_carousel .ban_dk,
    #index_carousel .txt_dk {
        display: block !important;
    }

    table.visible-lg, #index_carousel table.ban_dk,
    #index_carousel table.txt_dk {
        display: table !important;
    }

    tr.visible-lg, #index_carousel tr.ban_dk,
    #index_carousel tr.txt_dk {
        display: table-row !important;
    }

    td.visible-lg, #index_carousel td.ban_dk,
    #index_carousel td.txt_dk, th.visible-lg, #index_carousel th.ban_dk,
    #index_carousel th.txt_dk {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, #index_carousel .carousel-indicators, .app_native .content .features.-s7 ul, .app_native#main header #float p {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, #index_carousel .carousel-indicators, .app_native .content .features.-s7 ul, .app_native#main header #float p {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, #index_carousel .ban_mo,
    #index_carousel .txt_mo, .app_native .content .features.-s7 ol, .app_native#main header .head_p br, .app_native#main header #float img {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, #index_carousel .ban_mo,
    #index_carousel .txt_mo, .app_native .content .features.-s7 ol, .app_native#main header .head_p br, .app_native#main header #float img {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff;
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000;
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 0.2s top, 0.2s -webkit-transform;
            transition: 0.2s top, 0.2s -webkit-transform;
            -o-transition: 0.2s transform, 0.2s top;
            transition: 0.2s transform, 0.2s top;
            transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 0.2s left, 0.2s -webkit-transform;
        transition: 0.2s left, 0.2s -webkit-transform;
        -o-transition: 0.2s transform, 0.2s left;
        transition: 0.2s transform, 0.2s left;
        transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity-active, .lity-active body {
    overflow: hidden;
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

    .lity.lity-opened {
        opacity: 1;
    }

    .lity.lity-closed {
        opacity: 0;
    }

    .lity * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

    .lity-wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-closed .lity-content, .lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .lity-close:active {
        top: 1px;
    }

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

    .lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

.lity-hide {
    display: none;
}

:root {
    --navw: 600px;
}

/* CSS Document */
body.modal-open {
    padding-right: 0 !important;
}

body:after {
    display: none;
    content: url(/assets/images/email_icon_o.png) url(/assets/images/facebook_icon_o.png) url(/assets/images/skype_icon_o.png) url(/assets/images/twitter_icon_o.png) url(/assets/images/side_open_btn_2.png) url(/assets/images/side_open_btn2_2.png) url(/assets/images/side_open_btn_2_sc.png) url(/assets/images/side_open_btn2_2_sc.png) url(/assets/images/side_open_btn_2_en.png) url(/assets/images/side_open_btn2_2_en.png) url(/assets/images/side_open_btn_3_2.jpg);
}

body.media_news:not(.page) {
    background-color: #00594d;
}

body.media_news.page {
    background-color: #f3f3f5;
}

body.event_bg {
    background-color: #be9962;
}

body.ru, body.sp, body.ml, body.vn {
    word-break: break-word;
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans"), url("/assets/fonts/Noto_Sans.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans"), url("/assets/fonts/Noto_Sans_ext.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/assets/fonts/Noto_Sans_b.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/assets/fonts/Noto_Sans_b_ext.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("/assets/fonts/Noto_Sans_i.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Noto Sans Italic"), local("NotoSans-Italic"), url("/assets/fonts/Noto_Sans_i_ext.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url("/assets/fonts/Noto_Sans_b_i.woff2") format("woff2");
}

@font-face {
    font-family: "Noto Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"), url("/assets/fonts/Noto_Sans_b_i_ext.woff2") format("woff2");
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background: #c0b096;
    color: white;
}

::selection {
    background: #c0b096;
    color: white;
}

::-o-selection {
    background: #c0b096;
    color: white;
}

::-ms-selection {
    background: #c0b096;
    color: white;
}

body {
    font-family: "Noto Sans", "Arial", 微軟正黑體, "Microsoft JhengHei", "MingLiU", "微軟正黑體", "Ubuntu Mono", 微軟雅黑, "Hei", "sans-serif";
    background: #fff;
}

    body html {
        font-size: 12px;
    }

    body h1,
    body h2,
    body h3 {
        color: #bf9a5d;
    }

    body .smenu h3 {
        color: #fff;
    }

    body h2 {
        font-size: 30px;
    }

    body h3 {
        font-size: 24px;
    }

    body h4 {
        font-size: 18px;
    }

    body p {
        font-size: 16px;
        color: #333333;
        line-height: 1.6em;
    }

#main.event {
    letter-spacing: 0;
}

#main.app_native {
    overflow: hidden;
}

#main .events a {
    text-decoration: none;
}

    #main .events a b {
        color: #000;
    }

.navbar-toggle {
    /*margin: 25px 15px;*/ /*updated*/
}
/*updated*/
#sanav .navbar-brand > img {
    height: 60px;
    margin: 12px 0;
}
/*updated*/
@media (min-width: 768px) and (max-width: 991px) {
    #sanav .navbar-brand > img {
        height: 60px;
        margin: 12px 0;
    }
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.dropdown-menu li a {
    color: #333333;
    text-decoration: none;
}

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators li {
        border-radius: 0;
        height: 1em;
        width: 1em;
        border: none;
        width: 1em;
        height: 1em;
        margin: 0 0.5em;
    }

        .carousel-indicators li.active {
            height: 1em;
            width: 1em;
            background-color: #bf9a5d;
            margin: 0 0.5em;
        }

#index_carousel > .carousel-inner {
    max-width: 1920px;
    margin: 0 auto;
}

#index_carousel ol.carousel-indicators {
    margin-bottom: 0;
}

#index_carousel .carousel-indicators {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* Safari 6.1+ */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* Safari 6.1+ */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    #index_carousel .carousel-indicators li {
        border-radius: 0;
        width: 5em;
        height: 100%;
        border: 0;
        margin: 0 3px;
        padding: 13px 0;
        -webkit-box-flex: 0 1 5.5em;
        -ms-flex: 0 1 5.5em;
        flex: 0 1 5.5em;
        max-width: 5.5em;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /* Safari 6.1+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        /* Safari 6.1+ */
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        #index_carousel .carousel-indicators li a {
            background: rgba(255, 255, 255, 0.2);
            width: 5em;
            height: 6px;
            -webkit-box-flex: 0 1 5em;
            -ms-flex: 0 1 5em;
            flex: 0 1 5em;
            max-width: 5em;
        }

    #index_carousel .carousel-indicators .active {
        width: 5em;
        height: 100%;
        margin: 0 3px;
        background: transparent;
    }

        #index_carousel .carousel-indicators .active a {
            height: 6px;
            background-color: #bf9a5d;
        }

        #index_carousel .carousel-indicators .active > .carousel_spacer {
            background-color: #c09a58;
            width: 50px;
            height: 0;
        }

    #index_carousel .carousel-indicators li > .carousel_spacer {
        background: rgba(255, 255, 255, 0.2);
        width: 50px;
        height: 0;
    }

@media screen and (min-width: 768px) {
    #index_carousel .carousel-indicators {
        bottom: 10px;
    }
}

#index_carousel .carousel-control .glyphicon-chevron-right,
#index_carousel .carousel-control .glyphicon-chevron-left {
    top: calc(50% + 42px);
}

@media (min-width: 996px) {
    #index_carousel .carousel .carousel-control {
        opacity: 0;
        display: none;
    }

    #index_carousel .carousel:hover .carousel-control {
        opacity: 0.5;
        display: none;
    }

        #index_carousel .carousel:hover .carousel-control:hover {
            opacity: 0.9;
            display: none;
        }
}

/* index_text */
.index_text {
    padding: 2em 0 2em 2em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), 4px 4px 6px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .jp .sec_2 .index_text,
    .jp .sec_4 .index_text,
    .jp .sec_5 .index_text,
    .jp .sec_6 .index_text,
    .ru .sec_2 .index_text,
    .ru .sec_4 .index_text,
    .ru .sec_5 .index_text,
    .ru .sec_6 .index_text,
    .vn .sec_2 .index_text,
    .vn .sec_4 .index_text,
    .vn .sec_5 .index_text,
    .vn .sec_6 .index_text,
    .en .sec_2 .index_text,
    .en .sec_4 .index_text,
    .en .sec_5 .index_text,
    .en .sec_6 .index_text,
    .th .sec_2 .index_text,
    .th .sec_4 .index_text,
    .th .sec_5 .index_text,
    .th .sec_6 .index_text,
    .id .sec_2 .index_text,
    .id .sec_6 .index_text,
    .sp .sec_2 .index_text,
    .sp .sec_4 .index_text,
    .sp .sec_5 .index_text,
    .sp .sec_6 .index_text,
    .ml .sec_2 .index_text,
    .ml .sec_4 .index_text,
    .ml .sec_5 .index_text,
    .ml .sec_6 .index_text {
        padding: 2em 0 calc(2em - 8px) 2em;
    }

    .id .sec_4 .index_text {
        padding: 2em 0 calc(2em - 9px) 2em;
    }
}

.index_text > p {
    color: #bf9a5d;
}

.index_text > h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 2.5em;
}

/* .index_text_m {
} */
.index_sec_m {
    position: relative;
}

    .index_sec_m > .row {
        border-top: 2px solid #fff;
        position: inherit;
    }

.index_text_ms {
    position: absolute;
    /*top: 0;*/
    color: #fff;
    top: 2em;
    margin-top: -1em;
    left: 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), 4px 4px 6px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

    .index_text_ms p {
        margin: 0;
        padding: 0;
    }

    .index_text_ms h2 {
        margin: 0;
        padding: 0;
        padding-top: 0.3em;
    }

    .index_text_ms h5 {
        margin: 0;
        padding: 0;
        padding-top: 0.6em;
        color: #bf9a5d;
    }

.clients h3 {
    color: #fff;
}

.event {
    font-size: 16px;
}

.media,
.press_release {
    color: #333333;
}

@media (min-width: 768px) {
    .media .col-md-10,
    .press_release .col-md-10,
    .event_index .col-md-10 {
        border-left: 1px solid #e9e9e9;
    }
}

.media hr,
.press_release hr {
    border-color: #a7a7a7;
    margin-top: 0.3em;
}

.media ul li,
.press_release ul li,
.event_index ul li {
    list-style-type: none;
    font-size: 18px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.press_release .feed div {
    border: 0;
}

.media .feed div {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.press_release .feed .panel .in{background: #ccc; }*/
.media .feed .feed_title h1,
.press_release .feed .feed_title h1 {
    margin: 0.3em 0;
    color: #bf9a5d;
}

.media .feed .feed_title,
.press_release .feed .feed_title {
    padding: 10px 0 0;
}

.media .egame {
    padding: 0 20px 15px 20px;
}

.press_release .feed .panel-body {
    padding: 0px 20px 15px 20px;
    background: #f1f1f1;
}

    .press_release .feed .panel-body .panel-content {
        padding: 15px;
        background: #fff;
    }

.press_release .panel-group {
    margin-bottom: 5px;
}

.press_release .panel-heading {
    padding: 0px 0;
}

.press_release .panel-title > div {
    padding: 15px 20px 15px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.press_release .panel-title div .panel-icon {
    color: #bf9a5d;
    height: 14px;
    width: 14px;
    float: right;
}

.press_release .panel-title div[aria-expanded=true] {
    background: #f1f1f1;
}

    .press_release .panel-title div[aria-expanded=true] .panel-icon {
        background: url(../media/images/minus.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

.press_release .panel-title div[aria-expanded=false] .panel-icon {
    background: url(../media/images/plus.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.press_release {
    background-image: url(media/images/press_top_shadow.png), url(../media/images/press_bg.png);
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover;
    background-position: 0 0, center top;
    padding: 3em 0;
}

.media_news .detail {
    background: #fff;
    color: #333333;
    padding: 5px 15px;
}

.media_news .feed_topic {
    height: 43px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.media_news .date {
    font-size: 14px;
    color: #bf9a5d;
}

.media_news .thumb {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}

    .media_news .thumb img {
        width: 100%;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .media_news .thumb img {
        height: 157px;
    }
}

.media_news .year {
    padding: 0;
}

.media_news .backbtn {
    padding-top: 3em;
    padding-bottom: 3em;
}

.media .smenu ul,
.press_release .smenu ul,
.event_index .smenu ul {
    padding: 0;
}

    .media .smenu ul:nth-child(2),
    .press_release .smenu ul:nth-child(2),
    .event_index .smenu ul:nth-child(2) {
        margin-top: 2em;
    }

    .media .smenu ul li:nth-child(n+2),
    .press_release .smenu ul li:nth-child(n+2),
    .event_index .smenu ul li:nth-child(n+2) {
        margin: 0.75em 0 0 0.5em;
    }

    .media .smenu ul li a,
    .press_release .smenu ul li a,
    .event_index .smenu ul li a {
        cursor: pointer;
        text-decoration: none;
    }

    .media .smenu ul li:nth-child(1) a,
    .press_release .smenu ul li:nth-child(1) a,
    .event_index .smenu ul li:nth-child(1) a {
        margin-bottom: 1em;
        color: #bf9a5d;
    }

    .media .smenu ul:nth-child(2) li:nth-child(1) a,
    .press_release .smenu ul:nth-child(2) li:nth-child(1) a,
    .event_index .smenu ul:nth-child(2) li:nth-child(1) a {
        color: #333333;
    }

        .media .smenu ul:nth-child(2) li:nth-child(1) a:hover,
        .press_release .smenu ul:nth-child(2) li:nth-child(1) a:hover,
        .event_index .smenu ul:nth-child(2) li:nth-child(1) a:hover {
            color: #bf9a5d;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .media .smenu ul li:nth-child(n+2) a,
    .press_release .smenu ul li:nth-child(n+2) a,
    .event_index .smenu ul li:nth-child(n+2) a {
        color: #333333;
    }

        .media .smenu ul li:nth-child(n+2) a:hover,
        .press_release .smenu ul li:nth-child(n+2) a:hover,
        .event_index .smenu ul li:nth-child(n+2) a:hover {
            color: #bf9a5d;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .media .smenu ul li:nth-child(n+2) a.media_select_all,
        .press_release .smenu ul li:nth-child(n+2) a.date_select_all,
        .event_index .smenu ul li:nth-child(n+2) a.event_select_all {
            color: #333333;
        }

    .media .smenu ul li a.active,
    .press_release .smenu ul li a.active,
    .event_index .smenu ul li a.active {
        color: #bf9a5d;
    }

.media .smenu .glyphicon,
.press_release .smenu .glyphicon,
.event_index .smenu .glyphicon {
    font-size: 10px;
    vertical-align: 3px;
    margin: 0 2px 0 0;
}

.ssmenu a {
    color: #bf9a5d;
    text-decoration: none;
}

.press_release .panel-content h1 {
    color: #bf9a5d;
    margin-top: 0;
    font-size: 24px;
}

.press_release .panel-content p,
.press_release .panel-content img,
.press_release .panel-content table {
    margin-top: 1em;
}

.press_release .panel-content .table-outer {
    overflow-x: auto;
}

.press_release .panel-content .table {
    margin-bottom: 0.5em;
}

.press_release .panel-content .table-bordered > tbody > tr > td,
.press_release .panel-content .table-bordered > tbody > tr > th,
.press_release .panel-content .table-bordered > tfoot > tr > td,
.press_release .panel-content .table-bordered > tfoot > tr > th,
.press_release .panel-content .table-bordered > thead > tr > td,
.press_release .panel-content .table-bordered > thead > tr > th {
    border-color: #333333;
}

.press_release .panel-content .table > tbody > tr > td,
.press_release .panel-content .table > tbody > tr > th,
.press_release .panel-content .table > tfoot > tr > td,
.press_release .panel-content .table > tfoot > tr > th,
.table > thead > tr > td,
.press_release .panel-content .table > thead > tr > th {
    padding: 15px;
}

.egame_lobby {
    background: url(/assets/images/lobby_bg.jpg) no-repeat;
    background-color: #fff;
    background-position: right top;
    background-size: 50%;
}

@media (max-width: 1024px) {
    .egame_lobby {
        background-position: right bottom;
        background-attachment: fixed;
    }
}

.zoom1 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    margin-top: -56px;
    float: right;
}

/* egame page video btn wrap */
.deswrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .deswrap p {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 30px);
        flex: 0 1 calc(100% - 30px);
    }

.playvideo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
}

.egame_misc {
    background-image: url(/assets/images/egame_misc_bg.jpg);
    background-color: #161616;
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1.8em;
    font-size: 16px;
    letter-spacing: 2px;
}

    .egame_misc h1 {
        color: #bf9a5d;
    }

.egame_misc_game {
    background-image: url(/assets/images/egame_misc_game.png);
    min-height: 530px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991px) {
    .egame_misc_game {
        background-position: bottom center;
    }
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
}

/* qrtry style */
.qrtry {
    margin-top: 16em;
    padding-left: 15px;
    padding-right: 15px;
    /* .content.live>div>div>div>div>div>& {
  	margin-top: 12em;
  	@media (max-width: 1690px) {
  		margin-top: 1em;
  	}
  	@media (max-width: 1500px) {
  		margin-top: 0;
  	}
  } */
}

    .qrtry.bac {
        margin-top: 7rem;
    }

@media (max-width: 1650px) {
    .qrtry {
        margin-top: 6em;
        margin-bottom: 1em;
    }

    .tel .qrtry {
        margin-top: 16em;
    }
}

@media (max-width: 1650px) {
    .qrtry {
        margin-top: 6em;
        margin-bottom: 1em;
    }

    .tel .qrtry {
        margin-top: 16em;
    }
}

@media (max-width: 1500px) {
    .qrtry {
        margin-top: 3em;
    }

    .tel .qrtry {
        margin-top: 10em;
    }
}

@media (max-width: 1400px) {
    .qrtry {
        margin-top: 0em;
    }
}

@media (min-width: 1231px) {
    .qrtry {
        padding: 0;
    }
}

@media (max-width: 1230px) {
    .qrtry {
        margin-top: 0;
        display: table;
    }

    .content.mobile .qrtry {
        padding-bottom: 1.6em;
    }
}

@media (min-width: 997px) {
    #tel_mul .qrtry {
        text-align: center;
    }

        #tel_mul .qrtry p {
            color: #fff;
        }

    .qrtry.pgheader {
        padding-bottom: 1.5em;
    }
}

@media (max-width: 996px) {
    .tel .qrtry {
        margin-top: 2em;
    }
}

.multi .qrtry, #tel_mul .qrtry {
    margin-top: 2em;
}

@media (max-width: 1400px) {
    .qrtry h1 {
        margin-top: 2em;
    }
}

@media (max-width: 1230px) {
    .qrtry h1 {
        margin-top: 1em;
    }
}

.qrtry h2 {
    font-weight: bold;
}

/* header banners */
.top_b {
    min-height: 460px;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: 70% 0;
}

@media (max-width: 1200px) {
    .top_b > div {
        background: rgba(0, 0, 0, 0.8);
        min-height: 460px;
    }
}

@media (max-width: 1199px) {
    .top_b {
        background-position: 100% 0;
    }
}

.top_b.egame {
    background-image: url(/assets/images/egame_banner.jpg);
}

.top_b.media {
    background-image: url(/assets/images/media_banner.jpg);
}

.top_b.partners {
    background-image: url(/assets/images/header/header_partners.jpg);
}

.top_b.mobile {
    /* background: url(/assets/images/mobile_banner.jpg) no-repeat top right; */
    background-image: url(/assets/images/mobile_banner.jpg);
}

.slidehide .top_b.mobile {
    background-position: right 0;
}

.top_b.mobile p img {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1em;
}

.top_b.services {
    background-image: url(/assets/images/services_banner.jpg);
}

.top_b.aboutus {
    background-image: url(/assets/images/aboutus_banner.jpg);
}

.top_b.lotto {
    background-image: url(/assets/images/lotto_banner.jpg);
}

.top_b.multi {
    background-image: url(/assets/images/multi_banner.jpg);
}

.tc .top_b.multi {
    background-image: url(/assets/images/multi_banner.jpg);
}

.sc .top_b.multi {
    background-image: url(/assets/images/multi_banner.jpg);
}

.top_b.tel {
    background-image: url(/assets/images/tel_banner.jpg);
}

.top_b.live {
    background-image: url(/assets/images/live_banner.jpg);
}

    .top_b.live .icon li {
        display: inline;
        margin-right: 2rem;
    }

    .top_b.live h1 {
        padding-top: 10rem;
        padding-bottom: 0.7rem;
    }

    .top_b.live p {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .top_b.live ul {
        list-style: none;
        margin: 0 0 3rem;
        padding-top: 0.7rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .top_b.live ul li {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            height: 44px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 1.5rem;
        }

            .top_b.live ul li:last-child {
                margin-right: 0;
            }

            .top_b.live ul li:nth-child(1) {
                width: 33px;
                -webkit-box-flex: 0;
                -ms-flex: 0 1 33px;
                flex: 0 1 33px;
                max-width: 33px;
                background-image: url(/assets/images/live/html5.png);
            }

            .top_b.live ul li:nth-child(2) {
                width: 32px;
                -webkit-box-flex: 0;
                -ms-flex: 0 1 32px;
                flex: 0 1 32px;
                max-width: 32px;
                background-image: url(/assets/images/live/icon_flash.png);
            }

            .top_b.live ul li:nth-child(3) {
                width: 105px;
                -webkit-box-flex: 0;
                -ms-flex: 0 1 105px;
                flex: 0 1 105px;
                max-width: 105px;
                background-image: url(/assets/images/live/gameingLab.png);
            }

            .top_b.live ul li a {
                width: 100%;
                height: 100%;
                display: block;
                text-indent: -999em;
            }

.top_b.contact {
    background-image: url(/assets/images/contact_banner.jpg);
}

.top_b.event {
    background-image: url(../event/images/event_ban.jpg);
}
.top_bg p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    text-shadow: 2px 2px 2px black, -2px -2px 2px black;
}
.top_c {
    min-height: 460px;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

@media (max-width: 1200px) {
    .top_c > div {
        background: rgba(0, 0, 0, 0.8);
        min-height: 460px;
    }
}

.top_c > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .top_c > div > * {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.top_c h1 {
    padding-top: 100px;
    padding-bottom: 0.7rem;
}

@media (max-width: 1199px) {
    .top_c {
        background-position: 100% 0;
    }
}

.top_c.mobile {
    /* background: url(/assets/images/mobile_banner.jpg) no-repeat top right; */
    background-image: url(/assets/images/mobile_banner.jpg);
}

.slidehide .top_c.mobile {
    background-position: right 0;
}

.top_c.mobile p img {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1em;
}

.top_bg {
    background: #000;
}

    .top_bg h1 {
        font-size: 48px;
        color: #bf9a5d;
    }

    .top_bg p {
        color: #fff;
        font-size: 16px;
        line-height: 1.8em;
        text-shadow: 2px 2px 2px black, -2px -2px 2px black;
    }

    .top_bg .container {
        text-align: center;
    }

.qrcode {
    border: 1px solid #dbc599;
}

@media (min-width: 992px) {
    .game_intro .qrcode, .game_content .qrcode {
        max-width: 78%;
    }
}

.qrcode ul {
    list-style: none;
    margin: 0;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (min-width: 992px) {
    .qrcode ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.qrcode ul li {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

@media (max-width: 992px) {
    .qrcode ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }
}

.qrcode ul li h4 {
    color: #bf9a5d;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.tc .qrcode ul li h4, .sc .qrcode ul li h4 {
    font-size: 28px;
}

.qrcode ul li p {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 4px 4px 0;
}

.qrcode ul li img {
    margin: 0 auto;
}

.qrcode .qrtitle {
    color: #bf9a5d;
    font-size: 28px;
    letter-spacing: 4px;
}

    .qrcode .qrtitle.en {
        letter-spacing: 0;
        font-size: 22px;
    }

.qrcode .qrcontent {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 4px 0 0 0;
}

.qrcode div {
    padding: 0;
}

.qrcode > div:nth-child(2) {
    padding: 8px 0 0 0;
}

    .qrcode > div:nth-child(2) img {
        margin: 4px auto;
    }

.qrcode > div:nth-child(1) {
    max-width: 126px;
}

    .qrcode > div:nth-child(1) img {
        margin: 0 0.5em 0 0;
    }

.th .qrcode > div:nth-child(1) img {
    margin: 1.3em 0.5em 0 0;
}

.content {
    margin: 0 auto;
}

    .content.mobile .pgheader {
        text-align: center;
        margin: 0 auto;
    }

    .content.services {
        background: url(/assets/images/lobby_bg.jpg) center right;
        background-repeat: no-repeat;
        background-size: contain;
    }

        .content.services h2 {
            color: #bf9a5d;
            margin: 1em 0 0.5em 0;
        }

    .content.partners {
        background-image: url(/assets/images/partners/BG.jpg);
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-color: #194036;
    }

@media screen and (max-width: 991px) {
    .content.partners {
        background-image: url(/assets/images/partners/m_bg.jpg);
        background-size: contain;
    }
}

@media screen and (min-width: 2561px) {
    .content.partners {
        background-size: cover;
    }
}

.content.partners h2 {
    color: #bf9a5d;
    margin: 1em 0 0.5em 0;
}

.content.aboutus h2 {
    color: #bf9a5d;
    padding-bottom: 5px;
    /* span {

  } */
}

.content.aboutus .cert_content h2 {
    font-weight: bold;
}

.content.aboutus .abtaga h2, .content.aboutus .abtg2e h2 {
    border-bottom: 1px solid #bf9a5d;
}

.content.aboutus p {
    color: #fff;
}

.content.aboutus .cert_content p {
    color: #333333;
}

.content.aboutus .cert_content .anibtn-B p {
    color: #fff;
}

.content.aboutus .btn-wrapper p {
    line-height: 46px;
}

.content.aboutus .aboutus_clients p {
    color: #fff;
}

.content.aboutus .aboutus_clients h2 {
    font-weight: bold;
}

@media screen and (max-width: 1500px) {
    .content.aboutus .abtaga .col-lg-offset-5 {
        margin-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .content.aboutus .abtaga > .col-lg-7,
    .content.aboutus .abtg2e > .col-lg-7 {
        min-height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .content.aboutus .abtaga {
        background: url(/assets/images/abtus_1.jpg) 0 0 no-repeat;
        background-size: cover;
    }

    .content.aboutus .abtg2e {
        background: url(/assets/images/abtus_2.jpg) 100% 100% no-repeat;
        background-size: cover;
    }

    .content.aboutus .abtaga > .col-lg-offset-5 {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .content.aboutus .abtaga {
        border-right: 0;
    }

    .content.aboutus .abtg2e {
        border-left: 0;
    }
}

.content.aboutus .abtaga > .col-lg-7,
.content.aboutus .abtg2e > .col-lg-7 {
    padding: 2em 30px;
}

@media screen and (max-width: 1500px) {
    .content.aboutus .abtaga > .col-lg-7,
    .content.aboutus .abtg2e > .col-lg-7 {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (min-width: 992px) {
    .content.aboutus .abtaga > .col-lg-7,
    .content.aboutus .abtg2e > .col-lg-7 {
        min-height: 450px;
    }
}

.content.aboutus .abtaga .img-responsive, .content.aboutus .abtaga #index_carousel .ban_dk, #index_carousel .content.aboutus .abtaga .ban_dk,
.content.aboutus .abtaga #index_carousel .txt_dk,
#index_carousel .content.aboutus .abtaga .txt_dk,
.content.aboutus .abtaga #index_carousel .ban_mo,
#index_carousel .content.aboutus .abtaga .ban_mo,
.content.aboutus .abtaga #index_carousel .txt_mo,
#index_carousel .content.aboutus .abtaga .txt_mo, .content.aboutus .abtaga #sanav .navbar-brand img, #sanav .navbar-brand .content.aboutus .abtaga img, .content.aboutus .abtaga .app_native#main header #float img, .app_native#main header #float .content.aboutus .abtaga img, .moneywheel#main .content.aboutus .abtaga section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content.aboutus section[class^=sect]._8 .tab-pane section .abtaga img,
.content.aboutus .abtg2e .img-responsive,
.content.aboutus .abtg2e #index_carousel .ban_dk,
#index_carousel .content.aboutus .abtg2e .ban_dk,
.content.aboutus .abtg2e #index_carousel .txt_dk,
#index_carousel .content.aboutus .abtg2e .txt_dk,
.content.aboutus .abtg2e #index_carousel .ban_mo,
#index_carousel .content.aboutus .abtg2e .ban_mo,
.content.aboutus .abtg2e #index_carousel .txt_mo,
#index_carousel .content.aboutus .abtg2e .txt_mo,
.content.aboutus .abtg2e #sanav .navbar-brand img,
#sanav .navbar-brand .content.aboutus .abtg2e img,
.content.aboutus .abtg2e .app_native#main header #float img,
.app_native#main header #float .content.aboutus .abtg2e img,
.moneywheel#main .content.aboutus .abtg2e section[class^=sect]._8 .tab-pane section img,
.moneywheel#main .content.aboutus section[class^=sect]._8 .tab-pane section .abtg2e img {
    padding-bottom: 3em;
    padding-top: 2em;
}

.content.aboutus .abtaga {
    background-position: center left;
    border-bottom: 4px solid #fff;
    background: url(/assets/images/abtus_1.jpg) 0 50% no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .content.aboutus .abtaga.col-md-6, .content.aboutus #contactform .abtaga.contactform, #contactform .content.aboutus .abtaga.contactform, .content.aboutus .contactus .abtaga.contactform, .contactus .content.aboutus .abtaga.contactform, .app_native .content.aboutus .features section.abtaga {
        border-right: 2px solid #fff;
    }
}

.content.aboutus .abtaga.col-md-6, .content.aboutus #contactform .abtaga.contactform, #contactform .content.aboutus .abtaga.contactform, .content.aboutus .contactus .abtaga.contactform, .contactus .content.aboutus .abtaga.contactform, .app_native .content.aboutus .features section.abtaga {
    padding-left: 0;
    padding-right: 0;
}

.content.aboutus .abtg2e {
    border-bottom: 4px solid #fff;
    background: url(/assets/images/abtus_2.jpg) 100% 50% no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .content.aboutus .abtg2e.col-md-6, .content.aboutus #contactform .abtg2e.contactform, #contactform .content.aboutus .abtg2e.contactform, .content.aboutus .contactus .abtg2e.contactform, .contactus .content.aboutus .abtg2e.contactform, .app_native .content.aboutus .features section.abtg2e {
        border-left: 2px solid #fff;
    }
}

.content.aboutus .abtg2e.col-md-6, .content.aboutus #contactform .abtg2e.contactform, #contactform .content.aboutus .abtg2e.contactform, .content.aboutus .contactus .abtg2e.contactform, .contactus .content.aboutus .abtg2e.contactform, .app_native .content.aboutus .features section.abtg2e {
    padding-left: 0;
    padding-right: 0;
}

.certlogo > .row > div {
    padding: 3.5em 1em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #333333;
}

    .certlogo > .row > div.green {
        background: #3c7067;
    }

    .certlogo > .row > div > img {
        margin: 0 auto;
    }

.aboutus_clients {
    background: url(/assets/images/aboutus_clients_bg.jpg) no-repeat;
    background-position: top center;
    background-color: #333333;
    background-size: cover;
}

    .aboutus_clients h2 {
        color: #bf9a5d;
        margin: 0;
    }

    .aboutus_clients p {
        color: #fff;
    }

.lotto_play {
    color: #fff;
    background: #bf9a5d;
    padding: 1em;
    border-radius: 50%;
    font-size: 20px;
}

    .lotto_play:hover,
    .lotto_play:active,
    .lotto_play:focus {
        text-decoration: none;
        color: #fff;
    }

.content.lotto .lbanner3 .row {
    border: 0;
}

.content.tel .tbanner3 .tbanner3_1 .row {
    margin-top: 6em;
}

    .content.tel .tbanner3 .tbanner3_1 .row h1 {
        color: #bf9a5d;
    }

    .content.tel .tbanner3 .tbanner3_1 .row p {
        color: #fff;
    }

.content.lotto .lbanner3 .lbanner3_1 .row h1 {
    color: #bf9a5d;
    margin-top: 15em;
}

.content.lotto .lbanner3 .lbanner3_1 .row p {
    color: #fff;
}

.content.live .libanner3 .libanner3_1 .row h1 {
    color: #bf9a5d;
}

.content.live .libanner3 .libanner3_1 .row p {
    color: #fff;
}

.content.lotto .row,
.content.live .row,
.content.tel .row,
.app_native .content .row {
    max-width: 1920px;
}

/* live_thumb */
.posre {
    position: relative;
}

.content.live .live_thumb_container [class^=col-] {
    padding-left: 0;
    padding-right: 0;
}

.live_thumb.slider img {
    margin-right: 2em;
}

.live_thumb.slider {
    padding: 0 5px;
    margin-bottom: 20px;
}

/* .live_thumb_cover {

} */
.live_thumb_slideshow {
    position: relative;
}

    .live_thumb_slideshow p {
        text-align: center;
    }

.live_thumb_container {
    background: #f6f6f6;
}

.live_thumb_wrap {
    letter-spacing: 0;
    padding: 2em 0;
}

@media (max-width: 991px) {
    .col-md-4.live_thumb_wrap, #contactform .live_thumb_wrap.contactTil, .contactus .live_thumb_wrap.contactTil,
    .live_thumb_wrap {
        display: none;
    }
}

.liv_b_2 {
    background-position: top right;
}

.libanner3_1 > .container-fluid > .row, .libanner3_1 > .index_sec > .row, .libanner3_1 > #index_carousel > .row, .app_native#main .libanner3_1 > header > .row {
    margin-top: 30em;
}

.libanner4_1 > .container > .row {
    margin-top: 36em;
}

.year {
    font-size: 16px;
    padding: 10px 20px;
}

    .year a {
        color: #333333;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .year a:hover {
            color: #bf9a5d;
        }

.feed_content {
    padding: 20px;
}

.content.live > .container-fluid, .content.live > .index_sec, .content.live > #index_carousel, .app_native#main .content.live > header {
    padding: 0;
}

    .content.live > .container-fluid > .row, .content.live > .index_sec > .row, .content.live > #index_carousel > .row, .app_native#main .content.live > header > .row {
        margin: 0;
    }

/*.live_thumb.slider .slick-slide img{-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8);}
.live_thumb.slider .slick-slide.slick-current img{opacity:1;-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transform:scale(1);transition:all 1.5s ease;}
.live_thumb.slider img{transition:all 1s ease-in-out;}*/
/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

/* .str_wrap.str_active {
	} */
.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str3 > .str_move.str_origin > .str_move.str_move_clone:nth-child(odd) {
    display: none;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str3 img {
    margin: 0 10px;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .str3 img:hover {
        opacity: 1;
    }

    .str3 img .str_item {
        font-size: 0;
        line-height: 0;
    }

.str4 img {
    margin: 0 10px;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .str4 img:hover {
        opacity: 1;
    }

.str4 .str_item {
    font-size: 0;
    line-height: 0;
}

.no-gutter > [class*=col-], .app_native .content .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1_5 {
    margin-top: 1.5em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-top-0 {
    margin-top: 0em;
}

/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0em;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 50px;
    display: inline-block;
    /*margin: 15px 30px;*/
    /*text-transform: uppercase;*/
    font-weight: normal;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.icon-arrow-right:before {
    content: "";
    color: #d8c7a9 !important;
}

.btn-4 {
    border-radius: 5px;
    border: 1px solid rgba(191, 154, 93, 0);
    color: #fff;
    overflow: hidden;
    background: #bf9a5d;
    /* Button 4a */
    /* &a:before {

  } */
    /* .btn-4.disable */
}

    .btn-4:active, .btn-4:focus {
        border-color: #bf9a5d;
        color: #fff;
        outline: none !important;
    }

    .btn-4:hover {
        background: #3c7067;
        color: #fff;
    }

    .btn-4:before {
        position: absolute;
        height: 100%;
        font-size: 20px;
        line-height: 2.3;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        left: 130%;
        top: 0;
    }

    .btn-4:active:before {
        color: #bf9a5d;
    }

.btn-4a:hover:before {
    left: 100%;
    margin-left: -30px;
}

@media (max-width: 768px) {
    .btn-4 {
        white-space: normal;
    }

    .btn-4a:hover, .btn-4a:focus, .btn-4a.focus {
        color: #fff;
    }
}

.btn-4.disable {
    border-radius: 50px;
    border: 2px solid rgba(137, 137, 137, 0);
    color: #fff;
    overflow: hidden;
    background: #898989;
}

    .btn-4.disable:active, .btn-4.disable:focus {
        border-color: #898989;
        color: #fff;
        outline: none !important;
    }

    .btn-4.disable:hover {
        background: rgba(0, 0, 0, 0.5);
        border-color: #898989;
        color: #fff;
    }

    .btn-4.disable:before {
        position: absolute;
        height: 100%;
        font-size: 20px;
        line-height: 2.3;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-4.disable:active:before {
        color: #bf9a5d;
    }

.btn-5 {
    color: #fff;
    background: #bf9a5d;
    /*height: 70px;*/
    /*min-width: 260px;*/
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Button 5a */
}

    .btn-5:active {
        background: #26a65b;
        color: #bf9a5d;
        top: 2px;
    }

    .btn-5 span {
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        backface-visibility: hidden;
    }

    .btn-5:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.5;
        font-size: 150%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-5:active:before {
        color: #fff;
    }

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -200%;
}

.btn-5a:hover:before {
    top: -38%;
}

/* Button 5 */
.btn-6 {
    color: #fff;
    background: #bf9a5d;
    /*height: 70px;*/
    /*min-width: 260px;*/
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn-6:hover {
        background: #3c7067;
        color: #bf9a5d;
    }

    .btn-6 span {
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/* Button 6 */
.btt_btn {
    display: none;
}

.meet_try {
    /*border:1px solid #bf9a5e; border-radius:.5em; padding:.5em 0;*/
    -webkit-box-shadow: 0 6px 11px rgba(26, 26, 26, 0.1);
    box-shadow: 0 6px 11px rgba(26, 26, 26, 0.1);
    cursor: pointer;
}

@media (max-width: 991px) {
    .meet_try {
        width: 100%;
        max-width: 320px;
        margin: 1em auto;
    }
}

.meet_try_text {
    font-size: 24px;
    color: #bf9a5e;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .meet_try_text {
        font-size: 18px;
        margin-top: 1.4em;
    }
}

.meet_try_img img {
    margin-left: -2em;
    max-width: 125%;
}

@media (max-width: 991px) {
    .meet_try_simg {
        text-align: center;
    }
}

.try_title {
    width: 100%;
    height: 22.5px;
    border-bottom: 1px solid #bf9a5e;
    text-align: center;
}

@media (max-width: 440px) {
    .try_title {
        border: none;
    }
}

.bookmeet_m {
    background: url(/assets/images/bg_bookmeet_m.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 4em;
    text-align: center;
    /*display:none;*/
}

    .bookmeet_m .tit {
        color: #fff;
        font-size: 2.734em;
        font-weight: bold;
    }

    .bookmeet_m .con {
        color: #fff;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    #schedule_meeting button,
    .bookmeet_m .btn {
        color: #fff;
        background: #392b94;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 0.8em 2em;
        width: 200px;
        margin: 2em auto 0 auto;
    }

.event_topb {
    background: url(/assets/images/event_ban.jpg) no-repeat top center fixed;
    background-color: #111;
    overflow: hidden;
}

    .event_topb > .container {
        line-height: 2em;
        text-align: center;
    }

        .event_topb > .container h3 {
            color: #fff;
        }

    .event_topb h1 {
        font-size: 45px;
        color: #fff;
    }

.sagaming_name {
    white-space: nowrap;
}

.side_book {
    position: fixed;
    float: right;
    width: 320px;
    right: 0;
    bottom: 20%;
    height: 130px;
    z-index: 999;
}

@media (max-width: 1800px) {
    .side_book {
        right: -300px;
    }
}

@media (max-width: 414px) {
    .content .grid-item {
        width: auto;
        /*clear:both; position: relative;  */
    }
}

@media (max-width: 768px) {
    .content .grid-item p {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .content .grid-item {
        float: none !important;
        top: 0px !important;
        width: 370px;
        height: auto;
        color: #c0b096;
        position: relative !important;
        margin-bottom: 0 !important;
        margin: 10px auto;
        left: auto !important;
    }

        .content .grid-item:nth-child(n+2) {
            margin-top: 40px;
        }

    .isotope {
        width: 100% !important;
        margin-left: 0% !important;
        padding-bottom: 4em;
    }
}

.slide-out-div3 {
    float: right;
    position: fixed;
    top: 467px;
    right: 0;
    height: 130px;
    width: 330px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 999;
}

    .slide-out-div3 a {
        outline: none;
    }

    .slide-out-div3.slide {
        right: -283px;
    }

.slide-out-div4 a {
    outline: none;
}

.slide-out-div4.slide {
    right: -283px;
}

.handle3 {
    width: 20px;
    height: 130px;
    background: url(/assets/images/side_open_btn_3.jpg);
    float: left;
    cursor: pointer;
}

.meetus_side {
    float: left;
}

#mc_embed_signup form {
    padding: 0 10px 10px 10px !important;
}

    #mc_embed_signup form .indicates-required {
        margin-right: 0 !important;
    }

    #mc_embed_signup form .mc-field-group input {
        color: #666;
    }

.meetus #mc_embed_signup form .mc-field-group input:focus {
    border-color: #bf9a5e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 174, 135, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 174, 135, 0.6);
}

#mc_embed_signup form .mc-field-group {
    width: 100% !important;
}

#mc-embedded-subscribe {
    background-color: #3b7068 !important;
}

#meeting {
    padding-right: 0 !important;
}

.event_bg {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: calc(auto + 50px);
    background-color: #ebebeb;
    color: #000;
}

    .event_bg h1 {
        color: #bf9a5d;
    }

#event_index_box {
    cursor: pointer;
    top: 0;
    /*position: absolute;*/
    position: relative;
    /*@media(max-width: $screen-lg) {
  	#event_index_box .content {height:230px;}

  }*/
}

    #event_index_box .outer {
        position: relative;
        height: 600px;
        -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
        /*margin-bottom: 40px;*/
        background: #fff;
    }

    #event_index_box .year {
        background: #bf9a5d;
        padding: 0.1em 0.5em;
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 1px;
        right: 0;
        text-align: center;
        position: absolute;
    }

    #event_index_box .img-responsive, #event_index_box #index_carousel .ban_dk, #index_carousel #event_index_box .ban_dk,
    #event_index_box #index_carousel .txt_dk,
    #index_carousel #event_index_box .txt_dk,
    #event_index_box #index_carousel .ban_mo,
    #index_carousel #event_index_box .ban_mo,
    #event_index_box #index_carousel .txt_mo,
    #index_carousel #event_index_box .txt_mo, #event_index_box #sanav .navbar-brand img, #sanav .navbar-brand #event_index_box img, #event_index_box .app_native#main header #float img, .app_native#main header #float #event_index_box img, #event_index_box .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section #event_index_box img {
        width: 100%;
    }

    #event_index_box .content {
        background: #fff;
        padding: 0 1em;
        margin: 1em auto;
        line-height: 1.6em;
        display: block;
        overflow: hidden;
    }

@media (max-width: 991px) {
    #event_index_box .content,
    #event_index_box .outer {
        height: auto;
    }
}

@media (max-width: 400px) {
    #event_index_box {
        /*#event_index_box .content {height:340px;}*/
    }

        #event_index_box .year {
            font-size: 1.5em;
        }
}

#event_index_box h3 {
    color: #bf9a5d;
    text-align: left;
    line-height: 1em;
}

#event_index_box .btn_div {
    text-align: center;
    padding: 0 0 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#event_index_box .btnspacer {
    padding: 70px 0 0 0;
}

.event_topb h1,
.event_topb h3 {
    color: #fff;
}

.event_topb h1 {
    font-size: 45px;
}

.event_topb h3 {
    line-height: 35px;
    font-size: 16px;
}

.thankyou {
    padding: 40px 40px 60px;
    overflow: auto;
}

@media (max-width: 1199px) {
    .thankyou {
        padding: 40px 20px 60px;
    }
}

.thankyou h1 {
    padding: 0 0 30px 0;
}

.thankyou .tyen {
    line-height: 35px;
    color: #333333;
    font-size: 16px;
}

.thankyou .tylink {
    padding: 3em 0 20px 0;
}

    .thankyou .tylink .flexlist, .thankyou .tylink .indexban .index_text, .indexban .thankyou .tylink .index_text, .thankyou .tylink .app_native .content .features.-s7 ol, .app_native .content .features.-s7 .thankyou .tylink ol, .thankyou .tylink .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li .thankyou .tylink p, .thankyou .tylink .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul .thankyou .tylink li, .thankyou .tylink .app_native .content .features.-s7 ul, .app_native .content .features.-s7 .thankyou .tylink ul, .thankyou .tylink .app_native .content .features section > div, .app_native .content .features .thankyou .tylink section > div, .thankyou .tylink .app_native .content .features section, .app_native .content .features .thankyou .tylink section, .thankyou .tylink .app_native#main header > section, .app_native#main .thankyou .tylink header > section, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (max-width: 1199px) {
    .thankyou .tylink .flexlist, .thankyou .tylink .indexban .index_text, .indexban .thankyou .tylink .index_text, .thankyou .tylink .app_native .content .features.-s7 ol, .app_native .content .features.-s7 .thankyou .tylink ol, .thankyou .tylink .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li .thankyou .tylink p, .thankyou .tylink .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul .thankyou .tylink li, .thankyou .tylink .app_native .content .features.-s7 ul, .app_native .content .features.-s7 .thankyou .tylink ul, .thankyou .tylink .app_native .content .features section > div, .app_native .content .features .thankyou .tylink section > div, .thankyou .tylink .app_native .content .features section, .app_native .content .features .thankyou .tylink section, .thankyou .tylink .app_native#main header > section, .app_native#main .thankyou .tylink header > section, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.thankyou .tylink .flexlist li a, .thankyou .tylink .indexban .index_text li a, .indexban .thankyou .tylink .index_text li a, .thankyou .tylink .app_native .content .features.-s7 ol li a, .app_native .content .features.-s7 .thankyou .tylink ol li a, .thankyou .tylink .app_native .content .features.-s7 ul li p li a, .app_native .content .features.-s7 ul li .thankyou .tylink p li a, .thankyou .tylink .app_native .content .features.-s7 ul li li a, .app_native .content .features.-s7 ul .thankyou .tylink li li a, .thankyou .tylink .app_native .content .features.-s7 ul li a, .app_native .content .features.-s7 .thankyou .tylink ul li a, .thankyou .tylink .app_native .content .features section > div li a, .app_native .content .features .thankyou .tylink section > div li a, .thankyou .tylink .app_native .content .features section li a, .app_native .content .features .thankyou .tylink section li a, .thankyou .tylink .app_native#main header > section li a, .app_native#main .thankyou .tylink header > section li a, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    text-decoration: none;
    color: #333333;
    /*font-weight:bold;*/
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 5px 0;
}

    .thankyou .tylink .flexlist li a:hover, .thankyou .tylink .indexban .index_text li a:hover, .indexban .thankyou .tylink .index_text li a:hover, .thankyou .tylink .app_native .content .features.-s7 ol li a:hover, .app_native .content .features.-s7 .thankyou .tylink ol li a:hover, .thankyou .tylink .app_native .content .features.-s7 ul li p li a:hover, .app_native .content .features.-s7 ul li .thankyou .tylink p li a:hover, .thankyou .tylink .app_native .content .features.-s7 ul li li a:hover, .app_native .content .features.-s7 ul .thankyou .tylink li li a:hover, .thankyou .tylink .app_native .content .features.-s7 ul li a:hover, .app_native .content .features.-s7 .thankyou .tylink ul li a:hover, .thankyou .tylink .app_native .content .features section > div li a:hover, .app_native .content .features .thankyou .tylink section > div li a:hover, .thankyou .tylink .app_native .content .features section li a:hover, .app_native .content .features .thankyou .tylink section li a:hover, .thankyou .tylink .app_native#main header > section li a:hover, .app_native#main .thankyou .tylink header > section li a:hover, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a:hover, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a:hover {
        color: #bf9a5d;
    }

    .thankyou .tylink .flexlist li a::before, .thankyou .tylink .indexban .index_text li a::before, .indexban .thankyou .tylink .index_text li a::before, .thankyou .tylink .app_native .content .features.-s7 ol li a::before, .app_native .content .features.-s7 .thankyou .tylink ol li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li a::before, .app_native .content .features.-s7 .thankyou .tylink ul li a::before, .thankyou .tylink .app_native .content .features section > div li a::before, .app_native .content .features .thankyou .tylink section > div li a::before, .thankyou .tylink .app_native .content .features section li a::before, .app_native .content .features .thankyou .tylink section li a::before, .thankyou .tylink .app_native#main header > section li a::before, .app_native#main .thankyou .tylink header > section li a::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 4em;
        flex: 0 1 4em;
        max-width: 4em;
        width: 4em;
        height: 4em;
        display: block;
        content: "";
        padding-top: 0.1em;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
    }

@media (max-width: 768px) {
    .thankyou .tylink .flexlist li a::before, .thankyou .tylink .indexban .index_text li a::before, .indexban .thankyou .tylink .index_text li a::before, .thankyou .tylink .app_native .content .features.-s7 ol li a::before, .app_native .content .features.-s7 .thankyou .tylink ol li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a::before, .thankyou .tylink .app_native .content .features.-s7 ul li a::before, .app_native .content .features.-s7 .thankyou .tylink ul li a::before, .thankyou .tylink .app_native .content .features section > div li a::before, .app_native .content .features .thankyou .tylink section > div li a::before, .thankyou .tylink .app_native .content .features section li a::before, .app_native .content .features .thankyou .tylink section li a::before, .thankyou .tylink .app_native#main header > section li a::before, .app_native#main .thankyou .tylink header > section li a::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 3.3em;
        flex: 0 1 3.3em;
        max-width: 3.3em;
        width: 3.3em;
        height: 3.3em;
    }
}

.thankyou .tylink .flexlist li a[data-sns^=tel]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=tel]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=tel]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=tel]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=tel]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=tel]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=tel]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=tel]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=tel]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=tel]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=tel]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=tel]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=tel]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=tel]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-telephone%3c/title%3e%3cpath d='M12.5,9.73,9.87,8l-1.46.85-.3-.3h0l-2.6-2.6.85-1.47L4.61,1.83,2,3.59A15,15,0,0,0,3.71,6.66h0l0,0c.23.33.48.65.75,1l.18.22c.26.3.53.6.81.89l0,0A14.77,14.77,0,0,0,6.77,9.94h0c.43.35.87.67,1.31,1l0,0h0a15.39,15.39,0,0,0,2.64,1.42Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.thankyou .tylink .flexlist li a[data-sns^=mail]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=mail]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=mail]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=mail]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=mail]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=mail]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=mail]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=mail]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=mail]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=mail]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=mail]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=mail]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=mail]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=mail]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-email%3c/title%3e%3cpath d='M2,3v8H12V3ZM7,9.07,3.3,6.16,4,5.22,7,7.55l3-2.33.74.94Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.thankyou .tylink .flexlist li a[data-sns^=web]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=web]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=web]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=web]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=web]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=web]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=web]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=web]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=web]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=web]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=web]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=web]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=web]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=web]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-website%3c/title%3e%3cpath d='M7,2,2,6.43V12H6V9H8v3h4V6.33Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.thankyou .tylink .flexlist li a[data-sns^=fb]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=fb]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=fb]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=fb]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=fb]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=fb]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=fb]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=fb]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=fb]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=fb]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=fb]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=fb]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=fb]::before {
    background-image: url(/assets/images/footer/Facebook.png);
}

.thankyou .tylink .flexlist li a[data-sns^=line]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=fb]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=fb]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=fb]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=fb]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=fb]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=fb]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=fb]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=fb]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=fb]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=fb]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=fb]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=fb]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=fb]::before {
    background-image: url(/assets/images/footer/Line.png);
}

.thankyou .tylink .flexlist li a[data-sns^=twitter]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=twitter]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=twitter]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=twitter]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=twitter]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=twitter]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=twitter]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=twitter]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=twitter]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=twitter]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=twitter]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=twitter]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=twitter]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=twitter]::before {
    background-image: url(/assets/images/footer/Twitter.png);
}

.thankyou .tylink .flexlist li a[data-sns^=yt]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=yt]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=yt]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=yt]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=yt]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=yt]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=yt]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=yt]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=yt]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=yt]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=yt]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=yt]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=yt]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=yt]::before {
    background-image: url(/assets/images/footer/Youtube.png);
}

.thankyou .tylink .flexlist li a[data-sns^=wechat]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=wechat]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=wechat]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=wechat]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=wechat]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=wechat]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=wechat]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=wechat]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=wechat]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=wechat]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=wechat]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=wechat]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=wechat]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=wechat]::before {
    background-image: url(/assets/images/footer/Wechat.png);
}

.thankyou .tylink .flexlist li a[data-sns^=skype]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=skype]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=skype]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=skype]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=skype]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=skype]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=skype]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=skype]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=skype]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=skype]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=skype]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=skype]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=skype]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=skype]::before {
    background-image: url(/assets/images/footer/Skype.png);
}

.thankyou .tylink .flexlist li a[data-sns^=weibo]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=weibo]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=weibo]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=weibo]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=weibo]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=weibo]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=weibo]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=weibo]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=weibo]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=weibo]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=weibo]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=weibo]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=weibo]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=weibo]::before {
    background-image: url(/assets/images/footer/Weibo.png);
}

.thankyou .tylink .flexlist li a[data-sns^=youku]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=youku]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=youku]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=youku]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=youku]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=youku]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=youku]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=youku]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=youku]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=youku]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=youku]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=youku]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=youku]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=youku]::before {
    background-image: url(/assets/images/footer/youtku_grey.png);
}

.thankyou .tylink .flexlist li a[data-sns^=telegram]::before, .thankyou .tylink .indexban .index_text li a[data-sns^=telegram]::before, .indexban .thankyou .tylink .index_text li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features.-s7 ol li a[data-sns^=telegram]::before, .app_native .content .features.-s7 .thankyou .tylink ol li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features.-s7 ul li p li a[data-sns^=telegram]::before, .app_native .content .features.-s7 ul li .thankyou .tylink p li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features.-s7 ul li li a[data-sns^=telegram]::before, .app_native .content .features.-s7 ul .thankyou .tylink li li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features.-s7 ul li a[data-sns^=telegram]::before, .app_native .content .features.-s7 .thankyou .tylink ul li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features section > div li a[data-sns^=telegram]::before, .app_native .content .features .thankyou .tylink section > div li a[data-sns^=telegram]::before, .thankyou .tylink .app_native .content .features section li a[data-sns^=telegram]::before, .app_native .content .features .thankyou .tylink section li a[data-sns^=telegram]::before, .thankyou .tylink .app_native#main header > section li a[data-sns^=telegram]::before, .app_native#main .thankyou .tylink header > section li a[data-sns^=telegram]::before, .thankyou .tylink .moneywheel#main .content section[class^=sect]._intro ul li a[data-sns^=telegram]::before, .moneywheel#main .content section[class^=sect]._intro .thankyou .tylink ul li a[data-sns^=telegram]::before {
    background-image: url(/assets/images/footer/Telegram.png);
}

.meetus_style {
    color: #666;
}

.meetus {
    background: #fff;
}

    .meetus .mcmodal {
        border: 0;
        padding: 0;
    }

        .meetus .mcmodal button {
            padding: 15px 15px 0 0;
            font-size: 30px;
        }

    .meetus .intro {
        background: #fff;
        color: #030102;
    }

    .meetus .content {
        background: #ececec;
    }

        .meetus .content .container {
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: none;
        }

        .meetus .content .grid-item .info {
            -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
            border: 1px solid #bf9a5e;
            padding-bottom: 0;
        }

    .meetus .grid-item .info ul {
        list-style: none;
        padding-top: 10px;
        width: 100.4%;
        font-size: 0;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .meetus .grid-item .info ul li {
            display: inline-block;
            height: 8px;
        }

            .meetus .grid-item .info ul li:nth-child(1) {
                background: #030102;
                width: 70%;
            }

            .meetus .grid-item .info ul li:nth-child(2) {
                background: #3b7068;
                width: 20%;
            }

            .meetus .grid-item .info ul li:nth-child(3) {
                background: #030102;
                width: 10%;
            }

    .meetus .content .intro {
        margin-top: 0;
        padding: 5em 0;
        font-size: 16px;
    }

.sub_form {
    background: #fff;
}

#subscribed {
    color: #666;
}

.spacer {
    height: 84px;
    display: block;
}

    .spacer.index {
        height: 0px;
        display: block;
        background: #000;
    }

.side_book {
    position: fixed;
    float: right;
    width: 320px;
    right: 0;
    bottom: 20%;
    height: 130px;
    z-index: 999;
}

@media (max-width: 1800px) {
    .side_book {
        right: -300px;
    }
}

@media (max-width: 414px) {
    .content .grid-item {
        width: auto;
        /*clear:both; position: relative;  */
    }
}

@media (max-width: 768px) {
    .content .grid-item p {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .content .grid-item {
        float: none !important;
        top: 0px !important;
        width: 370px;
        height: auto;
        color: #c0b096;
        position: relative !important;
        margin-bottom: 0px !important;
        margin: 10px auto;
        left: auto !important;
    }

        .content .grid-item:nth-child(n+2) {
            margin-top: 40px;
        }

    .isotope {
        width: 100% !important;
        margin-left: 0% !important;
        padding-bottom: 4em;
    }
}

.slide-out-div3 {
    float: right;
    position: fixed;
    top: 467px;
    right: 0;
    height: 130px;
    width: 330px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 999;
    display: none !important;
}

.slide-out-div4 {
    float: right;
    position: fixed;
    top: 467px;
    right: 0;
    height: 130px;
    width: 330px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 999;
}

.handle3 {
    width: 53px;
    height: 214px;
    background: url(../event/images/side_open_btn_icebook_tc.png);
    float: left;
}

    .handle3.hen {
        background: url(../event/images/side_open_btn_icebook_en.png);
    }

    .handle3.hsc {
        width: 53px;
        height: 214px;
        background: url(../event/images/side_open_btn_icebook_sc.png);
        float: left;
    }

.meetus_side {
    float: left;
}

.slide-out-div3 a {
    outline: none;
}

.slide-out-div4 a {
    outline: none;
}

.slide-out-div3.slide {
    right: -283px;
}

.slide-out-div4.slide {
    right: -283px;
}

.meetus .mcmodal {
    border: 0;
    padding: 0;
}

    .meetus .mcmodal button {
        padding: 15px 15px 0 0;
        font-size: 30px;
    }

.cont_send.btn:hover {
    color: #fff;
    background: #3c7067;
}

.contact_info h2 {
    padding-top: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    color: #bf9a5d;
}

.contact_info ul {
    width: 100%;
    padding-left: 0;
}

@media screen and (min-width: 992px) {
    .contact_info ul {
        width: 40%;
        float: left;
    }
}

.contact_info li {
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0 0;
}

    .contact_info li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: center;
        align-content: center;
        text-decoration: none;
        color: #333333;
        /*font-weight:bold;*/
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        margin: 5px 0;
    }

        .contact_info li a:hover {
            color: #bf9a5d;
        }

        .contact_info li a::before {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 25px;
            flex: 0 1 25px;
            max-width: 25px;
            width: 25px;
            height: 25px;
            display: block;
            content: "";
            padding-top: 0.1em;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
        }

@media screen and (1199px) and (768px) {
    .contact_info li a::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20px;
        flex: 0 1 20px;
        max-width: 20px;
        width: 20px;
        height: 20px;
    }
}

.contact_info li a[data-sns^=tel]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-telephone%3c/title%3e%3cpath d='M12.5,9.73,9.87,8l-1.46.85-.3-.3h0l-2.6-2.6.85-1.47L4.61,1.83,2,3.59A15,15,0,0,0,3.71,6.66h0l0,0c.23.33.48.65.75,1l.18.22c.26.3.53.6.81.89l0,0A14.77,14.77,0,0,0,6.77,9.94h0c.43.35.87.67,1.31,1l0,0h0a15.39,15.39,0,0,0,2.64,1.42Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.contact_info li a[data-sns^=mail]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-email%3c/title%3e%3cpath d='M2,3v8H12V3ZM7,9.07,3.3,6.16,4,5.22,7,7.55l3-2.33.74.94Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.contact_info li a[data-sns^=web]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-website%3c/title%3e%3cpath d='M7,2,2,6.43V12H6V9H8v3h4V6.33Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.contact_info li a[data-sns^=fb]::before {
    background-image: url(/assets/images/footer/Facebook.png);
}

.contact_info li a[data-sns^=line]::before {
    background-image: url(/assets/images/footer/Line.png);
}



.contact_info li a[data-sns^=twitter]::before {
    background-image: url(/assets/images/footer/Twitter.png);
}

.contact_info li a[data-sns^=yt]::before {
    background-image: url(/assets/images/footer/Youtube.png);
}

.contact_info li a[data-sns^=wechat]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_)%7d.st1%7bfill:%23fff%7d %3c/style%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M13.5 0C6.1 0 0 6.1 0 13.5S6.1 27 13.5 27 27 20.9 27 13.5 20.9 0 13.5 0z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_1_'/%3e%3c/clipPath%3e%3clinearGradient id='SVGID_3_' x1='-255.9652' x2='-255.7602' y1='382.6839' y2='382.6839' gradientTransform='scale(131.3245) rotate(-90 63.5134 -319.2733)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2327ab38'/%3e%3cstop offset='.0016' stop-color='%2327ab38'/%3e%3cstop offset='.9517' stop-color='%234cb134'/%3e%3cstop offset='1' stop-color='%234cb134'/%3e%3c/linearGradient%3e%3cpath d='M0 0h27v27H0z' class='st0'/%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_4_' d='M7.3 2.9C4.9 2.9 3 4.8 3 7.2v12.5C3 22.1 4.9 24 7.3 24h12.5c2.4 0 4.3-1.9 4.3-4.3V7.3c0-2.4-1.9-4.3-4.3-4.3H7.3z'/%3e%3c/defs%3e%3cclipPath id='SVGID_5_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_4_'/%3e%3c/clipPath%3e%3cpath d='M18.6 14.8c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m-3.4 0c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m5.1 4c1.1-.8 1.8-2 1.8-3.2 0-2.4-2.3-4.3-5.2-4.3-2.8 0-5.2 1.9-5.2 4.3s2.3 4.3 5.2 4.3c.6 0 1.2-.1 1.7-.2h.2c.1 0 .2 0 .3.1l1.1.7h.1c.1 0 .2-.1.2-.2v-.1s-.1-.5-.2-.9v-.1c-.2-.3-.1-.4 0-.4' class='st1'/%3e%3cpath d='M13.2 10.8c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m-4.1 0c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m2-4.3c-3.4 0-6.2 2.3-6.2 5.2 0 1.6.8 3 2.1 3.9.1.1.2.2.2.3v.1c-.1.4-.2 1-.2 1v.2c0 .1.1.2.2.2h.1l1.4-.8c.1-.1.2-.1.3-.1h.2c.6.2 1.3.3 2 .3h.3c-.1-.4-.2-.8-.2-1.3 0-2.6 2.5-4.7 5.6-4.7h.3c-.4-2.4-3-4.3-6.1-4.3' class='st1'/%3e%3c/g%3e%3c/svg%3e");
}

.contact_info li a[data-sns^=skype]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27.2'%3e%3cstyle%3e .st0%7bfill:%23fff%7d.st1%7bfill:%2325a4de%7d %3c/style%3e%3cpath d='M15.9 12.3l-3-.7c-1.1-.3-2.4-.6-2.4-1.7S11.4 8 13 8c3.3 0 3 2.3 4.7 2.3.9 0 1.6-.5 1.6-1.4 0-2.1-3.3-3.6-6.1-3.6-3 0-6.2 1.3-6.2 4.7 0 1.7.6 3.5 3.8 4.3l4 1c1.2.3 1.6 1 1.6 1.6 0 1-1.1 2.1-2.9 2.1-3.6 0-3.1-2.9-5-2.9-.9 0-1.5.6-1.5 1.5 0 1.7 2.1 4 6.6 4 4.3 0 6.5-2.2 6.5-5-.1-1.7-.9-3.6-4.2-4.3z' class='st0'/%3e%3cpath d='M26.2 13.6C26.2 6.5 20.5.8 13.5.8c-.8 0-1.5.1-2.2.2-1.1-.6-2.4-1-3.7-1C3.4 0 0 3.4 0 7.6c0 1.4.4 2.7 1 3.8-.1.7-.2 1.5-.2 2.2 0 7.1 5.7 12.8 12.7 12.8.8 0 1.5-.1 2.2-.2 1.1.6 2.4 1 3.7 1 4.2 0 7.6-3.4 7.6-7.6 0-1.4-.4-2.7-1-3.8.1-.7.2-1.5.2-2.2zm-12.6 8.1c-4.5 0-6.6-2.3-6.6-4 0-.9.7-1.5 1.5-1.5 1.9 0 1.4 2.9 5 2.9 1.8 0 2.9-1.1 2.9-2.1 0-.6-.4-1.3-1.6-1.6l-4-1C7.6 13.6 7 11.8 7 10.1c0-3.5 3.2-4.7 6.2-4.7 2.8 0 6.1 1.5 6.1 3.6 0 .9-.7 1.4-1.6 1.4-1.6 0-1.4-2.3-4.7-2.3-1.6 0-2.5.8-2.5 1.9 0 1.1 1.3 1.4 2.4 1.7l3 .7c3.3.7 4.1 2.6 4.1 4.5 0 2.7-2.2 4.8-6.4 4.8z' class='st1'/%3e%3c/svg%3e");
}

.contact_info li a[data-sns^=weibo]::before {
    background-image: url(/assets/images/footer/Weibo.png);
}

.contact_info li a[data-sns^=youku]::before {
    background-image: url(/assets/images/footer/youtku_grey.png);
}

.contact_info li a[data-sns^=telegram]::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bfill:url(%23SVGID_1_)%7d.st1%7bfill:%23fff%7d.st2%7bfill:%23d3e6f2%7d.st3%7bfill:%23b6d0e5%7d %3c/style%3e%3clinearGradient id='SVGID_1_' x1='13.5' x2='13.5' y2='26.9015' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2342bde9'/%3e%3cstop offset='1' stop-color='%2322a7dd'/%3e%3c/linearGradient%3e%3ccircle cx='13.5' cy='13.5' r='13.5' class='st0'/%3e%3cpath d='M20.1 7.8L17.7 20s-.3.8-1.3.4l-5.6-4.3-2-1L5.4 14s-.5-.2-.6-.6c-.1-.4.6-.6.6-.6L19 7.4s1.1-.4 1.1.4z' class='st1'/%3e%3cpath d='M10.4 19.8s-.2 0-.4-.7c-.2-.6-1.2-4-1.2-4L17 9.9s.5-.3.5 0c0 0 .1.1-.2.3-.3.2-6.5 5.8-6.5 5.8' class='st2'/%3e%3cpath d='M13 17.7l-2.2 2s-.2.1-.4 0l.4-3.7' class='st3'/%3e%3c/svg%3e");
}

.contact_info li a p {
    font-size: 14px;
    padding: 0.3em 0 0 0.5em;
    margin-bottom: 0;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 90%;
}

.thankyou h1 {
    padding: 0 0 30px 0;
}

.cont_bg h1 {
    color: #bf9a5d;
}

@media (max-width: 1230px) {
    .index_sec {
        width: 100%;
    }

    .live_thumb_container {
        display: none;
    }
}

@media (max-width: 996px) {
    .cert_content {
        margin-top: 3em;
    }

        .cert_content .btn {
            margin: 0 auto;
        }

    .content.services {
        background-size: cover;
    }

    .egame > .row div > a > img:nth-child(2) {
        margin-top: -170px;
        border: 0;
        background-color: transparent;
        position: absolute;
    }

    .content.live > .container-fluid > .row, .content.live > .index_sec > .row, .content.live > #index_carousel > .row, .app_native#main .content.live > header > .row {
        margin: 0em 0 3em 0;
    }

    .disclaimer {
        text-align: center;
    }

        .disclaimer p {
            color: #848484;
            text-align: center;
        }

    .egame_lobby {
        background-size: cover;
    }

    .white p {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .sitemap > div {
        margin-top: 2em;
    }

    .sitemap a,
    .sitemap h6 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    #event_index_box:nth-child(2) {
        margin-top: 1em;
    }

    .live p {
        padding-bottom: 1em;
    }

    .contact_info > ul {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .content.aboutus .container > div {
        margin-top: 1px;
    }

    .aboutus_clients > .container > div:nth-child(1) {
        margin-top: 6em;
    }

    .clients h3 {
        padding: 0 10px;
    }

    .contact_info {
        margin-top: 2em;
    }

    .egame,
    .media,
    .mobile,
    .services,
    .aboutus,
    .lotto,
    .tel,
    .live,
    .contact,
    .event {
        background-size: cover;
    }
}

.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.ice_tab {
    position: fixed;
    top: 90px;
    right: -3px;
    z-index: 1000;
    /*display: none !important;*/
}

.modal-header.mcmodal {
    border-bottom: 0;
}

#schedule_meeting > div {
    margin: 7em auto 6em auto;
    font-size: 30px;
    color: #fff;
}

#schedule_meeting2 > div {
    margin: 5em auto;
    font-size: 30px;
    color: #fff;
}

.side_btn {
    /*display:none;*/
    position: fixed;
    right: 0px;
    top: 13%;
    z-index: 999;
    /*background:rgba(0,0,0,.3);*/
}

    .side_btn > a {
        padding: 5px;
        display: block;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.shad > div {
    z-index: 9989;
}

.handle,
.handle2 {
    cursor: pointer;
    /*left: -60px !important;*/
    bottom: 32px !important;
    position: fixed !important;
    z-index: 9989;
    left: auto !important;
    top: auto !important;
}

.handle2 {
    width: 245px;
}

    .handle2:hover + .tryplay_side {
        border-color: #a78c5f;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.handle:hover + .side_cont_s {
    border-color: #a78c5f;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.meetus_side {
    border-left: 0;
    border-right: 0;
    height: 130px;
}

.meetus_side {
    border-left: 0;
    border-right: 0;
    height: 130px;
}

.email_btn {
    width: 61px;
    height: 60px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(/assets/images/email_btn.png) no-repeat;
}

    .email_btn :hover {
        background: url(/assets/images/email_btn_a.png) no-repeat;
    }

.facebook_btn {
    width: 61px;
    height: 60px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(/assets/images/facebook_btn.png) no-repeat;
}

    .facebook_btn :hover {
        background: url(/assets/images/facebook_btn_a.png) no-repeat;
    }

.twitter_btn {
    width: 61px;
    height: 60px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    background: url(/assets/images/twitter_btn.png) no-repeat;
}

    .twitter_btn :hover {
        background: url(/assets/images/twitter_btn_a.png) no-repeat;
    }

.side_cont_s {
    width: 300px;
    height: 208px;
    /*background:url(/assets/images/side_cont_s.jpg) no-repeat; margin-left:-158px; position:absolute; top:0;*/
    background: #252525;
    /*border:3px solid $gold;*/
    padding: 20px 0 10px 5px;
    color: #fff;
    /*display:none;*/
    background-size: cover;
    /*box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4); border-top-left-radius:8px; border-bottom-left-radius:8px; position:relative; z-index:2;*/
    border: 3px solid #bf9a5d;
    border-left: 0;
    border-right: 0;
}

    .side_cont_s h2 {
        margin-top: 3px;
        margin-bottom: 0px;
        color: #fff;
        font-size: 24px;
    }

    .side_cont_s > div {
        background: #bf9a5d;
        padding: 5px 0 5px 10px;
        /*border-top-left-radius:8px;*/
    }

    .side_cont_s p {
        font-size: 15px;
        /*color: #666;*/
        /*margin:15px 0 10px 0;*/
        padding: 10px;
        color: #fff;
        line-height: 1.5em !important;
    }

    .side_cont_s a {
        font-size: 14px;
        /*color: #666;*/
        /*margin-bottom:5px;*/
        display: block;
        text-decoration: none;
        padding: 3px 10px;
        color: #fff;
    }

        .side_cont_s a:hover {
            text-decoration: none;
            color: #999;
        }

    .side_cont_s .glyphicon {
        position: absolute;
        color: #bf9a5d;
        right: 5px;
        top: 10px;
        cursor: pointer;
    }

.side_play_s {
    width: 228px;
    /*background:$gold; box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);*/
    /*-webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.2));
    filter:         drop-shadow(0px 0px 1px rgba(0,0,0,0.2)); margin-top:-80px; position:relative; z-index:1;*/
}

    .side_play_s h3 {
        color: #333333;
        padding: 10px;
        margin: 10px 0 0 0;
        font-weight: bold;
    }

.str_origin:nth-child(n+2) {
    display: none;
}

.men {
    letter-spacing: 1px;
    line-height: 1.6em;
    font-size: 16px;
}

.white {
    color: #fff !important;
}

    .white > h3 {
        color: #fff !important;
    }

a.arrow_button {
    position: relative;
    padding: 0;
    height: 60px;
    width: 100%;
    text-decoration: none;
}

    a.arrow_button > div {
        position: absolute;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        text-decoration: none;
    }

        a.arrow_button > div.left50 {
            left: 50%;
        }

        a.arrow_button > div + h3 {
            color: #666;
            opacity: 0;
            font-size: 30px;
            -webkit-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
            text-decoration: none;
            font-weight: bold;
        }

    a.arrow_button:hover > div {
        -webkit-transform: translate(160px, 0);
        -ms-transform: translate(160px, 0);
        transform: translate(160px, 0);
        opacity: 0;
        text-decoration: none;
    }

        a.arrow_button:hover > div + h3 {
            opacity: 1;
            text-decoration: none;
        }

.noarrow {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.marginleft {
    margin-left: -30px;
}

#saSlot {
    position: absolute;
    z-index: 0;
}

.sub_form {
    display: none;
}

.dm_icons img {
    display: inline-block !important;
}

.social_foot {
    padding: 0;
}

.new_menu h4 {
    font-size: 16px;
}

.con_side {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 14px 15px;
    background: #c09a58;
    border-radius: 35px;
    border: 2px solid #c09a58;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 60px;
    min-width: 127px;
}

.con_side,
.con_tab,
.con_tab_2,
.con_tab_3,
.con_tab_4,
.con_side_2,
.con_side_3 {
    text-decoration: none !important;
}

.con_tab {
    position: fixed;
    bottom: 338px;
    right: 0px;
    z-index: 999;
}

    .con_tab:hover > .con_side {
        color: #c09a58;
        background: #fff;
        border-color: #fff;
    }

        .con_tab:hover > .con_side .side_img {
            background: url(/assets/images/con_side_1_o.png);
            background-size: contain;
        }

.con_side .side_img {
    width: 22px;
    height: 16px;
    background: url(/assets/images/con_side_1.png);
    background-size: contain;
    display: inline-block;
    margin-bottom: -2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.con_tab_2 {
    position: fixed;
    bottom: 234px;
    right: 0px;
    z-index: 999;
}

    .con_tab_2:hover > .con_side_2 {
        background: #c09a58;
    }

.con_side_2 {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 14px 15px;
    background: #1d1d1d;
    border-radius: 35px;
    border: 2px solid #c09a58;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 60px;
    min-width: 127px;
}

    .con_side_2 img {
        margin-top: -2px;
        width: 22px;
    }

.con_tab_3 {
    position: fixed !important;
    bottom: 130px !important;
    right: 0px !important;
    z-index: -999;
    text-indent: 0 !important;
    top: auto !important;
    left: auto !important;
}

.con_side_3 img {
    margin-top: -2px;
    width: 22px;
}

.con_side_3 {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 14px 15px;
    background: #3c7066;
    border-radius: 35px;
    border: 2px solid #c09a58;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-height: 60px;
    min-width: 127px;
    line-height: 1.4em;
}

.con_tab_4 {
    position: fixed !important;
    bottom: 370px !important;
    right: 5px !important;
    text-indent: 0 !important;
    top: auto !important;
    left: auto !important;
}

    .con_tab_4 img {
        width: 100%;
    }

.con_tab_5 {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    background: #d91419;
}

@media screen and (orientation: landscape) {
    .con_tab_5 img.img-responsive, .con_tab_5 #index_carousel img.ban_dk, #index_carousel .con_tab_5 img.ban_dk,
    .con_tab_5 #index_carousel img.txt_dk,
    #index_carousel .con_tab_5 img.txt_dk,
    .con_tab_5 #index_carousel img.ban_mo,
    #index_carousel .con_tab_5 img.ban_mo,
    .con_tab_5 #index_carousel img.txt_mo,
    #index_carousel .con_tab_5 img.txt_mo, .con_tab_5 #sanav .navbar-brand img, #sanav .navbar-brand .con_tab_5 img, .con_tab_5 .app_native#main header #float img, .app_native#main header #float .con_tab_5 img, .con_tab_5 .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section .con_tab_5 img {
        max-width: 50%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    .con_tab_5 img.img-responsive, .con_tab_5 #index_carousel img.ban_dk, #index_carousel .con_tab_5 img.ban_dk,
    .con_tab_5 #index_carousel img.txt_dk,
    #index_carousel .con_tab_5 img.txt_dk,
    .con_tab_5 #index_carousel img.ban_mo,
    #index_carousel .con_tab_5 img.ban_mo,
    .con_tab_5 #index_carousel img.txt_mo,
    #index_carousel .con_tab_5 img.txt_mo, .con_tab_5 #sanav .navbar-brand img, #sanav .navbar-brand .con_tab_5 img, .con_tab_5 .app_native#main header #float img, .app_native#main header #float .con_tab_5 img, .con_tab_5 .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section .con_tab_5 img {
        max-width: 50%;
        margin: 0 auto;
    }
}

/*  SideBanner setting */
.con_tab,
.con_tab_2,
.con_tab_3 {
    z-index: 999;
    width: 134px;
    height: 104px;
    -webkit-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
    .con_tab,
    .con_tab_2,
    .con_tab_3 {
        width: 100px;
        height: 74px;
        background-size: 100px 154px;
    }

        .con_tab .con_tab_4,
        .con_tab_2 .con_tab_4,
        .con_tab_3 .con_tab_4 {
            width: 100px;
            right: 0px !important;
            bottom: 270px !important;
        }

            .con_tab .con_tab_4 img,
            .con_tab_2 .con_tab_4 img,
            .con_tab_3 .con_tab_4 img {
                width: 100%;
            }
}

.en .con_tab,
.en .con_tab_2,
.en .con_tab_3 {
    background-image: url(/assets/images/side/menu_en.jpg?ver=20200213);
}

    .en .con_tab:hover,
    .en .con_tab_2:hover,
    .en .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_en.jpg?ver=20200213);
    }

.tc .con_tab,
.tc .con_tab_2,
.tc .con_tab_3 {
    background-image: url(/assets/images/side/menu_tc.jpg?ver=20200213);
}

    .tc .con_tab:hover,
    .tc .con_tab_2:hover,
    .tc .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_tc.jpg?ver=20200213);
    }

.sc .con_tab,
.sc .con_tab_2,
.sc .con_tab_3 {
    background-image: url(/assets/images/side/menu_sc.jpg?ver=20200213);
}

    .sc .con_tab:hover,
    .sc .con_tab_2:hover,
    .sc .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_sc.jpg?ver=20200213);
    }

.jp .con_tab,
.jp .con_tab_2,
.jp .con_tab_3 {
    background-image: url(/assets/images/side/menu_jp.jpg?ver=20200213);
}

    .jp .con_tab:hover,
    .jp .con_tab_2:hover,
    .jp .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_jp.jpg?ver=20200213);
    }

.th .con_tab,
.th .con_tab_2,
.th .con_tab_3 {
    background-image: url(/assets/images/side/menu_th.jpg?ver=20200213);
}

    .th .con_tab:hover,
    .th .con_tab_2:hover,
    .th .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_th.jpg?ver=20200213);
    }

.id .con_tab,
.id .con_tab_2,
.id .con_tab_3 {
    background-image: url(/assets/images/side/menu_id.jpg?ver=20200213);
}

    .id .con_tab:hover,
    .id .con_tab_2:hover,
    .id .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_id.jpg?ver=20200213);
    }

.ml .con_tab,
.ml .con_tab_2,
.ml .con_tab_3 {
    background-image: url(/assets/images/side/menu_ml.jpg?ver=20200213);
}

    .ml .con_tab:hover,
    .ml .con_tab_2:hover,
    .ml .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_ml.jpg?ver=20200213);
    }

.ru .con_tab,
.ru .con_tab_2,
.ru .con_tab_3 {
    background-image: url(/assets/images/side/menu_ru.jpg?ver=20200213);
}

    .ru .con_tab:hover,
    .ru .con_tab_2:hover,
    .ru .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_ru.jpg?ver=20200213);
    }

.sp .con_tab,
.sp .con_tab_2,
.sp .con_tab_3 {
    background-image: url(/assets/images/side/menu_sp.jpg?ver=20200213);
}

    .sp .con_tab:hover,
    .sp .con_tab_2:hover,
    .sp .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_sp.jpg?ver=20200213);
    }

.vn .con_tab,
.vn .con_tab_2,
.vn .con_tab_3 {
    background-image: url(/assets/images/side/menu_vn.jpg?ver=20200213);
}

    .vn .con_tab:hover,
    .vn .con_tab_2:hover,
    .vn .con_tab_3:hover {
        background-image: url(/assets/images/side/menu_hover_vn.jpg?ver=20200213);
    }

@media screen and (max-width: 1199px) {
    .con_tab {
        bottom: 287px;
        background-size: 100px 180px;
    }

    .con_tab_2 {
        bottom: 226px;
        background-size: 100px 220px;
    }

    .con_tab_3 {
        background-size: 98px 175px;
        bottom: 172px !important;
    }
}

.con_tab,
.con_tab:hover {
    background-position: 0 0;
}

.con_tab_2,
.con_tab_2:hover {
    background-position: 0 208px;
}

@media screen and (max-width: 1199px) {
    .con_tab_2,
    .con_tab_2:hover {
        background-position: 0 -77px;
    }
}

.con_tab_3,
.con_tab_3:hover {
    background-position: 0 104px;
}

@media screen and (max-width: 1199px) {
    .con_tab_3,
    .con_tab_3:hover {
        background-position: 0 -101px;
    }
}

.tryplay_side {
    width: 245px;
    border: none;
}

.tryplay_game,
.tryplay_egame,
.tryplay_multi {
    width: 245px;
    height: 140px;
    background-size: cover;
}

.en .tryplay_game {
    background: url(/assets/images/side/01_en.jpg) no-repeat;
}

.en .tryplay_egame {
    background: url(/assets/images/side/02_en.jpg) no-repeat;
}

.en .tryplay_multi {
    background: url(/assets/images/side/03_en.jpg) no-repeat;
}

.tc .tryplay_game {
    background: url(/assets/images/side/01_tc.jpg) no-repeat;
}

.tc .tryplay_egame {
    background: url(/assets/images/side/02_tc.jpg) no-repeat;
}

.tc .tryplay_multi {
    background: url(/assets/images/side/03_tc.jpg) no-repeat;
}

.sc .tryplay_game {
    background: url(/assets/images/side/01_sc.jpg) no-repeat;
}

.sc .tryplay_egame {
    background: url(/assets/images/side/02_sc.jpg) no-repeat;
}

.sc .tryplay_multi {
    background: url(/assets/images/side/03_sc.jpg) no-repeat;
}

.jp .tryplay_game {
    background: url(/assets/images/side/01_jp.jpg) no-repeat;
}

.jp .tryplay_egame {
    background: url(/assets/images/side/02_jp.jpg) no-repeat;
}

.jp .tryplay_multi {
    background: url(/assets/images/side/03_jp.jpg) no-repeat;
}

.th .tryplay_game {
    background: url(/assets/images/side/01_th.jpg) no-repeat;
}

.th .tryplay_egame {
    background: url(/assets/images/side/02_th.jpg) no-repeat;
}

.th .tryplay_multi {
    background: url(/assets/images/side/03_th.jpg) no-repeat;
}

.id .tryplay_game {
    background: url(/assets/images/side/01_id.jpg) no-repeat;
}

.id .tryplay_egame {
    background: url(/assets/images/side/02_id.jpg) no-repeat;
}

.id .tryplay_multi {
    background: url(/assets/images/side/03_id.jpg) no-repeat;
}

.ml .tryplay_game {
    background: url(/assets/images/side/01_ml.jpg) no-repeat;
}

.ml .tryplay_egame {
    background: url(/assets/images/side/02_ml.jpg) no-repeat;
}

.ml .tryplay_multi {
    background: url(/assets/images/side/03_ml.jpg) no-repeat;
}

.ru .tryplay_game {
    background: url(/assets/images/side/01_ru.jpg) no-repeat;
}

.ru .tryplay_egame {
    background: url(/assets/images/side/02_ru.jpg) no-repeat;
}

.ru .tryplay_multi {
    background: url(/assets/images/side/03_ru.jpg) no-repeat;
}

.sp .tryplay_game {
    background: url(/assets/images/side/01_sp.jpg) no-repeat;
}

.sp .tryplay_egame {
    background: url(/assets/images/side/02_sp.jpg) no-repeat;
}

.sp .tryplay_multi {
    background: url(/assets/images/side/03_sp.jpg) no-repeat;
}

.vn .tryplay_game {
    background: url(/assets/images/side/01_vn.jpg) no-repeat;
}

.vn .tryplay_egame {
    background: url(/assets/images/side/02_vn.jpg) no-repeat;
}

.vn .tryplay_multi {
    background: url(/assets/images/side/03_vn.jpg) no-repeat;
}

.handle2:hover + .con_tab_3 > .con_side_3 {
    border: 2px solid #3c7066;
}

.feed_content .btn-4,
.feed_content .btn-4:hover,
.feed_content .btn-4:active {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.feed_content a:active,
.feed_content a:hover,
.feed_content a {
    color: #bf9a5d;
}

.feed_content p {
    padding: 0.5em 0;
}

.feed_content table {
    font-size: 16px;
    line-height: 1.8;
}

.smediab {
    margin-right: 10px;
}

.press_date {
    font-size: 14px;
    margin: 0.5em 0;
}

.press_content {
    font-size: 14px;
    color: #999;
}

/*.press_thumbnail>a{display: inline-block; padding: 15px 0; margin: 0 15px; background: #f5f5f5; border: 1px solid #e3e3e3;}*/
.press_thumbnail {
    margin-bottom: 20px;
}

.edm {
    max-width: 600px;
}

    .edm h3 {
        color: #bf9a5d;
        margin: 0;
        padding-top: 1em;
    }

    .edm h4 {
        color: #696969;
        margin: 0;
        padding-top: 0.5em;
    }

    .edm span {
        font-size: 16px;
        line-height: 2.5em;
    }

    .edm .try a {
        color: #333333;
        display: block;
        text-decoration: none;
        font-size: 16px;
        padding-bottom: 1em;
    }

        .edm .try a span {
            color: #bf995d;
        }

    .edm .edm_content {
        background-color: #fff;
        line-height: 1.6em;
        padding: 0 15px;
    }

.qr_f {
    display: inline-block;
    margin-top: 3px;
    max-width: 73px;
}

    .qr_f > div {
        margin-top: 3px;
    }

.servicesB {
    background: url(/assets/images/services_bg2.jpg) no-repeat;
    background-size: cover;
}

@media screen and (min-width: 991px) {
    .servicesB .img-responsive, .servicesB #index_carousel .ban_dk, #index_carousel .servicesB .ban_dk,
    .servicesB #index_carousel .txt_dk,
    #index_carousel .servicesB .txt_dk,
    .servicesB #index_carousel .ban_mo,
    #index_carousel .servicesB .ban_mo,
    .servicesB #index_carousel .txt_mo,
    #index_carousel .servicesB .txt_mo, .servicesB #sanav .navbar-brand img, #sanav .navbar-brand .servicesB img, .servicesB .app_native#main header #float img, .app_native#main header #float .servicesB img, .servicesB .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section .servicesB img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .servicesB .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.servicesB .ser2p {
    padding-left: 2em;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .servicesB .ser2p {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}

.servicesB .hidden-md, .servicesB #index_carousel .ban_mo, #index_carousel .servicesB .ban_mo,
.servicesB #index_carousel .txt_mo,
#index_carousel .servicesB .txt_mo, .servicesB .app_native .content .features.-s7 ol, .app_native .content .features.-s7 .servicesB ol, .servicesB .app_native#main header .head_p br, .app_native#main header .head_p .servicesB br, .servicesB .app_native#main header #float img, .app_native#main header #float .servicesB img {
    padding: 2em 0;
}

.servicesB .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.servicesB .sercont p,
.servicesB .sercont h3 {
    color: #fff;
    text-align: center;
}

.servicesB .sercont p {
    padding: 0 2em 2em;
}

.servicesB .sercont img {
    padding-top: 2em;
    margin: 0 auto;
}

.press_release .smenu ul li:nth-child(1) a {
    color: #fff;
}

.press_release .feed .feed_title h1 {
    color: #fff;
}

.press_release .smenu ul li:nth-child(n+2) a.date_select_all {
    color: #bf9a5d;
}

.press_release .smenu ul li:nth-child(n+2) a:hover {
    color: #bf9a5d;
}

.press_release .smenu ul li:nth-child(n+2) a {
    color: #fff;
}

.press_release .smenu ul li a.active {
    color: #bf9a5d;
}

.year a {
    color: #fff;
}

.press_release {
    background-image: url(../media/images/press_top_shadow.png), url(../media/images/press_bg.png);
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover;
    background-position: 0 0, center bottom;
    padding: 3em 0;
}

.event_index .smenu ul li:nth-child(1) a {
    color: #fff;
}

.event_index .smenu ul li:nth-child(n+2) a.event_select_all {
    color: #333333;
}

.event_index .smenu ul li:nth-child(n+2) a:hover {
    color: #333333;
}

.event_index .smenu ul li:nth-child(n+2) a {
    color: #fff;
}

.event_index .smenu ul li a.active {
    color: #333333;
}

.year a {
    color: #fff;
}

.event_index {
    background-image: url(/assets/images/event_bg_1.png), url(/assets/images/event_bg_2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    background-position: left top, right bottom;
    padding: 3em 0;
}

.evt_title h1 {
    margin: 0.3em 0;
    color: #fff;
}

#event_index_box .year {
    background: #fff;
    color: #bf9a5d;
}

.event_index .row.row-eq-height {
    margin-bottom: -32px;
}

/* video wrapper modal  */
.pointer {
    cursor: pointer;
}

.content .modal-header {
    padding: 0;
    border-bottom: none;
    margin-top: -25px;
    position: absolute;
    right: -24px;
    z-index: 99;
}

    .content .modal-header .close {
        opacity: 1;
    }

@media (max-width: 970px) {
    .content .modal-header .close {
        margin-top: 10px;
        margin-right: 10px;
    }
}

.content .modal-content {
    background-color: black;
    border: 4px solid #bf9a5d;
    /*border: 4px solid rgb(192, 176, 150);	*/
    border-radius: 2px;
}

.content .modal-body {
    padding: 0;
}

    .content .modal-body p {
        margin-bottom: 0;
    }

/* mutli vertcenter */
.multi .mutlicont {
    padding-top: 1em;
}

@media (max-width: 70px) {
    .multi .mutlicont {
        padding-bottom: 1em;
    }

        .multi .mutlicont h1 {
            padding-top: 1em;
        }
}

.multi .mutlicont h1 {
    color: #bf9a5d;
}

.multi .mutlicont p {
    margin: 1em 0;
    letter-spacing: 1px;
}

.multi .mutlicont .btn {
    margin-bottom: 1.3em;
}

.multi #dicesc .mutlicont {
    padding-top: 0.5em;
}

@media (min-width: 970px) {
    .multi #dicesc .mutlicont {
        padding-top: 2em;
    }
}

/*  game banners */
@media (max-width: 991px) {
    .livesec_ban,
    .sec_ban {
        display: none;
    }
}

@media (min-width: 992px) {
    .livesec_ban_mo,
    .sec_ban_mo {
        display: none;
    }
}
/* misc lang banner */
.mbanner1 {
    background: #3c7067;
    padding: 0;
    background-size: cover;
}

.mbanner2 {
    background: url(/assets/images/mobile_banner_2.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
    background-color: #bf9a5d;
}

.mubanner1 {
    background: url(/assets/images/multi_banner_2_bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-color: #1d1d1d;
    background-size: cover;
    background-position: center 80px;
}

.mubanner4 {
    background: url(/assets/images/multi_banner_4_bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-color: #072821;
    background-size: cover;
}

.lbanner1 {
    background: url(/assets/images/lotto_banner_1_bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-color: #3c7067;
    background-size: cover;
    background-position: center top;
}

.lbanner2 {
    background-image: url(/assets/images/lotto_banner_2_bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-color: #bf9a5d;
    background-size: cover;
}

.lbanner4 {
    padding: 0;
    background-color: #3c7067;
}

.lbanner5 {
    padding: 0;
    background-color: #bf9a5d;
}

.lbanner3 {
    background-image: url(/assets/images/lotto_banner_3_bg.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-position: top center;
    min-height: 800px;
    background-size: contain;
    background-color: #0d0d0d;
}

.lbanner3_1 {
    background-image: url(/assets/images/lotto_banner_3.png);
    background-repeat: no-repeat;
    padding: 0;
    background-position: top center;
    min-height: 800px;
    background-size: contain;
}

.tbanner1 {
    background-repeat: no-repeat;
    padding: 0;
    background-color: #3c7067;
    background-size: cover;
}

.tbanner2 {
    background-repeat: no-repeat;
    padding: 0;
    background-color: #bf9a5d;
    background-size: cover;
}

.tbanner3 {
    padding: 0;
    background-position: top center;
}

@media (min-width: 997px) {
    .tbanner3 {
        background: url(/assets/images/tel_banner_3_bg.jpg);
        min-height: 800px;
        background-size: cover;
        background-color: #252525;
    }
}

.tbanner3_1 {
    padding: 0;
    background-image: url(/assets/images/tel_banner_3_en.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    min-height: 700px;
}

.tc .tbanner3_1 {
    background-image: url(/assets/images/tel_banner_3_tc.png);
}

.sc .tbanner3_1 {
    background-image: url(/assets/images/tel_banner_3_sc.png);
}

.libannercow {
    /* background: url(/assets/images/live_banner_cow_bg.jpg) no-repeat; */
    padding: 0;
    background-color: #131313;
    background-size: cover;
}

.margintop2px {
    margin-top: 2px;
}

@media (min-width: 992px) {
    .Baccarat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .Baccarat .livesec_ban {
            width: 77.7777777%;
        }

        .Baccarat .rowcont {
            width: 33.33333333%;
            padding-left: 1rem;
            padding-right: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
        }

            .Baccarat .rowcont .qrtry,
            .Baccarat .rowcont .live_thumb_wrap {
                width: 80%;
            }

            .Baccarat .rowcont .qrtry {
                margin-top: 0;
            }

            .Baccarat .rowcont .live_thumb_container {
                background-color: transparent;
            }
}

.libanner1 {
    padding: 0;
    background-repeat: no-repeat;
    background-color: #3c7067;
    background-size: cover;
    background-position: 100% 50%;
}

@media (min-width: 992px) {
    .libanner1 {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        background-image: url(/assets/images/live_banner_1_en.jpg);
        min-height: 800px;
        background-color: #0d0d0d;
    }

    .tc .libanner1 {
        background-image: url(/assets/images/live_banner_1_tc.jpg);
    }

    .sc .libanner1 {
        background-image: url(/assets/images/live_banner_1_sc.jpg);
    }

    .jp .libanner1 {
        background-image: url(/assets/images/live_banner_1_jp.jpg);
    }

    .id .libanner1 {
        background-image: url(/assets/images/live_banner_1_id.jpg);
    }

    .jp .libanner1 {
        background-image: url(/assets/images/live_banner_1_jp.jpg);
    }

    .th .libanner1 {
        background-image: url(/assets/images/live_banner_1_th.jpg);
    }

    .vn .libanner1 {
        background-image: url(/assets/images/live_banner_1_vn.jpg);
    }

    .ml .libanner1 {
        background-image: url(/assets/images/live_banner_1_ml.jpg);
    }
}

@media (min-width: 1400px) {
    .libanner1 .qrtry {
        padding-top: 4em;
        padding-bottom: 1em;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .libanner1 .qrtry {
        padding-top: 3em;
        padding-bottom: 1em;
    }
}

@media (max-width: 1366px) and (min-width: 1230px) {
    .libanner1 .qrtry {
        padding-top: 2em;
        padding-bottom: 1em;
    }
}

@media (min-width: 1230px) {
    .libanner1 .qrtry {
        padding-top: 2em;
    }
}

@media (max-width: 991px) {
    .libanner1 .qrtry {
        padding-top: 1em;
    }
}

.libanner2 {
    padding: 0;
}

.libanner3 {
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

@media (min-width: 992px) {
    .libanner3 {
        background-image: url(/assets/images/live_banner_3_en.jpg);
        min-height: 800px;
        background-color: #0d0d0d;
    }

    .tc .libanner3 {
        background-image: url(/assets/images/live_banner_3_tc.jpg);
    }

    .sc .libanner3 {
        background-image: url(/assets/images/live_banner_3_sc.jpg);
    }

    .jp .libanner3 {
        background-image: url(/assets/images/live_banner_3_jp.jpg);
    }

    .id .libanner3 {
        background-image: url(/assets/images/live_banner_3_id.jpg);
    }

    .jp .libanner3 {
        background-image: url(/assets/images/live_banner_3_jp.jpg);
    }

    .th .libanner3 {
        background-image: url(/assets/images/live_banner_3_th.jpg);
    }

    .vn .libanner3 {
        background-image: url(/assets/images/live_banner_3_vn.jpg);
    }

    .ml .libanner3 {
        background-image: url(/assets/images/live_banner_3_ml.jpg);
    }

    .libanner3 h1,
    .libanner3 p {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .libanner3 {
        padding-bottom: 3em;
    }
}

.libanner3 h2 {
    color: #bf9a5d;
}

@media (min-width: 1200px) {
    .libanner3_1 {
        max-width: 1170px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .libanner3_1 {
        min-height: 800px;
        padding: 200px 0 0;
        background-position: top right;
    }
}

.libanner4 {
    padding: 0;
}

@media (min-width: 1651px) {
    .libanner4_1 .qrtry {
        padding-top: 16em;
        padding-bottom: 3em;
    }

    .ml .libanner4_1 .qrtry {
        padding-top: 10em;
    }
}

@media (max-width: 1650px) {
    .libanner4_1 .qrtry {
        padding-top: 28em;
        padding-bottom: 3em;
    }
}

@media (max-width: 1230px) {
    .libanner4_1 .qrtry {
        padding-top: 28em;
        padding-bottom: 3em;
    }
}

@media (max-width: 992px) {
    .libanner4_1 .qrtry {
        padding-top: 1em;
        padding-bottom: 3em;
    }
}

.libanner5 {
    padding: 0;
    background-color: #3c7067;
}

.libanner6 {
    padding: 0;
    background-repeat: no-repeat;
    background-color: #bf9a5d;
    background-size: cover;
}

.paraban {
    padding: 0;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

    .paraban > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

@media (min-width: 992px) {
    .paraban {
        background-image: url(/assets/images/mobile/html5_full.jpg);
        min-height: 600px;
        height: 400px;
        background-color: #0d0d0d;
    }

    .h5row .paraban {
        background-image: url(/assets/images/mobile/html5_full.jpg);
    }
}

@media (max-width: 991px) {
    .paraban {
        padding-bottom: 3em;
    }
}

.paraban h1 {
    color: #bf9a5d;
}

.paraban h2 {
    color: #bf9a5d;
    font-weight: bold;
}

.paraban p {
    color: #fff;
}

@media (max-width: 991px) {
    .paraban p {
        color: #333333;
    }
}

.flexrow {
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .flexrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

        .flexrow > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }
}

@media (max-width: 991px) {
    .flexrow {
        padding-bottom: 3em;
    }
}

.flexrow h1 {
    color: #bf9a5d;
}

.flexrow h2 {
    color: #bf9a5d;
    font-weight: bold;
}

.flexrow p {
    color: #333333;
}

/* banbloc desktop banner */
.banbloc:after,
.banbloc > div {
    height: 750px;
    display: block;
    background-size: cover;
}

@media (min-width: 1741px) {
    .banbloc:after,
    .banbloc > div {
        height: 600px;
    }
}

@media (max-width: 990px) {
    .banbloc, .banbloc:after,
    .banbloc > div {
        display: none;
        height: 0;
    }
}

.banbloc:after {
    content: "";
}

#roa .banbloc:after, #hd .banbloc:after {
    height: 550px;
}

.slot_misc .banbloc:after {
    height: 350px;
}

@media (min-width: 1741px) {
    .slot_misc .banbloc:after {
        height: 400px;
    }
}

@media (min-width: 991px) and (max-width: 1740px) {
    #dice .banbloc:after, #dicetc .banbloc:after, #dicesc .banbloc:after {
        height: 750px;
    }

    .slot_misc .banbloc:after {
        height: 400px;
    }
}

#tel_mul .banbloc.tbanner3_1:after {
    height: 800px;
}

#fish .banbloc:after {
    background: url(/assets/images/multi_banner_1.jpg) 50% 50% no-repeat;
}

#dice .banbloc:after {
    background: url(/assets/images/kb-hqi-en.jpg) 50% 50% no-repeat;
}

#dicetc .banbloc:after {
    background: url(/assets/images/kb-hqi-en.jpg) 50% 50% no-repeat;
}

#dicesc .banbloc:after {
    background: url(/assets/images/kb-hqi-en.jpg) 50% 50% no-repeat;
}

#hd .banbloc:after {
    background-image: url(/assets/images/tel_banner_1_bg_en.jpg);
}

.tc #hd .banbloc:after {
    background-image: url(/assets/images/tel_banner_1_bg_tc.jpg);
}

.sc #hd .banbloc:after {
    background-image: url(/assets/images/tel_banner_1_bg_sc.jpg);
}

#roa .banbloc:after {
    background-image: url(/assets/images/tel_banner_2_bg_en.jpg);
}

.tc #roa .banbloc:after {
    background-image: url(/assets/images/tel_banner_2_bg_tc.jpg);
}

.sc #roa .banbloc:after {
    background-image: url(/assets/images/tel_banner_2_bg_sc.jpg);
}

.slot_misc .banbloc:after {
    background: url(/assets/images/egame_misc_game.png) 50% 100% no-repeat;
}

@media (max-width: 990px) {
    .slot_misc .banbloc, .slot_misc .banbloc:after {
        display: block;
        height: 300px;
        background: url(/assets/images/egame_misc_game.png) 50% 0% no-repeat;
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .slot_misc .banbloc, .slot_misc .banbloc:after {
        height: 200px;
    }
}

/* mobile revamp */
.content.mobile .present {
    /* background: #000b11;	 */
}

    .content.mobile .present .container-fluid, .content.mobile .present .index_sec, .content.mobile .present #index_carousel, .content.mobile .present .app_native#main header, .app_native#main .content.mobile .present header {
        padding-left: 0;
        padding-right: 0;
    }

    .content.mobile .present section {
        /* sect1 */
        /* sect2 */
        /* sect3 */
        /* sect4 */
    }

        .content.mobile .present section h2,
        .content.mobile .present section p {
            text-align: left;
        }

        .content.mobile .present section h2 {
            font-weight: normal;
            font-size: 3rem;
            line-height: 1.2em;
            margin-bottom: 0;
            margin-top: 0;
            color: #fff;
        }

        .content.mobile .present section p {
            font-weight: lighter;
            margin-bottom: 0;
            margin-top: 0;
            color: #fff;
        }

        .content.mobile .present section.sect1, .content.mobile .present section.sect2, .content.mobile .present section.sect3, .content.mobile .present section.sect4 {
            padding: 0;
            margin: 0 auto;
        }

@media screen and (min-width: 992px) {
    .content.mobile .present section.sect1 {
        min-height: 380px;
    }

    .en .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .content.mobile .present section.sect1 {
        background: url(/assets/images/sect1_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .content.mobile .present section.sect2 {
        min-height: 460px;
    }

    .en .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .content.mobile .present section.sect2 {
        background: url(/assets/images/sect2_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .content.mobile .present section.sect3 {
        min-height: 510px;
    }

    .en .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .content.mobile .present section.sect3 {
        background: url(/assets/images/sect3_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .content.mobile .present section.sect4 {
        min-height: 335px;
    }

    .en .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .content.mobile .present section.sect4 {
        background: url(/assets/images/sect4_bg_vn.jpg) 50% 0% no-repeat;
    }
}

/* moneywheel */
.con_tab_4 {
    z-index: 10;
}

.moneywheel#main {
    background: #000;
}

@media (orientation: portrait) {
    .moneywheel#main {
        padding-top: 85px;
    }
}

.moneywheel#main header {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), color-stop(99%, rgba(0, 0, 0, 0.99)), to(black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.99) 99%, black 100%);
    /* @media only screen and (max-width: $screen-sm-max){
   	height:540px;
  }
  @media only screen and (min-width: $screen-md){
  	height:1080px;
  } */
    position: relative;
}

    .moneywheel#main header:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%;
    }

    .moneywheel#main header > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media only screen and (max-width: 991px) {
    .moneywheel#main header {
        position: relative;
    }

        .moneywheel#main header:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%;
        }

        .moneywheel#main header > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.moneywheel#main header::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/images/moneywheel/logo.png);
}

.tc .moneywheel#main header::after {
    background-image: url(/assets/images/moneywheel/logo_tc.png);
}

.sc .moneywheel#main header::after {
    background-image: url(/assets/images/moneywheel/logo_sc.png);
}

.th .moneywheel#main header::after {
    background-image: url(/assets/images/moneywheel/logo_th.png);
}

@media only screen and (max-width: 564px) {
    .moneywheel#main header::after {
        max-width: 75%;
        background-size: contain;
        margin: 0 auto;
    }
}

.moneywheel#main header p {
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.93);
}

.tc .moneywheel#main header p, .sc .moneywheel#main header p {
    font-weight: bold;
}

.moneywheel#main #mo_video,
.moneywheel#main #dk_video {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    min-width: 100%;
}

.moneywheel#main .lity-close,
.moneywheel#main .lity-close:active,
.moneywheel#main .lity-close:focus,
.moneywheel#main .lity-close:hover {
    color: #bf9a5d;
}

.moneywheel#main .content {
    padding-top: 0;
}

    .moneywheel#main .content .container-fluid, .moneywheel#main .content .index_sec, .moneywheel#main .content #index_carousel, .app_native#main.moneywheel .content header {
        padding-left: 0;
        padding-right: 0;
    }

    .moneywheel#main .content section[class^=sect] h2,
    .moneywheel#main .content section[class^=sect] p {
        text-align: left;
    }

    .moneywheel#main .content section[class^=sect] .btn-wrapper p {
        text-align: center;
    }

    .moneywheel#main .content section[class^=sect] h2 {
        font-weight: normal;
        font-size: 3rem;
        line-height: 1.2em;
        margin-bottom: 0;
        margin-top: 0;
        color: #fff;
    }

    .moneywheel#main .content section[class^=sect] p {
        margin-bottom: 0;
        margin-top: 0;
        color: #fff;
    }

    .moneywheel#main .content section[class^=sect]._intro, .moneywheel#main .content section[class^=sect]._1, .moneywheel#main .content section[class^=sect]._2, .moneywheel#main .content section[class^=sect]._3, .moneywheel#main .content section[class^=sect]._4, .moneywheel#main .content section[class^=sect]._5, .moneywheel#main .content section[class^=sect]._6, .moneywheel#main .content section[class^=sect]._7, .moneywheel#main .content section[class^=sect]._8 {
        padding: 0;
        margin: 0 auto;
        max-width: 1920px;
    }

    .moneywheel#main .content section[class^=sect]._intro {
        background-color: #000;
    }

        .moneywheel#main .content section[class^=sect]._intro .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: end;
            align-self: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .moneywheel#main .content section[class^=sect]._intro .container > p {
                padding-top: 15px;
                padding-bottom: 25px;
                text-align: center;
            }

        .moneywheel#main .content section[class^=sect]._intro ul li {
            padding: 0 0.5rem 0 0;
        }

@media screen and (max-width: 991px) {
    .moneywheel#main .content section[class^=sect]._intro ul .anibtn-B button,
    .moneywheel#main .content section[class^=sect]._intro ul .anibtn-B input[type=button] {
        max-width: 160px;
    }

        .moneywheel#main .content section[class^=sect]._intro ul .anibtn-B button .btnB-BG,
        .moneywheel#main .content section[class^=sect]._intro ul .anibtn-B input[type=button] .btnB-BG {
            max-width: 160px;
        }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._1 {
        min-height: 460px;
        background: url(/assets/images/moneywheel/sect1_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._1 {
        background: url(/assets/images/moneywheel/sect1_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._2 {
        min-height: 459px;
        background: url(/assets/images/moneywheel/sect2_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._2 {
        background: url(/assets/images/moneywheel/sect2_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._3 {
        min-height: 461px;
        background: url(/assets/images/moneywheel/sect3_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._3 {
        background: url(/assets/images/moneywheel/sect3_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._4 {
        min-height: 460px;
        background: url(/assets/images/moneywheel/sect4_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._4 {
        background: url(/assets/images/moneywheel/sect4_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._5 {
        min-height: 460px;
        background: url(/assets/images/moneywheel/sect5_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._5 {
        background: url(/assets/images/moneywheel/sect5_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._6 {
        min-height: 460px;
        background: url(/assets/images/moneywheel/sect6_bg_en.jpg) 50% 0% no-repeat;
    }

    .tc .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_tc.jpg) 50% 0% no-repeat;
    }

    .sc .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_sc.jpg) 50% 0% no-repeat;
    }

    .jp .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_jp.jpg) 50% 0% no-repeat;
    }

    .th .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_th.jpg) 50% 0% no-repeat;
    }

    .id .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_id.jpg) 50% 0% no-repeat;
    }

    .ml .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_ml.jpg) 50% 0% no-repeat;
    }

    .ru .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_ru.jpg) 50% 0% no-repeat;
    }

    .sp .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_sp.jpg) 50% 0% no-repeat;
    }

    .vn .moneywheel#main .content section[class^=sect]._6 {
        background: url(/assets/images/moneywheel/sect6_bg_vn.jpg) 50% 0% no-repeat;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._7 {
        min-height: 460px;
        background: url(/assets/images/moneywheel/sect7_bg.jpg) 50% 0% no-repeat;
    }

        .moneywheel#main .content section[class^=sect]._7 .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-height: 460px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: end;
            align-content: flex-end;
        }
}

.moneywheel#main .content section[class^=sect]._8 {
    background-color: #000;
    background-image: url(/assets/images/moneywheel/sect8_bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 790px;
}

@media (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .container {
        padding-top: 6rem;
    }
}

.moneywheel#main .content section[class^=sect]._8 .tab-content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 10, 8, 0.8)), to(rgba(5, 92, 91, 0.8)));
    background: -o-linear-gradient(top, rgba(2, 10, 8, 0.8) 0%, rgba(5, 92, 91, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(2, 10, 8, 0.8) 0%, rgba(5, 92, 91, 0.8) 100%);
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane {
    background: url(/assets/images/moneywheel/wheelbg.png) 100% 100% no-repeat;
}

    .moneywheel#main .content section[class^=sect]._8 .tab-pane section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane section > * {
        width: 50%;
        max-width: 50%;
    }
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane article {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane article {
        padding: 2.5rem 4rem;
    }
}

@media screen and (max-width: 991px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane h2,
    .moneywheel#main .content section[class^=sect]._8 .tab-pane h3,
    .moneywheel#main .content section[class^=sect]._8 .tab-pane ul,
    .moneywheel#main .content section[class^=sect]._8 .tab-pane ol {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane h2 {
    color: #bf9a5d;
    font-weight: bold;
    border-bottom: 1px solid #bf9a5d;
    text-align: right;
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane h2 {
        font-size: 3rem;
    }
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane h3 {
    color: #bf9a5d;
    font-size: 4rem;
}

@media screen and (min-width: 992px) {
    .moneywheel#main .content section[class^=sect]._8 .tab-pane h3 {
        padding-top: 8rem;
    }
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane ul,
.moneywheel#main .content section[class^=sect]._8 .tab-pane ol {
    list-style: none;
    padding-left: 0;
}

.moneywheel#main .content section[class^=sect]._8 .tab-pane ul {
    -ms-flex-line-pack: center;
    align-content: center;
    padding-bottom: 1.5rem;
}

    .moneywheel#main .content section[class^=sect]._8 .tab-pane ul li {
        color: #fff;
        line-height: 2;
        font-size: 1.7rem;
    }

.moneywheel#main .content section[class^=sect]._8 .tab-pane ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .moneywheel#main .content section[class^=sect]._8 .tab-pane ol li {
        padding-right: 1rem;
        width: 33.2%;
    }

.moneywheel#main .content section[class^=sect]._8 ul.swiper-wrapper {
    list-style: none;
}

    .moneywheel#main .content section[class^=sect]._8 ul.swiper-wrapper li {
        text-align: center;
    }

.moneywheel#main .content section[class^=sect]._8 .swiper-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.moneywheel#main .content section[class^=sect]._8 .swiper-slide img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 5px solid transparent;
}

.moneywheel#main .content section[class^=sect]._8 .swiper-slide.active img {
    border: 5px solid #bf9a5d;
}

.moneywheel#main .content section[class^=sect]._8 .swiper-button-prev,
.moneywheel#main .content section[class^=sect]._8 .swiper-button-next {
    color: #fff;
    -webkit-filter: drop-shadow(0px 3px 4.56px rgba(255, 255, 255, 0.74));
    filter: drop-shadow(0px 3px 4.56px rgba(255, 255, 255, 0.74));
}

.moneywheel#main .content section[class^=sect]._8 .swiper-button-prev {
    left: 0;
}

.moneywheel#main .content section[class^=sect]._8 .swiper-button-next {
    right: 0;
}

.partners .ringcont {
    padding: 78px 0;
}

@media (max-width: 992px) {
    .partners .ringcont {
        padding: 50px 0;
    }
}

.partners .ringbg {
    overflow: hidden;
}

    .partners .ringbg #ring1,
    .partners .ringbg #ring2,
    .partners .ringbg #ring3 {
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .partners .ringbg #ring1 {
        background-image: url(/assets/images/partners/ring1.svg);
        background-size: 90%;
    }

@media (max-width: 992px) {
    .partners .ringbg #ring1 {
        background-position: 50% -25%;
    }
}

@media (max-width: 768px) {
    .partners .ringbg #ring1 {
        background-position: 50% -8%;
    }
}

.partners .ringbg #ring2 {
    background-image: url(/assets/images/partners/ring2.svg);
    background-size: 105%;
}

@media (max-width: 992px) {
    .partners .ringbg #ring2 {
        background-position: 50% -70%;
    }
}

@media (max-width: 768px) {
    .partners .ringbg #ring2 {
        background-position: 50% -10%;
    }
}

.partners .ringbg #ring3 {
    background-image: url(/assets/images/partners/ring3.svg);
    background-size: 65%;
}

@media (max-width: 992px) {
    .partners .ringbg #ring3 {
        background-position: 50% -5%;
    }
}

@media (max-width: 768px) {
    .partners .ringbg #ring3 {
        background-position: 50% -6%;
    }
}

.partners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0.5em 0;
    padding: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
}

.partners li {
    opacity: 0;
    -webkit-box-flex: 0;
    flex: 0 1 calc(50% - 34px);
    -ms-flex: 0 1 50%;
    max-width: calc(50% - 34px);
    /* @media (min-width: $screen-lg) {
  	flex: 0 1 calc( 100%/6 - 34px);
  	-ms-flex: 0 1 16.6666%;
  	max-width: calc( 100%/6 - 34px);
  } */
    list-style: none;
    padding: 0;
    margin: 12px 17px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .partners li {
        -webkit-box-flex: 0;
        flex: 0 1 calc(33.3% - 34px);
        -ms-flex: 0 1 33.3333%;
        max-width: calc(33.3% - 34px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .partners li {
        -webkit-box-flex: 0;
        flex: 0 1 calc(25% - 34px);
        -ms-flex: 0 1 25%;
        max-width: calc(25% - 34px);
    }
}

@media (min-width: 992px) {
    .partners li {
        -webkit-box-flex: 0;
        flex: 0 1 calc(20% - 34px);
        -ms-flex: 0 1 20%;
        max-width: calc(20% - 34px);
    }
}

.partners li:hover p {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.partners li p {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100px;
    -webkit-transition: all 0.333s;
    -o-transition: all 0.333s;
    transition: all 0.333s;
}

    .partners li p:hover {
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .partners li p i {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-transition: background-image 0.333s;
        -o-transition: background-image 0.333s;
        transition: background-image 0.333s;
    }

        .partners li p i.logohoverB:hover {
            -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.5);
        }

        .partners li p i[data-logosq^=A013] {
            background-image: url(/assets/images/partners/A013_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A013_over.png);
  } */
        }

        .partners li p i[data-logosq^=A001] {
            background-image: url(/assets/images/partners/A001_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A001_over.png);
  } */
        }

        .partners li p i[data-logosq^=A003] {
            background-image: url(/assets/images/partners/A003_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A003_over.png);
  } */
        }

        .partners li p i[data-logosq^=A412] {
            background-image: url(/assets/images/partners/A412_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A412_over.png);
  } */
        }

        .partners li p i[data-logosq^=A002] {
            background-image: url(/assets/images/partners/A002_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A002_over.png);
  } */
        }

        .partners li p i[data-logosq^=M064] {
            background-image: url(/assets/images/partners/M064_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M064_over.png);
  } */
        }

        .partners li p i[data-logosq^=M060] {
            background-image: url(/assets/images/partners/M060_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M060_over.png);
  } */
        }

        .partners li p i[data-logosq^=A073] {
            background-image: url(/assets/images/partners/A073_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A073_over.png);
  } */
        }

        .partners li p i[data-logosq^=A469] {
            background-image: url(/assets/images/partners/A469_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A469_over.png);
  } */
        }

        .partners li p i[data-logosq^=A079] {
            background-image: url(/assets/images/partners/A079_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A079_over.png);
  } */
        }

        .partners li p i[data-logosq^=A486] {
            background-image: url(/assets/images/partners/A486_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A486_over.png);
  } */
        }

        .partners li p i[data-logosq^=A137] {
            background-image: url(/assets/images/partners/A137_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A137_over.png);
  } */
        }

        .partners li p i[data-logosq^=A216] {
            background-image: url(/assets/images/partners/A216_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A216_over.png);
  } */
        }

        .partners li p i[data-logosq^=A422] {
            background-image: url(/assets/images/partners/A422_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A422_over.png);
  } */
        }

        .partners li p i[data-logosq^=A451] {
            background-image: url(/assets/images/partners/A451_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A451_over.png);
  } */
        }

        .partners li p i[data-logosq^=A602] {
            background-image: url(/assets/images/partners/A602_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A602_over.png);
  } */
        }

        .partners li p i[data-logosq^=A032] {
            background-image: url(/assets/images/partners/A032_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A032_over.png);
  } */
        }

        .partners li p i[data-logosq^=A047] {
            background-image: url(/assets/images/partners/A047_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A047_over.png);
  } */
        }

        .partners li p i[data-logosq^=A120] {
            background-image: url(/assets/images/partners/A120_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A120_over.png);
  } */
        }

        .partners li p i[data-logosq^=A238] {
            background-image: url(/assets/images/partners/A238_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A238_over.png);
  } */
        }

        .partners li p i[data-logosq^=A284] {
            background-image: url(/assets/images/partners/A284_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A284_over.png);
  } */
        }

        .partners li p i[data-logosq^=A347] {
            background-image: url(/assets/images/partners/A347_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A347_over.png);
  } */
        }

        .partners li p i[data-logosq^=A372] {
            background-image: url(/assets/images/partners/A372_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A372_over.png);
  } */
        }

        .partners li p i[data-logosq^=A625] {
            background-image: url(/assets/images/partners/A625_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/A625_over.png);
  } */
        }

        .partners li p i[data-logosq^=M028] {
            background-image: url(/assets/images/partners/M028_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M028_over.png);
  } */
        }

        .partners li p i[data-logosq^=M050] {
            background-image: url(/assets/images/partners/M050_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M050_over.png);
  } */
        }

        .partners li p i[data-logosq^=M052] {
            background-image: url(/assets/images/partners/M052_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M052_over.png);
  } */
        }

        .partners li p i[data-logosq^=M057] {
            background-image: url(/assets/images/partners/M057_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M057_over.png);
  } */
        }

        .partners li p i[data-logosq^=M062] {
            background-image: url(/assets/images/partners/M062_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M062_over.png);
  } */
        }

        .partners li p i[data-logosq^=M098] {
            background-image: url(/assets/images/partners/M098_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M098_over.png);
  } */
        }

        .partners li p i[data-logosq^=M099] {
            background-image: url(/assets/images/partners/M099_over.png);
            /* &:hover {
  	background-image: url(/assets/images/partners/M099_over.png);
  } */
        }

    .partners li p img {
        margin: 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-height: 100%;
        max-width: 100%;
    }

        .partners li p img.logoon {
            opacity: 1;
        }

        .partners li p img.logooff {
            opacity: 1;
        }

.partners li.logohoverD:hover p {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

    .partners li.logohoverD:hover p i {
        -webkit-animation: logoslide 0.3s;
        animation: logoslide 0.3s;
    }

body.noscroll {
    overflow: hidden;
}

#slideoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
    background-image: url(/assets/images/mobile/and_bg.jpg), url(/assets/images/mobile/ios_bg.jpg);
}

    #slideoverlay .app {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

.overclose {
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    position: fixed;
    top: calc(84px + 1em);
    right: 5%;
    padding: 1.8rem 1.8rem 1.4rem;
    z-index: 1001;
}

@media (max-width: 991px) {
    .overclose {
        top: calc(84px + 2.5em);
    }
}

@media (max-width: 991px) {
    .overclose {
        padding: 1.188rem 1.35rem 0.924rem;
    }
}

.overclose i {
    display: inline-block;
    content: "";
    width: 3.14em;
    height: 3.14em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='43.12' height='43.125' viewBox='0 0 43.12 43.125'%3e%3cdefs%3e%3cstyle%3e .cls-1 %7b fill: %23bf9a5d; fill-rule: evenodd;%7d %3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M1859.86,135.433l0.71,0.707-42.43,42.427-0.71-.707Zm0.71,42.427-0.71.707-42.43-42.427,0.71-.707Z' transform='translate(-1817.44 -135.438)'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .overclose i {
        width: 1.5em;
        height: 1.5em;
    }
}

.approw ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .approw ul li {
        padding-top: 0.33em;
        padding-bottom: 0.33em;
        max-width: 220px;
    }

        .approw ul li a[data-open^=ios] i {
            margin-top: -0.2em;
        }

.approw section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /* 	
  	.txt,
  .sec_ban {
  	flex: 0 1 100%;
  	max-width: 100%; // max have unit
  	align-self:center;
  } */
}

@media (min-width: 992px) {
    .approw section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .approw section .txt {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333333%;
        flex: 0 1 33.33333333%;
    }

    .approw section .sec_ban {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 66.66666667%;
        flex: 0 1 66.66666667%;
    }
}

.approw section .txt {
    padding: 0 4rem;
}

@media (max-width: 1199px) {
    .approw section .txt {
        padding: 0 15px;
    }

        .approw section .txt .qrtry {
            padding: 0;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .approw section .sec_ban {
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 500px;
    }

        .approw section .sec_ban .img-responsive, .approw section .sec_ban #index_carousel .ban_dk, #index_carousel .approw section .sec_ban .ban_dk,
        .approw section .sec_ban #index_carousel .txt_dk,
        #index_carousel .approw section .sec_ban .txt_dk,
        .approw section .sec_ban #index_carousel .ban_mo,
        #index_carousel .approw section .sec_ban .ban_mo,
        .approw section .sec_ban #index_carousel .txt_mo,
        #index_carousel .approw section .sec_ban .txt_mo, .approw section .sec_ban #sanav .navbar-brand img, #sanav .navbar-brand .approw section .sec_ban img, .approw section .sec_ban .app_native#main header #float img, .app_native#main header #float .approw section .sec_ban img, .approw .moneywheel#main .content section[class^=sect]._8 .sec_ban .tab-pane section img, .moneywheel#main .content .approw section[class^=sect]._8 .sec_ban .tab-pane section img, .approw .moneywheel#main .content section[class^=sect]._8 .tab-pane section .sec_ban img, .moneywheel#main .content .approw section[class^=sect]._8 .tab-pane section .sec_ban img {
            display: none;
        }
}

.approw .btn {
    display: inline-block;
    border-radius: 10px;
    background: #bf9a5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .approw .btn:hover {
        background: #3c7067;
    }

    .approw .btn h4 {
        text-align: left;
        color: #fff;
    }

    .approw .btn i {
        padding-right: 1em;
    }

.approw h5 {
    text-align: center;
    font-size: 14.4px;
    line-height: 1.5em;
}

.approw .qrtry {
    margin-top: 0;
}

.app {
    padding-top: 10em;
    background-repeat: repeat-y;
    background-position: 50% 0%;
}

    .app sup {
        font-size: 12px;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

@media (min-width: 1921px) {
    .app {
        background-size: cover;
    }
}

.app.ios {
    background-image: url(/assets/images/mobile/ios_bg.jpg);
}

.app.and {
    background-image: url(/assets/images/mobile/and_bg.jpg);
}

.app h1 {
    text-align: center;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 991px) {
    .app h1 {
        padding-top: 2em;
    }
}

.app h1 span,
.app h1 i {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.app h1 span {
    font-size: 48px;
    padding-bottom: 0.83rem;
}

@media (min-width: 992px) {
    .app h1 span {
        text-align: right;
    }
}

.app h1 i {
    font-size: 15.6px;
    font-style: normal;
    color: #fff;
    border-radius: 50px;
    padding: 0.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (im-width: 992px) {
    .app h1 i {
        background-color: #bf9a5d;
    }
}

.app h1 i > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.app h1 i img {
    margin-right: 1em;
}

.app .steps {
    padding-top: 1em;
    padding-bottom: 10em;
}

    .app .steps dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding-top: 3em;
    }

        .app .steps dl > * {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

@media (min-width: 992px) {
    .app .steps dl > * {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.app .steps dl dt {
    font-size: 33px;
    font-weight: 300;
    color: #bf9a5d;
    border: 1px solid #bf9a5d;
    padding: 0.35em 1.3em;
}

.app .steps dl dd {
    font-size: 15.996px;
    color: #fff;
    padding-top: 1.5rem;
}

.app .steps ul {
    list-style: none;
    margin: 0;
    padding: 5em 0;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 10px 10px 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 5px 5px rgba(0, 0, 0, 0.25);
    background-image: url(/assets/images/mobile/rectcut.svg);
    background-position: 125% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 991px) {
    .app .steps ul {
        background-size: cover;
        background-position: 50% 50vh;
        background-image: url(/assets/images/mobile/rectcut_top.svg);
    }
}

@media (max-width: 991px) {
    .app .steps ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.app .steps ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media (max-width: 991px) {
    .app .steps ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.app .steps ul li > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.app .steps ul li::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 7em;
    height: 12em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='93' height='52'%3e%3cpath fill-rule='evenodd' fill='%23BF9A5D' d='M46.5 52.013L-.013 5.264.692.011 46.5 46.052 92.308.011l.705 5.253L46.5 52.013z'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
    .app .steps ul li::after {
        width: 12em;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='52' height='93'%3e%3cpath fill-rule='evenodd' fill='%23BF9A5D' d='M52.013 46.5L5.264 93.013l-5.253-.705L46.052 46.5.011.692l5.253-.705L52.013 46.5z'/%3e%3c/svg%3e");
    }
}

.app .steps ul li:last-of-type::after {
    display: none;
}

.app .steps ul li img {
    -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .app .steps ul li img {
        max-width: 90%;
    }
}

.app .steps ul li p {
    color: #fff;
    padding-top: 2rem;
    text-align: center;
    max-width: 22rem;
    text-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.app .steps ul li .btn-wrapper {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #bf9a5d;
    border-radius: 5px;
    padding: 1.5rem 5rem;
}

    .app .steps ul li .btn-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .app .steps ul li .btn-wrapper p,
    .app .steps ul li .btn-wrapper i {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .app .steps ul li .btn-wrapper p {
        padding-top: 0;
        margin-bottom: 0;
    }

    .app .steps ul li .btn-wrapper i {
        width: 3rem;
        height: 2.5rem;
        display: inline-block;
        content: "";
        background: 0% 50% no-repeat url(/assets/images/mobile/outline-save_alt-24px.svg);
        background-size: contain;
    }

.app .steps ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

    .app .steps ul li span > * {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

@media (min-width: 992px) {
    .app .steps ul.stepspc {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .app .steps ul.stepspc li::after {
            background-position: 50% 20%;
        }
}

.app_download .container-fluid, .app_download .index_sec, .app_download #index_carousel, .app_download .app_native#main header, .app_native#main .app_download header {
    text-align: center;
    margin-bottom: 2em;
}

.app_download .col-md-12 {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app_download .top_c {
    background-image: url(/assets/images/app_header.jpg);
    background-position: 50% 0;
}

.app_download #contactform, .app_download .contactus {
    display: none;
}

.app_download h4 img {
    margin-top: -0.3em;
}

/* -------------------------------------------------- 
// 	Page - contactus
-------------------------------------------------- */
.contactus.content {
    padding: 0;
    background-color: #f6f6f4;
    background-position: 50vw 50%;
    background-repeat: no-repeat;
    background-size: 1022.4px 965.6px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1278 1207.3' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st2%7bfill:%23be9543%7d.st4%7bopacity:.4%7d.st5%7bopacity:.5%7d.st8%7bopacity:.6%7d %3c/style%3e%3cg opacity='.25'%3e%3cg opacity='.3'%3e%3cpath class='st2' d='M727.3 1207.3l-120.4-27.9 318.2-47.2-197.8 75.1zm-105.1-27.4l104.9 24.4 171.2-65.3-276.1 40.9z'/%3e%3cpath class='st2' d='M614.6 1181.1l-.5-2.9 176.1-37.2 121.4-6.9v3l-297 44zm264.7-42.2l-88.7 5-128.8 27.2 217.5-32.2z'/%3e%3cpath class='st2' d='M614.3 1181.6l-91.5-80.7 153.5 25.5-62 55.2zm-81.5-76.1l81.5 72.2 56-49.4-137.5-22.8zM942.7 1057.3l-118.8-4.5 123.4-108.1-4.6 112.6zm-110.9-7.2l108.5 4.2 4.2-102.6-112.7 98.4z'/%3e%3cpath class='st2' d='M939.9 1059.4l4.6-112.5 122.8-14.2-127.4 126.7zm7.4-109.9l-4.2 102.6 116-115.5-111.8 12.9zM1192.2 806.8l-51.1-35.4 68.7-65.7-17.6 101.1zm-46.4-35.8l44.3 30.8 15.3-87.8-59.6 57z'/%3e%3cpath class='st2' d='M1141.4 775.3l25.7-176.4 42.3 111.7-68 64.7zm26.9-165.1l-22.8 157 60.6-57.7-37.8-99.3z'/%3e%3cpath class='st2' d='M1208.9 717.4l-42.8-113.1v-.5l48.3-102.7-5.5 216.3zm-39.7-113l36.8 97.9 4.4-187.3-41.2 89.4z'/%3e%3cpath class='st2' d='M1216 514.5l-73.8-83.2 13.3-97.5 60.5 180.7zm-70.7-84.3l63.4 71.5-52-155.2-11.4 83.7zM1089.1 677l.5-160.8 79.8 88.3-80.3 72.5zm3.6-153l-.7 146.6 73.5-66-72.8-80.6z'/%3e%3cpath class='st2' d='M1169.7 608.9l-80.1-88.7 55.2-93.8 24.9 182.5zm-76.6-89.1l72.4 80.1-22.6-164.8-49.8 84.7z'/%3e%3cpath class='st2' d='M1091 523.3L1035.1 380l110.7 49.9-54.8 93.4zm-50.5-137.7l51.1 131 49.9-85.3-101-45.7z'/%3e%3cpath class='st2' d='M1142.4 431.3l-75.5-163.2 40.3 36.7 38 125.5-2.8 1zm-66.5-151.2l60.6 130.9-31.9-104.6-28.7-26.3zM527.8 1105.4L451 999.7l157 22.5-80.2 83.2zm-70.3-101.8l70.7 97.3 73.8-76.7-144.5-20.6z'/%3e%3cpath class='st2' d='M607.2 1025.1l-156.5-22.5 101-91.5 55.5 114zm-149.7-24.5l144.9 20.7L551 915.9l-93.5 84.7zM367 1064.7L212.4 862.8l105.5 74.1 49.1 127.8zM226.3 876.2l130.6 170.6-41.6-108.1-89-62.5z'/%3e%3cpath class='st2' d='M319 941.3l-101.9-71.6 67.7-66.5L319 941.3zm-97.3-71.9l92.6 65-31-125.4-61.6 60.4z'/%3e%3cpath class='st2' d='M218.8 872l-52.5-121.9 120.5 55.6-68 66.3zm-47-116.4l48.1 111 61.6-59.8-109.7-51.2z'/%3e%3cpath class='st2' d='M286.1 808.7l-119.8-55.3 87.9-80.7 31.9 136zm-114.6-56.1l110.4 50.9-29.4-124.8-81 73.9z'/%3e%3cpath class='st2' d='M167.7 756.1l-13.6-160.2 101.5 79.5-87.9 80.7zM158 602.4L170.5 750l80.9-74.3-93.4-73.3z'/%3e%3cpath class='st2' d='M254.8 678.6l-101.2-79.7 101.2-87.3v167zM158 598.9l93.7 73.4V517.9l-93.7 81z'/%3e%3cpath class='st2' d='M154.2 602.5l9.7-160.7 91.5 72.9-101.2 87.8zm12.2-154.9l-8.8 148.1 93.5-80.9-84.7-67.2z'/%3e%3cpath class='st2' d='M254.3 517.4l-91.5-72.9 118.7-70.2-27.2 143.1zm-86.5-72.6l84.6 67.2 25-132.3-109.6 65.1z'/%3e%3cpath class='st2' d='M162.4 448.1l48.1-126.8 71.6 55.7-119.7 71.1zM211.8 326l-43.7 115.3 108.7-64.6-65-50.7z'/%3e%3cpath class='st2' d='M209.3 326.7l11.8-103.1 98.1 23.1-109.9 80zm14.3-99.8L213 320.4l99.3-72.3-88.7-21.2z'/%3e%3cpath class='st2' d='M316.7 249.5L218.8 226l136.6-93-38.7 116.5zm-90.8-24.9l88.8 21 35-105.6-123.8 84.6z'/%3e%3cpath class='st2' d='M219.2 229.3l43.3-108.1 93.9 14-137.2 94.1zm45.1-104.5l-38.8 96.7 123.1-84.2-84.3-12.5z'/%3e%3cpath class='st2' d='M353.1 138l-94.7-14.1 182.5-85.3-87.8 99.4zm-84.7-15.6l83.2 12.5L429 47.2l-160.6 75.2z'/%3e%3cpath class='st2' d='M313.2 250.1l38.4-115.8L454 187.8l-140.8 62.3zm40.2-111.6l-35.3 106.2 129.1-57.1-93.8-49.1z'/%3e%3cpath class='st2' d='M452.3 190.3l-102.1-53.5 85.7-97.5 16.4 151zM354.8 136l94.3 49.2-15.4-139-78.9 89.8zM553.8 915.6l-149.2-40.8 101.7-97.5 47.5 138.3zm-143.4-42.2L549 911.3l-44-128.7-94.6 90.8z'/%3e%3cpath class='st2' d='M406.7 876.9l-35.2-147.4 136.9 49.9-101.7 97.5zm-31.2-142.7l32.8 137.1 94.6-90.7-127.4-46.4z'/%3e%3cpath class='st2' d='M507.4 782.4l-137-50.4 105.9-77.2 31.1 127.6zm-130.8-50.9l126.9 46.2L474.1 660l-97.5 71.5z'/%3e%3cpath class='st2' d='M372.2 734.6l-12-146.7L478 657.1l-105.8 77.5zm-8.3-141.4L375 729l97.9-71.4-109-64.4z'/%3e%3cpath class='st2' d='M476.9 660.2l-117.8-69.6L476.9 520v140.2zm-112.1-69.6L474.1 655V525.3l-109.3 65.3z'/%3e%3cpath class='st2' d='M360.2 593.3l12-150.3L478 522.9l-117.8 70.4zm14.6-144.7l-11.1 139.3 109.1-65.4-98-73.9z'/%3e%3cpath class='st2' d='M476.3 525.2l-105.8-79.8 137.2-49.9-31.4 129.7zm-99.8-79l97.6 73.9 29.1-119.9-126.7 46z'/%3e%3cpath class='st2' d='M371.6 448l26.7-137.2 110.4 87.6L371.6 448zm28.6-131.9l-25 127.3 127.2-46.1-102.2-81.2z'/%3e%3cpath class='st2' d='M506.4 400.3l-110.3-87.4 155-47.6-44.7 135zm-104.1-86.2l102.6 81.3 41.6-125.6-144.2 44.3z'/%3e%3cpath class='st2' d='M396.7 316.1L450 185.3l101.8 83.2-155.1 47.6zm54.5-125.7l-49.4 120.8 144-44.2-94.6-76.6z'/%3e%3cpath class='st2' d='M549 269.9l-102.1-83.2L601.2 161 549 269.9zm-94.9-81.3l94.2 76.7 48.2-100.4-142.4 23.7z'/%3e%3cpath class='st2' d='M447.3 189.7l77.3-106.5 77.4 81.3-154.7 25.2zm77.6-102.4l-71 98.3L596 162l-71.1-74.7zM409.6 877l-128.2-70.7 92.8-77L409.6 877zm-123-71.2l118.6 65.4-32.6-136.7-86 71.3z'/%3e%3cpath class='st2' d='M282.8 808.7l-31.6-135.8L376 731.1l-93.2 77.6zm-27.7-130.6l29.8 125.3 85.9-71.5-115.7-53.8z'/%3e%3cpath class='st2' d='M375.2 734.3l-124.8-58.2 112.8-88.3 12 146.5zm-119.1-59.1l115.7 54.2-11.1-136.1-104.6 81.9z'/%3e%3cpath class='st2' d='M251.9 678.6V512.2l112.5 78.4-112.5 88zm2.9-161.1v155l104.7-81.9-104.7-73.1z'/%3e%3cpath class='st2' d='M363.2 593.3l-112.6-78.7 124.8-71.5-12.2 150.2zM256 514.9l104.7 73 11.1-139.5L256 514.9z'/%3e%3cpath class='st2' d='M251.3 517.5l27.1-143.2 97.8 71.7-124.9 71.5zm29.2-138.1l-25 132.5L371 445.3l-90.5-65.9zM604.6 1025.7l-55.6-114 145 16.6-89.4 97.4zM554 914.9l51.3 105.4 82.6-90.2L554 914.9z'/%3e%3cpath class='st2' d='M693.7 930.9l-145.3-16.6 86.9-87.7 58.4 104.3zm-139-18.5l133.6 15.1-53.6-95.7-80 80.6z'/%3e%3cpath class='st2' d='M713.9 1035.9l-112-11.6 89.9-98.3 22.1 109.9zM608 1022l102.2 10.6-19.9-100.3L608 1022z'/%3e%3cpath class='st2' d='M711.2 1037l-22-109.5 135.7 13.4-113.7 96.1zm-18.4-106.2l20.2 100.6 104.7-88.3-124.9-12.3z'/%3e%3cpath class='st2' d='M824.2 943.7l-136.3-13.4 75.4-79.9 60.9 93.3zM694.1 928l124.3 11.9-55.6-85.1-68.7 73.2z'/%3e%3cpath class='st2' d='M826.4 1054.5l-6.7-114 129.7 6.5-123 107.5zm-3.5-110.9l6.2 104.8 113-98.8-119.2-6z'/%3e%3cpath class='st2' d='M947.7 949.8l-129.5-6.5 94.1-109.8 35.4 116.3zm-123.3-9.2l119.4 6.1L911 839.5l-86.6 101.1zM982.2 712.2l43.3-119.8 67.7 81.9-111 37.9zm44.2-113.9l-39.3 109.2 101.1-34.5-61.8-74.7z'/%3e%3cpath class='st2' d='M1092 677.7l-68-82.3 68.8-79.7-.8 162zm-64.2-82.2l61.3 74.1.5-145.6-61.8 71.5zM676.6 1129.4l-151.6-25 80.2-83.2 71.4 108.2zM531 1102.2l139.5 23.2-65.7-99.8-73.8 76.6z'/%3e%3cpath class='st2' d='M618.9 1181.7l-185.5-23.1 94.7-57.2 90.8 80.3zm-176.6-25l167.6 21-82-72.6-85.6 51.6z'/%3e%3cpath class='st2' d='M437.5 1159.6l-79.4-106.4 173.5 49.5-94.1 56.9zM366 1058.3l72.5 97.3 86.2-52-158.7-45.3z'/%3e%3cpath class='st2' d='M442.3 1161.1l-176.6-74.9 96.8-31.9.7.9 79.1 105.9zM274 1086.2l159.5 68-72-96.7-87.5 28.7z'/%3e%3cpath class='st2' d='M268.9 1087.9l-43.3-113.7 139.8 82.2-96.5 31.5zm-37.5-107l39.3 103.3 87.8-28.8-127.1-74.5z'/%3e%3cpath class='st2' d='M275.5 1089.6l-74.9-28.7-35.8-85.3 110.7 114zm-73-31l61.6 23.5-90.8-93.1 29.2 69.6z'/%3e%3cpath class='st2' d='M358.2 1164.5l-168.9-110.8 81.4 31.3 89.2 77.1-1.7 2.4zm-144.5-98.3l127.7 83.2L269 1087l-55.3-20.8z'/%3e%3cpath class='st2' d='M358.6 1164.5l-96.8-83.2 182.2 77.6-85.4 5.6zm-80.7-73.5l81.7 70.5 72.1-5.1-153.8-65.4z'/%3e%3cpath class='st2' d='M535.4 1198.2l-187.7-35.7 90.4-6.3 97.3 42zm-164.9-34.4l139.4 26.5-72.3-31.1-67.1 4.6z'/%3e%3cpath class='st2' d='M522.4 1195.8l-94.6-40.8 197 25-102.4 15.8zm-74.8-35.5l74.9 32.4 81.1-12.8-156-19.6z'/%3e%3cpath class='st2' d='M727.1 1207.2L509 1194.9l105.5-16.6 112.9 26.2-.3 2.7zm-190.8-13.7l173.9 9.9-95.9-22.3-78 12.4zM221.8 871.6l-94.6-21.2 41.6-101.1 53 122.3zm-90.5-23.2l85.5 19.1-47.9-110.6-37.6 91.5z'/%3e%3cpath class='st2' d='M129.1 853.6L75.3 684.3l95.4 68.2-41.6 101.1zM80.8 691.8l48.7 153.3 37.6-91.5-86.3-61.8zM75.5 513.1L120.6 354l46.5 91.5-91.6 67.6zM121.4 362L80.7 505.6l82.7-61.4-42-82.2z'/%3e%3cpath class='st2' d='M165.4 448.3l-46.5-91.5 94.7-35.8-48.2 127.3zM123 358.7l42 82.1 43.6-115-85.6 32.9zM136.3 959.1l-65.2-57v-.6l-4.6-115.7 69.8 173.3zM74 900.9l55 48-59.2-146.2 4.2 98.2z'/%3e%3cpath class='st2' d='M74.9 912.2L8.3 704.3l61.1 89.6 5.5 118.3zM16.6 722.5l54.1 168.2-4.2-95.9-49.9-72.3z'/%3e%3cpath class='st2' d='M71.2 901.9L10.6 713.7l5.1-117.3 58.2 304.9-2.7.6zM13.5 713.3l53.1 164.9-49.1-256.8-4 91.9z'/%3e%3cpath class='st2' d='M13.5 713.6h-2.9L3.9 519.1h2.9L18 608.6l-4.5 105zm-5.2-162l4.2 123.9 2.9-66.5-7.1-57.4z'/%3e%3cpath class='st2' d='M16.6 620.4L3.9 518.9l40.4-111.3-27.7 212.8zM6.9 519.2l9.7 78 21.3-163.5-31 85.5z'/%3e%3cpath class='st2' d='M14.2 615.5L40.4 415l39.3 94.6v.6L14.2 615.5zm27.4-189.3l-22.7 176 57.6-93-34.9-83z'/%3e%3cpath class='st2' d='M78.4 513.9l-39-93.7 84.3-66-45.3 159.7zM42.9 421l34.9 84 40.6-143.1L42.9 421z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M119 363.9l8.9-108.1 149.7-145.6L119 363.9zm11.8-107.1l-7.8 95.3 139.7-223.3-131.9 128z'/%3e%3cpath class='st2' d='M130.3 257.2l-2.2-1.9 70.7-98 80.1-44.5-148.6 144.4zm70.5-97.7l-60.6 83.9 121.1-117.5-60.5 33.6z'/%3e%3cpath class='st2' d='M200.5 159.7l-1.6-2.5 159.3-106 1.7 2.4-88.7 66.5-70.7 39.6zm117.6-78.2L231 139.7l38.6-21.4 48.5-36.8z'/%3e%3cpath class='st2' d='M258.3 126.5l99.8-75.4 85-10.8-184.8 86.2zm101.4-72.6l-77.4 58.2 143.3-66.5-65.9 8.3zM531.8 1105.8l-173.5-49.9 96.4-56.6 77.1 106.5zm-166.4-50.4l158.6 45.2-70.5-97-88.1 51.8zM784.4 1144.3l159.7-91.5-31.4 84.5-128.3 7zm154.2-85.2l-141.9 81.6 114-6.5 27.9-75.1z'/%3e%3cpath class='st2' d='M908.4 1140.4l31.5-85.8 114.4-37.3-145.9 123.1zm34.1-83.2l-27.5 74 126.3-106.2-98.8 32.2z'/%3e%3cpath class='st2' d='M936 1059.1l129.3-128.8-16.1 91.5-113.2 37.3zM1060.8 939l-114.1 113.5 99.8-32.5 14.3-81z'/%3e%3cpath class='st2' d='M1045.3 1027.3l16.6-93.5h.5l91.5-63.8-108.6 157.3zm19.1-91.5l-13.9 78.9 92.1-133.1-78.2 54.2zM116.4 361.2l108.1-140.9-12.1 104.1-96 36.8zm103.9-130.7l-95 124.3 84.5-32.2 10.5-92.1zM1144.3 775.9l-55.5-102.1 80.9-72.8-25.4 174.9zm-51.9-102.2l49.9 92.7 23-158-72.9 65.3zM829.3 1053.2l-120.6-18 114-96.2 6.6 114.2zm-114-20l110.6 16.6-6.2-104.7-104.4 88.1zM945.2 951.6l-35.4-116.4 130.8-21.9-95.4 138.3zm-31.7-113.9L946.2 945l88.1-127.5-120.8 20.2z'/%3e%3cpath class='st2' d='M908.9 838.4L984.7 707l55 109.6-130.8 21.8zM984.5 713l-70 121.5 120.9-20.1L984.5 713z'/%3e%3cpath class='st2' d='M1037.7 819.1L982.6 709l110.5-37.8-55.4 147.9zM986.6 711l50.7 101.1 50.8-135.7L986.6 711zM673.7 1130.5l-71.7-109 112.1 11.6-40.4 97.4zM607.8 1025l65.3 99.2 36.8-88.8-102.1-10.4zM206.8 1068.7L71.4 902.4l2.1-2.1 96.6 81.2 36.7 87.2zM83.2 912.5l112.7 138.6-28.4-67.8-84.3-70.8z'/%3e%3cpath class='st2' d='M273.5 1091.7L127.7 951.2l102 25v.7l43.8 114.8zM137.6 956.5l128.6 123.9-38.6-101.6-90-22.3z'/%3e%3cpath class='st2' d='M232.3 980l-101.1-25v-1.2l-3.5-109.1L232.3 980zm-98.2-27.2l90.5 22.4-93.7-121.4 3.2 99z'/%3e%3cpath class='st2' d='M230.4 982.4L125.7 847l95.1 21.3 9.6 114.1zm-97.3-130.8l93.6 121.5-8.3-102.1-85.3-19.4z'/%3e%3cpath class='st2' d='M134.4 962.1L64.2 788.9l66.5 59.7 3.7 113.5zM71.7 799.6l59.2 146.2-3.1-95.8-56.1-50.4z'/%3e%3cpath class='st2' d='M132.3 854l-65.8-59.1 10.6-114.2L132.3 854zm-62.8-60.3l56.7 51-47.4-149.8-9.3 98.8z'/%3e%3cpath class='st2' d='M68.7 802.3L13.1 602l66.5 85.6-10.9 114.7zM20 615.5l47.3 170.8 9.2-97.8-56.5-73z'/%3e%3cg opacity='.8'%3e%3cg class='st4'%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5 85.3-59.3z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M1212.4 508l-44.8 96.4-23.8-173.7z'/%3e%3c/g%3e%3cg opacity='.2'%3e%3cpath class='st2' d='M552.5 913.5l-144.1-39.4 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l90.9-63.8 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l45.4 117.9 92.2-54.2zM317.5 937.9l-32.6-131.8 123.5 68z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M599 163l-74.2-78h156.1z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M399.2 313.5l-25.7 132.2-94.1-68.9z'/%3e%3cpath class='st2' d='M399.2 313.5l-83.5-66-36.3 129.3z'/%3e%3cpath class='st2' d='M211.1 323.6l104.6-76.1-36.3 129.3zM399.2 313.5l-83.5-66 134.9-59.8z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M168.9 753L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4l87.1-64.7-9.3 154.4zM78.1 509.4L78 688l-61.4-79.2z'/%3e%3c/g%3e%3cg opacity='.1'%3e%3cpath class='st2' d='M790.5 1142.5l-116.9-15.1-59.3 52.2z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1-116.9-15.1z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1 150.8-86.7zM712.1 1034.2l115.6 17.2-154.1 76z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M945.7 948.3l117.4-13.6-25.6-119.2z'/%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5-25.6-119.2zM1143.4 771.2l47.8 33.2-42.8 71z'/%3e%3cpath class='st2' d='M1143.4 771.2l-52.8-97.5-53.1 141.8zM1063.1 934.7l128.1-130.3-42.8 71z'/%3e%3c/g%3e%3c/g%3e%3cpath class='st2' d='M609.2 1182.3l63.9-56.5h.7l125.5 16.6-190.1 39.9zm64.9-53.4l-54.6 48.2 162.4-34.3-107.8-13.9z'/%3e%3cpath class='st2' d='M791.5 1144.1l-122.9-15.9 161.9-79.8-39 95.7zm-112.9-17.6l111 14.3 35.3-86.4-146.3 72.1z'/%3e%3cpath class='st2' d='M787.6 1145.9l39.1-96 119.8 4.6-158.9 91.4zm41.1-93l-35.2 86.6 142.7-82.1-107.5-4.5zM942.6 950.1l95.6-138.2 26.6 124-122.2 14.2zm94.2-131l-88 127.3 112.5-13.1-24.5-114.2z'/%3e%3cpath class='st2' d='M1062.5 939.1l-26.7-124.8 110.7-46.2-84 171zm-23.3-122.7l24.4 113.9 76.8-156.1-101.2 42.2z'/%3e%3cpath class='st2' d='M1059.3 939.1l85.3-173.8 5.3 110.7-90.6 63.1zm83.1-162.1L1067 930.3l80.1-55.5-4.7-97.8z'/%3e%3cpath class='st2' d='M1147.2 880.3l-5.3-112 51.2 35.6-45.9 76.4zm-2.2-106.2l4.7 96.5 39.8-65.8-44.5-30.7zM1166.9 609.5l-25-183.4 72.4 81.7-.4.9-47 100.8zm-21.1-174.7l22.5 164 42.3-90.9-64.8-73.1zM453.6 1004.2l-48.5-132.3 149.3 40.8-100.8 91.5zm-43.8-127.9l45.1 122.9 94.1-84.9-139.2-38z'/%3e%3cpath class='st2' d='M456.9 1004.4l-143.1-66.5 94.4-66.5 48.7 133zm-137.3-66.5L451.7 999l-44.9-122.4-87.2 61.3z'/%3e%3cpath class='st2' d='M361.2 1057.9L314 935l143.4 66.5-96.2 56.4zm-41.6-117.2l43.4 112.9 88.3-51.8-131.7-61.1z'/%3e%3cpath class='st2' d='M316.1 940.3l-34.3-137.1 128.4 70.7-94.1 66.4zM286.2 809l31.4 126.5 87.2-61.2L286.2 809zM598.9 165.1l-77.6-81.5h163.3l-85.7 81.5zm-70.7-78.6l70.9 74.9 78.2-74.9H528.2zM374.3 448.3l-97.6-71.8 124.8-65.8-27.2 137.6zM282.2 377l90.3 66.5 25-127L282.2 377z'/%3e%3cpath class='st2' d='M277.1 379.7l37.8-134.8 87 68.9-124.8 65.9zm39.4-129.8l-34.8 124.3 114.9-60.6-80.1-63.7z'/%3e%3cpath class='st2' d='M280.2 379.3l-71.5-55.7 109.5-79.8-38 135.5zm-66.5-55.7l65 50.7 34.5-123.2-99.5 72.5z'/%3e%3cpath class='st2' d='M399.8 316.1l-86.9-69L453.3 185l-53.5 131.1zm-81.2-68.3l80 63.4 49.2-120.6-129.2 57.2zM170.6 756l-94.7-67.7 81.2-92.7L170.6 756zm-90.4-68.2l87 62.1-12.5-147.2-74.5 85.1z'/%3e%3cpath class='st2' d='M76.5 691.9V505.5l81.5 93.4-81.5 93zm3-178.6v170.8l74.9-85-74.9-85.8z'/%3e%3cpath class='st2' d='M157.1 602.8l-81.2-93.7 90.9-67.5-9.7 161.2zm-76.9-93.2l74.9 85.8 9-147.7-83.9 61.9z'/%3e%3cpath class='st2' d='M79.5 692.3l-64.8-83.2.6-.8 64.2-104.1v188.1zm-61.2-83.2L76.5 684V514.5l-58.2 94.6zM1035 818.1l55.4-148 55.1 101.8-110.5 46.2zm55.9-140.9l-51.2 135.6 101.3-42.3-50.1-93.3zM670.7 1130.4l40.4-97.7 121.4 18-161.8 79.7zm42.3-94.6l-36.6 88.5 146.5-72.1-109.9-16.4zM1063.9 935.9l-1.9-2.2 136.7-139.2-49.9 82.2-84.9 59.2zm119.6-121.7l-108.1 110.4 72.4-49.9 35.7-60.5zM198 155.2l-1.4-2.6L353.7 49.9 535.5 0l1 2.7L198 155.2zM354.8 52.4l-141.4 92.5L518.3 7.8 354.8 52.4z'/%3e%3c/g%3e%3cpath class='st2' d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M686.3 85c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM530.2 85c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM604.4 163c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5s2-5.6 5-5.8h.3c2.8 0 5.2 2.2 5.5 5zM456 187.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM440.2 42.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9.1 5.3 2.5 5.4 5.4zM357.7 136.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c2.9 0 5.4 2.4 5.4 5.4zM268.8 123.1c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c3 0 5.4 2.4 5.4 5.4zM227.7 225.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM321.1 247.5c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.3c2.9.1 5.2 2.5 5.1 5.4zM404.6 313.5c-.2 3-2.7 5.2-5.7 5.1-3-.2-5.2-2.7-5.1-5.7.2-2.9 2.6-5.1 5.5-5.1 3 0 5.4 2.5 5.3 5.5v.2zM554.1 267.6c.4 3-1.7 5.7-4.7 6s-5.7-1.7-6-4.7c-.1-.4-.1-.9 0-1.3-.4-3 1.7-5.7 4.7-6 3-.4 5.7 1.7 6 4.7.1.4.1.8 0 1.3zM379 445.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4c2.9.1 5.3 2.5 5.4 5.4zM284.8 376.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM170.6 444.7c.4 3-1.7 5.7-4.7 6-3 .4-5.7-1.7-6-4.7-.1-.4-.1-.9 0-1.3.4-3 3.1-5.1 6-4.7 2.5.3 4.4 2.2 4.7 4.7zM216.3 323.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM126.3 357.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM83.2 509.4c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.4 5.4 5.4zM46.5 420.6c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.5c2.8.3 4.9 2.6 4.9 5.4zM258.7 514.7c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM367.4 590.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.5-5.3 5.4-5.3 2.9-.1 5.3 2.3 5.4 5.3zM480.8 522.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM161.3 598.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM21.9 608.8c0 2.9-2.3 5.4-5.2 5.4h-.1c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.3 5.3 5.4 0-.1 0-.1 0 0zM17.4 713.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM83.2 687.5c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.9 4.8zM73.4 793.8c.2 2.9-2 5.5-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.2 5.5 2 5.8 4.9zM134.7 848.9c.2 3-2 5.6-4.9 5.8-2.9.2-5.5-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.3 5.5 1.9 5.8 4.8v.1zM138.1 953.5c.3 3-2 5.6-4.9 5.9-3 .3-5.6-2-5.9-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.4 5.6 1.8 5.9 4.8zM77.9 901c.3 2.9-1.9 5.5-4.8 5.8H73c-2.9.3-5.5-1.9-5.8-4.8v-.1c0-3 2.4-5.4 5.4-5.4 2.7 0 4.9 1.9 5.3 4.5zM174.7 752.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 1.9 5.9 4.9zM289.4 805.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM224.6 869c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c-.1.3 0 .6 0 .9zM233.9 977.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM322 937.4c.3 3-1.9 5.6-4.9 5.9s-5.6-1.9-5.9-4.9c-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1.1.1.1zM367.3 1055.4c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 5 0-.1 0-.1 0 0zM443.3 1157.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.9 4.9zM275.1 1085.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.2 5.7 2 5.9 4.9zM206.6 1059.4c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM459.6 1001.5c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c.1.3.1.6.1.9zM557.3 913c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM610.4 1023.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM533.4 1102.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.3 5.7 1.9 5.9 4.9zM679 1126.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.6 1.9 5.9 4.9zM621.2 1179.2c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM795.9 1140.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM945.7 1055.4c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.8 4.9zM917 1135.5c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8v-.1c-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4v1zM1053.3 1020.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.3 5.6 1.9 5.9 4.9zM1068.4 934.2c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM1042.9 815.1c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-1-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4 0 .4.1.7.1 1zM989.8 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM1095.9 673.2c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5-.2-2.9 2-5.5 4.9-5.8 3-.2 5.6 2 5.9 5zM1172.8 603.9c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 2 5.9 5zM1031.4 595c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.7 5.8 4.6v.4zM1095.9 519.4c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.2 5.6 2 5.9 4.9zM1148.8 430.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1043.1 382.6c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM1076.7 273.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1217.8 507.4c.2 3-1.9 5.6-4.9 5.9-3 .2-5.6-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8 2.9-.3 5.6 1.8 5.9 4.7v.1zM1212.4 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 1.9 5.9 4.9zM1148.8 770.8c.3 3-2 5.6-4.9 5.9s-5.6-2-5.9-4.9c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.8 5.9 4.8zM1195.4 803.9c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.7 2 5.9 5zM1154.2 875c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .2-5.6-2-5.8-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.3 5.5 1.9 5.8 4.8v.1zM717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg clip-path='url(%23SVGID_2_)'%3e%3cpath class='st2' d='M706.4 1028.6h11.3v11.3h-11.3z'/%3e%3c/g%3e%3cpath class='st2' d='M833.1 1050.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM258.7 675.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM378.9 731.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM511 779.5c.2 3-2 5.6-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.2 5.6 2 5.8 4.9zM640.5 828.6c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4-.1.4 0 .7 0 1zM696.4 928.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM826.6 941.6c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.9 5.8 4.8v.2zM951.1 948.2c.2 2.9-2 5.5-4.9 5.8-3 0-5.4-2.4-5.5-5.4 0-2.6 1.9-4.9 4.5-5.4 3-.2 5.6 2 5.9 5zM917 836c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM768.2 852.6c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM480.8 657.1c.2 3-2 5.6-4.9 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1 1-.1 2.9-.1 5.5 2 5.8 5zM412.8 873.4c.5 2.9-1.4 5.7-4.4 6.3s-5.7-1.4-6.3-4.4c-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.4 5.6 1.8 5.9 4.8 0-.1 0-.1 0 0zM10.8 520.1c0 3-2.4 5.4-5.4 5.4S0 523.1 0 520.1c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4z'/%3e%3cg class='st5'%3e%3cpath class='st2' d='M1274.7 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1235.1 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1215.2 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.8 2.8 2.8zM1235.1 396.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1274.7 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1215.2 535.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.9-2.8.1 0 0 0 0 0zM1254.9 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1215.2 495.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM1254.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1274.7 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1235.1 634.2c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1274.7 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM1254.9 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1215.2 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1254.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1274.7 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1195.4 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM1135.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1195.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 396.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.4-1.2-2.7-2.8-2.8zM1116.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 535.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM1175.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1135.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1195.4 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1195.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM1175.6 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1175.6 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1116.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1195.4 555c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM561.2 753.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.9-2.8zM521.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM501.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.5 1.1 2.7 2.6 2.7h.2c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM521.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM561.2 832.4c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1.1zM521.6 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM561.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.9-2.8zM521.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM561.2 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM521.6 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM501.7 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM521.6 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM521.6 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM501.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM541.4 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM501.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM521.6 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM521.6 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM521.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM501.7 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM541.4 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM541.4 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM521.6 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM481.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM422.5 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM402.7 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM481.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM481.9 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM442.3 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM402.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM481.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM481.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM442.3 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM462.1 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM402.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM363 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM343.2 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM363 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-.7-.3-1.3-.7-1.8-.6-.6-1.3-.9-2.1-.9zM363 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM363 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM382.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1070.2c-1.6.1-2.7 1.4-2.7 3 .1 1.6 1.4 2.7 3 2.7 1.5-.1 2.7-1.4 2.7-2.9-.1-1.6-1.4-2.8-3-2.8zM343.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 1050.4c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.5-1.2-2.8-2.8-2.9zM382.6 1050.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM323.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM263.9 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM323.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM263.9 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM323.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM283.7 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM263.9 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM244.1 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 991c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM303.6 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM244.1 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM244.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM323.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4.1-.7.1-1 .1zM283.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM244.1 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.6-1.2-2.9-2.8-2.9zM323.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM244.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM719.7 39.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM680.1 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM660.3 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM699.9 59.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM660.3 19.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM640.5 39.7c-1.5 0-2.7 1.2-2.7 2.7-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.9-2.7zM719.7 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8S681.7 0 680.1 0zM640.5 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM719.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM680.1 118.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM660.3 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM699.9 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 99.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM640.5 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM719.7 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM680.1 79.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM600.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM620.7 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM581.1 19.8c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 19.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 0c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM640.5 118.9c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v-.2zM600.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 138.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5-.3 2.6-1.7 2.3-3.3-.2-1-1.1-2-2.3-2.2zM620.7 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.2 2.9-.8 3.1-2.3v-.6c-.1-1.6-1.4-2.8-3-2.7h-.1zM581.1 99.1c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM640.5 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM600.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 39.7c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9-.1-.1-.1-.1-.2-.1zM521.6 39.7c-1.5-.2-3 .8-3.2 2.4-.2 1.5.8 3 2.4 3.2 1.5.2 3-.8 3.2-2.4v-.5c0-1.4-1-2.5-2.4-2.7zM501.7 59.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM541.4 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM501.7 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM541.4 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM481.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM561.2 0c-1.5 0-2.7 1.2-2.7 2.7v.1c-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM521.6 0c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM561.2 158.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM521.6 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.4-.2 2.4-1.4 2.4-2.8 0-1.3-1-2.6-2.4-2.8zM561.2 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM521.6 118.9c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 138.7c-1.4.1-2.6 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v.2zM541.4 138.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM481.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM561.2 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.3-2.8-2.9-2.8zM521.6 79.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM481.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8z'/%3e%3ccircle class='st2' cx='422.5' cy='220.8' r='2.8'/%3e%3cpath class='st2' d='M462.1 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 178.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 164.2c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 297.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 257.8c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM462.1 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 282.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 243.5c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 337c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM462.1 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM402.7 362.3c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 322.7c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8 1.2 2.8 2.8 2.8zM481.9 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM481.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM402.7 481.3c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.6 0-2.8 1.3-2.8 2.8s1.2 2.8 2.8 2.8zM402.7 441.7c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.1 0-2.2.7-2.6 1.7-.1.4-.1.7 0 1.1 0 1.4 1.1 2.6 2.6 2.8zM481.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8c-.1 1.5 1.2 2.8 2.8 2.8zM402.7 203.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c-.1.4-.1.7 0 1.1.4 1 1.6 1.7 2.8 1.6zM363 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 178.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM323.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM382.6 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 257.8c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 257.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 376.5c-1.7 0-3 1.4-3 3 0 1.7 1.4 3 3 3s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8v-.4zM343.2 337c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.6-1.2-2.9-2.8-2.9zM382.6 337c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM363 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM363 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM343.2 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 396.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.8 2.9 1.6 0 2.9-1.2 2.9-2.8 0-1.6-1.2-2.9-2.7-2.9h-.3zM283.7 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM283.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM283.7 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM283.7 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM303.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM323.4 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM263.9 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM323.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM164.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.6-1.3-2.9-2.8-2.9zM244.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.3-.1-.7-.1-1 0zM204.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM184.7 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM224.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM164.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.4-.1-.7-.1-1 0zM244.1 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM204.4 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.8-2.8-2.7zM224.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM164.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM244.1 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM204.4 317.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8zM164.9 317.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.3-2.8-2.8-2.8zM244.1 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.9-2.8.1 0 .1 0 0 0zM184.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.9-2.8c.1 0 .1 0 0 0zM244.1 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM184.7 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 614.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM224.6 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 693.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM224.6 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM184.7 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM244.1 792.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM204.4 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM244.1 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM184.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5 0 2.8-1.2 2.8-2.7.1-1.5-1.2-2.8-2.8-2.8zM204.4 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM105.4 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM145 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM105.4 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM164.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM145 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM125.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.4-1.2-2.7-2.7-2.8zM145 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM105.4 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM145 574.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM164.9 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM125.2 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM105.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM145 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM164.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM125.2 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM164.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM145 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM125.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.4-2.8-2.9-2.8zM85.6 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM26.1 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM85.6 396.3c-1.4.2-2.5 1.5-2.4 2.9 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8l-.4-.1zM45.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM26.1 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.7zM26.1 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 520 9 518.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 475.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 475.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.7.1 0 0 0 0 0zM6.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM65.7 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM6.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 555c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 555c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.7zM6.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM65.7 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM6.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 678 9 676.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 634.2c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM45.9 634.2c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.1 2.8-2.7v-.2c0-1.4-1.3-2.6-2.8-2.6zM6.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM85.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM45.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM85.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 753.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.9-2.8-2.9zM6.2 753.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM45.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM6.2 713.5c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.8-1.1 2.8-2.7v-.1c.1-1.4-1.2-2.7-2.8-2.7zM1195.4 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1156.2 634.3c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.1-2.7-2.6-2.7 0-.1-.1-.1-.1-.1zM1195.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM1195.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.2-2.1-2.3-2.3zM1195.4 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM1156.2 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1135.9 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1135.9 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1195.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1156.2 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM1195.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1195.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM1135.9 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.7-1.2-2.9-2.8-2.9zM1135.9 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM1195.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1156.2 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM1116.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM1076.5 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1096.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1116.2 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1076.5 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1116.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1076.5 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM1116.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM1076.5 911.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM1056.3 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3 0-1.6-1.3-2.8-2.9-2.8zM1096.4 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1116.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1076.5 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM1036.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1017.1 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM977.4 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM1036.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1036.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM977.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1036.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM997.2 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM977.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM977.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM997.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1036.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1036.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM977.4 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.6-1.3-2.8-2.9-2.8zM1017.1 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9zM977.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1036.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM997.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 693.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM937.8 693.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM898.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM878.3 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8.1 0 .1 0 0 0zM957.6 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM957.6 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM957.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM898.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM898.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 832.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c.1-1.4-1.2-2.6-2.7-2.7zM957.6 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM957.6 911.7c-.9 0-1.7.4-2.2 1.2-.4.4-.6 1-.6 1.6 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM898.3 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM878.3 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM878.3 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM957.6 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7s-1.1-2.9-2.8-2.9c.1 0 .1 0 0 0zM898.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM898.3 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM878.3 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0h.4c1.4-.2 2.4-1.4 2.3-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM957.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM898.3 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM937.8 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM878.3 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.5-1.1-2.8-2.7-2.9.1 0 .1 0 0 0zM957.6 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8.1 0 .1 0 0 0zM957.6 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM917.9 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM898.3 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7z'/%3e%3ccircle class='st2' cx='937.8' cy='1132.5' r='2.8'/%3e%3cpath class='st2' d='M878.3 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.7-2.7-2.8zM878.3 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM917.9 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.2 2.7-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM838.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM818.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM818.9 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM838.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM838.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM858.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM818.9 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM858.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM838.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM838.7 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM838.7 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM858.5 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM818.9 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM858.5 1129.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM838.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM759.4 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM739.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM779.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM739.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM759.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM779.2 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM799.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM759.4 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM759.4 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM739.6 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM779.2 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM759.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM719.7 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM680.1 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.6 0-1 .1zM660.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM699.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM660.3 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM699.9 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM719.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM699.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM660.3 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM719.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM680.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM719.7 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM719.7 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM660.3 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM719.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM640.5 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM600.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.2-2.8-2.7-2.8zM620.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM581.1 971.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 991c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM640.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM640.5 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM620.7 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM561.2 1070.2c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.3-2.8-2.9-2.8zM640.5 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM600.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 1030.6c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM640.5 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM600.9 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM640.5 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM561.2 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM561.2 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM640.5 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 1109.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.4-2.8-2.9-2.8z'/%3e%3c/g%3e%3clinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='785.025' y1='615.4073' x2='818.878' y2='615.4073' gradientTransform='matrix(1 0 0 -1 0 1210.1648)'%3e%3cstop offset='.19' stop-color='%23be9543'/%3e%3cstop offset='1' stop-color='%23be9543'/%3e%3c/linearGradient%3e%3cpath d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z' fill='url(%23SVGID_3_)'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M801.9 596.7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM511 397.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4z'/%3e%3cpath class='st2' d='M543.7 436h-76.2v-76.2h76.2V436zm-73.2-3h70.1v-70.3h-70.1V433z'/%3e%3c/g%3e%3c/svg%3e");
}

@media screen and (min-width: 992px) {
    .contactus.content {
        padding: 0;
    }
}

.contactus .container-fluid, .contactus .index_sec, .contactus #index_carousel, .contactus .app_native#main header, .app_native#main .contactus header {
    padding: 3rem 0;
    max-width: 1920px;
}

.contactus h4 {
    color: #bf9a5d;
}

@media (max-width: 991px) {
    .contactus .contact_info {
        margin-left: 2.5rem;
    }
}

.contactus .form-row.cap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

/* -------------------------------------------------- 
// 	Page - widescreen bg related
-------------------------------------------------- */
.index .content {
    max-width: 1920px;
}

@media (min-width: 1921px) {
    .index #main {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-image: url(/assets/images/bg/bg_gen.jpg);
    }

    .content.mobile,
    .content.tel,
    .content.live,
    .content.multi,
    .moneywheel .content,
    .app_native .content {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-color: #09231a;
        background-image: url(/assets/images/bg/bg_gen.jpg);
    }

        /* .content.mobile {
  	background-size: contain;
  	background-repeat:no-repeat;
  	background-position: 50% 100%;
  	background-image: url(/assets/images/bg/bg_gen.jpg);
  } */
        .content.mobile .row,
        .content.lotto .row,
        .content.live .row,
        .content.tel .row,
        .content.contactus .row,
        .app_native .content .row {
            margin: 0 auto;
        }

        .content.live .container-fluid, .content.live .index_sec, .content.live #index_carousel, .content.live .app_native#main header, .app_native#main .content.live header,
        .content.tel .container-fluid,
        .content.tel .index_sec,
        .content.tel #index_carousel,
        .content.tel .app_native#main header,
        .app_native#main .content.tel header,
        .content.multi .container-fluid,
        .content.multi .index_sec,
        .content.multi #index_carousel,
        .content.multi .app_native#main header,
        .app_native#main .content.multi header,
        .content.mobile .container-fluid,
        .content.mobile .index_sec,
        .content.mobile #index_carousel,
        .content.mobile .app_native#main header,
        .app_native#main .content.mobile header,
        .content.live > .container-fluid {
            max-width: 1920px;
            background-color: #fff;
            padding-left: 0;
            padding-right: 0;
        }

            .content.multi .container-fluid .row, .content.multi .index_sec .row, .content.multi #index_carousel .row, .content.multi .app_native#main header .row, .app_native#main .content.multi header .row {
                margin-left: 0;
                margin-right: 0;
            }
}
/* -------------------------------------------------- 
// 	btnwrap
-------------------------------------------------- */
.btnwrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0.5em 0;
    padding: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
}

@media (max-width: 991px) {
    .btnwrap ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.btnwrap ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    list-style: none;
    padding: 0 0.25em;
}

    .btnwrap ul li a {
        cursor: pointer;
        display: block;
        border: 3px solid #bf9a5d;
    }

        .btnwrap ul li a:hover, .btnwrap ul li a:focus {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .btnwrap ul li img {
        width: 100%;
    }

    .btnwrap ul li p {
        text-align: center;
        margin: 0.5em 0;
        line-height: 1em;
    }

/* btnwrap */
/* -------------------------------------------------- 
// 	flexlist
-------------------------------------------------- */
.flexlist, .indexban .index_text, .app_native .content .features.-s7 ol, .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul, .app_native .content .features section > div, .app_native .content .features section, .app_native#main header > section, .moneywheel#main .content section[class^=sect]._intro ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .flexlist, .indexban .index_text, .app_native .content .features.-s7 ol, .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul, .app_native .content .features section > div, .app_native .content .features section, .app_native#main header > section, .moneywheel#main .content section[class^=sect]._intro ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .cont_bg .flexlist, .cont_bg .indexban .index_text, .indexban .cont_bg .index_text, .cont_bg .app_native .content .features.-s7 ol, .app_native .content .features.-s7 .cont_bg ol, .cont_bg .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li .cont_bg p, .cont_bg .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul .cont_bg li, .cont_bg .app_native .content .features.-s7 ul, .app_native .content .features.-s7 .cont_bg ul, .cont_bg .app_native .content .features section > div, .app_native .content .features .cont_bg section > div, .cont_bg .app_native .content .features section, .app_native .content .features .cont_bg section, .cont_bg .app_native#main header > section, .app_native#main .cont_bg header > section, .cont_bg .moneywheel#main .content section[class^=sect]._intro ul, .moneywheel#main .content section[class^=sect]._intro .cont_bg ul {
            padding-top: 0.8em;
        }
}

@media (max-width: 991px) {
    .flexlist, .indexban .index_text, .app_native .content .features.-s7 ol, .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul, .app_native .content .features section > div, .app_native .content .features section, .app_native#main header > section, .moneywheel#main .content section[class^=sect]._intro ul {
        padding-bottom: 15px;
    }
}

.flexlist li, .indexban .index_text li, .app_native .content .features.-s7 ol li, .app_native .content .features.-s7 ul li p li, .app_native .content .features.-s7 ul li li, .app_native .content .features.-s7 ul li, .app_native .content .features section > div li, .app_native .content .features section li, .app_native#main header > section li, .moneywheel#main .content section[class^=sect]._intro ul li {
    margin: 0;
    padding: 0 0.8em 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (max-width: 991px) {
    .form-group .flexlist li, .form-group .indexban .index_text li, .indexban .form-group .index_text li, .form-group .app_native .content .features.-s7 ol li, .app_native .content .features.-s7 .form-group ol li, .form-group .app_native .content .features.-s7 ul li p li, .app_native .content .features.-s7 ul li .form-group p li, .form-group .app_native .content .features.-s7 ul li li, .app_native .content .features.-s7 ul .form-group li li, .form-group .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 .form-group ul li, .form-group .app_native .content .features section > div li, .app_native .content .features .form-group section > div li, .form-group .app_native .content .features section li, .app_native .content .features .form-group section li, .form-group .app_native#main header > section li, .app_native#main .form-group header > section li, .form-group .moneywheel#main .content section[class^=sect]._intro ul li, .moneywheel#main .content section[class^=sect]._intro .form-group ul li {
        padding: 0 1.3em 0 0;
    }
}

/* flexlist */
.incorrect {
    margin-top: 5px;
}

@-webkit-keyframes logoslide {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1;
    }
}

@keyframes logoslide {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        opacity: 1;
    }
}
/* -------------------------------------------------- 
// 	Page - app_native - 190910
-------------------------------------------------- */
.app_native {
    background: #000;
}

@media (min-width: 992px) {
    .tc .app_native#main header #float, .sc .app_native#main header #float {
        padding-bottom: 12%;
    }
}

.app_native#main header {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(/assets/images/app_nav/headerbg.jpg);
}

    .app_native#main header > section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 3em;
    }

    .app_native#main header #float {
        position: relative;
        content: "";
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

@media (min-width: 992px) {
    .app_native#main header #float {
        padding-top: 100px;
        padding-bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .app_native#main header #float {
        padding-bottom: 10%;
    }
}

@media (min-width: 1200px) and (max-width: 1699px) {
    .app_native#main header #float {
        padding-bottom: 10%;
    }
}

@media (min-width: 1700px) {
    .app_native#main header #float {
        padding-bottom: 12%;
    }
}

.app_native#main header #float > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 100vw;
    max-width: 100%;
}

.app_native#main header #float p {
    color: #fff;
    position: absolute;
}

    .app_native#main header #float p::after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
    }

    .app_native#main header #float p#float_01::after {
        width: 8rem;
        height: 8.8rem;
        background-image: url(/assets/images/app_nav/ios.png);
        background-position: 100% 20%;
    }

@media (min-width: 1200px) {
    .app_native#main header #float p#float_01::after {
        width: 10rem;
        height: 11rem;
    }
}

.app_native#main header #float p#float_01b::after {
    width: 7.54rem;
    height: 9.68rem;
    background-image: url(/assets/images/app_nav/card.png);
    background-position: 0 0;
}

@media (min-width: 1200px) {
    .app_native#main header #float p#float_01b::after {
        width: 9.425rem;
        height: 12.1rem;
    }
}

.app_native#main header #float p#float_02::after {
    width: 12rem;
    height: 12rem;
    background-image: url(/assets/images/app_nav/appicon.png);
    background-position: 50% 50%;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .app_native#main header #float p#float_02::after {
        width: 16rem;
        height: 16rem;
    }
}

@media (min-width: 1401px) {
    .app_native#main header #float p#float_02::after {
        width: 20rem;
        height: 20rem;
    }
}

.app_native#main header #float p#float_03::after {
    width: 9.6rem;
    height: 10.4rem;
    background-image: url(/assets/images/app_nav/android.png);
    background-position: 0 50%;
}

@media (min-width: 1200px) {
    .app_native#main header #float p#float_03::after {
        width: 12rem;
        height: 13rem;
    }
}

.app_native#main header #float p#float_03b::after {
    width: 4rem;
    height: 3.36rem;
    background-image: url(/assets/images/app_nav/club.png);
    background-position: 0 0;
}

@media (min-width: 1200px) {
    .app_native#main header #float p#float_03b::after {
        width: 5rem;
        height: 4.2rem;
    }
}

.app_native#main header #float_01 {
    left: 40%;
    top: 20%;
}

.app_native#main header #float_01b {
    left: 35%;
    top: 40%;
}

.app_native#main header #float_02 {
    left: 43%;
    top: 35%;
}

.app_native#main header #float_03 {
    right: 38%;
    top: 70%;
}

.app_native#main header #float_03b {
    right: 34%;
    top: 40%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .app_native#main header #float > :first-child {
        height: 28.8rem;
    }

    .app_native#main header #float_01 {
        top: 12%;
    }

    .app_native#main header #float_02 {
        left: calc(50% - 8.5rem);
        top: 33%;
    }

    .app_native#main header #float_03 {
        top: 60%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .app_native#main header #float > :first-child {
        height: 28.8rem;
    }

    .app_native#main header #float_02 {
        left: calc(50% - 7.5rem);
        top: 35%;
    }
}

@media (min-width: 1401px) {
    .app_native#main header #float > :first-child {
        height: 39.6rem;
    }

    .app_native#main header #float_02 {
        top: calc(65% - 85px);
    }
}

@media (min-width: 1601px) {
    .app_native#main header #float > :first-child {
        height: 43.2rem;
    }

    .app_native#main header #float_02 {
        left: calc(50% - 10rem);
        top: calc(70% - 110px);
    }

    .no-cssscrollbar .app_native#main header #float_02 {
        left: calc(50% - 10rem);
    }

    .app_native#main header #float_03b {
        right: 38%;
    }
}

.app_native#main header .head_p {
    text-align: center;
}

    .app_native#main header .head_p h1 {
        color: #fff;
    }

        .app_native#main header .head_p h1:after {
            content: "";
            width: 100%;
            height: 3rem;
            display: block;
            background: url(/assets/images/app/_lg.png) 50% 0% no-repeat;
            background-size: contain;
        }

    .app_native#main header .head_p p,
    .app_native#main header .head_p h4,
    .app_native#main header .head_p a {
        color: #fff;
    }

@media (max-width: 991px) {
    .app_native#main header .head_p p {
        font-size: 13.2px;
    }
}

.app_native .content {
    position: static;
}

    .app_native .content h1, .app_native .content h2, .app_native .content h3, .app_native .content h4, .app_native .content h5, .app_native .content h6, .app_native .content li, .app_native .content p, .app_native .content a {
        color: #fff;
    }

    .app_native .content .features {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (max-width: 1919px) {
    .app_native .content .features {
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .app_native .content .features {
        position: relative;
    }

        .app_native .content .features:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 50.2008032129%;
        }

        .app_native .content .features > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.app_native .content .features section {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .app_native .content .features section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.app_native .content .features section > div {
    margin: 0;
    padding: 0;
    /* Safari 6.1+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app_native .content .features h2 {
    font-weight: bold;
}

.app_native .content .features.-s1 {
    background-image: url(/assets/images/app_nav/sect1_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s1 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect1_bg_en.jpg);
    }

        .app_native .content .features.-s1:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 23.2291666667%;
        }

        .app_native .content .features.-s1 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s1 {
    background-image: url(/assets/images/app_nav/sect1_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s1 {
        background-image: url(/assets/images/app_nav/sect1_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s1 {
    background-image: url(/assets/images/app_nav/sect1_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s1 {
        background-image: url(/assets/images/app_nav/sect1_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s1 {
    background-image: url(/assets/images/app_nav/sect1_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s1 {
        background-image: url(/assets/images/app_nav/sect1_bg_th.jpg);
    }
}

.app_native .content .features.-s2 {
    background-image: url(/assets/images/app_nav/sect2_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s2 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect2_bg_en.jpg);
    }

        .app_native .content .features.-s2:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 20.9375%;
        }

        .app_native .content .features.-s2 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s2 {
    background-image: url(/assets/images/app_nav/sect2_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s2 {
        background-image: url(/assets/images/app_nav/sect2_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s2 {
    background-image: url(/assets/images/app_nav/sect2_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s2 {
        background-image: url(/assets/images/app_nav/sect2_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s2 {
    background-image: url(/assets/images/app_nav/sect2_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s2 {
        background-image: url(/assets/images/app_nav/sect2_bg_th.jpg);
    }
}

.app_native .content .features.-s3 {
    background-image: url(/assets/images/app_nav/sect3_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s3 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect3_bg_en.jpg);
    }

        .app_native .content .features.-s3:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 23.4375%;
        }

        .app_native .content .features.-s3 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s3 {
    background-image: url(/assets/images/app_nav/sect3_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s3 {
        background-image: url(/assets/images/app_nav/sect3_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s3 {
    background-image: url(/assets/images/app_nav/sect3_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s3 {
        background-image: url(/assets/images/app_nav/sect3_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s3 {
    background-image: url(/assets/images/app_nav/sect3_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s3 {
        background-image: url(/assets/images/app_nav/sect3_bg_th.jpg);
    }
}

.app_native .content .features.-s4 {
    background-image: url(/assets/images/app_nav/sect4_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s4 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect4_bg_en.jpg);
    }

        .app_native .content .features.-s4:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 20.7291666667%;
        }

        .app_native .content .features.-s4 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s4 {
    background-image: url(/assets/images/app_nav/sect4_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s4 {
        background-image: url(/assets/images/app_nav/sect4_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s4 {
    background-image: url(/assets/images/app_nav/sect4_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s4 {
        background-image: url(/assets/images/app_nav/sect4_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s4 {
    background-image: url(/assets/images/app_nav/sect4_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s4 {
        background-image: url(/assets/images/app_nav/sect4_bg_th.jpg);
    }
}

.app_native .content .features.-s5 {
    background-image: url(/assets/images/app_nav/sect5_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s5 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect5_bg_en.jpg);
    }

        .app_native .content .features.-s5:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 20.625%;
        }

        .app_native .content .features.-s5 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s5 {
    background-image: url(/assets/images/app_nav/sect5_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s5 {
        background-image: url(/assets/images/app_nav/sect5_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s5 {
    background-image: url(/assets/images/app_nav/sect5_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s5 {
        background-image: url(/assets/images/app_nav/sect5_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s5 {
    background-image: url(/assets/images/app_nav/sect5_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s5 {
        background-image: url(/assets/images/app_nav/sect5_bg_th.jpg);
    }
}

.app_native .content .features.-s6 {
    background-image: url(/assets/images/app_nav/sect6_bg_m_en.jpg);
}

@media (min-width: 992px) {
    .app_native .content .features.-s6 {
        position: relative;
        background-image: url(/assets/images/app_nav/sect6_bg_en.jpg);
    }

        .app_native .content .features.-s6:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 22.7083333333%;
        }

        .app_native .content .features.-s6 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.tc .app_native .content .features.-s6 {
    background-image: url(/assets/images/app_nav/sect6_bg_m_tc.jpg);
}

@media (min-width: 992px) {
    .tc .app_native .content .features.-s6 {
        background-image: url(/assets/images/app_nav/sect6_bg_tc.jpg);
    }
}

.sc .app_native .content .features.-s6 {
    background-image: url(/assets/images/app_nav/sect6_bg_m_sc.jpg);
}

@media (min-width: 992px) {
    .sc .app_native .content .features.-s6 {
        background-image: url(/assets/images/app_nav/sect6_bg_sc.jpg);
    }
}

.th .app_native .content .features.-s6 {
    background-image: url(/assets/images/app_nav/sect6_bg_m_th.jpg);
}

@media (min-width: 992px) {
    .th .app_native .content .features.-s6 {
        background-image: url(/assets/images/app_nav/sect6_bg_th.jpg);
    }
}

.app_native .content .features.-s7 {
    background-image: url(/assets/images/app_nav/sect7_bg.jpg);
}

@media (max-width: 991px) {
    .app_native .content .features.-s7 {
        background-position: 50% 100%;
    }
}

@media (min-width: 992px) {
    .app_native .content .features.-s7 {
        position: relative;
    }

        .app_native .content .features.-s7:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 32.5%;
        }

        .app_native .content .features.-s7 > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

.app_native .content .features.-s7 section {
    text-align: center;
}

.app_native .content .features.-s7 h2 {
    text-align: center;
    font-weight: normal;
}

@media (max-width: 991px) {
    .app_native .content .features.-s7 h2 {
        font-size: 21px;
    }
}

@media (min-width: 992px) {
    .app_native .content .features.-s7 h2 {
        padding-bottom: 3rem;
    }
}

.app_native .content .features.-s7 ul {
    /* Safari 6.1+ */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

    .app_native .content .features.-s7 ul li {
        /* Safari 6.1+ */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        list-style: none;
        max-width: calc( 49.999999% - 1rem);
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        border: 1px solid #bf9a5d;
        padding: 1.8rem 1.5rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

        .app_native .content .features.-s7 ul li > * {
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .app_native .content .features.-s7 ul li i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 2rem;
            height: 2rem;
            margin-right: 0.3rem;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .app_native .content .features.-s7 ul li:first-of-type i {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3e%3cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z' fill='%23bf9a5d'/%3e%3c/svg%3e");
        }

        .app_native .content .features.-s7 ul li:last-of-type i {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath d='M89.6 204.5v115.8c0 15.4-12.1 27.7-27.5 27.7-15.3 0-30.1-12.4-30.1-27.7V204.5c0-15.1 14.8-27.5 30.1-27.5 15.1 0 27.5 12.4 27.5 27.5zm10.8 157c0 16.4 13.2 29.6 29.6 29.6h19.9l.3 61.1c0 36.9 55.2 36.6 55.2 0v-61.1h37.2v61.1c0 36.7 55.5 36.8 55.5 0v-61.1h20.2c16.2 0 29.4-13.2 29.4-29.6V182.1H100.4v179.4zm248-189.1H99.3c0-42.8 25.6-80 63.6-99.4l-19.1-35.3c-2.8-4.9 4.3-8 6.7-3.8l19.4 35.6c34.9-15.5 75-14.7 108.3 0L297.5 34c2.5-4.3 9.5-1.1 6.7 3.8L285.1 73c37.7 19.4 63.3 56.6 63.3 99.4zm-170.7-55.5c0-5.7-4.6-10.5-10.5-10.5-5.7 0-10.2 4.8-10.2 10.5s4.6 10.5 10.2 10.5c5.9 0 10.5-4.8 10.5-10.5zm113.4 0c0-5.7-4.6-10.5-10.2-10.5-5.9 0-10.5 4.8-10.5 10.5s4.6 10.5 10.5 10.5c5.6 0 10.2-4.8 10.2-10.5zm94.8 60.1c-15.1 0-27.5 12.1-27.5 27.5v115.8c0 15.4 12.4 27.7 27.5 27.7 15.4 0 30.1-12.4 30.1-27.7V204.5c0-15.4-14.8-27.5-30.1-27.5z' fill='%23bf9a5d'/%3e%3c/svg%3e");
        }

        .app_native .content .features.-s7 ul li p {
            margin: 0;
            padding-top: 0.8rem;
            padding-bottom: 0;
            font-size: 16.8px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

@media (min-width: 992px) {
    .app_native .content .features.-s7 ul li p {
        min-width: 120px;
    }
}

.app_native .content .features.-s7 ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .app_native .content .features.-s7 ol li {
        margin: 0;
        padding: 0 0.5rem 0 0;
    }

@media screen and (max-width: 991px) {
    .app_native .content .features.-s7 ol .anibtn-B button,
    .app_native .content .features.-s7 ol .anibtn-B input[type=button] {
        max-width: 160px;
    }

        .app_native .content .features.-s7 ol .anibtn-B button .btnB-BG,
        .app_native .content .features.-s7 ol .anibtn-B input[type=button] .btnB-BG {
            max-width: 160px;
        }
}

.app_native .content .features.-s7 ol .btn-wrapper {
    padding-bottom: 0.3rem;
}

.btn-wrapper {
    display: inline-block;
    padding-bottom: 1em;
}

    .btn-wrapper a {
        text-decoration: none;
    }

    .btn-wrapper button,
    .btn-wrapper input[type=button] {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 30px;
        border: none;
        border-radius: 5px;
        color: white;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        max-width: 250px;
        overflow: hidden;
    }

@media screen and (max-width: 1199px) {
    .btn-wrapper p {
        font-size: 14px;
    }
}

.btn-wrapper ul {
    margin: 0;
    list-style: none;
}

.anibtn-B button,
.anibtn-B input[type=button] {
    padding: 0;
    background: transparent;
    border-radius: 10px;
    width: 220px;
    position: relative;
    overflow: hidden;
}

.anibtn-B svg:not(:root) {
    height: 46px;
}

.anibtn-B .btnB-BG {
    width: 220px;
    height: 45px;
    fill: #bf9a5f;
    opacity: 1;
}

.anibtn-B:hover .btnB-BG {
    opacity: 1;
}

.anibtn-B p {
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.ru .anibtn-B p {
    font-size: 13px;
}

@media screen and (max-width: 1199px) {
    .anibtn-B p {
        font-size: 14px;
    }

    .ru .anibtn-B p {
        font-size: 12px;
    }
}

.anibtn-B i.chip1, .anibtn-B.standby i.chip1 {
    width: 44px;
    height: 46px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 0;
    left: -44px;
    background-image: url(/assets/images/anibtn/gold_chip.png);
    pointer-events: none;
}

.anibtn-Bb button,
.anibtn-Bb input[type=button] {
    padding: 0;
    background: transparent;
    border-radius: 10px;
    width: 220px;
    position: relative;
    overflow: hidden;
}

.anibtn-Bb svg:not(:root) {
    height: 46px;
}

.anibtn-Bb .btnB-BG {
    width: 220px;
    height: 45px;
    fill: #bf9a5f;
    opacity: 1;
}

.anibtn-Bb:hover .btnB-BG {
    opacity: 1;
}

.anibtn-Bb .btnB-lineA,
.anibtn-Bb .btnB-lineB {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dashoffset: 1000;
    pointer-events: none;
}

.anibtn-Bb p {
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #bf9a5d;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

@media screen and (max-width: 1199px) {
    .anibtn-Bb p {
        font-size: 14px;
    }
}

.anibtn-Bb i.chip1, .anibtn-Bb.standby i.chip1 {
    width: 44px;
    height: 46px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 0;
    left: -44px;
    background-image: url(/assets/images/anibtn/gold_chip.png);
    pointer-events: none;
}

.anibtn-E button,
.anibtn-E input[type=button] {
    padding: 0;
    background: transparent;
    border-radius: 0;
    width: 250px;
    position: relative;
    overflow: hidden;
}

.anibtn-E svg:not(:root) {
    height: 46px;
}

.anibtn-E .btnB-BG {
    width: 250px;
    height: 45px;
    fill: #bf9a5d;
    opacity: 1;
    -webkit-transition-property: all 0.3s;
    -o-transition-property: all 0.3s;
    transition-property: all 0.3s;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}

.anibtn-E .btnB-lineA,
.anibtn-E .btnB-lineB {
    -webkit-transition-property: all 0.3s;
    -o-transition-property: all 0.3s;
    transition-property: all 0.3s;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    fill: none;
    stroke: #bf9a5d;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke-dashoffset: 1000;
}

.anibtn-E p {
    -webkit-transition-property: all 0.3s;
    -o-transition-property: all 0.3s;
    transition-property: all 0.3s;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.anibtn-E i.chip1, .anibtn-E.standby i.chip1 {
    -webkit-transition-property: all 0.3s;
    -o-transition-property: all 0.3s;
    transition-property: all 0.3s;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.4, 1);
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    width: 44px;
    height: 46px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -44px;
    background-image: url(/assets/images/anibtn/gold_chip.png);
}

.anibtn-E:hover p {
    color: #bf9a5d;
    -webkit-transform: translateX(44px);
    -ms-transform: translateX(44px);
    transform: translateX(44px);
}

.anibtn-E:hover .btnB-BG {
    opacity: 0;
}

.anibtn-E:hover .btnB-lineA,
.anibtn-E:hover .btnB-lineB {
    -webkit-animation: linestroke 500ms easeInOutBack forwards;
    animation: linestroke 500ms easeInOutBack forwards;
}

.anibtn-E:hover i.chip1 {
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    transform: translateX(65px);
    -webkit-animation: coinrotate 0.5s easeInOutBack;
    animation: coinrotate 0.5s easeInOutBack;
}

/* footer txt to img */
h4.subfootname {
    width: 100%;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    /* en subnav */
    /* tc subnav */
    /* sc subnav */
    /* jp subnav */
    /* th subnav */
    /* id subnav */
    /* ml subnav */
    /* ru subnav */
    /* sp subnav */
    /* vn subnav */
    /* kr subnav */
}

.tc h4.subfootname.subfoot07, .sc h4.subfootname.subfoot07, .jp h4.subfootname.subfoot07, .th h4.subfootname.subfoot07, .id h4.subfootname.subfoot07, .ml h4.subfootname.subfoot07, .sp h4.subfootname.subfoot07, .vn h4.subfootname.subfoot07 {
    background-position: 0 2px;
}

h4.subfootname.subfoot01 {
    margin-top: 5px;
}

.tc h4.subfootname.subfoot01, .sc h4.subfootname.subfoot01 {
    margin-top: 7px;
}

.vn h4.subfootname.subfoot04, .vn h4.subfootname.subfoot05, .sp h4.subfootname.subfoot02, .sp h4.subfootname.subfoot04, .sp h4.subfootname.subfoot05, .ml h4.subfootname.subfoot05 {
    height: 40px;
}

.ru h4.subfootname.subfoot05 {
    height: 40px;
}

.sp h4.subfootname.subfoot06, .vn h4.subfootname.subfoot06 {
    background-size: 170px 40px;
}

@media (min-width: 992px) {
    h4.subfootname {
        margin-bottom: 0.3em;
        background-size: 170px 20px;
    }

    .en h4.subfootname.subfoot03, .en h4.subfootname.subfoot04, .en h4.subfootname.subfoot05, .en h4.subfootname.subfoot06, .jp h4.subfootname.subfoot03, .jp h4.subfootname.subfoot04, .jp h4.subfootname.subfoot05, .id h4.subfootname.subfoot01, .id h4.subfootname.subfoot02, .id h4.subfootname.subfoot03, .id h4.subfootname.subfoot04, .id h4.subfootname.subfoot05, .vn h4.subfootname.subfoot01, .vn h4.subfootname.subfoot02, .vn h4.subfootname.subfoot03, .vn h4.subfootname.subfoot04, .vn h4.subfootname.subfoot05, .vn h4.subfootname.subfoot06, .kr h4.subfootname.subfoot05, .kr h4.subfootname.subfoot06, .sp h4.subfootname.subfoot01, .sp h4.subfootname.subfoot02, .sp h4.subfootname.subfoot03, .sp h4.subfootname.subfoot04, .sp h4.subfootname.subfoot06, .ru h4.subfootname.subfoot03, .ru h4.subfootname.subfoot04, .ru h4.subfootname.subfoot06, .ml h4.subfootname.subfoot01, .ml h4.subfootname.subfoot03, .ml h4.subfootname.subfoot04 {
        height: 40px;
        background-size: 170px 40px;
    }

    .th h4.subfootname.subfoot04 {
        height: 35px;
        background-size: 160px;
    }

    .th h4.subfootname.subfoot03 {
        height: 16px;
        background-size: 160px;
    }

    .sp h4.subfootname.subfoot02, .sp h4.subfootname.subfoot04 {
        margin-bottom: 0.2em;
    }

    .sp h4.subfootname.subfoot05, .ml h4.subfootname.subfoot05 {
        height: 60px;
        background-size: 170px 60px;
    }

    .ru h4.subfootname.subfoot05 {
        height: 60px;
        background-size: 170px 80px;
    }
}

.en h4.subfootname {
    /* en dk foot */
}

    .en h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_en.svg");
    }

    .en h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_en.svg");
    }

    .en h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_en.svg");
    }

    .en h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_en.svg");
    }

    .en h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_en.svg");
    }

    .en h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_en.svg");
    }

    .en h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .en h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01_en.svg");
    }

    .en h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02_en.svg");
    }

    .en h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_en.svg");
    }

    .en h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_en.svg");
    }

    .en h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_en.svg");
    }

    .en h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06B_en.svg");
    }

    .en h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.tc h4.subfootname {
    /* tc vn dk foot */
}

    .tc h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_tc.svg");
    }

    .tc h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_tc.svg");
    }

    .tc h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_tc.svg");
    }

    .tc h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_tc.svg");
    }

    .tc h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_tc.svg");
    }

    .tc h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_tc.svg");
    }

    .tc h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .tc h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01_tc.svg");
    }

    .tc h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02_tc.svg");
    }

    .tc h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03_tc.svg");
    }

    .tc h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04_tc.svg");
    }

    .tc h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05_tc.svg");
    }

    .tc h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_tc.svg");
    }

    .tc h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.sc h4.subfootname {
    /* sc dk foot */
}

    .sc h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_sc.svg");
    }

    .sc h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_sc.svg");
    }

    .sc h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_sc.svg");
    }

    .sc h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_sc.svg");
    }

    .sc h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_sc.svg");
    }

    .sc h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_sc.svg");
    }

    .sc h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .sc h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01_sc.svg");
    }

    .sc h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02_sc.svg");
    }

    .sc h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03_sc.svg");
    }

    .sc h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04_sc.svg");
    }

    .sc h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05_sc.svg");
    }

    .sc h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_sc.svg");
    }

    .sc h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.jp h4.subfootname {
    /* jp dk foot */
}

    .jp h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_jp.svg");
    }

    .jp h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_jp.svg");
    }

    .jp h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_jp.svg");
    }

    .jp h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_jp.svg");
    }

    .jp h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_jp.svg");
    }

    .jp h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_jp.svg");
    }

    .jp h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .jp h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01_jp.svg");
    }

    .jp h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02_jp.svg");
    }

    .jp h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_jp.svg");
    }

    .jp h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_jp.svg");
    }

    .jp h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_jp.svg");
    }

    .jp h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_jp.svg");
    }

    .jp h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.th h4.subfootname {
    /* th dk foot */
}

    .th h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_th.svg");
    }

    .th h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_th.svg");
    }

    .th h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_th.svg");
    }

    .th h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_th.svg");
    }

    .th h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_th.svg");
    }

    .th h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_th.svg");
    }

    .th h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .th h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01_th.svg");
    }

    .th h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02_th.svg");
    }

    .th h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_th.svg");
    }

    .th h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_th.svg");
    }

    .th h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05_th.svg");
    }

    .th h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_th.svg");
    }

    .th h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.id h4.subfootname {
    /* id dk foot */
}

    .id h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_id.svg");
    }

    .id h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_id.svg");
    }

    .id h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_id.svg");
    }

    .id h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_id.svg");
    }

    .id h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_id.svg");
    }

    .id h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_id.svg");
    }

    .id h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .id h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01B_id.svg");
    }

    .id h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02B_id.svg");
    }

    .id h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_id.svg");
    }

    .id h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_id.svg");
    }

    .id h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_id.svg");
    }

    .id h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_id.svg");
    }

    .id h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.ml h4.subfootname {
    /* ml dk foot */
}

    .ml h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_ml.svg");
    }

    .ml h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_ml.svg");
    }

    .ml h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_ml.svg");
    }

    .ml h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_ml.svg");
    }

    .ml h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05B_ml.svg");
    }

    .ml h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_ml.svg");
    }

    .ml h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .ml h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01B_ml.svg");
    }

    .ml h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_ml.svg");
    }

    .ml h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_ml.svg");
    }

    .ml h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_ml.svg");
    }

    .ml h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06_ml.svg");
    }

    .ml h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.ru h4.subfootname {
    /* ru dk foot */
}

    .ru h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_ru.svg");
    }

    .ru h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_ru.svg");
    }

    .ru h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_ru.svg");
    }

    .ru h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_ru.svg");
    }

    .ru h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05B_ru.svg");
    }

    .ru h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_ru.svg");
    }

    .ru h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media (min-width: 992px) {
    .ru h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_ru.svg");
    }

    .ru h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_ru.svg");
    }

    .ru h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05C_ru.svg");
    }

    .ru h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06B_ru.svg");
    }

    .ru h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.sp h4.subfootname {
    /* sp dk foot */
}

    .sp h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_sp.svg");
    }

    .sp h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02B_sp.svg");
    }

    .sp h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_sp.svg");
    }

    .sp h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04B_sp.svg");
    }

    .sp h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05B_sp.svg");
    }

    .sp h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_sp.svg");
    }

    .sp h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .sp h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01B_sp.svg");
    }

    .sp h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02B_sp.svg");
    }

    .sp h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_sp.svg");
    }

    .sp h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_sp.svg");
    }

    .sp h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_sp.svg");
    }

    .sp h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06B_sp.svg");
    }

    .sp h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.vn h4.subfootname {
    /* vn dk foot */
}

    .vn h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_vn.svg");
    }

    .vn h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_vn.svg");
    }

    .vn h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_vn.svg");
    }

    .vn h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04B_vn.svg");
    }

    .vn h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05B_vn.svg");
    }

    .vn h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_vn.svg");
    }

    .vn h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .vn h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/foot/subfoot_01B_vn.svg");
    }

    .vn h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/foot/subfoot_02B_vn.svg");
    }

    .vn h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/foot/subfoot_03B_vn.svg");
    }

    .vn h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/foot/subfoot_04B_vn.svg");
    }

    .vn h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_vn.svg");
    }

    .vn h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06B_vn.svg");
    }

    .vn h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

.kr h4.subfootname {
    /* kr dk foot */
}

    .kr h4.subfootname.subfoot01 {
        background-image: url("/assets/images/menu/footmo/subfoot_01_kr.svg");
    }

    .kr h4.subfootname.subfoot02 {
        background-image: url("/assets/images/menu/footmo/subfoot_02_kr.svg");
    }

    .kr h4.subfootname.subfoot03 {
        background-image: url("/assets/images/menu/footmo/subfoot_03_kr.svg");
    }

    .kr h4.subfootname.subfoot04 {
        background-image: url("/assets/images/menu/footmo/subfoot_04_kr.svg");
    }

    .kr h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/footmo/subfoot_05_kr.svg");
    }

    .kr h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/footmo/subfoot_06_kr.svg");
    }

    .kr h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/footmo/subfoot_07_en.svg");
    }

@media screen and (min-width: 992px) {
    .kr h4.subfootname.subfoot05 {
        background-image: url("/assets/images/menu/foot/subfoot_05B_kr.svg");
    }

    .kr h4.subfootname.subfoot06 {
        background-image: url("/assets/images/menu/foot/subfoot_06B_kr.svg");
    }

    .kr h4.subfootname.subfoot07 {
        background-image: url("/assets/images/menu/foot/subfoot_07_en.svg");
    }
}

/* footer contact form */
#contactform, .contactus {
    background-color: #f6f6f4;
    background-position: 50vw 50%;
    background-repeat: no-repeat;
    background-size: 1022.4px 965.6px;
    padding: 6em 1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1278 1207.3' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st2%7bfill:%23be9543%7d.st4%7bopacity:.4%7d.st5%7bopacity:.5%7d.st8%7bopacity:.6%7d %3c/style%3e%3cg opacity='.25'%3e%3cg opacity='.3'%3e%3cpath class='st2' d='M727.3 1207.3l-120.4-27.9 318.2-47.2-197.8 75.1zm-105.1-27.4l104.9 24.4 171.2-65.3-276.1 40.9z'/%3e%3cpath class='st2' d='M614.6 1181.1l-.5-2.9 176.1-37.2 121.4-6.9v3l-297 44zm264.7-42.2l-88.7 5-128.8 27.2 217.5-32.2z'/%3e%3cpath class='st2' d='M614.3 1181.6l-91.5-80.7 153.5 25.5-62 55.2zm-81.5-76.1l81.5 72.2 56-49.4-137.5-22.8zM942.7 1057.3l-118.8-4.5 123.4-108.1-4.6 112.6zm-110.9-7.2l108.5 4.2 4.2-102.6-112.7 98.4z'/%3e%3cpath class='st2' d='M939.9 1059.4l4.6-112.5 122.8-14.2-127.4 126.7zm7.4-109.9l-4.2 102.6 116-115.5-111.8 12.9zM1192.2 806.8l-51.1-35.4 68.7-65.7-17.6 101.1zm-46.4-35.8l44.3 30.8 15.3-87.8-59.6 57z'/%3e%3cpath class='st2' d='M1141.4 775.3l25.7-176.4 42.3 111.7-68 64.7zm26.9-165.1l-22.8 157 60.6-57.7-37.8-99.3z'/%3e%3cpath class='st2' d='M1208.9 717.4l-42.8-113.1v-.5l48.3-102.7-5.5 216.3zm-39.7-113l36.8 97.9 4.4-187.3-41.2 89.4z'/%3e%3cpath class='st2' d='M1216 514.5l-73.8-83.2 13.3-97.5 60.5 180.7zm-70.7-84.3l63.4 71.5-52-155.2-11.4 83.7zM1089.1 677l.5-160.8 79.8 88.3-80.3 72.5zm3.6-153l-.7 146.6 73.5-66-72.8-80.6z'/%3e%3cpath class='st2' d='M1169.7 608.9l-80.1-88.7 55.2-93.8 24.9 182.5zm-76.6-89.1l72.4 80.1-22.6-164.8-49.8 84.7z'/%3e%3cpath class='st2' d='M1091 523.3L1035.1 380l110.7 49.9-54.8 93.4zm-50.5-137.7l51.1 131 49.9-85.3-101-45.7z'/%3e%3cpath class='st2' d='M1142.4 431.3l-75.5-163.2 40.3 36.7 38 125.5-2.8 1zm-66.5-151.2l60.6 130.9-31.9-104.6-28.7-26.3zM527.8 1105.4L451 999.7l157 22.5-80.2 83.2zm-70.3-101.8l70.7 97.3 73.8-76.7-144.5-20.6z'/%3e%3cpath class='st2' d='M607.2 1025.1l-156.5-22.5 101-91.5 55.5 114zm-149.7-24.5l144.9 20.7L551 915.9l-93.5 84.7zM367 1064.7L212.4 862.8l105.5 74.1 49.1 127.8zM226.3 876.2l130.6 170.6-41.6-108.1-89-62.5z'/%3e%3cpath class='st2' d='M319 941.3l-101.9-71.6 67.7-66.5L319 941.3zm-97.3-71.9l92.6 65-31-125.4-61.6 60.4z'/%3e%3cpath class='st2' d='M218.8 872l-52.5-121.9 120.5 55.6-68 66.3zm-47-116.4l48.1 111 61.6-59.8-109.7-51.2z'/%3e%3cpath class='st2' d='M286.1 808.7l-119.8-55.3 87.9-80.7 31.9 136zm-114.6-56.1l110.4 50.9-29.4-124.8-81 73.9z'/%3e%3cpath class='st2' d='M167.7 756.1l-13.6-160.2 101.5 79.5-87.9 80.7zM158 602.4L170.5 750l80.9-74.3-93.4-73.3z'/%3e%3cpath class='st2' d='M254.8 678.6l-101.2-79.7 101.2-87.3v167zM158 598.9l93.7 73.4V517.9l-93.7 81z'/%3e%3cpath class='st2' d='M154.2 602.5l9.7-160.7 91.5 72.9-101.2 87.8zm12.2-154.9l-8.8 148.1 93.5-80.9-84.7-67.2z'/%3e%3cpath class='st2' d='M254.3 517.4l-91.5-72.9 118.7-70.2-27.2 143.1zm-86.5-72.6l84.6 67.2 25-132.3-109.6 65.1z'/%3e%3cpath class='st2' d='M162.4 448.1l48.1-126.8 71.6 55.7-119.7 71.1zM211.8 326l-43.7 115.3 108.7-64.6-65-50.7z'/%3e%3cpath class='st2' d='M209.3 326.7l11.8-103.1 98.1 23.1-109.9 80zm14.3-99.8L213 320.4l99.3-72.3-88.7-21.2z'/%3e%3cpath class='st2' d='M316.7 249.5L218.8 226l136.6-93-38.7 116.5zm-90.8-24.9l88.8 21 35-105.6-123.8 84.6z'/%3e%3cpath class='st2' d='M219.2 229.3l43.3-108.1 93.9 14-137.2 94.1zm45.1-104.5l-38.8 96.7 123.1-84.2-84.3-12.5z'/%3e%3cpath class='st2' d='M353.1 138l-94.7-14.1 182.5-85.3-87.8 99.4zm-84.7-15.6l83.2 12.5L429 47.2l-160.6 75.2z'/%3e%3cpath class='st2' d='M313.2 250.1l38.4-115.8L454 187.8l-140.8 62.3zm40.2-111.6l-35.3 106.2 129.1-57.1-93.8-49.1z'/%3e%3cpath class='st2' d='M452.3 190.3l-102.1-53.5 85.7-97.5 16.4 151zM354.8 136l94.3 49.2-15.4-139-78.9 89.8zM553.8 915.6l-149.2-40.8 101.7-97.5 47.5 138.3zm-143.4-42.2L549 911.3l-44-128.7-94.6 90.8z'/%3e%3cpath class='st2' d='M406.7 876.9l-35.2-147.4 136.9 49.9-101.7 97.5zm-31.2-142.7l32.8 137.1 94.6-90.7-127.4-46.4z'/%3e%3cpath class='st2' d='M507.4 782.4l-137-50.4 105.9-77.2 31.1 127.6zm-130.8-50.9l126.9 46.2L474.1 660l-97.5 71.5z'/%3e%3cpath class='st2' d='M372.2 734.6l-12-146.7L478 657.1l-105.8 77.5zm-8.3-141.4L375 729l97.9-71.4-109-64.4z'/%3e%3cpath class='st2' d='M476.9 660.2l-117.8-69.6L476.9 520v140.2zm-112.1-69.6L474.1 655V525.3l-109.3 65.3z'/%3e%3cpath class='st2' d='M360.2 593.3l12-150.3L478 522.9l-117.8 70.4zm14.6-144.7l-11.1 139.3 109.1-65.4-98-73.9z'/%3e%3cpath class='st2' d='M476.3 525.2l-105.8-79.8 137.2-49.9-31.4 129.7zm-99.8-79l97.6 73.9 29.1-119.9-126.7 46z'/%3e%3cpath class='st2' d='M371.6 448l26.7-137.2 110.4 87.6L371.6 448zm28.6-131.9l-25 127.3 127.2-46.1-102.2-81.2z'/%3e%3cpath class='st2' d='M506.4 400.3l-110.3-87.4 155-47.6-44.7 135zm-104.1-86.2l102.6 81.3 41.6-125.6-144.2 44.3z'/%3e%3cpath class='st2' d='M396.7 316.1L450 185.3l101.8 83.2-155.1 47.6zm54.5-125.7l-49.4 120.8 144-44.2-94.6-76.6z'/%3e%3cpath class='st2' d='M549 269.9l-102.1-83.2L601.2 161 549 269.9zm-94.9-81.3l94.2 76.7 48.2-100.4-142.4 23.7z'/%3e%3cpath class='st2' d='M447.3 189.7l77.3-106.5 77.4 81.3-154.7 25.2zm77.6-102.4l-71 98.3L596 162l-71.1-74.7zM409.6 877l-128.2-70.7 92.8-77L409.6 877zm-123-71.2l118.6 65.4-32.6-136.7-86 71.3z'/%3e%3cpath class='st2' d='M282.8 808.7l-31.6-135.8L376 731.1l-93.2 77.6zm-27.7-130.6l29.8 125.3 85.9-71.5-115.7-53.8z'/%3e%3cpath class='st2' d='M375.2 734.3l-124.8-58.2 112.8-88.3 12 146.5zm-119.1-59.1l115.7 54.2-11.1-136.1-104.6 81.9z'/%3e%3cpath class='st2' d='M251.9 678.6V512.2l112.5 78.4-112.5 88zm2.9-161.1v155l104.7-81.9-104.7-73.1z'/%3e%3cpath class='st2' d='M363.2 593.3l-112.6-78.7 124.8-71.5-12.2 150.2zM256 514.9l104.7 73 11.1-139.5L256 514.9z'/%3e%3cpath class='st2' d='M251.3 517.5l27.1-143.2 97.8 71.7-124.9 71.5zm29.2-138.1l-25 132.5L371 445.3l-90.5-65.9zM604.6 1025.7l-55.6-114 145 16.6-89.4 97.4zM554 914.9l51.3 105.4 82.6-90.2L554 914.9z'/%3e%3cpath class='st2' d='M693.7 930.9l-145.3-16.6 86.9-87.7 58.4 104.3zm-139-18.5l133.6 15.1-53.6-95.7-80 80.6z'/%3e%3cpath class='st2' d='M713.9 1035.9l-112-11.6 89.9-98.3 22.1 109.9zM608 1022l102.2 10.6-19.9-100.3L608 1022z'/%3e%3cpath class='st2' d='M711.2 1037l-22-109.5 135.7 13.4-113.7 96.1zm-18.4-106.2l20.2 100.6 104.7-88.3-124.9-12.3z'/%3e%3cpath class='st2' d='M824.2 943.7l-136.3-13.4 75.4-79.9 60.9 93.3zM694.1 928l124.3 11.9-55.6-85.1-68.7 73.2z'/%3e%3cpath class='st2' d='M826.4 1054.5l-6.7-114 129.7 6.5-123 107.5zm-3.5-110.9l6.2 104.8 113-98.8-119.2-6z'/%3e%3cpath class='st2' d='M947.7 949.8l-129.5-6.5 94.1-109.8 35.4 116.3zm-123.3-9.2l119.4 6.1L911 839.5l-86.6 101.1zM982.2 712.2l43.3-119.8 67.7 81.9-111 37.9zm44.2-113.9l-39.3 109.2 101.1-34.5-61.8-74.7z'/%3e%3cpath class='st2' d='M1092 677.7l-68-82.3 68.8-79.7-.8 162zm-64.2-82.2l61.3 74.1.5-145.6-61.8 71.5zM676.6 1129.4l-151.6-25 80.2-83.2 71.4 108.2zM531 1102.2l139.5 23.2-65.7-99.8-73.8 76.6z'/%3e%3cpath class='st2' d='M618.9 1181.7l-185.5-23.1 94.7-57.2 90.8 80.3zm-176.6-25l167.6 21-82-72.6-85.6 51.6z'/%3e%3cpath class='st2' d='M437.5 1159.6l-79.4-106.4 173.5 49.5-94.1 56.9zM366 1058.3l72.5 97.3 86.2-52-158.7-45.3z'/%3e%3cpath class='st2' d='M442.3 1161.1l-176.6-74.9 96.8-31.9.7.9 79.1 105.9zM274 1086.2l159.5 68-72-96.7-87.5 28.7z'/%3e%3cpath class='st2' d='M268.9 1087.9l-43.3-113.7 139.8 82.2-96.5 31.5zm-37.5-107l39.3 103.3 87.8-28.8-127.1-74.5z'/%3e%3cpath class='st2' d='M275.5 1089.6l-74.9-28.7-35.8-85.3 110.7 114zm-73-31l61.6 23.5-90.8-93.1 29.2 69.6z'/%3e%3cpath class='st2' d='M358.2 1164.5l-168.9-110.8 81.4 31.3 89.2 77.1-1.7 2.4zm-144.5-98.3l127.7 83.2L269 1087l-55.3-20.8z'/%3e%3cpath class='st2' d='M358.6 1164.5l-96.8-83.2 182.2 77.6-85.4 5.6zm-80.7-73.5l81.7 70.5 72.1-5.1-153.8-65.4z'/%3e%3cpath class='st2' d='M535.4 1198.2l-187.7-35.7 90.4-6.3 97.3 42zm-164.9-34.4l139.4 26.5-72.3-31.1-67.1 4.6z'/%3e%3cpath class='st2' d='M522.4 1195.8l-94.6-40.8 197 25-102.4 15.8zm-74.8-35.5l74.9 32.4 81.1-12.8-156-19.6z'/%3e%3cpath class='st2' d='M727.1 1207.2L509 1194.9l105.5-16.6 112.9 26.2-.3 2.7zm-190.8-13.7l173.9 9.9-95.9-22.3-78 12.4zM221.8 871.6l-94.6-21.2 41.6-101.1 53 122.3zm-90.5-23.2l85.5 19.1-47.9-110.6-37.6 91.5z'/%3e%3cpath class='st2' d='M129.1 853.6L75.3 684.3l95.4 68.2-41.6 101.1zM80.8 691.8l48.7 153.3 37.6-91.5-86.3-61.8zM75.5 513.1L120.6 354l46.5 91.5-91.6 67.6zM121.4 362L80.7 505.6l82.7-61.4-42-82.2z'/%3e%3cpath class='st2' d='M165.4 448.3l-46.5-91.5 94.7-35.8-48.2 127.3zM123 358.7l42 82.1 43.6-115-85.6 32.9zM136.3 959.1l-65.2-57v-.6l-4.6-115.7 69.8 173.3zM74 900.9l55 48-59.2-146.2 4.2 98.2z'/%3e%3cpath class='st2' d='M74.9 912.2L8.3 704.3l61.1 89.6 5.5 118.3zM16.6 722.5l54.1 168.2-4.2-95.9-49.9-72.3z'/%3e%3cpath class='st2' d='M71.2 901.9L10.6 713.7l5.1-117.3 58.2 304.9-2.7.6zM13.5 713.3l53.1 164.9-49.1-256.8-4 91.9z'/%3e%3cpath class='st2' d='M13.5 713.6h-2.9L3.9 519.1h2.9L18 608.6l-4.5 105zm-5.2-162l4.2 123.9 2.9-66.5-7.1-57.4z'/%3e%3cpath class='st2' d='M16.6 620.4L3.9 518.9l40.4-111.3-27.7 212.8zM6.9 519.2l9.7 78 21.3-163.5-31 85.5z'/%3e%3cpath class='st2' d='M14.2 615.5L40.4 415l39.3 94.6v.6L14.2 615.5zm27.4-189.3l-22.7 176 57.6-93-34.9-83z'/%3e%3cpath class='st2' d='M78.4 513.9l-39-93.7 84.3-66-45.3 159.7zM42.9 421l34.9 84 40.6-143.1L42.9 421z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M119 363.9l8.9-108.1 149.7-145.6L119 363.9zm11.8-107.1l-7.8 95.3 139.7-223.3-131.9 128z'/%3e%3cpath class='st2' d='M130.3 257.2l-2.2-1.9 70.7-98 80.1-44.5-148.6 144.4zm70.5-97.7l-60.6 83.9 121.1-117.5-60.5 33.6z'/%3e%3cpath class='st2' d='M200.5 159.7l-1.6-2.5 159.3-106 1.7 2.4-88.7 66.5-70.7 39.6zm117.6-78.2L231 139.7l38.6-21.4 48.5-36.8z'/%3e%3cpath class='st2' d='M258.3 126.5l99.8-75.4 85-10.8-184.8 86.2zm101.4-72.6l-77.4 58.2 143.3-66.5-65.9 8.3zM531.8 1105.8l-173.5-49.9 96.4-56.6 77.1 106.5zm-166.4-50.4l158.6 45.2-70.5-97-88.1 51.8zM784.4 1144.3l159.7-91.5-31.4 84.5-128.3 7zm154.2-85.2l-141.9 81.6 114-6.5 27.9-75.1z'/%3e%3cpath class='st2' d='M908.4 1140.4l31.5-85.8 114.4-37.3-145.9 123.1zm34.1-83.2l-27.5 74 126.3-106.2-98.8 32.2z'/%3e%3cpath class='st2' d='M936 1059.1l129.3-128.8-16.1 91.5-113.2 37.3zM1060.8 939l-114.1 113.5 99.8-32.5 14.3-81z'/%3e%3cpath class='st2' d='M1045.3 1027.3l16.6-93.5h.5l91.5-63.8-108.6 157.3zm19.1-91.5l-13.9 78.9 92.1-133.1-78.2 54.2zM116.4 361.2l108.1-140.9-12.1 104.1-96 36.8zm103.9-130.7l-95 124.3 84.5-32.2 10.5-92.1zM1144.3 775.9l-55.5-102.1 80.9-72.8-25.4 174.9zm-51.9-102.2l49.9 92.7 23-158-72.9 65.3zM829.3 1053.2l-120.6-18 114-96.2 6.6 114.2zm-114-20l110.6 16.6-6.2-104.7-104.4 88.1zM945.2 951.6l-35.4-116.4 130.8-21.9-95.4 138.3zm-31.7-113.9L946.2 945l88.1-127.5-120.8 20.2z'/%3e%3cpath class='st2' d='M908.9 838.4L984.7 707l55 109.6-130.8 21.8zM984.5 713l-70 121.5 120.9-20.1L984.5 713z'/%3e%3cpath class='st2' d='M1037.7 819.1L982.6 709l110.5-37.8-55.4 147.9zM986.6 711l50.7 101.1 50.8-135.7L986.6 711zM673.7 1130.5l-71.7-109 112.1 11.6-40.4 97.4zM607.8 1025l65.3 99.2 36.8-88.8-102.1-10.4zM206.8 1068.7L71.4 902.4l2.1-2.1 96.6 81.2 36.7 87.2zM83.2 912.5l112.7 138.6-28.4-67.8-84.3-70.8z'/%3e%3cpath class='st2' d='M273.5 1091.7L127.7 951.2l102 25v.7l43.8 114.8zM137.6 956.5l128.6 123.9-38.6-101.6-90-22.3z'/%3e%3cpath class='st2' d='M232.3 980l-101.1-25v-1.2l-3.5-109.1L232.3 980zm-98.2-27.2l90.5 22.4-93.7-121.4 3.2 99z'/%3e%3cpath class='st2' d='M230.4 982.4L125.7 847l95.1 21.3 9.6 114.1zm-97.3-130.8l93.6 121.5-8.3-102.1-85.3-19.4z'/%3e%3cpath class='st2' d='M134.4 962.1L64.2 788.9l66.5 59.7 3.7 113.5zM71.7 799.6l59.2 146.2-3.1-95.8-56.1-50.4z'/%3e%3cpath class='st2' d='M132.3 854l-65.8-59.1 10.6-114.2L132.3 854zm-62.8-60.3l56.7 51-47.4-149.8-9.3 98.8z'/%3e%3cpath class='st2' d='M68.7 802.3L13.1 602l66.5 85.6-10.9 114.7zM20 615.5l47.3 170.8 9.2-97.8-56.5-73z'/%3e%3cg opacity='.8'%3e%3cg class='st4'%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5 85.3-59.3z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M1212.4 508l-44.8 96.4-23.8-173.7z'/%3e%3c/g%3e%3cg opacity='.2'%3e%3cpath class='st2' d='M552.5 913.5l-144.1-39.4 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l90.9-63.8 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l45.4 117.9 92.2-54.2zM317.5 937.9l-32.6-131.8 123.5 68z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M599 163l-74.2-78h156.1z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M399.2 313.5l-25.7 132.2-94.1-68.9z'/%3e%3cpath class='st2' d='M399.2 313.5l-83.5-66-36.3 129.3z'/%3e%3cpath class='st2' d='M211.1 323.6l104.6-76.1-36.3 129.3zM399.2 313.5l-83.5-66 134.9-59.8z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M168.9 753L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4l87.1-64.7-9.3 154.4zM78.1 509.4L78 688l-61.4-79.2z'/%3e%3c/g%3e%3cg opacity='.1'%3e%3cpath class='st2' d='M790.5 1142.5l-116.9-15.1-59.3 52.2z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1-116.9-15.1z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1 150.8-86.7zM712.1 1034.2l115.6 17.2-154.1 76z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M945.7 948.3l117.4-13.6-25.6-119.2z'/%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5-25.6-119.2zM1143.4 771.2l47.8 33.2-42.8 71z'/%3e%3cpath class='st2' d='M1143.4 771.2l-52.8-97.5-53.1 141.8zM1063.1 934.7l128.1-130.3-42.8 71z'/%3e%3c/g%3e%3c/g%3e%3cpath class='st2' d='M609.2 1182.3l63.9-56.5h.7l125.5 16.6-190.1 39.9zm64.9-53.4l-54.6 48.2 162.4-34.3-107.8-13.9z'/%3e%3cpath class='st2' d='M791.5 1144.1l-122.9-15.9 161.9-79.8-39 95.7zm-112.9-17.6l111 14.3 35.3-86.4-146.3 72.1z'/%3e%3cpath class='st2' d='M787.6 1145.9l39.1-96 119.8 4.6-158.9 91.4zm41.1-93l-35.2 86.6 142.7-82.1-107.5-4.5zM942.6 950.1l95.6-138.2 26.6 124-122.2 14.2zm94.2-131l-88 127.3 112.5-13.1-24.5-114.2z'/%3e%3cpath class='st2' d='M1062.5 939.1l-26.7-124.8 110.7-46.2-84 171zm-23.3-122.7l24.4 113.9 76.8-156.1-101.2 42.2z'/%3e%3cpath class='st2' d='M1059.3 939.1l85.3-173.8 5.3 110.7-90.6 63.1zm83.1-162.1L1067 930.3l80.1-55.5-4.7-97.8z'/%3e%3cpath class='st2' d='M1147.2 880.3l-5.3-112 51.2 35.6-45.9 76.4zm-2.2-106.2l4.7 96.5 39.8-65.8-44.5-30.7zM1166.9 609.5l-25-183.4 72.4 81.7-.4.9-47 100.8zm-21.1-174.7l22.5 164 42.3-90.9-64.8-73.1zM453.6 1004.2l-48.5-132.3 149.3 40.8-100.8 91.5zm-43.8-127.9l45.1 122.9 94.1-84.9-139.2-38z'/%3e%3cpath class='st2' d='M456.9 1004.4l-143.1-66.5 94.4-66.5 48.7 133zm-137.3-66.5L451.7 999l-44.9-122.4-87.2 61.3z'/%3e%3cpath class='st2' d='M361.2 1057.9L314 935l143.4 66.5-96.2 56.4zm-41.6-117.2l43.4 112.9 88.3-51.8-131.7-61.1z'/%3e%3cpath class='st2' d='M316.1 940.3l-34.3-137.1 128.4 70.7-94.1 66.4zM286.2 809l31.4 126.5 87.2-61.2L286.2 809zM598.9 165.1l-77.6-81.5h163.3l-85.7 81.5zm-70.7-78.6l70.9 74.9 78.2-74.9H528.2zM374.3 448.3l-97.6-71.8 124.8-65.8-27.2 137.6zM282.2 377l90.3 66.5 25-127L282.2 377z'/%3e%3cpath class='st2' d='M277.1 379.7l37.8-134.8 87 68.9-124.8 65.9zm39.4-129.8l-34.8 124.3 114.9-60.6-80.1-63.7z'/%3e%3cpath class='st2' d='M280.2 379.3l-71.5-55.7 109.5-79.8-38 135.5zm-66.5-55.7l65 50.7 34.5-123.2-99.5 72.5z'/%3e%3cpath class='st2' d='M399.8 316.1l-86.9-69L453.3 185l-53.5 131.1zm-81.2-68.3l80 63.4 49.2-120.6-129.2 57.2zM170.6 756l-94.7-67.7 81.2-92.7L170.6 756zm-90.4-68.2l87 62.1-12.5-147.2-74.5 85.1z'/%3e%3cpath class='st2' d='M76.5 691.9V505.5l81.5 93.4-81.5 93zm3-178.6v170.8l74.9-85-74.9-85.8z'/%3e%3cpath class='st2' d='M157.1 602.8l-81.2-93.7 90.9-67.5-9.7 161.2zm-76.9-93.2l74.9 85.8 9-147.7-83.9 61.9z'/%3e%3cpath class='st2' d='M79.5 692.3l-64.8-83.2.6-.8 64.2-104.1v188.1zm-61.2-83.2L76.5 684V514.5l-58.2 94.6zM1035 818.1l55.4-148 55.1 101.8-110.5 46.2zm55.9-140.9l-51.2 135.6 101.3-42.3-50.1-93.3zM670.7 1130.4l40.4-97.7 121.4 18-161.8 79.7zm42.3-94.6l-36.6 88.5 146.5-72.1-109.9-16.4zM1063.9 935.9l-1.9-2.2 136.7-139.2-49.9 82.2-84.9 59.2zm119.6-121.7l-108.1 110.4 72.4-49.9 35.7-60.5zM198 155.2l-1.4-2.6L353.7 49.9 535.5 0l1 2.7L198 155.2zM354.8 52.4l-141.4 92.5L518.3 7.8 354.8 52.4z'/%3e%3c/g%3e%3cpath class='st2' d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M686.3 85c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM530.2 85c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM604.4 163c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5s2-5.6 5-5.8h.3c2.8 0 5.2 2.2 5.5 5zM456 187.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM440.2 42.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9.1 5.3 2.5 5.4 5.4zM357.7 136.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c2.9 0 5.4 2.4 5.4 5.4zM268.8 123.1c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c3 0 5.4 2.4 5.4 5.4zM227.7 225.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM321.1 247.5c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.3c2.9.1 5.2 2.5 5.1 5.4zM404.6 313.5c-.2 3-2.7 5.2-5.7 5.1-3-.2-5.2-2.7-5.1-5.7.2-2.9 2.6-5.1 5.5-5.1 3 0 5.4 2.5 5.3 5.5v.2zM554.1 267.6c.4 3-1.7 5.7-4.7 6s-5.7-1.7-6-4.7c-.1-.4-.1-.9 0-1.3-.4-3 1.7-5.7 4.7-6 3-.4 5.7 1.7 6 4.7.1.4.1.8 0 1.3zM379 445.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4c2.9.1 5.3 2.5 5.4 5.4zM284.8 376.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM170.6 444.7c.4 3-1.7 5.7-4.7 6-3 .4-5.7-1.7-6-4.7-.1-.4-.1-.9 0-1.3.4-3 3.1-5.1 6-4.7 2.5.3 4.4 2.2 4.7 4.7zM216.3 323.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM126.3 357.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM83.2 509.4c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.4 5.4 5.4zM46.5 420.6c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.5c2.8.3 4.9 2.6 4.9 5.4zM258.7 514.7c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM367.4 590.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.5-5.3 5.4-5.3 2.9-.1 5.3 2.3 5.4 5.3zM480.8 522.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM161.3 598.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM21.9 608.8c0 2.9-2.3 5.4-5.2 5.4h-.1c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.3 5.3 5.4 0-.1 0-.1 0 0zM17.4 713.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM83.2 687.5c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.9 4.8zM73.4 793.8c.2 2.9-2 5.5-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.2 5.5 2 5.8 4.9zM134.7 848.9c.2 3-2 5.6-4.9 5.8-2.9.2-5.5-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.3 5.5 1.9 5.8 4.8v.1zM138.1 953.5c.3 3-2 5.6-4.9 5.9-3 .3-5.6-2-5.9-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.4 5.6 1.8 5.9 4.8zM77.9 901c.3 2.9-1.9 5.5-4.8 5.8H73c-2.9.3-5.5-1.9-5.8-4.8v-.1c0-3 2.4-5.4 5.4-5.4 2.7 0 4.9 1.9 5.3 4.5zM174.7 752.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 1.9 5.9 4.9zM289.4 805.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM224.6 869c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c-.1.3 0 .6 0 .9zM233.9 977.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM322 937.4c.3 3-1.9 5.6-4.9 5.9s-5.6-1.9-5.9-4.9c-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1.1.1.1zM367.3 1055.4c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 5 0-.1 0-.1 0 0zM443.3 1157.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.9 4.9zM275.1 1085.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.2 5.7 2 5.9 4.9zM206.6 1059.4c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM459.6 1001.5c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c.1.3.1.6.1.9zM557.3 913c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM610.4 1023.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM533.4 1102.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.3 5.7 1.9 5.9 4.9zM679 1126.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.6 1.9 5.9 4.9zM621.2 1179.2c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM795.9 1140.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM945.7 1055.4c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.8 4.9zM917 1135.5c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8v-.1c-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4v1zM1053.3 1020.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.3 5.6 1.9 5.9 4.9zM1068.4 934.2c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM1042.9 815.1c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-1-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4 0 .4.1.7.1 1zM989.8 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM1095.9 673.2c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5-.2-2.9 2-5.5 4.9-5.8 3-.2 5.6 2 5.9 5zM1172.8 603.9c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 2 5.9 5zM1031.4 595c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.7 5.8 4.6v.4zM1095.9 519.4c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.2 5.6 2 5.9 4.9zM1148.8 430.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1043.1 382.6c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM1076.7 273.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1217.8 507.4c.2 3-1.9 5.6-4.9 5.9-3 .2-5.6-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8 2.9-.3 5.6 1.8 5.9 4.7v.1zM1212.4 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 1.9 5.9 4.9zM1148.8 770.8c.3 3-2 5.6-4.9 5.9s-5.6-2-5.9-4.9c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.8 5.9 4.8zM1195.4 803.9c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.7 2 5.9 5zM1154.2 875c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .2-5.6-2-5.8-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.3 5.5 1.9 5.8 4.8v.1zM717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg clip-path='url(%23SVGID_2_)'%3e%3cpath class='st2' d='M706.4 1028.6h11.3v11.3h-11.3z'/%3e%3c/g%3e%3cpath class='st2' d='M833.1 1050.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM258.7 675.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM378.9 731.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM511 779.5c.2 3-2 5.6-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.2 5.6 2 5.8 4.9zM640.5 828.6c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4-.1.4 0 .7 0 1zM696.4 928.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM826.6 941.6c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.9 5.8 4.8v.2zM951.1 948.2c.2 2.9-2 5.5-4.9 5.8-3 0-5.4-2.4-5.5-5.4 0-2.6 1.9-4.9 4.5-5.4 3-.2 5.6 2 5.9 5zM917 836c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM768.2 852.6c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM480.8 657.1c.2 3-2 5.6-4.9 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1 1-.1 2.9-.1 5.5 2 5.8 5zM412.8 873.4c.5 2.9-1.4 5.7-4.4 6.3s-5.7-1.4-6.3-4.4c-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.4 5.6 1.8 5.9 4.8 0-.1 0-.1 0 0zM10.8 520.1c0 3-2.4 5.4-5.4 5.4S0 523.1 0 520.1c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4z'/%3e%3cg class='st5'%3e%3cpath class='st2' d='M1274.7 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1235.1 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1215.2 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.8 2.8 2.8zM1235.1 396.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1274.7 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1215.2 535.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.9-2.8.1 0 0 0 0 0zM1254.9 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1215.2 495.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM1254.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1274.7 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1235.1 634.2c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1274.7 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM1254.9 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1215.2 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1254.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1274.7 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1195.4 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM1135.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1195.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 396.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.4-1.2-2.7-2.8-2.8zM1116.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 535.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM1175.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1135.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1195.4 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1195.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM1175.6 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1175.6 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1116.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1195.4 555c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM561.2 753.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.9-2.8zM521.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM501.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.5 1.1 2.7 2.6 2.7h.2c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM521.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM561.2 832.4c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1.1zM521.6 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM561.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.9-2.8zM521.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM561.2 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM521.6 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM501.7 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM521.6 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM521.6 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM501.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM541.4 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM501.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM521.6 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM521.6 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM521.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM501.7 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM541.4 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM541.4 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM521.6 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM481.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM422.5 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM402.7 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM481.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM481.9 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM442.3 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM402.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM481.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM481.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM442.3 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM462.1 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM402.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM363 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM343.2 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM363 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-.7-.3-1.3-.7-1.8-.6-.6-1.3-.9-2.1-.9zM363 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM363 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM382.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1070.2c-1.6.1-2.7 1.4-2.7 3 .1 1.6 1.4 2.7 3 2.7 1.5-.1 2.7-1.4 2.7-2.9-.1-1.6-1.4-2.8-3-2.8zM343.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 1050.4c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.5-1.2-2.8-2.8-2.9zM382.6 1050.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM323.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM263.9 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM323.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM263.9 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM323.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM283.7 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM263.9 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM244.1 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 991c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM303.6 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM244.1 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM244.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM323.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4.1-.7.1-1 .1zM283.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM244.1 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.6-1.2-2.9-2.8-2.9zM323.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM244.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM719.7 39.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM680.1 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM660.3 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM699.9 59.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM660.3 19.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM640.5 39.7c-1.5 0-2.7 1.2-2.7 2.7-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.9-2.7zM719.7 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8S681.7 0 680.1 0zM640.5 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM719.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM680.1 118.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM660.3 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM699.9 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 99.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM640.5 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM719.7 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM680.1 79.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM600.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM620.7 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM581.1 19.8c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 19.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 0c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM640.5 118.9c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v-.2zM600.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 138.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5-.3 2.6-1.7 2.3-3.3-.2-1-1.1-2-2.3-2.2zM620.7 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.2 2.9-.8 3.1-2.3v-.6c-.1-1.6-1.4-2.8-3-2.7h-.1zM581.1 99.1c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM640.5 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM600.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 39.7c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9-.1-.1-.1-.1-.2-.1zM521.6 39.7c-1.5-.2-3 .8-3.2 2.4-.2 1.5.8 3 2.4 3.2 1.5.2 3-.8 3.2-2.4v-.5c0-1.4-1-2.5-2.4-2.7zM501.7 59.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM541.4 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM501.7 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM541.4 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM481.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM561.2 0c-1.5 0-2.7 1.2-2.7 2.7v.1c-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM521.6 0c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM561.2 158.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM521.6 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.4-.2 2.4-1.4 2.4-2.8 0-1.3-1-2.6-2.4-2.8zM561.2 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM521.6 118.9c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 138.7c-1.4.1-2.6 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v.2zM541.4 138.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM481.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM561.2 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.3-2.8-2.9-2.8zM521.6 79.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM481.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8z'/%3e%3ccircle class='st2' cx='422.5' cy='220.8' r='2.8'/%3e%3cpath class='st2' d='M462.1 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 178.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 164.2c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 297.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 257.8c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM462.1 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 282.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 243.5c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 337c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM462.1 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM402.7 362.3c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 322.7c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8 1.2 2.8 2.8 2.8zM481.9 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM481.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM402.7 481.3c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.6 0-2.8 1.3-2.8 2.8s1.2 2.8 2.8 2.8zM402.7 441.7c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.1 0-2.2.7-2.6 1.7-.1.4-.1.7 0 1.1 0 1.4 1.1 2.6 2.6 2.8zM481.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8c-.1 1.5 1.2 2.8 2.8 2.8zM402.7 203.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c-.1.4-.1.7 0 1.1.4 1 1.6 1.7 2.8 1.6zM363 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 178.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM323.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM382.6 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 257.8c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 257.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 376.5c-1.7 0-3 1.4-3 3 0 1.7 1.4 3 3 3s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8v-.4zM343.2 337c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.6-1.2-2.9-2.8-2.9zM382.6 337c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM363 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM363 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM343.2 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 396.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.8 2.9 1.6 0 2.9-1.2 2.9-2.8 0-1.6-1.2-2.9-2.7-2.9h-.3zM283.7 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM283.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM283.7 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM283.7 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM303.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM323.4 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM263.9 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM323.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM164.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.6-1.3-2.9-2.8-2.9zM244.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.3-.1-.7-.1-1 0zM204.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM184.7 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM224.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM164.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.4-.1-.7-.1-1 0zM244.1 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM204.4 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.8-2.8-2.7zM224.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM164.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM244.1 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM204.4 317.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8zM164.9 317.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.3-2.8-2.8-2.8zM244.1 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.9-2.8.1 0 .1 0 0 0zM184.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.9-2.8c.1 0 .1 0 0 0zM244.1 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM184.7 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 614.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM224.6 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 693.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM224.6 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM184.7 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM244.1 792.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM204.4 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM244.1 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM184.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5 0 2.8-1.2 2.8-2.7.1-1.5-1.2-2.8-2.8-2.8zM204.4 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM105.4 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM145 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM105.4 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM164.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM145 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM125.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.4-1.2-2.7-2.7-2.8zM145 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM105.4 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM145 574.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM164.9 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM125.2 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM105.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM145 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM164.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM125.2 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM164.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM145 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM125.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.4-2.8-2.9-2.8zM85.6 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM26.1 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM85.6 396.3c-1.4.2-2.5 1.5-2.4 2.9 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8l-.4-.1zM45.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM26.1 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.7zM26.1 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 520 9 518.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 475.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 475.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.7.1 0 0 0 0 0zM6.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM65.7 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM6.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 555c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 555c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.7zM6.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM65.7 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM6.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 678 9 676.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 634.2c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM45.9 634.2c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.1 2.8-2.7v-.2c0-1.4-1.3-2.6-2.8-2.6zM6.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM85.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM45.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM85.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 753.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.9-2.8-2.9zM6.2 753.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM45.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM6.2 713.5c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.8-1.1 2.8-2.7v-.1c.1-1.4-1.2-2.7-2.8-2.7zM1195.4 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1156.2 634.3c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.1-2.7-2.6-2.7 0-.1-.1-.1-.1-.1zM1195.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM1195.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.2-2.1-2.3-2.3zM1195.4 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM1156.2 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1135.9 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1135.9 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1195.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1156.2 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM1195.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1195.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM1135.9 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.7-1.2-2.9-2.8-2.9zM1135.9 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM1195.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1156.2 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM1116.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM1076.5 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1096.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1116.2 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1076.5 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1116.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1076.5 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM1116.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM1076.5 911.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM1056.3 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3 0-1.6-1.3-2.8-2.9-2.8zM1096.4 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1116.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1076.5 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM1036.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1017.1 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM977.4 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM1036.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1036.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM977.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1036.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM997.2 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM977.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM977.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM997.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1036.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1036.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM977.4 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.6-1.3-2.8-2.9-2.8zM1017.1 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9zM977.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1036.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM997.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 693.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM937.8 693.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM898.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM878.3 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8.1 0 .1 0 0 0zM957.6 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM957.6 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM957.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM898.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM898.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 832.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c.1-1.4-1.2-2.6-2.7-2.7zM957.6 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM957.6 911.7c-.9 0-1.7.4-2.2 1.2-.4.4-.6 1-.6 1.6 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM898.3 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM878.3 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM878.3 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM957.6 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7s-1.1-2.9-2.8-2.9c.1 0 .1 0 0 0zM898.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM898.3 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM878.3 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0h.4c1.4-.2 2.4-1.4 2.3-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM957.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM898.3 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM937.8 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM878.3 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.5-1.1-2.8-2.7-2.9.1 0 .1 0 0 0zM957.6 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8.1 0 .1 0 0 0zM957.6 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM917.9 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM898.3 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7z'/%3e%3ccircle class='st2' cx='937.8' cy='1132.5' r='2.8'/%3e%3cpath class='st2' d='M878.3 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.7-2.7-2.8zM878.3 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM917.9 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.2 2.7-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM838.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM818.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM818.9 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM838.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM838.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM858.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM818.9 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM858.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM838.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM838.7 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM838.7 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM858.5 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM818.9 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM858.5 1129.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM838.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM759.4 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM739.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM779.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM739.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM759.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM779.2 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM799.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM759.4 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM759.4 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM739.6 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM779.2 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM759.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM719.7 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM680.1 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.6 0-1 .1zM660.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM699.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM660.3 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM699.9 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM719.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM699.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM660.3 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM719.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM680.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM719.7 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM719.7 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM660.3 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM719.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM640.5 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM600.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.2-2.8-2.7-2.8zM620.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM581.1 971.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 991c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM640.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM640.5 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM620.7 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM561.2 1070.2c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.3-2.8-2.9-2.8zM640.5 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM600.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 1030.6c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM640.5 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM600.9 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM640.5 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM561.2 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM561.2 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM640.5 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 1109.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.4-2.8-2.9-2.8z'/%3e%3c/g%3e%3clinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='785.025' y1='615.4073' x2='818.878' y2='615.4073' gradientTransform='matrix(1 0 0 -1 0 1210.1648)'%3e%3cstop offset='.19' stop-color='%23be9543'/%3e%3cstop offset='1' stop-color='%23be9543'/%3e%3c/linearGradient%3e%3cpath d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z' fill='url(%23SVGID_3_)'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M801.9 596.7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM511 397.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4z'/%3e%3cpath class='st2' d='M543.7 436h-76.2v-76.2h76.2V436zm-73.2-3h70.1v-70.3h-70.1V433z'/%3e%3c/g%3e%3c/svg%3e");
}

@media screen and (min-width: 992px) {
    #contactform, .contactus {
        background-position: -1.5rem 50%;
    }
}

@media screen and (min-width: 992px) {
    #contactform, .contactus {
        padding: 5em 3em;
    }
}

#contactform h2, .contactus h2 {
    margin-top: 0;
    color: #bf9a5d;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    #contactform h2, .contactus h2 {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    #contactform h2, .contactus h2 {
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    #contactform .form-horizontal .form-group, .contactus .form-horizontal .form-group {
        margin-left: 15px;
        margin-right: 15px;
    }
}

#contactform input[type=text], .contactus input[type=text],
#contactform input[type=email],
.contactus input[type=email],
#contactform textarea,
.contactus textarea {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #bf9a5d;
    border-radius: 0;
}

    #contactform input[type=text]::-webkit-input-placeholder, .contactus input[type=text]::-webkit-input-placeholder, #contactform input[type=email]::-webkit-input-placeholder, .contactus input[type=email]::-webkit-input-placeholder, #contactform textarea::-webkit-input-placeholder, .contactus textarea::-webkit-input-placeholder {
        color: #b1b1b1;
    }

    #contactform input[type=text]::-moz-placeholder, .contactus input[type=text]::-moz-placeholder, #contactform input[type=email]::-moz-placeholder, .contactus input[type=email]::-moz-placeholder, #contactform textarea::-moz-placeholder, .contactus textarea::-moz-placeholder {
        color: #b1b1b1;
    }

    #contactform input[type=text]:-ms-input-placeholder, .contactus input[type=text]:-ms-input-placeholder, #contactform input[type=email]:-ms-input-placeholder, .contactus input[type=email]:-ms-input-placeholder, #contactform textarea:-ms-input-placeholder, .contactus textarea:-ms-input-placeholder {
        color: #b1b1b1;
    }

    #contactform input[type=text]::-ms-input-placeholder, .contactus input[type=text]::-ms-input-placeholder, #contactform input[type=email]::-ms-input-placeholder, .contactus input[type=email]::-ms-input-placeholder, #contactform textarea::-ms-input-placeholder, .contactus textarea::-ms-input-placeholder {
        color: #b1b1b1;
    }

    #contactform input[type=text]::placeholder, .contactus input[type=text]::placeholder,
    #contactform input[type=email]::placeholder,
    .contactus input[type=email]::placeholder,
    #contactform textarea::placeholder,
    .contactus textarea::placeholder {
        color: #b1b1b1;
    }

    #contactform input[type=text].incorrect, .contactus input[type=text].incorrect, #contactform input[type=text].alert-error, .contactus input[type=text].alert-error,
    #contactform input[type=email].incorrect,
    .contactus input[type=email].incorrect,
    #contactform input[type=email].alert-error,
    .contactus input[type=email].alert-error,
    #contactform textarea.incorrect,
    .contactus textarea.incorrect,
    #contactform textarea.alert-error,
    .contactus textarea.alert-error {
        color: #737877;
    }

#contactform label, .contactus label {
    color: #bf9a5d;
}

    #contactform label.alert-error, .contactus label.alert-error {
        font-size: 10.5px;
        color: #b10000;
    }

#contactform p.alert-error, .contactus p.alert-error {
    font-size: 10.5px;
    color: #b10000;
}

#contactform .form-control, .contactus .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contactform .form-row, .contactus .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 767px) {
    #contactform .form-row, .contactus .form-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    #contactform .form-row.cap, .contactus .form-row.cap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#contactform .formname, .contactus .formname,
#contactform .formemail,
.contactus .formemail {
    width: 50%;
}

@media screen and (max-width: 991px) {
    #contactform .formname, .contactus .formname,
    #contactform .formemail,
    .contactus .formemail {
        width: calc(100% - 30px );
    }
}

@media screen and (max-width: 991px) {
    #contactform .capinput, .contactus .capinput,
    #contactform .caplist,
    .contactus .caplist,
    #contactform .mailbtn,
    .contactus .mailbtn {
        margin-bottom: 15px;
    }
}

#contactform .capinput, .contactus .capinput {
    padding-left: 0;
    margin-right: 15px;
}

#contactform .caplist .flexlist, #contactform .caplist .indexban .index_text, .indexban #contactform .caplist .index_text, .contactus .caplist .flexlist, .contactus .caplist .indexban .index_text, .indexban .contactus .caplist .index_text, #contactform .caplist .moneywheel#main .content section[class^=sect]._intro ul, .moneywheel#main .content section[class^=sect]._intro #contactform .caplist ul, .contactus .caplist .moneywheel#main .content section[class^=sect]._intro ul, .moneywheel#main .content section[class^=sect]._intro .contactus .caplist ul, #contactform .caplist .app_native#main header > section, .app_native#main #contactform .caplist header > section, .contactus .caplist .app_native#main header > section, .app_native#main .contactus .caplist header > section, #contactform .caplist .app_native .content .features section, .app_native .content .features #contactform .caplist section, .contactus .caplist .app_native .content .features section, .app_native .content .features .contactus .caplist section, #contactform .caplist .app_native .content .features section > div, .app_native .content .features #contactform .caplist section > div, .contactus .caplist .app_native .content .features section > div, .app_native .content .features .contactus .caplist section > div, #contactform .caplist .app_native .content .features.-s7 ul, .app_native .content .features.-s7 #contactform .caplist ul, .contactus .caplist .app_native .content .features.-s7 ul, .app_native .content .features.-s7 .contactus .caplist ul, #contactform .caplist .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul #contactform .caplist li, .contactus .caplist .app_native .content .features.-s7 ul li, .app_native .content .features.-s7 ul .contactus .caplist li, #contactform .caplist .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li #contactform .caplist p, .contactus .caplist .app_native .content .features.-s7 ul li p, .app_native .content .features.-s7 ul li .contactus .caplist p, #contactform .caplist .app_native .content .features.-s7 ol, .app_native .content .features.-s7 #contactform .caplist ol, .contactus .caplist .app_native .content .features.-s7 ol, .app_native .content .features.-s7 .contactus .caplist ol {
    padding-left: 0.5em;
    padding-bottom: 0;
}

#safooter {
    background: #111111;
    font-size: 12px;
}

    #safooter #evtfootban_pad {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #5f2d91;
        /* @media screen and (min-width: $screen-md) {
    display: none;
  } */
    }

@media screen and (max-device-width: 991px) and (orientation: landscape) {
    #safooter #evtfootban_pad {
        text-align: center;
    }

        #safooter #evtfootban_pad img.img-responsive, #safooter #evtfootban_pad #index_carousel img.ban_dk, #index_carousel #safooter #evtfootban_pad img.ban_dk,
        #safooter #evtfootban_pad #index_carousel img.txt_dk,
        #index_carousel #safooter #evtfootban_pad img.txt_dk,
        #safooter #evtfootban_pad #index_carousel img.ban_mo,
        #index_carousel #safooter #evtfootban_pad img.ban_mo,
        #safooter #evtfootban_pad #index_carousel img.txt_mo,
        #index_carousel #safooter #evtfootban_pad img.txt_mo, #safooter #evtfootban_pad #sanav .navbar-brand img, #sanav .navbar-brand #safooter #evtfootban_pad img, #safooter #evtfootban_pad .moneywheel#main .content section[class^=sect]._8 .tab-pane section img, .moneywheel#main .content section[class^=sect]._8 .tab-pane section #safooter #evtfootban_pad img, #safooter #evtfootban_pad .app_native#main header #float img, .app_native#main header #float #safooter #evtfootban_pad img {
            max-width: 50%;
            margin: 0 auto;
        }
}

#safooter #evtfootban_pad ul {
    list-style: none;
    padding: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 991px) {
    #safooter #evtfootban_pad ul {
        display: none;
    }
}

#safooter #evtfootban_pad ul,
#safooter #evtfootban_pad ul li {
    margin: 0;
}

    #safooter #evtfootban_pad ul li {
        padding: 0.5rem 0.5rem;
    }

    #safooter #evtfootban_pad ul a {
        color: #fff;
    }

        #safooter #evtfootban_pad ul a.evtlink {
            color: #fff;
            padding: 1.3rem 3.5rem;
            border: 2px solid #fff;
            -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -o-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            -webkit-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            transition: 0.5s all ease-in-out;
            background: transparent;
        }

            #safooter #evtfootban_pad ul a.evtlink:hover {
                background: #fff;
            }

                #safooter #evtfootban_pad ul a.evtlink:hover span {
                    color: #5f2d91;
                }

            #safooter #evtfootban_pad ul a.evtlink span {
                color: #fff;
                font-size: 12px;
            }

@media screen and (min-width: 1199px) {
    #safooter #evtfootban_pad ul a.evtlink span {
        font-size: 18px;
    }
}

#safooter .row {
    margin-left: 0;
    margin-right: 0;
}

    #safooter .row ul {
        list-style: none;
        margin: 0;
    }

#safooter .row-A {
    padding-top: 20px;
}

@media screen and (max-width: 1199px) {
    #safooter .row-A {
        padding-top: 15px;
    }
}

#safooter .row-B {
    padding-top: 15px;
}

@media screen and (min-width: 992px) {
    #safooter .row-B {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    #safooter .col-lg-1,
    #safooter .col-lg-10,
    #safooter .col-lg-11,
    #safooter .col-lg-12,
    #safooter .col-lg-2,
    #safooter .col-lg-3,
    #safooter .col-lg-4,
    #safooter .col-lg-5,
    #safooter #contactform .contactTil,
    #contactform #safooter .contactTil,
    #safooter .contactus .contactTil,
    .contactus #safooter .contactTil,
    #safooter .col-lg-6,
    #safooter .app_native#main header .head_p p,
    .app_native#main header .head_p #safooter p,
    #safooter .col-lg-7,
    #safooter .col-lg-8,
    #safooter .col-lg-9,
    #safooter .col-md-1,
    #safooter .col-md-10,
    #safooter .col-md-11,
    #safooter .col-md-12,
    #safooter .col-md-2,
    #safooter .col-md-3,
    #safooter .col-md-4,
    #safooter .col-md-5,
    #safooter .contactus .contactform,
    .contactus #safooter .contactform,
    #safooter .contactus .contact_info,
    .contactus #safooter .contact_info,
    #safooter .col-md-6,
    #safooter .app_native .content .features section,
    .app_native .content .features #safooter section,
    #safooter #contactform .contactform,
    #contactform #safooter .contactform,
    #safooter .col-md-7,
    #safooter .col-md-8,
    #safooter .top_c p,
    .top_c #safooter p,
    #safooter .col-md-9,
    #safooter .col-sm-1,
    #safooter .col-sm-10,
    #safooter .col-sm-11,
    #safooter .col-sm-12,
    #safooter .col-sm-2,
    #safooter .col-sm-3,
    #safooter .col-sm-4,
    #safooter .col-sm-5,
    #safooter .col-sm-6,
    #safooter .col-sm-7,
    #safooter .col-sm-8,
    #safooter .col-sm-9,
    #safooter .col-xs-1,
    #safooter .col-xs-10,
    #safooter .col-xs-11,
    #safooter .col-xs-12,
    #safooter .col-xs-2,
    #safooter .col-xs-3,
    #safooter .col-xs-4,
    #safooter .col-xs-5,
    #safooter .col-xs-6,
    #safooter .col-xs-7,
    #safooter .col-xs-8,
    #safooter .col-xs-9,
    #safooter .container {
        padding-left: 0;
        padding-right: 0;
    }

    #safooter .container {
        width: 100%;
    }
}

#safooter a:hover {
    text-decoration: none;
    cursor: pointer;
}

#safooter h3 {
    font-size: 16px;
    margin: 0;
}

.jp #safooter h3 {
    font-size: 14px;
}

#safooter h4 {
    color: #848484;
    font-size: 14px;
    margin: 0;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

#backtop {
    background: #141414;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
}

@media screen and (min-width: 992px) {
    #backtop {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        text-align: right;
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    #backtop {
        border-bottom: 1px solid #5a5a5a;
    }
}

#backtop a {
    color: #bf9a5d;
    font-size: 1.15em;
}

    #backtop a::after {
        width: 1em;
        height: 1em;
        margin-left: 1em;
        line-height: 1.3em;
        content: "";
        display: inline-block;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url(/assets/images/footer/expand.png);
        background-size: contain;
    }

.qr h3 {
    color: #bf9a5d;
    padding-bottom: 1.1em;
}

.qr h4 {
    padding-top: 0.5em;
}

.logos h3 {
    color: #bf9a5d;
}

@media screen and (min-width: 992px) {
    .logos {
        padding-top: 0.5em;
        padding-bottom: 1em;
    }
}

.logos ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (min-width: 992px) {
    .logos ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .logos ul {
        padding-bottom: 1.5em;
    }
}

.logos ul li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 1em;
}

@media screen and (max-width: 1199px) {
    .logos ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        max-width: 33%;
        max-width: 100px;
    }
}

.logos ul li:nth-child(1) {
    background-image: url(/assets/images/footer/cert3.png);
}

.logos ul li:nth-child(2) {
    background-image: url(/assets/images/footer/cert4.png);
}

.logos ul li:nth-child(3) {
    background-image: url(/assets/images/footer/cert5.png);
}

@media screen and (min-width: 992px) {
    .logos ul li {
        background-size: contain;
    }

        .logos ul li:nth-child(1) {
            width: 38px;
            background-image: url(/assets/images/footer/cert3_grey.png);
        }

        .logos ul li:nth-child(2) {
            width: 84px;
            background-image: url(/assets/images/footer/cert4_grey.png);
        }

        .logos ul li:nth-child(3) {
            width: 74px;
            background-image: url(/assets/images/footer/cert5_grey.png);
        }
}

.logos ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
}

.footsitemaps h3 {
    padding-bottom: 0.5em;
    color: #bf9a5d;
}

@media screen and (max-width: 991px) {
    .footsitemaps h3 {
        padding-bottom: 0;
        line-height: 2.5em;
    }
}

@media screen and (max-width: 991px) {
    .footsitemaps .collapsed > h3 {
        color: #848484;
    }
}

.footsitemaps h4 {
    padding-bottom: 0.3em;
}

@media screen and (max-width: 991px) {
    .footsitemaps h4 {
        padding-bottom: 0;
        line-height: 2.2em;
    }
}

@media screen and (min-width: 992px) {
    .footsitemaps {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .footsitemaps > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 18%;
            flex: 0 1 18%;
            max-width: 18%;
        }

            .footsitemaps > li:last-child {
                -webkit-box-flex: 0;
                -ms-flex: 0 1 25%;
                flex: 0 1 25%;
                max-width: 25%;
            }
}

@media screen and (max-width: 1199px) {
    .footsitemaps {
        padding-left: 0;
    }
}

.footsitemaps li ul {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .footsitemaps li ul > li {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

.footsitemaps li ul a {
    color: #848484;
}

@media screen and (min-width: 992px) {
    .footsitemaps .collapsed .collapse,
    .footsitemaps .collapse {
        display: block;
        height: 100%;
    }
}

.footsitemaps .panel, .footsitemaps.panel-group .panel + .panel {
    margin-top: 0;
}

.footsitemaps .panel {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel {
        border-bottom: 1px solid #5a5a5a;
    }

        .footsitemaps .panel:first-of-type {
            border-top: 1px solid #5a5a5a;
        }
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel a[data-toggle] {
        background-color: #1d1d1d;
    }

        .footsitemaps .panel a[data-toggle].collapsed {
            background: none;
        }
}

.footsitemaps .panel .menusprite {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 24px;
    height: 24px;
}

    .footsitemaps .panel .menusprite::after {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        content: "";
        width: 16px;
        height: 16px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
    }

@media screen and (min-width: 992px) {
    .footsitemaps .panel .menusprite {
        display: none;
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel .panel-collapse.collapsing, .footsitemaps .panel .panel-collapse.in {
        background: #1d1d1d;
    }
}

@media (min-width: 992px) {
    .footsitemaps .panel .panel-collapse {
        padding-top: 0.5em;
    }

        .footsitemaps .panel .panel-collapse li {
            padding-bottom: 0.3em;
        }
}

@media (max-width: 991px) {
    .footsitemaps .panel .panel-collapse {
        border-top: 1px solid #5a5a5a;
        background: #1d1d1d;
    }
}

@media (max-width: 991px) {
    .footsitemaps .panel .panel-collapse li {
        padding: 0.3em 0;
    }

        .footsitemaps .panel .panel-collapse li:first-child {
            padding-top: 1.5em;
        }

        .footsitemaps .panel .panel-collapse li:last-child {
            padding-bottom: 1em;
        }

        .footsitemaps .panel .panel-collapse li a {
            color: #d5d5d5;
        }

        .footsitemaps .panel .panel-collapse li .subfoot01 {
            fill: #d5d5d5;
        }
}

@media (max-width: 991px) {
    .footsitemaps .panel .panel-collapse#sitemap-product li {
        padding-bottom: 1em;
    }
}

.footsitemaps .panel .panel-collapse h3 {
    color: #848484;
}

.footsitemaps .panel .panel-collapse .menusprite::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='menusprite'%3e%3cpath fill='%23848484' d='M24.000,13.000 L13.000,13.000 L13.000,24.000 L11.000,24.000 L11.000,13.000 L-0.000,13.000 L-0.000,11.000 L11.000,11.000 L11.000,-0.000 L13.000,-0.000 L13.000,11.000 L24.000,11.000 L24.000,13.000 Z' /%3e%3c/svg%3e");
}

.footsitemaps .panel .collapsing,
.footsitemaps .panel .in {
    background: none;
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel .collapsed h3 {
        color: #848484;
    }

    .footsitemaps .panel .collapsed .menusprite::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='menusprite'%3e%3cpath fill='%23848484' d='M24.000,13.000 L13.000,13.000 L13.000,24.000 L11.000,24.000 L11.000,13.000 L-0.000,13.000 L-0.000,11.000 L11.000,11.000 L11.000,-0.000 L13.000,-0.000 L13.000,11.000 L24.000,11.000 L24.000,13.000 Z' /%3e%3c/svg%3e");
    }

    .footsitemaps .panel .collapsed .menusprite {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .footsitemaps .panel h3 {
        color: #bf9a5d;
    }

    .footsitemaps .panel .menusprite::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='menusprite'%3e%3cpath fill='%23bf9a5d' d='M24.000,13.000 L13.000,13.000 L13.000,24.000 L11.000,24.000 L11.000,13.000 L-0.000,13.000 L-0.000,11.000 L11.000,11.000 L11.000,-0.000 L13.000,-0.000 L13.000,11.000 L24.000,11.000 L24.000,13.000 Z' /%3e%3c/svg%3e");
    }

    .footsitemaps .panel .menusprite {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.footsitemaps .panel > a {
    background: none;
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel > a {
        background: #1d1d1d;
        padding: 0.8em 2em;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .footsitemaps .panel > a h3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            max-width: 50%;
        }

        .footsitemaps .panel > a .menusprite {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 1em;
            flex: 0 1 1em;
            max-width: 1em;
        }
}

@media screen and (max-width: 991px) {
    .footsitemaps .panel .panel-collapse {
        padding-left: 2em;
        padding-right: 2em;
    }
}

#sitemap {
    margin: 0;
    padding: 0;
    /* footer txt to img */
}

#sitemap-contact li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

    #sitemap-contact li a::before {
        width: 16px;
        height: 16px;
        margin: 0;
        /* -webkit-box-flex: 0 1 16px;
  -moz-box-flex: 0 1 16px;
  -webkit-flex: 0 1 16px;
  -ms-flex: 0 1 16px; */
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16px;
        flex: 0 1 16px;
        max-width: 16px;
        padding-top: 0.3em;
        display: inline-block;
    }

#sitemap-contact li:nth-child(1) a::before {
    padding-top: 0.1em;
    padding-right: 0.1em;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-telephone%3c/title%3e%3cpath d='M12.5,9.73,9.87,8l-1.46.85-.3-.3h0l-2.6-2.6.85-1.47L4.61,1.83,2,3.59A15,15,0,0,0,3.71,6.66h0l0,0c.23.33.48.65.75,1l.18.22c.26.3.53.6.81.89l0,0A14.77,14.77,0,0,0,6.77,9.94h0c.43.35.87.67,1.31,1l0,0h0a15.39,15.39,0,0,0,2.64,1.42Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

#sitemap-contact li:nth-child(2) a::before {
    padding-top: 0.1em;
    padding-right: 0.1em;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-email%3c/title%3e%3cpath d='M2,3v8H12V3ZM7,9.07,3.3,6.16,4,5.22,7,7.55l3-2.33.74.94Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

#sitemap-contact li:nth-child(3) a::before {
    padding-top: 0.1em;
    padding-right: 0.1em;
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-website%3c/title%3e%3cpath d='M7,2,2,6.43V12H6V9H8v3h4V6.33Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

#sitemap-contact li:nth-child(4) a::before {
    width: 14px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 14px;
    flex: 0 1 14px;
    max-width: 14px;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27.2'%3e%3cstyle%3e .st0%7bfill:%23fff%7d.st1%7bfill:%2325a4de%7d %3c/style%3e%3cpath d='M15.9 12.3l-3-.7c-1.1-.3-2.4-.6-2.4-1.7S11.4 8 13 8c3.3 0 3 2.3 4.7 2.3.9 0 1.6-.5 1.6-1.4 0-2.1-3.3-3.6-6.1-3.6-3 0-6.2 1.3-6.2 4.7 0 1.7.6 3.5 3.8 4.3l4 1c1.2.3 1.6 1 1.6 1.6 0 1-1.1 2.1-2.9 2.1-3.6 0-3.1-2.9-5-2.9-.9 0-1.5.6-1.5 1.5 0 1.7 2.1 4 6.6 4 4.3 0 6.5-2.2 6.5-5-.1-1.7-.9-3.6-4.2-4.3z' class='st0'/%3e%3cpath d='M26.2 13.6C26.2 6.5 20.5.8 13.5.8c-.8 0-1.5.1-2.2.2-1.1-.6-2.4-1-3.7-1C3.4 0 0 3.4 0 7.6c0 1.4.4 2.7 1 3.8-.1.7-.2 1.5-.2 2.2 0 7.1 5.7 12.8 12.7 12.8.8 0 1.5-.1 2.2-.2 1.1.6 2.4 1 3.7 1 4.2 0 7.6-3.4 7.6-7.6 0-1.4-.4-2.7-1-3.8.1-.7.2-1.5.2-2.2zm-12.6 8.1c-4.5 0-6.6-2.3-6.6-4 0-.9.7-1.5 1.5-1.5 1.9 0 1.4 2.9 5 2.9 1.8 0 2.9-1.1 2.9-2.1 0-.6-.4-1.3-1.6-1.6l-4-1C7.6 13.6 7 11.8 7 10.1c0-3.5 3.2-4.7 6.2-4.7 2.8 0 6.1 1.5 6.1 3.6 0 .9-.7 1.4-1.6 1.4-1.6 0-1.4-2.3-4.7-2.3-1.6 0-2.5.8-2.5 1.9 0 1.1 1.3 1.4 2.4 1.7l3 .7c3.3.7 4.1 2.6 4.1 4.5 0 2.7-2.2 4.8-6.4 4.8z' class='st1'/%3e%3c/svg%3e");
}

#sitemap-contact li:nth-child(5) a::before {
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17px;
    flex: 0 1 17px;
    max-width: 17px;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_)%7d.st1%7bfill:%23fff%7d %3c/style%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M13.5 0C6.1 0 0 6.1 0 13.5S6.1 27 13.5 27 27 20.9 27 13.5 20.9 0 13.5 0z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_1_'/%3e%3c/clipPath%3e%3clinearGradient id='SVGID_3_' x1='-255.9652' x2='-255.7602' y1='382.6839' y2='382.6839' gradientTransform='scale(131.3245) rotate(-90 63.5134 -319.2733)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2327ab38'/%3e%3cstop offset='.0016' stop-color='%2327ab38'/%3e%3cstop offset='.9517' stop-color='%234cb134'/%3e%3cstop offset='1' stop-color='%234cb134'/%3e%3c/linearGradient%3e%3cpath d='M0 0h27v27H0z' class='st0'/%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_4_' d='M7.3 2.9C4.9 2.9 3 4.8 3 7.2v12.5C3 22.1 4.9 24 7.3 24h12.5c2.4 0 4.3-1.9 4.3-4.3V7.3c0-2.4-1.9-4.3-4.3-4.3H7.3z'/%3e%3c/defs%3e%3cclipPath id='SVGID_5_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_4_'/%3e%3c/clipPath%3e%3cpath d='M18.6 14.8c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m-3.4 0c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m5.1 4c1.1-.8 1.8-2 1.8-3.2 0-2.4-2.3-4.3-5.2-4.3-2.8 0-5.2 1.9-5.2 4.3s2.3 4.3 5.2 4.3c.6 0 1.2-.1 1.7-.2h.2c.1 0 .2 0 .3.1l1.1.7h.1c.1 0 .2-.1.2-.2v-.1s-.1-.5-.2-.9v-.1c-.2-.3-.1-.4 0-.4' class='st1'/%3e%3cpath d='M13.2 10.8c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m-4.1 0c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m2-4.3c-3.4 0-6.2 2.3-6.2 5.2 0 1.6.8 3 2.1 3.9.1.1.2.2.2.3v.1c-.1.4-.2 1-.2 1v.2c0 .1.1.2.2.2h.1l1.4-.8c.1-.1.2-.1.3-.1h.2c.6.2 1.3.3 2 .3h.3c-.1-.4-.2-.8-.2-1.3 0-2.6 2.5-4.7 5.6-4.7h.3c-.4-2.4-3-4.3-6.1-4.3' class='st1'/%3e%3c/g%3e%3c/svg%3e");
}

#sitemap-contact li:nth-child(6) a::before {
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bfill:url(%23SVGID_1_)%7d.st1%7bfill:%23fff%7d.st2%7bfill:%23d3e6f2%7d.st3%7bfill:%23b6d0e5%7d %3c/style%3e%3clinearGradient id='SVGID_1_' x1='13.5' x2='13.5' y2='26.9015' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2342bde9'/%3e%3cstop offset='1' stop-color='%2322a7dd'/%3e%3c/linearGradient%3e%3ccircle cx='13.5' cy='13.5' r='13.5' class='st0'/%3e%3cpath d='M20.1 7.8L17.7 20s-.3.8-1.3.4l-5.6-4.3-2-1L5.4 14s-.5-.2-.6-.6c-.1-.4.6-.6.6-.6L19 7.4s1.1-.4 1.1.4z' class='st1'/%3e%3cpath d='M10.4 19.8s-.2 0-.4-.7c-.2-.6-1.2-4-1.2-4L17 9.9s.5-.3.5 0c0 0 .1.1-.2.3-.3.2-6.5 5.8-6.5 5.8' class='st2'/%3e%3cpath d='M13 17.7l-2.2 2s-.2.1-.4 0l.4-3.7' class='st3'/%3e%3c/svg%3e");
}

#sitemap-contact li span {
    font-size: 14px;
    padding: 0 0 0 0.3em;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 90%;
}

/* footer maillist */
.maillist {
    padding-bottom: 0.5em;
}

@media screen and (max-width: 991px) {
    .maillist {
        padding-top: 2em;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.maillist h2 {
    color: #bf9a5d;
    font-size: 16px;
    padding: 0 0 0.5em 1.5em;
    margin: 0 0 0.5em;
    line-height: 1em;
    text-align: left;
    background-position: 0 0%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ctitle%3eic-newletter%3c/title%3e%3cpath d='M16.93,8.31l0-.05L10,2.93,3,8.26l0,.05H3V17H17V8.31ZM10,13,4.57,8.83l.67-.52L10,4.68l4.76,3.63.67.52Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}

.maillist #mc_embed_signup {
    background: transparent;
    font-family: "Helvetica", "Arial", "微軟正黑體", "Microsoft JhengHei", "MingLiU", "微軟正黑體", "Ubuntu Mono", "微軟雅黑", "Hei", "sans-serif";
}

    .maillist #mc_embed_signup form {
        padding: 0 !important;
    }

    .maillist #mc_embed_signup .mc-field-group {
        padding-bottom: 0;
        float: none;
        top: 0;
    }

        .maillist #mc_embed_signup .mc-field-group label,
        .maillist #mc_embed_signup .mc-field-group input {
            display: block;
        }

        .maillist #mc_embed_signup .mc-field-group label {
            color: #bf9a5d;
            font-size: 1.15em;
            padding-right: 0.5em;
            font-weight: normal;
        }

        .maillist #mc_embed_signup .mc-field-group input {
            width: 100%;
            border: none;
            padding: 8px 0;
            text-indent: 2%;
        }

    .maillist #mc_embed_signup .asterisk {
        font-size: 1em;
        top: 3px;
        color: #e85c41;
        position: relative;
    }

    .maillist #mc_embed_signup input {
        border-radius: 0;
    }

    .maillist #mc_embed_signup div.mce_inline_error,
    .maillist #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        background: transparent;
        color: #fff;
        border-radius: 0;
        margin: 0.5em 0 0;
    }

    .maillist #mc_embed_signup div#mce-responses {
        padding: 0em;
        width: 100%;
        margin: 0;
    }

    .maillist #mc_embed_signup div.response {
        padding: 0;
        width: 100%;
    }

.maillist .form-control {
    border-radius: 0;
    border-color: #cccccc;
    color: #666666;
}

.maillist #mc-embedded-subscribe {
    font-weight: normal;
    color: #fff;
    font-size: 1.15em;
    background-color: #bf9a5d !important;
    border: 1px solid #bf9a5d;
    border-radius: 0;
    padding: 0.5em 2em;
    margin: 0.8em 0 0;
}

    .maillist #mc-embedded-subscribe:hover, .maillist #mc-embedded-subscribe.active {
        background-color: #3c7067 !important;
        border: 1px solid #3c7067;
    }

.maillist #mce-success-response {
    color: #3c7066;
}

.trial_btn {
    margin: 0 auto;
    text-align: center;
}

#footersoc .soc {
    margin: 0;
    padding: 0.5em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 991px) {
    #footersoc .soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1em 0;
    }
}

#footersoc .soc > li {
    margin: 0 0.5em 0 0;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13%;
    flex: 0 1 13%;
    width: 13%;
    min-height: 3.5em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

    #footersoc .soc > li p {
        margin: 0;
        word-break: break-all;
    }

    #footersoc .soc > li.soc-fb {
        background-image: url(/assets/images/footer/Facebook.png);
    }

    #footersoc .soc > li.soc-twitter {
        background-image: url(/assets/images/footer/Twitter.png);
    }

    #footersoc .soc > li.soc-youtube {
        background-image: url(/assets/images/footer/Youtube.png);
    }
    #footersoc .soc > li.soc-line {
        background-image: url(/assets/images/footer/Line.png);
    }

    #footersoc .soc > li.soc-wechat {
        background-image: url(/assets/images/footer/Wechat.png);
    }

    #footersoc .soc > li.soc-skype {
        background-image: url(/assets/images/footer/Skype.png);
    }

    #footersoc .soc > li.soc-weibo {
        background-image: url(/assets/images/footer/Weibo.png);
    }

    #footersoc .soc > li.soc-youku {
        background-image: url(/assets/images/footer/youtku.png);
    }

    #footersoc .soc > li.soc-telegram {
        background-image: url(/assets/images/footer/Telegram.png);
    }

#footersoc .soc a {
    color: #5a5a5a;
    width: 100%;
    height: 100%;
    display: block;
}

    #footersoc .soc a p {
        text-indent: -9999px;
    }

#footersoc .soc .tooltip {
    background: #1d1d1d;
    padding: 1em 1.5em;
    opacity: 100%;
}

#footersoc .soc .tooltip-inner {
    background: none;
}

#footersoc .soc .tooltip-arrow {
    display: none;
}

#footerlangmenu {
    position: relative;
    text-align: right;
    color: #848484;
}

@media screen and (max-width: 991px) {
    #footerlangmenu {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    #footerlangmenu {
        color: #bf9a5d;
    }
}

#footerlangmenu a {
    color: #848484;
}

@media screen and (max-width: 991px) {
    #footerlangmenu a {
        color: #bf9a5d;
    }
}

#footerlangmenu:hover #langdropdown::after, #footerlangmenu.open #langdropdown::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footerlangmenu #dLabel {
    padding: 1.416em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media screen and (max-width: 991px) {
    #footerlangmenu #dLabel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #1d1d1d;
    }
}

#footerlangmenu #dLabel::before, #footerlangmenu #dLabel::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "";
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1.5em;
    flex: 0 1 1.5em;
    max-width: 1.5em;
}

#footerlangmenu #dLabel::before {
    background-image: url(/assets/images/footer/ic_language_grey.png);
}

#footerlangmenu #dLabel::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='3px'%3e%3cpath fill-rule='evenodd' fill='%23848484' d='M7.009,-0.000 L3.500,3.007 L-0.009,-0.000 '/%3e%3c/svg%3e");
}

@media screen and (max-width: 991px) {
    #footerlangmenu #dLabel::before {
        background-image: url(/assets/images/footer/ic_language.png);
    }

    #footerlangmenu #dLabel::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='3px'%3e%3cpath fill-rule='evenodd' fill='%23bf9a5d' d='M7.009,-0.000 L3.500,3.007 L-0.009,-0.000 '/%3e%3c/svg%3e");
    }
}

#footerlangmenu #dLabel p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 80%;
    margin: 0;
    padding: 0 0 0 0.5em;
    line-height: 1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #848484;
    font-size: 14px;
}

#footerlangmenu ul {
    position: absolute;
    margin: 0;
    padding: 1.416em 0;
    background: #1d1d1d;
}

@media screen and (max-width: 991px) {
    #footerlangmenu ul {
        width: 100%;
    }
}

#footerlangmenu ul li {
    text-align: center;
}

#footerlangmenu:hover ul {
    /* Show the dropup menu on hover */
    z-index: 9990;
}

#footerlangmenu .dropdown-menu {
    bottom: 100%;
    right: 0;
    top: auto;
    left: auto;
}

@media screen and (max-width: 991px) {
    #footerlangmenu .dropdown-menu a {
        line-height: 2.2em;
    }
}

#footerlangmenu .dropdown-menu a:hover {
    color: #fff;
    background: transparent;
}

#footerlangmenu .open .dropdown-menu {
    z-index: 999;
    display: block;
}

.disclaimer {
    padding: 1.3em 0;
    /*  @media screen and (max-width: $screen-md-max) and (orientation: landscape) {
    padding-bottom: 30vh;
  } */
}

@media screen and (max-width: 991px) {
    .disclaimer {
        padding-bottom: 2.2em;
    }
}

@media screen and (min-width: 992px) {
    .disclaimer {
        padding: 1.416em 2em;
    }
}

.disclaimer p {
    color: #848484;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
}

/* menu txt to img */
.subnavname {
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media screen and (min-width: 768px) {
    .subnavname {
        background-position: 50% 0;
    }
}

.id .subnavname.subnav05, .vn .subnavname.subnav04, .vn .subnavname.subnav05, .sp .subnavname.subnav02, .sp .subnavname.subnav04, .sp .subnavname.subnav05, .sp .subnavname.subnav06, .ru .subnavname.subnav05, .ml .subnavname.subnav01, .ml .subnavname.subnav05 {
    height: 40px;
}

@media (max-width: 767px) {
    .vn .subnavname.subnav06 {
        background-size: auto 40px;
    }
}

.smenul .subnavname.subnav07, .en .smenul .subnavname.subnav01, .vn .smenul .subnavname.subnav01, .vn .smenul .subnavname.subnav02, .vn .smenul .subnavname.subnav03, .vn .smenul .subnavname.subnav04, .vn .smenul .subnavname.subnav05, .vn .smenul .subnavname.subnav06, .sp .smenul .subnavname.subnav01, .sp .smenul .subnavname.subnav03, .sp .smenul .subnavname.subnav04, .ml .smenul .subnavname.subnav04, .ml .smenul .subnavname.subnav01 {
    height: 40px;
}

.sp .smenul .subnavname.subnav05, .ru .smenul .subnavname.subnav03, .ru .smenul .subnavname.subnav04, .ru .smenul .subnavname.subnav05, .ml .smenul .subnavname.subnav05 {
    height: 60px;
}

@media (max-width: 1199px) {
    .en .smenul .subnavname.subnav03, .en .smenul .subnavname.subnav04, .en .smenul .subnavname.subnav05, .en .smenul .subnavname.subnav06, .jp .smenul .subnavname.subnav03, .jp .smenul .subnavname.subnav04, .jp .smenul .subnavname.subnav05, .jp .smenul .subnavname.subnav06, .th .smenul .subnavname.subnav03, .th .smenul .subnavname.subnav04, .th .smenul .subnavname.subnav05, .id .smenul .subnavname, .vn .smenul .subnavname.subnav03, .ml .smenul .subnavname.subnav02, .ml .smenul .subnavname.subnav03, .ml .smenul .subnavname.subnav06, .sp .smenul .subnavname.subnav06, .ru .smenul .subnavname.subnav06 {
        height: 40px;
    }

    .th .smenul .subnavname.subnav04 {
        height: 32px;
    }

    .sp .smenul .subnavname.subnav02, .vn .smenul .subnavname.subnav04, .vn .smenul .subnavname.subnav05, .ru .smenul .subnavname.subnav03, .ml .smenul .subnavname.subnav01 {
        height: 60px;
    }

    .ru .smenul .subnavname.subnav05 {
        height: 80px;
    }
}

.en .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_en.svg");
}

.en .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_en.svg");
}

.en .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_en.svg");
}

.en .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_en.svg");
}

.en .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_en.svg");
}

.en .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_en.svg");
}

.en .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.en .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_en.svg");
}

.en .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_en.svg");
}

.en .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_en.svg");
}

.en .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_en.svg");
}

.en .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_en.svg");
}

.en .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_en.svg");
}

.en .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .en .smenul .subnavname.subnav01 {
        background-image: url("/assets/images/menu/dk/subnav_01B_en.svg");
    }

    .en .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_en.svg");
    }

    .en .smenul .subnavname.subnav04 {
        background-image: url("/assets/images/menu/dk/subnav_04B_en.svg");
    }

    .en .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05B_en.svg");
    }

    .en .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_en.svg");
    }

    .en .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* en subnav */
/* tc subnav */
.tc .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_tc.svg");
}

.tc .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_tc.svg");
}

.tc .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_tc.svg");
}

.tc .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_tc.svg");
}

.tc .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_tc.svg");
}

.tc .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_tc.svg");
}

.tc .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_tc.svg");
}

.tc .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.tc .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_tc.svg");
}

.tc .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_tc.svg");
}

.tc .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_tc.svg");
}

.tc .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_tc.svg");
}

.tc .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_tc.svg");
}

.tc .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_tc.svg");
}

.tc .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .tc .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* tc subnav */
.sc .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_sc.svg");
}

.sc .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_sc.svg");
}

.sc .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_sc.svg");
}

.sc .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_sc.svg");
}

.sc .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_sc.svg");
}

.sc .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_sc.svg");
}

.sc .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.sc .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_sc.svg");
}

.sc .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_sc.svg");
}

.sc .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_sc.svg");
}

.sc .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_sc.svg");
}

.sc .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_sc.svg");
}

.sc .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_sc.svg");
}

.sc .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .sc .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* sc subnav */
.jp .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_jp.svg");
}

.jp .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_jp.svg");
}

.jp .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_jp.svg");
}

.jp .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_jp.svg");
}

.jp .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_jp.svg");
}

.jp .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_jp.svg");
}

.jp .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.jp .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_jp.svg");
}

.jp .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_jp.svg");
}

.jp .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_jp.svg");
}

.jp .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_jp.svg");
}

.jp .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_jp.svg");
}

.jp .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_jp.svg");
}

.jp .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .jp .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_jp.svg");
    }

    .jp .smenul .subnavname.subnav04 {
        background-image: url("/assets/images/menu/dk/subnav_04B_jp.svg");
    }

    .jp .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05B_jp.svg");
    }

    .jp .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_jp.svg");
    }

    .jp .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* jp subnav */
.th .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_th.svg");
}

.th .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_th.svg");
}

.th .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_th.svg");
}

.th .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_th.svg");
}

.th .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_th.svg");
}

.th .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_th.svg");
}

.th .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.th .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_th.svg");
}

.th .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_th.svg");
}

.th .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_th.svg");
}

.th .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_th.svg");
}

.th .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_th.svg");
}

.th .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_th.svg");
}

.th .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .th .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_th.svg");
    }

    .th .smenul .subnavname.subnav04 {
        background-image: url("/assets/images/menu/dk/subnav_04B_th.svg");
    }

    .th .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05B_th.svg");
    }

    .th .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* th subnav */
.id .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_id.svg");
}

.id .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_id.svg");
}

.id .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_id.svg");
}

.id .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_id.svg");
}

.id .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_id.svg");
}

.id .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_id.svg");
}

.id .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.id .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_id.svg");
}

.id .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_id.svg");
}

.id .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_id.svg");
}

.id .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_id.svg");
}

.id .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05B_id.svg");
}

.id .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_id.svg");
}

.id .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .id .smenul .subnavname.subnav01 {
        background-image: url("/assets/images/menu/dk/subnav_01B_id.svg");
    }

    .id .smenul .subnavname.subnav02 {
        background-image: url("/assets/images/menu/dk/subnav_02B_id.svg");
    }

    .id .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_id.svg");
    }

    .id .smenul .subnavname.subnav04 {
        background-image: url("/assets/images/menu/dk/subnav_04B_id.svg");
    }

    .id .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05B_id.svg");
    }

    .id .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_id.svg");
    }

    .id .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* id subnav */
.ml .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01B_ml.svg");
}

.ml .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_ml.svg");
}

.ml .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_ml.svg");
}

.ml .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_ml.svg");
}

.ml .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05B_ml.svg");
}

.ml .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_ml.svg");
}

.ml .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.ml .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01B_ml.svg");
}

.ml .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_ml.svg");
}

.ml .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_ml.svg");
}

.ml .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04B_ml.svg");
}

.ml .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05B_ml.svg");
}

.ml .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_ml.svg");
}

.ml .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .ml .smenul .subnavname.subnav01 {
        background-image: url("/assets/images/menu/dk/subnav_01C_ml.svg");
    }

    .ml .smenul .subnavname.subnav02 {
        background-image: url("/assets/images/menu/dk/subnav_02B_ml.svg");
    }

    .ml .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_ml.svg");
    }

    .ml .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_ml.svg");
    }

    .ml .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* ml subnav */
.ru .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_ru.svg");
}

.ru .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_ru.svg");
}

.ru .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_ru.svg");
}

.ru .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_ru.svg");
}

.ru .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05B_ru.svg");
}

.ru .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_ru.svg");
}

.ru .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.ru .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_ru.svg");
}

.ru .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_ru.svg");
}

.ru .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03B_ru.svg");
}

.ru .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_ru.svg");
}

.ru .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05B_ru.svg");
}

.ru .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_ru.svg");
}

.ru .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .ru .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03C_ru.svg");
    }

    .ru .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05C_ru.svg");
    }

    .ru .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_ru.svg");
    }

    .ru .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* ru subnav */
.sp .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_sp.svg");
}

.sp .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02B_sp.svg");
}

.sp .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_sp.svg");
}

.sp .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04B_sp.svg");
}

.sp .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05B_sp.svg");
}

.sp .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_sp.svg");
}

.sp .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.sp .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01B_sp.svg");
}

.sp .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02B_sp.svg");
}

.sp .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03B_sp.svg");
}

.sp .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04B_sp.svg");
}

.sp .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05B_sp.svg");
}

.sp .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_sp.svg");
}

.sp .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .sp .smenul .subnavname.subnav02 {
        background-image: url("/assets/images/menu/dk/subnav_02C_sp.svg");
    }

    .sp .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_sp.svg");
    }

    .sp .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* sp subnav */
.vn .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_vn.svg");
}

.vn .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_vn.svg");
}

.vn .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_vn.svg");
}

.vn .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04B_vn.svg");
}

.vn .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05B_vn.svg");
}

.vn .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_vn.svg");
}

.vn .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.vn .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01B_vn.svg");
}

.vn .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02B_vn.svg");
}

.vn .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03B_vn.svg");
}

.vn .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04B_vn.svg");
}

.vn .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05B_vn.svg");
}

.vn .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_vn.svg");
}

.vn .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .vn .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_vn.svg");
    }

    .vn .smenul .subnavname.subnav04 {
        background-image: url("/assets/images/menu/dk/subnav_04C_vn.svg");
    }

    .vn .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05C_vn.svg");
    }

    .vn .smenul .subnavname.subnav06 {
        background-image: url("/assets/images/menu/dk/subnav_06B_vn.svg");
    }

    .vn .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* vn subnav */
.kr .subnav01 {
    background-image: url("/assets/images/menu/mo/subnav_01_kr.svg");
}

.kr .subnav02 {
    background-image: url("/assets/images/menu/mo/subnav_02_kr.svg");
}

.kr .subnav03 {
    background-image: url("/assets/images/menu/mo/subnav_03_kr.svg");
}

.kr .subnav04 {
    background-image: url("/assets/images/menu/mo/subnav_04_kr.svg");
}

.kr .subnav05 {
    background-image: url("/assets/images/menu/mo/subnav_05_kr.svg");
}

.kr .subnav06 {
    background-image: url("/assets/images/menu/mo/subnav_06_kr.svg");
}

.kr .subnav07 {
    background-image: url("/assets/images/menu/mo/subnav_07_en.svg");
}

.kr .smenul .subnavname.subnav01 {
    background-image: url("/assets/images/menu/dk/subnav_01_kr.svg");
}

.kr .smenul .subnavname.subnav02 {
    background-image: url("/assets/images/menu/dk/subnav_02_kr.svg");
}

.kr .smenul .subnavname.subnav03 {
    background-image: url("/assets/images/menu/dk/subnav_03_kr.svg");
}

.kr .smenul .subnavname.subnav04 {
    background-image: url("/assets/images/menu/dk/subnav_04_kr.svg");
}

.kr .smenul .subnavname.subnav05 {
    background-image: url("/assets/images/menu/dk/subnav_05_kr.svg");
}

.kr .smenul .subnavname.subnav06 {
    background-image: url("/assets/images/menu/dk/subnav_06_kr.svg");
}

.kr .smenul .subnavname.subnav07 {
    background-image: url("/assets/images/menu/dk/subnav_07_en.svg");
}

@media (max-width: 1199px) {
    .kr .smenul .subnavname.subnav03 {
        background-image: url("/assets/images/menu/dk/subnav_03B_kr.svg");
    }

    .kr .smenul .subnavname.subnav05 {
        background-image: url("/assets/images/menu/dk/subnav_05B_kr.svg");
    }

    .kr .smenul .subnavname.subnav07 {
        background-image: url("/assets/images/menu/dk/subnav_07B_en.svg");
    }
}

/* kr subnav */
#sanav {
    /*  #ani_logo {
    $ani_w: 204px;
    $ani_h: 65px;
    margin-top: 10px;
    display: block;
    width: $ani_w;
    height: $ani_h;
    background-image: url("/assets/images/newyear/logo_ani_bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: $ani_w auto;
    animation: aniplay 0.6s steps(3, end) infinite;
    animation-play-state: paused;


    &:hover {
      animation-play-state: running;
    } 


    @media (min-width: $screen-sm) and (max-width: $screen-sm-max) {
      transform: scale(0.75);
      width: $ani_w * 0.75;
      height: $ani_h * 0.75;
      margin-top: calc(10px / 0.75);
      background-size: $ani_w * 0.75 auto;
    }
  } */
}

@media screen and (max-width: 991px) {
    #sanav .container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #sanav .nav {
        padding-bottom: 2em;
    }
}

#sanav .nav .open > a,
#sanav .nav .open > a:focus,
#sanav .nav .open > a:hover,
#sanav .nav > li > a:focus,
#sanav .nav > li > a:hover,
#sanav .nav .dropdown-menu > li > a:focus,
#sanav .nav .dropdown-menu > li > a:hover {
    background-color: transparent;
}

#sanav .navbar {
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 84px;
}

@media screen and (max-width: 767px) {
    #sanav .navbar {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0;
    }

        #sanav .navbar > .container {
            background-color: rgba(0, 0, 0, 0.7);
        }

        #sanav .navbar .navbar-collapse.in {
            max-height: 90vh !important;
            overflow-y: scroll !important;
            /* overflow-x: hidden !important; */
            padding-bottom: 1em;
        }
}

#sanav .navbar .new_menu h4 {
    font-size: 16px;
}

#sanav .navbar .new_menu .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@-webkit-keyframes aniplay {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

@keyframes aniplay {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

#sanav .navbar-brand {
    height: auto;
    padding: 0px 15px; /*updated*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* 
  @media (min-width: $screen-sm) and (max-width: $screen-sm-max) {
    transform: scale(0.8);
    background-image: url("/assets/images/logo.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(188px * 0.6);
    height: calc(73px * 1.1);
    display: block;
  }

  &>img {
    height: 60px;
    margin: 12px 0;

    @media (min-width: $screen-sm) and (max-width: $screen-sm-max) {
      display: none;
    }
  } */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #sanav .navbar-brand {
        /*padding: 25px 15px;*/ /*updated*/
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #sanav .navbar-brand img {
        max-width: 130px;
    }
}

@media (max-width: 991px) {
    #sanav .navbar-nav {
        margin: 0 -15px 7.5px;
    }
}

#sanav .navbar-nav > li {
    padding: 1em 0.5em calc(1em - 8px);
}

@media (max-width: 767px) {
    #sanav .navbar-nav > li:first-child {
        padding: 1em 0.5em 7.5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #sanav .navbar-nav > li {
        padding: 2em 0.3em;
        text-align: center;
    }
}

@media (min-width: 992px) {
    #sanav .navbar-nav > li {
        padding: 2em 1em;
        text-align: center;
        font-size: 90%;
    }
}

#sanav .navbar-nav > li > a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding: 5px 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    #sanav .navbar-nav > li > a {
        padding: 0.3em 0;
    }
}

@media (max-width: 1000px) {
    #sanav .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#sanav .navbar-nav > li > a:hover {
    border-bottom: 2px solid #bf9a5d;
    color: #fff;
}

#sanav .navbar-nav > li.lang > a {
    border-bottom: none;
}

    #sanav .navbar-nav > li.lang > a > img {
        margin-right: 12px;
    }

@media (max-width: 991px) and (min-width: 768px) {
    #sanav .navbar-nav > li.lang > a > img {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: calc(25px * 0.8);
        height: calc(25px * 0.8);
    }
}

#sanav .navbar-nav > li.lang > a > .caret {
    margin-left: 12px;
}

#sanav .navbar-nav > li.lang .dropdown-menu {
    border-radius: 0;
    min-width: 0;
    border: 0;
}

@media (min-width: 768px) {
    #sanav .navbar-nav > li.lang .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

#sanav .navbar-nav > li.lang .dropdown-menu > li > a {
    padding: 0.5em 1em;
}

@media (max-width: 767px) {
    #sanav .navbar-nav > li.lang .dropdown-menu > li > a {
        padding: 1em;
    }
}

@media (max-width: 767px) {
    #sanav .navbar-nav > li.lang.open .dropdown-menu {
        padding-bottom: 60px;
    }
}

#sanav .navbar-nav > li.lang.dropdown > a:hover, #sanav .navbar-nav > li.lang.dropdown.open > a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

#sanav .navbar-nav > li.product .dropdown-menu {
    border-radius: 0;
}

@media (min-width: 768px) {
    #sanav .navbar-nav > li.product .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.95);
    }
}

#sanav .navbar-nav > li.product .dropdown-menu.smenul a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#sanav .navbar-nav > li.product.dropdown.open {
    position: static;
}

    #sanav .navbar-nav > li.product.dropdown.open .dropdown-menu.smenul {
        display: table;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        border: 0;
    }

        #sanav .navbar-nav > li.product.dropdown.open .dropdown-menu.smenul img {
            margin: 0 auto;
        }

#sanav .navbar-nav > li .dropdown.open > a {
    border-bottom: 2px solid #bf9a5d;
    color: #fff;
}

#sanav .navbar-nav li a {
    color: #bf9a5d !important;
}

@media (max-width: 991px) {
    #sanav .navbar-nav li a {
        color: #fff;
    }
}

@media (min-width: 992px) {
    #sanav .navbar-nav li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #sanav .navbar-nav .product.open .dropdown-menu > li > a {
        padding: 2px 15px 2px 25px;
    }
}

#sanav .navbar-fixed-bottom .navbar-collapse,
#sanav .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

#sanav .navbar-collapse,
#sanav .navbar {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#index_carousel {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    /*	*/
}

    #index_carousel::after {
        display: block;
        content: "";
        width: 100%;
        height: 4rem;
        position: relative;
        top: -2.5rem;
        left: 0;
        right: 0;
        margin-bottom: -4rem;
        background-size: cover;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 83' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M0 62.3h1920v-8.6C1681.8 20.7 1339.9 0 960 0S238.3 20.7 0 53.7v8.6z' fill-rule='evenodd' clip-rule='evenodd' fill='%23bf9a5d'/%3e%3cpath d='M1920 58.7C1681.8 25.7 1339.9 5 960 5S238.3 25.7 0 58.7V83h1920V58.7z' fill-rule='evenodd' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

@media screen and (min-width: 992px) {
    #index_carousel::after {
        height: 83px;
        top: -83px;
        margin-bottom: -83px;
    }
}

#index_carousel > .carousel-inner {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #000;
}

    #index_carousel > .carousel-inner .item section {
        position: relative;
    }

#index_carousel .slider_txt {
    z-index: 5;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    width: 100%;
    opacity: inherit;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
    #index_carousel .slider_txt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    #index_carousel .slider_txt {
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    #index_carousel .slider_txt.ban_center {
        margin-left: 25%;
    }

    #index_carousel .slider_txt.ban_right {
        margin-left: 50%;
    }
}

@media (min-width: 992px) {
    #index_carousel .slider_txt img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

#index_carousel .slider_txt h2,
#index_carousel .slider_txt p {
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25), 4px 4px 6px rgba(0, 0, 0, 0.5), 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
    #index_carousel .slider_txt h2,
    #index_carousel .slider_txt p {
        text-align: right;
    }
}

#index_carousel .slider_txt h2 {
    font-size: 30px;
    margin-bottom: 0;
}

@media (min-width: 992px) and (min-width: 1199px) {
    #index_carousel .slider_txt h2 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    #index_carousel .slider_txt h2 {
        font-size: 54px;
    }
}

#index_carousel .slider_txt p {
    font-size: 19.2px;
    color: #fff;
}

@media (min-width: 992px) {
    #index_carousel .slider_txt p {
        font-size: 24px;
    }
}

#index_carousel .active.next .slider_txt {
    opacity: 0;
}

#index_carousel .slider_txt {
    -webkit-animation-name: txtfadein;
    animation-name: txtfadein;
    -webkit-animation-duration: 1100ms;
    animation-duration: 1100ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes txtfadein {
    0% {
        -webkit-transform: translateY(6%);
        transform: translateY(6%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes txtfadein {
    0% {
        -webkit-transform: translateY(6%);
        transform: translateY(6%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

#index_carousel .carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    bottom: 8rem;
}

    #index_carousel .carousel-indicators li {
        border-radius: 0;
        width: 5em;
        height: 100%;
        border: 0;
        margin: 0 3px;
        padding: 13px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 5.5em;
        flex: 0 1 5.5em;
        max-width: 5.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        #index_carousel .carousel-indicators li a {
            background: rgba(255, 255, 255, 0.2);
            width: 5em;
            height: 6px;
            -webkit-box-flex: 0;
            -ms-flex: 0 1 5em;
            flex: 0 1 5em;
            max-width: 5em;
        }

        #index_carousel .carousel-indicators li > .carousel_spacer {
            background: rgba(255, 255, 255, 0.2);
            width: 50px;
            height: 0;
        }

    #index_carousel .carousel-indicators .active {
        width: 5em;
        height: 100%;
        margin: 0 3px;
        background: transparent;
    }

        #index_carousel .carousel-indicators .active > .carousel_spacer {
            background-color: #c09a58;
            width: 50px;
            height: 0;
        }

        #index_carousel .carousel-indicators .active a {
            height: 6px;
            background-color: #bf9a5d;
        }

#index_carousel .carousel-control {
    top: calc(50% - 25px);
}

    #index_carousel .carousel-control .stepbtn {
        height: 50px;
        display: block;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
    }

    #index_carousel .carousel-control.left, #index_carousel .carousel-control.right {
        background: none;
    }

        #index_carousel .carousel-control.left .stepbtn {
            background-position: 15% 50%;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.41 200.82' preserveAspectRatio='xMinYMin meet'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M100.41 193.69v-8l-85.28-85.28 85.28-85.28V0L0 100.41l100.41 100.41v-7.13z'/%3e%3c/svg%3e");
        }

        #index_carousel .carousel-control.right .stepbtn {
            background-position: 85% 50%;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.41 200.82' preserveAspectRatio='xMinYMin meet'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M0 193.69v-8l85.28-85.28L0 15.13V0l100.41 100.41L0 200.82v-7.13z'/%3e%3c/svg%3e");
        }

/* index sections */
.index_sec {
    background-color: #000;
    padding-left: 0;
    padding-right: 0;
}

    .index_sec .sectrow {
        background-image: url(/assets/images/index_ban/img/indexsection_mo.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: contain;
    }

@media (min-width: 992px) {
    .index_sec .sectrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        background-image: url(/assets/images/index_ban/img/indexsection.jpg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: contain;
    }
}

.index_sec .sectrow .indexban {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (min-width: 992px) {
    .index_sec .sectrow .indexban {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }
}

.index_sec .sectrow .indexban section {
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .index_sec .sectrow .indexban section:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 121.875%;
    }

    .index_sec .sectrow .indexban section > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (max-width: 991px) {
    .index_sec .sectrow .indexban section {
        width: 100%;
        position: relative;
    }

        .index_sec .sectrow .indexban section:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 53.9858728557%;
        }

        .index_sec .sectrow .indexban section > :first-child {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }
}

/* index banner txt to img - Desktop */
.indexban .index_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
}

    .indexban .index_text > * {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .indexban .index_text article {
        width: 100%;
        height: 16rem;
        max-width: 100%;
        background-position: 10px 20%;
        background-repeat: no-repeat;
        -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.55));
        filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.55));
    }

@media (min-width: 992px) {
    .indexban .index_text article {
        background-position: 50% 0;
    }
}

@media (max-width: 420px) {
    .indexban .index_text article {
        background-size: 80%;
    }
}

.indexban .index_text article p,
.indexban .index_text article h2 {
    text-align: center;
}

.indexban .index_text article p {
    color: #fff;
}

.indexban .index_text article h2 {
    color: #bf9a5d;
    padding: 0;
    margin: 0;
    font-size: 2.5em;
}

.en .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_en.svg");
}

@media (min-width: 992px) {
    .en .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_en.svg");
    }
}

.tc .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_tc.svg");
}

@media (min-width: 992px) {
    .tc .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_tc.svg");
    }
}

.sc .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_sc.svg");
}

@media (min-width: 992px) {
    .sc .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_sc.svg");
    }
}

.jp .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_jp.svg");
}

@media (min-width: 992px) {
    .jp .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_jp.svg");
    }
}

.th .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_th.svg");
}

@media (min-width: 992px) {
    .th .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_th.svg");
    }
}

.id .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_id.svg");
}

@media (min-width: 992px) {
    .id .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_id.svg");
    }
}

.ml .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_ml.svg");
}

@media (min-width: 992px) {
    .ml .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_ml.svg");
    }
}

.ru .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_ru.svg");
}

@media (min-width: 992px) {
    .ru .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_ru.svg");
    }
}

.sp .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_sp.svg");
}

@media (min-width: 992px) {
    .sp .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_sp.svg");
    }
}

.vn .indexban.moneywheel article {
    background-image: url("/assets/images/index_ban/mo/bantxt_01_vn.svg");
}

@media (min-width: 992px) {
    .vn .indexban.moneywheel article {
        background-image: url("/assets/images/index_ban/dk/bantxt_01_vn.svg");
    }
}

.en .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_en.svg");
}

@media (min-width: 992px) {
    .en .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_en.svg");
    }
}

.tc .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_tc.svg");
}

@media (min-width: 992px) {
    .tc .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_tc.svg");
    }
}

.sc .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_sc.svg");
}

@media (min-width: 992px) {
    .sc .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_sc.svg");
    }
}

.jp .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_jp.svg");
}

@media (min-width: 992px) {
    .jp .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_jp.svg");
    }
}

.th .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_th.svg");
}

@media (min-width: 992px) {
    .th .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_th.svg");
    }
}

.id .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_id.svg");
}

@media (min-width: 992px) {
    .id .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_id.svg");
    }
}

.ml .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_ml.svg");
}

@media (min-width: 992px) {
    .ml .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_ml.svg");
    }
}

.ru .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_ru.svg");
}

@media (min-width: 992px) {
    .ru .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_ru.svg");
    }
}

.sp .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_sp.svg");
}

@media (min-width: 992px) {
    .sp .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_sp.svg");
    }
}

.vn .indexban.live article {
    background-image: url("/assets/images/index_ban/mo/bantxt_02_vn.svg");
}

@media (min-width: 992px) {
    .vn .indexban.live article {
        background-image: url("/assets/images/index_ban/dk/bantxt_02_vn.svg");
    }
}

.en .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_en.svg");
}

@media (min-width: 992px) {
    .en .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_en.svg");
    }
}

.tc .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_tc.svg");
}

@media (min-width: 992px) {
    .tc .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_tc.svg");
    }
}

.sc .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_sc.svg");
}

@media (min-width: 992px) {
    .sc .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_sc.svg");
    }
}

.jp .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_jp.svg");
}

@media (min-width: 992px) {
    .jp .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_jp.svg");
    }
}

.th .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_th.svg");
}

@media (min-width: 992px) {
    .th .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_th.svg");
    }
}

.id .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_id.svg");
}

@media (min-width: 992px) {
    .id .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_id.svg");
    }
}

.ml .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_ml.svg");
}

@media (min-width: 992px) {
    .ml .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_ml.svg");
    }
}

.ru .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_ru.svg");
}

@media (min-width: 992px) {
    .ru .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_ru.svg");
    }
}

.sp .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_sp.svg");
}

@media (min-width: 992px) {
    .sp .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_sp.svg");
    }
}

.vn .indexban.appindex article {
    background-image: url("/assets/images/index_ban/mo/bantxt_03_vn.svg");
}

@media (min-width: 992px) {
    .vn .indexban.appindex article {
        background-image: url("/assets/images/index_ban/dk/bantxt_03_vn.svg");
    }
}
