﻿/* Go to Top
-------------------------------------------------------------- */
.scrollToTop {
    width: 46px;
    height: 46px;
    background-color: rgba(254, 143, 0, 0.54);
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 70px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
}

    .scrollToTop i:before {
        color: #fff;
        line-height: 42px;
        font-size: 28px;
        font-weight: 700;
    }

    .scrollToTop:hover {
        background: #FE9900;
    }

@media only screen and (max-width: 576px) {
    .scrollToTop {
        bottom: 130px;
    }
}

/*Slide Banners*/
.Wideslide .carousel-inner .item img {
    width: 100%;
}

.Wideslide .carousel-inner > .item > a > img {
    width: 100%;
}

.Wideslide .carousel-control .fa-angle-left, .Wideslide .carousel-control .fa-angle-right {
    background-color: rgba(0,0,0,0.7);
}

.Wideslide .carousel-control .fa-angle-left {
    left: 0;
}

.Wideslide .carousel-control .fa-angle-right {
    right: 10px;
}


@media only screen and (max-width: 475px) {
    .Wideslide .carousel-control .fa-angle-left, .Wideslide .carousel-control .fa-angle-right {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }

    .Wideslide .carousel-indicators {
        display: none;
    }
}


/*Slide Banners Background Images Setting*/
.fit-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

/*2019 style*/
/*------ InnoVEX in Numbers  -----*/

.NumberBg {
    display: block;
    /*background-color: #380745;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.NumItems {
    width: 16.35%;
    display: inline-block;
}

@media only screen and (max-width: 720px) {
    .NumItems {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }
}

.BigNum {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.SItems {
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    /*color: #fff;*/
    color: #01230e;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.plus::after {
    content: '+';
    margin-bottom: 10px;
}
.money::before {
    content: '$';
    margin-bottom: 10px;
}.money::after {
    content: 'K';
    margin-bottom: 10px;
}
.count-text {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    /*color: #fff;*/
    color: #01230e;
}

/*2019 style*/
/*----- Sponsor List ------*/
.SponsorList {
    padding: 5px 0;
}

    .SponsorList:after {
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .SponsorList [class^='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .SponsorList .alignTitle {
        text-align: left;
        font-size: 1em;
    }

@media only screen and (max-width: 767px) {

    .SponsorList .alignTitle {
        text-align: center;
        font-size: 1.15em;
    }
}

.SponsorItems {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    /*height: 66px;
    line-height: 54px;*/
    height: 100px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

    .SponsorItems img {
        display: initial;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

/* Page Header
-------------------------------------------------------------- */
.page-header {
    font-family: 'cwTeXHei', 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0;
}

/* Section Title
-------------------------------------------------------------- */
.section-title {
    font-size: 2rem;
    margin-top: 20px;
}


/* Paginatio
-------------------------------------------------------------- */

.pager {
    display: inline-block;
    padding: 5px 12px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 1em;
    text-decoration: none;
    color: #717171;
}

.pager, .pager_on {
    margin-left: 2px;
    margin-right: 2px;
}

.pager_on {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    border: solid 1px #ffc107;
    background: #ffc107;
    color: #000;
    font-size: 1em;
    cursor: pointer;
}

/* Exhibitors Search
-------------------------------------------------------------- */
.nav-filters .form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}


.nav-filters input {
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    font-size: 13px;
    color: #202020;
}

    .nav-filters input[name=search] {
        padding-right: 40px;
        width: 260px;
    }

@media only screen and (max-width: 767px) {
    .nav-filters .has-search {
        flex: auto;
    }

    .nav-filters input[name=search] {
        padding-right: 40px;
        width: 100%;
    }
}

/* Newsleter
-------------------------------------------------------------- */
.subscribe-wrap {
    position: relative;
    padding: 30px 0 50px;
}

    .subscribe-wrap::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1084%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(247%2c 247%2c 247%2c 1)'%3e%3c/rect%3e%3cg mask='url(%26quot%3b%23SvgjsMask1085%26quot%3b)'%3e%3cpath d='M262.5 337.5L587.5 12.5L612.5 12.5L737.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M256.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M837.5 437.5L987.5 287.5L1212.5 287.5L1312.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M831.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1112.5 412.5L1112.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1106.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1106.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1312.5 287.5L1312.5 212.5L1437.5 87.5L1437.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1306.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M362.5 87.5L312.5 87.5L187.5 212.5L137.5 212.5L12.5 337.5L12.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M356.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M837.5 462.5L937.5 362.5L1162.5 362.5L1287.5 237.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M831.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M762.5 537.5L762.5 112.5L812.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M756.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M912.5 62.5L787.5 187.5L787.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M906.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM781.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M612.5 462.5L612.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M606.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM606.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M387.5 462.5L662.5 187.5L737.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M381.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1362.5 387.5L1362.5 187.5L1437.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1356.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 537.5L1012.5 562.5L1087.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M612.5 137.5L562.5 87.5L537.5 87.5L287.5 337.5L287.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M606.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M437.5 12.5L412.5 12.5L362.5 62.5L12.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M431.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M487.5 487.5L587.5 387.5L687.5 387.5L737.5 437.5L737.5 537.5L762.5 562.5L862.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M481.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M712.5 487.5L712.5 437.5L687.5 412.5L587.5 412.5L537.5 462.5L537.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M706.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M637.5 62.5L737.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M631.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1037.5 537.5L1087.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1031.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M162.5 537.5L37.5 412.5L37.5 337.5L137.5 237.5L312.5 237.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M156.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1012.5 187.5L812.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1006.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1212.5 137.5L1362.5 137.5L1387.5 112.5L1387.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1206.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M737.5 37.5L762.5 12.5L1212.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M731.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1437.5 162.5L1437.5 362.5L1237.5 562.5L1162.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1431.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M387.5 62.5L387.5 187.5L362.5 212.5L212.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M381.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM206.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M637.5 487.5L687.5 487.5L712.5 512.5L712.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M631.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM706.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M512.5 387.5L512.5 437.5L387.5 562.5L87.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M506.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM81.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M812.5 112.5L812.5 87.5L862.5 37.5L1012.5 37.5L1212.5 237.5L1237.5 237.5L1262.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M806.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M937.5 412.5L912.5 412.5L887.5 437.5L887.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M931.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1212.5 87.5L1237.5 112.5L1362.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1206.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M287.5 537.5L187.5 537.5L62.5 412.5L62.5 362.5L162.5 262.5L262.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M281.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1212.5 437.5L1212.5 337.5L1287.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1206.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M512.5 212.5L587.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M506.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M412.5 512.5L412.5 462.5L487.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M406.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM481.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1162.5 162.5L1337.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1156.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1087.5 37.5L1137.5 37.5L1212.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1081.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M837.5 262.5L837.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M831.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M37.5 437.5L137.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M31.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1112.5 112.5L1087.5 87.5L1087.5 62.5L1062.5 37.5L1037.5 37.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1106.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M112.5 37.5L162.5 37.5L187.5 12.5L387.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M106.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M312.5 262.5L287.5 262.5L137.5 412.5L137.5 462.5L187.5 512.5L337.5 512.5L362.5 487.5L387.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M306.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1262.5 12.5L1262.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1256.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M687.5 437.5L587.5 437.5L562.5 462.5L562.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M681.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M12.5 37.5L87.5 37.5L112.5 12.5L162.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M6.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M587.5 237.5L362.5 462.5L312.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M581.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1412.5 512.5L1412.5 412.5L1437.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1406.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1287.5 12.5L1287.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1281.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1387.5 437.5L1262.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1381.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M662.5 12.5L737.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M656.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM731.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M112.5 362.5L187.5 287.5L237.5 287.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M106.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M737.5 287.5L687.5 237.5L687.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M731.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M337.5 37.5L187.5 37.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M331.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1187.5 487.5L1237.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1181.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M212.5 362.5L237.5 362.5L262.5 387.5L262.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M206.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM256.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1187.5 462.5L1137.5 512.5L1137.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1181.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1012.5 312.5L987.5 312.5L962.5 337.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1006.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM956.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M712.5 62.5L762.5 62.5L787.5 37.5L837.5 37.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M706.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M887.5 287.5L962.5 287.5L1087.5 162.5L1112.5 162.5L1212.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M881.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1206.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 162.5L1062.5 162.5L1087.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M62.5 512.5L62.5 487.5L37.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M56.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M537.5 412.5L687.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M531.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M487.5 212.5L562.5 137.5L562.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M481.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M187.5 187.5L287.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M181.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM281.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M362.5 312.5L362.5 287.5L537.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M356.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1137.5 237.5L1162.5 237.5L1187.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1131.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1181.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1237.5 362.5L1237.5 512.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1231.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1362.5 412.5L1262.5 412.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1356.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M387.5 287.5L387.5 362.5L312.5 437.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M381.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M412.5 362.5L337.5 437.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M406.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM331.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M137.5 137.5L12.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M131.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M612.5 312.5L537.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M606.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM531.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M962.5 512.5L912.5 462.5L912.5 437.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M956.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM906.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1012.5 487.5L962.5 437.5L962.5 412.5L987.5 387.5L1012.5 387.5L1087.5 462.5L1087.5 512.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1006.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M737.5 362.5L737.5 312.5L712.5 287.5L687.5 287.5L637.5 337.5L637.5 362.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M731.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM631.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 562.5L937.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M462.5 537.5L512.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M456.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M312.5 362.5L312.5 412.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M306.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM306.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M812.5 337.5L812.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M806.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1387.5 262.5L1387.5 237.5L1412.5 212.5L1412.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1381.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1406.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M487.5 12.5L512.5 37.5L537.5 37.5L562.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M481.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M162.5 137.5L187.5 112.5L187.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M156.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1337.5 287.5L1312.5 312.5L1312.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1331.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M312.5 187.5L362.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M306.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M62.5 562.5L62.5 537.5L12.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M56.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1362.5 37.5L1337.5 12.5L1312.5 12.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1356.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1306.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M337.5 537.5L387.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M331.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM381.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1437.5 462.5L1437.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1431.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1431.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M462.5 337.5L462.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M456.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM456.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M62.5 162.5L12.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M56.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M37.5 112.5L62.5 87.5L137.5 87.5L162.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M31.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1237.5 12.5L1237.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1231.25 12.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 62.5L1012.5 62.5L1062.5 112.5L1062.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1056.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1112.5 87.5L1162.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1106.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1312.5 462.5L1262.5 512.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1306.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1037.5 462.5L1012.5 462.5L987.5 437.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1031.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M187.5 337.5L137.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M181.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M587.5 212.5L612.5 212.5L687.5 137.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M581.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM681.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M862.5 62.5L862.5 87.5L837.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M856.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M862.5 262.5L862.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M856.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M412.5 87.5L437.5 112.5L437.5 137.5L412.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M406.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM406.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1362.5 512.5L1362.5 487.5L1387.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1356.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1062.5 212.5L1112.5 262.5L1162.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1056.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M587.5 287.5L637.5 237.5L662.5 237.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M581.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM656.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1087.5 337.5L1162.5 337.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1081.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1156.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M487.5 312.5L562.5 237.5L562.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M481.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M37.5 187.5L37.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M31.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM31.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M612.5 162.5L637.5 162.5L662.5 137.5L662.5 112.5L637.5 87.5L587.5 87.5L562.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M606.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM556.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1187.5 437.5L1137.5 387.5L1037.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1181.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1031.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1062.5 237.5L1037.5 237.5L1012.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1056.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M112.5 162.5L187.5 162.5L237.5 112.5L237.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M106.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M437.5 337.5L437.5 237.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M431.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM431.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1012.5 212.5L962.5 262.5L887.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1006.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM881.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M937.5 312.5L812.5 437.5L812.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M931.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1037.5 262.5L1087.5 262.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1031.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 262.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M262.5 162.5L312.5 112.5L362.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M256.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM356.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M237.5 412.5L237.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M231.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 112.5L937.5 162.5L912.5 162.5L887.5 137.5L862.5 137.5L837.5 162.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 162.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M887.5 237.5L962.5 237.5L987.5 212.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M881.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM981.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1312.5 87.5L1362.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1306.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M837.5 287.5L837.5 337.5L812.5 362.5L812.5 412.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M831.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM806.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1312.5 37.5L1337.5 37.5L1362.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1306.25 37.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1356.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1287.5 437.5L1262.5 462.5L1262.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1281.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M512.5 512.5L512.5 562.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M506.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 562.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M462.5 87.5L487.5 62.5L512.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M456.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM506.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M87.5 112.5L137.5 112.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M81.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM131.25 112.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M862.5 337.5L837.5 362.5L837.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M856.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM831.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 137.5L1012.5 112.5L1012.5 87.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1006.25 87.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1287.5 312.5L1262.5 312.5L1237.5 337.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1281.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1231.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1412.5 537.5L1387.5 562.5L1362.5 562.5L1337.5 537.5L1337.5 512.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1406.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1331.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1162.5 437.5L1162.5 462.5L1137.5 487.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1156.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M512.5 362.5L537.5 362.5L587.5 312.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M506.25 362.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1387.5 487.5L1387.5 537.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1381.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1381.25 537.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1137.5 462.5L1137.5 412.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1131.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1131.25 412.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M987.5 337.5L1062.5 337.5L1087.5 312.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M981.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1081.25 312.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1262.5 337.5L1262.5 362.5L1287.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1256.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1281.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M162.5 437.5L162.5 412.5L187.5 387.5L237.5 387.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M156.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM231.25 387.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M912.5 137.5L937.5 137.5L962.5 112.5L962.5 87.5L937.5 62.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M906.25 137.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 62.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M112.5 187.5L162.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M106.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM156.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M887.5 337.5L887.5 312.5L862.5 287.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M881.25 337.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM856.25 287.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1012.5 512.5L962.5 462.5L937.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1006.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM931.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M587.5 512.5L587.5 462.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M581.25 512.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM581.25 462.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1212.5 212.5L1237.5 212.5L1262.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M1206.25 212.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM1256.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M187.5 487.5L187.5 437.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M181.25 487.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM181.25 437.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M12.5 237.5L12.5 187.5' stroke-width='4.17' stroke='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3cpath d='M6.25 237.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0zM6.25 187.5 a6.25 6.25 0 1 0 12.5 0 a6.25 6.25 0 1 0 -12.5 0z' fill='rgba(234%2c 236%2c 239%2c 0.53)'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1084'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cmask id='SvgjsMask1085'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3cpath d='M259.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1109.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M759.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM784.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM609.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM209.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M634.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM709.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM84.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M284.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM484.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M684.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M659.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM734.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M209.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM259.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM959.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M709.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1209.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M534.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM284.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M359.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1184.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M384.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM334.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M134.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM534.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M959.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM909.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M734.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM634.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM309.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M809.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1409.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1334.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M309.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1309.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M334.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM384.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1434.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1434.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM459.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M59.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1234.37 12.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1059.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1109.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM684.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M409.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM409.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1359.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM659.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1084.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1159.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M484.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M34.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM34.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M609.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM559.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1184.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1034.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1059.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M434.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM434.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM884.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M934.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1034.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 262.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M259.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM359.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M234.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 162.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM984.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M834.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM809.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1309.37 37.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1359.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 562.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M459.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM509.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M84.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM134.37 112.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M859.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM834.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1009.37 87.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1284.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1234.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1409.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1334.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1159.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M509.37 362.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1384.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1384.37 537.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1134.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1134.37 412.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M984.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1084.37 312.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1259.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1284.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M159.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM234.37 387.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M909.37 137.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 62.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M109.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM159.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M884.37 337.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM859.37 287.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1009.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM934.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M584.37 512.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM584.37 462.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M1209.37 212.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM1259.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M184.37 487.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM184.37 437.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3cpath d='M9.37 237.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0zM9.37 187.5 a3.13 3.13 0 1 0 6.26 0 a3.13 3.13 0 1 0 -6.26 0z' fill='black'%3e%3c/path%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
        z-index: -1;
    }

/* Footer Setting
-------------------------------------------------------------- */
.footer {
    text-align: center;
    width: 100%;
    padding: 20px 0 50px 0;
    background-color: #333333;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #FE9900;
        }

    .footer .sitemap .item a {
        color: #fff;
    }

        .footer .sitemap .item a:hover {
            color: #FE9900;
        }

    .footer span {
        font-size: 0.85rem;
        color: #fff;
    }

    .footer .social a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #fff;
        margin: 0 7px;
        color: #333;
        border-radius: 20px;
        font-size: 20px;
        text-align: center;
    }

        .footer .social a:hover {
            background: #FE9900;
            color: #fff;
        }

@media only screen and (max-width: 576px) {
    .footer {
        padding-bottom: 80px;
    }
}

.bottom-text {
    font-size: 13px;
    color: #efefef;
    text-decoration: underline;
}

    .bottom-text:hover {
        color: #FE9900;
    }

/*For Mobile style*/
@media only screen and (max-width: 768px) {
    .footer span {
        display: block;
    }
}


/* filter modal
-------------------------------------------------------------- */
.nav-filters div[class*='col-'] {
}

.filter-modal-title {
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 10px;
}

.nav-filters .modal .close {
    float: right;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-top: -10px;
}

.nav-filters .modal .modal-content {
    border-radius: 0;
}

.nav-filters .modal .form-group {
    text-align: center;
}

.nav-filters .modal button[type=search] {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    background-color: #ff9900;
}


/* The side navigation menu
-------------------------------------------------------------- */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #ffc107; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.custombtn {
    border-radius: 0px;
    background-color: #ffa900;
    border: 1px solid #ffa900;
    border-radius: 5px;
    text-shadow: none;
    color: #fff;
}
