/*
css reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h4 {
    color: #8C6C63;
    font-size: 1.1em;
}

#top-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8C6C63;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
css
*/
*, body, html {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body, html {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #7f756a;
    line-height: 1.5;
    background: #fff;
    font-style: normal;
}

strong, b {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bodyios {
    cursor: pointer
}

header, section, footer, main {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pad_container {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* max-width: 1920px; */
    padding: 0 20px;
    display: block;
    height: 100%;
}

.espa {
    position: fixed;
    bottom: 70px;
    left: 20px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    overflow: hidden;
    font-size: 28px;
    line-height: 16px;
    z-index: 999999999999999;
}

.espa:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    line-height: 16px;
}

.espa img {
    display: inline-block;
    max-width: 300px;
    border: 0px;
}

.units {
    color: #8C6C63;
    font-size: 1.13em;
    margin-top: -18px;
    margin-left: 26px;
}

.facilitiessub {
    color: #8C6C63;
    font-size: 1.16em;
    margin-top: -7px;
    margin-left: 9px;
    margin-bottom: 17px;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 14px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    float: left;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: var(--swap_color);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
    /* width: 70%; */
    background: var(--swap_color);
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
    /* width: 40%; */
    background: var(--swap_color);
}

.hasScrolled #nav-icon3 span:nth-child(2), .hasScrolled #nav-icon3 span:nth-child(3) {
    /* top: 10px; */
    /* width: 80%; */
}

.hasScrolled #nav-icon3 span:nth-child(4) {
    /* top: 20px; */
    /* width: 60%; */
}

.hasScrolled #nav-icon3 {
    /* width: 36px; */
    /* height: 26px; */
}

#nav-icon3.open_menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open_menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

#nav-icon3.open_menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.hasScrolled #nav-icon3.open_menu span:nth-child(2) {
    background: #8C6C63;
}

.hasScrolled #nav-icon3.open_menu span:nth-child(3) {
    background: #8C6C63;
}

#nav-icon3.open_menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.top_header {
    background: rgb(255 255 255 / 0%);
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 90px;
    z-index: 99999;
    transition: all .8s cubic-bezier(.5,0,0,1) 0s;
}

.header_grid {
    margin: 0 auto;
    align-items: center;
    justify-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.header_grid_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    height: 100%;
    gap: 16px;
}

.lang_cont {
    float: left;
    position: relative;
    margin: 0;
    line-height: 1;
}

.collapsible {
    position: relative;
    float: left;
    padding: 0;
    cursor: pointer;
    color: var(--swap_color);
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    font-weight: 550;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.lang_list {
    padding: 0;
    background-color: #8C6C63;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: left;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}

.lang_list a {
    /* float: left; */
    /* width: 100%; */
    color: #fff;
    text-decoration: none;
    margin: 0 16px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.lang_list li:first-child a {
    margin: 16px 16px 0 16px;
}

.lang_list li:last-child a {
    margin: 0 16px 16px 16px;
}

.lang_list a:hover {
    /* background: #fff; */
    color: #ffffff;
}

.map_cont {
    font-size: 0;
    float: left;
    margin: 0;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.header_grid_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    max-width: 270px;
    height: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
    padding: 0;
    margin: 0;
}

.share_cont {
    float: left;
    line-height: 20px;
    height: 20px;
    margin: 0 0 0 20px;
    cursor: pointer;
    position: relative;
}

.share_cont img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.share_cont img:hover {
    opacity: 0.7;
}

.share_cont_icons {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    display: grid;
    margin: 0 auto;
    grid-auto-rows: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    background: #8C6C63;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 9;
}

.share_cont_icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 8px 6px 8px 0;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.share_cont_icons a:last-child {
    padding: 8px 0 8px 0;
}

.share_cont_icons a:hover {
    opacity: 0.7;
}

.share_cont_icons a img {
    display: block;
}

.header_grid_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.book_direct_link {
    display: flex;
    padding: 8px 12px 8px 12px;
    color: var(--swap_color);
    text-decoration: none;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    align-items: center;
    gap: 8px;
    border: 0px solid var(--swap_color);
    font-size: 14px;
    font-weight: 550;
}

.hasScrolled .book_direct_link:hover {
    color: #8C6C63;
    /* background-color: #8C6C63; */
    /* border-color: #8C6C63; */
}

.hasScrolled .book_direct_link:hover path, .hasScrolled .book_direct_link:hover rect {
    fill: #8C6C63;
}

.book_direct_link:hover {
    /* color: #8C6C63; */
    /* background-color: #fff; */
    /* border-color: #fff; */
}

.book_direct_link:hover path, .book_direct_link:hover rect {
    fill: #ffffff;
}

.rus .book_direct_link {
    font-size: 0.9em;
}

body, html {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.slider_section {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    /* border-bottom: 40px solid #fff; */
    /* border-left: 40px solid #fff; */
    /* border-right: 40px solid #fff; */
}

.slider_cont {
    float: left;
    width: 100%;
    height: 100%;
}

.slick-slide {
    background-size: cover;
    background-position: center;
}

.blick-slide {
    background-size: cover;
    background-position: center;
}

.scroll_down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -20px;
    cursor: pointer;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-animation: bounce .4s infinite alternate;
    -moz-animation: bounce .4s infinite alternate;
    animation: bounce .4s infinite alternate;
}

@-webkit-keyframes bounce {
    to {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes bounce {
    to {
        -moz-transform: scale(1.1);
    }
}

@keyframes bounce {
    to {
        transform: scale(1.1);
    }
}

.scroll_down:hover {
    opacity: 0.7;
}

.main_section {
    position: absolute;
    width: 100%;
    top: 100%;
}

.hasScrolled .top_header {
    padding: 0px 0;
    height: 90px;
    background: rgb(255 255 255);
}

.hasScrolled .logo {
    max-width: 117px;
    padding: 0;
    height: auto;
    margin: 0;
}

.overview_article_grid {
    grid-template-columns: 1fr 1px 1fr;
    grid-gap: 40px;
    display: grid;
    text-align: left;
    padding: 40px 0 80px 0;
}

.subheading {
    color: #8C6C63;
    font-size: 2.4em;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
    font-weight: 330;
}

.article_cont p {
    margin: 0 0 14px 0;
    line-height: 1.8;
}

.article_cont h1 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 3em;
    margin: 0 0 14px 0;
    color: #8C6C63;
}

.general_fac_cont ul, .new_article_txt ul {
    text-align: left;
    list-style: none;
    padding: 0 0 0 26px;
    margin: 0 0 40px 0;
    clear: both;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 40px;
}

.general_fac_cont ul li, .new_article_txt ul li, .popup_content_grey ul li {
    position: relative;
    padding: 3px 0 3px 0;
    text-align: left;
    line-height: 1.5;
}

.general_fac_cont ul li:before, .new_article_txt ul li:before, .popup_content_grey ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 2px;
    background-color: #55595e;
    position: absolute;
    left: -18px;
    top: 16px;
}

.vert_line {
    background: #fff;
}

.gallery_section, .contact_section {
    background: #f3f3f3;
    padding: 50px 0 80px 0;
}

.gallery_cont {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 30px 0 0 0;
}

.gallery_cont img {
    width: 100%;
    height: auto;
}

.gallery_cont .blick-list {
    margin: 0 -12px;
}

.gallery_cont .blick-slide {
    margin: 0 12px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.gallery_cont .blick-slide:hover {
    opacity: 0.7;
}

.gallery_cont .subheading {
    margin: 0 0 40px 0;
}

.gallery_cont .blick-prev, .gallery_cont .blick-next {
    width: 40px;
    height: 100%;
    background: #8C6C63;
}

.gallery_cont .blick-prev {
    left: 0;
}

.gallery_cont .blick-next {
    right: 0;
}

.gallery_cont .blick-prev:hover, .gallery_cont .blick-next:hover {
    background: #8C6C63!important;
}

.gallery_cont .blick-prev:focus, .gallery_cont .blick-next:focus {
    background: #8C6C63;
}

.gallery_cont .blick-prev:before, .gallery_cont .blick-next:before {
    width: 13px;
    height: 35px;
    margin: 0 auto;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.accommodation_section {
    padding: 0 0 100px 0;
}

.accommodation_section .subheading {
    text-align: center;
}

.accommodation_grid {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
}

.accommodation_container_img {
    position: relative;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.accommodation_container_img:hover {
    opacity: 1.00;
}

.room_img {
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.swiper-slide-active .room_img:hover {
    opacity: 0.7;
}

.enlarge {
    position: absolute;
    top: 20px;
    right: 20px;
}

.accommodation_content_grid {
    background: #f3f3f3;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-columns: 1fr 180px;
    grid-gap: 40px;
    display: grid;
    text-align: left;
    padding: 24px 30px 30px 30px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

.accommodation_content h2 {
    font-size: 1.24em;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
    color: #8C6C63;
    grid-column: span 2;
}

.accommodation_persons {
    position: relative;
    padding: 0 0 0 36px;
    margin: 0;
    grid-column: span 1;
    display: inline-flex;
    justify-content: flex-end;
}

.accommodation_persons:before {
    background-image: url(images/persons.svg);
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: left;
}

.accommodation_space {
    position: relative;
    padding: 0 0 0 36px;
    grid-column: span 1;
    display: inline-flex;
    justify-content: flex-start;
}

.accommodation_space:before {
    background-image: url(images/space.svg);
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.rates_per_night_txt {
    font-weight: 500;
    float: left;
}

.accomm_prices {
    font-weight: 500;
    float: left;
    margin: 0;
}

.rates_per_night_form {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.select-css {
    display: block;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #000;
    line-height: 1.3;
    padding: 6px 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(images/form_down.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    border-color: #888;
}

.select-css:focus {
    border-color: #aaa;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: 300;
}

.accommodation_right .book_direct_link {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18px 0 0 0;
    background-color: #8C6C63;
    color: #fff;
    font-size: 16px;
    padding: 8px 42px 8px 10px;
    border: 1px solid #8C6C63;
    background-position: center right 10px;
    line-height: 1.2;
}

.accommodation_right .book_direct_link:after {
    background-image: url(images/book-direct-accomm.svg);
}

.accommodation_right .book_direct_link:hover {
    color: #fff;
    background-color: #a2a2a2;
    border: 1px solid #a2a2a2;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    z-index: 1045;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.flexholder {
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    margin: 0;
}

.white-popup_inside {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popup_content {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 3px 0;
    text-align: left;
    float: left;
    margin: 30px 0 0 0;
}

.popup_content h3 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.18em;
    margin: 0;
    text-align: left;
    color: #8C6C63;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}

.mfp-inline-holder .mfp-content .popup_content p {
    font-size: 1em;
    color: #55595e;
    line-height: 1.7;
}

.popup_content_grey {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 10px 0 20px 0;
}

.popup_content_grey ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 26px;
    gap: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-bottom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 1px 0;
}

.popup-bottom .mfp-close {
    display: inline-flex;
    padding: 0;
    color: #8C6C63;
    text-decoration: none;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.1sease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1sease-out;
    align-items: center;
    gap: 12px;
    border: none;
    font-size: 19px;
    font-weight: 400;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    float: right;
}

.popup-bottom .mfp-close span {
    display: block;
}

.popup-bottom .mfp-close:after {
    display: none;
}

body .mfp-iframe-holder .mfp-close {
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.62 12.62"><path d="M.71,12.62l-.71-.71,5.6-5.6L0,.71l.71-.71,5.6,5.6L11.91,0l.71.71-5.6,5.6,5.6,5.6-.71.71-5.6-5.6L.71,12.62Z" fill="%238C6C63"/></svg>')!important;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    font-size: 0;
    border: none;
    top: 10px;
    right: 10px;
    background-color: #fff!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!; }

body .mfp-iframe-holder .mfp-close:hover {
    opacity: 0.7;
}

body .mfp-iframe-scaler iframe {
    background: #fff;
    border: 16px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.white-popup .mfp-close:hover {
    background-color: #fff !important;
    color: #8C6C63 !important;
}

.white-popup .mfp-close:hover path {
    fill: #fff;
}

.mfp-close-btn-in .white-popup .popup_mfp_close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.62 12.62"><path d="M.71,12.62l-.71-.71,5.6-5.6L0,.71l.71-.71,5.6,5.6L11.91,0l.71.71-5.6,5.6,5.6,5.6-.71.71-5.6-5.6L.71,12.62Z" fill="%238C6C63"/></svg>')!important;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    background-color: initial !important;
    outline: none;
}

.mfp-close-btn-in .popup_mfp_close:hover {
    opacity: 0.7;
}

.top_menu_container_inside {
    position: fixed;
    left: -36%;
    width: 36%;
    bottom: 0;
    margin: 0;
    overflow: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: #8C6C63;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999;
    height: 100%;
    z-index: 999;
}

.hasScrolled .top_menu_container_inside {
    height: calc(100% - 90px);
}

.open_respmenu .top_menu_container_inside {
    left: 0;
}

.top_menu_bottom_relative {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_menu_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.nav_menu {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    float: none;
}

.nav_menu ul {
    display: inline-block;
}

.nav_menu li {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition-property: transform,opacity;
    -o-transition-property: transform,opacity;
    -webkit-transition-property: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: opacity,-o-transform;
    -moz-transition-property: transform,opacity,-moz-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform;
    -moz-transition-duration: .3s,.5s;
    -o-transition-duration: .3s,.5s;
    -webkit-transition-duration: .3s,.5s;
    transition-duration: .3s,.5s;
    text-align: left;
}

.nav_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    margin: 6px 0;
    display: inline-block;
    position: relative;
}

.nav_menu li a:after, .lang_list a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 0px;
    right: 0;
    background: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav_menu li a:hover:after, .lang_list a:hover:after {
    width: 100%;
    left: 0;
}

a[href^="tel:"]:after, .conmap a:after, .footer_menu li a:after, .footer_bottom p a:after, .new_contact_left_col a:after, .submit_form:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #8C6C63), color-stop(33.33%, #8C6C63), color-stop(0, transparent), color-stop(66.66%, transparent), color-stop(0, #8C6C63), to(#8C6C63)) 100%;
    background: -webkit-linear-gradient(left, #8C6C63, #8C6C63 33.33%, transparent 0, transparent 66.66%, #8C6C63 0, #8C6C63) 100%;
    background: linear-gradient(90deg, #8C6C63, #8C6C63 33.33%, transparent 0, transparent 66.66%, #8C6C63 0, #8C6C63) 100%;
    background-size: 300% 3px;
    bottom: -2px;
    content: "";
    display: block;
    height: 0.1pt;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: background-position .5s;
    transition: background-position .5s;
    width: 100%;
    padding: 0 0 1px 0;
}

a[href^="tel:"]:hover:after, .conmap a:hover:after, .footer_menu li a:hover:after, .footer_bottom p a:hover:after, .new_contact_left_col a:hover:after, .submit_form:hover:after {
    background-position: 0;
}

.top_header a[href^="tel:"]:hover:after, .top_header a[href^="tel:"]:after {
    display: none;
}

.open_respmenu .nav_menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.nav_menu ul li:nth-child(1) {
    -moz-transition-delay: 50ms,50ms;
    -o-transition-delay: 50ms,50ms;
    -webkit-transition-delay: 50ms,50ms;
    transition-delay: 50ms,50ms;
}

.nav_menu ul li:nth-child(2) {
    -moz-transition-delay: .1s,.1s;
    -o-transition-delay: .1s,.1s;
    -webkit-transition-delay: .1s,.1s;
    transition-delay: .1s,.1s;
}

.nav_menu ul li:nth-child(3) {
    -moz-transition-delay: .15s,.15s;
    -o-transition-delay: .15s,.15s;
    -webkit-transition-delay: .15s,.15s;
    transition-delay: .15s,.15s;
}

.nav_menu ul li:nth-child(4) {
    -moz-transition-delay: .2s,.2s;
    -o-transition-delay: .2s,.2s;
    -webkit-transition-delay: .2s,.2s;
    transition-delay: .2s,.2s;
}

.nav_menu ul li:nth-child(5) {
    -moz-transition-delay: .25s,.25s;
    -o-transition-delay: .25s,.25s;
    -webkit-transition-delay: .25s,.25s;
    transition-delay: .25s,.25s;
}

.nav_menu ul li:nth-child(6) {
    -moz-transition-delay: .3s,.3s;
    -o-transition-delay: .3s,.3s;
    -webkit-transition-delay: .3s,.3s;
    transition-delay: .3s,.3s;
}

.nav_menu ul li:nth-child(7) {
    -moz-transition-delay: .35s,.35s;
    -o-transition-delay: .35s,.35s;
    -webkit-transition-delay: .35s,.35s;
    transition-delay: .35s,.35s;
}

.nav_menu ul li:nth-child(8) {
    -moz-transition-delay: .4s,.4s;
    -o-transition-delay: .4s,.4s;
    -webkit-transition-delay: .4s,.4s;
    transition-delay: .4s,.4s;
}

.nav_menu ul li:nth-child(9) {
    -moz-transition-delay: .45s,.45s;
    -o-transition-delay: .45s,.45s;
    -webkit-transition-delay: .45s,.45s;
    transition-delay: .45s,.45s;
}

.contact_grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    display: grid;
}

.info {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.5,13.5h1v-5.5h-1v5.5ZM9,6.58c.17,0,.32-.06.44-.18.12-.12.18-.26.18-.44s-.06-.32-.18-.44c-.12-.12-.26-.18-.44-.18s-.32.06-.44.18c-.12.12-.18.26-.18.44s.06.32.18.44c.12.12.26.18.44.18ZM9,18c-1.24,0-2.41-.24-3.51-.71-1.1-.47-2.05-1.11-2.86-1.92s-1.45-1.76-1.92-2.86c-.47-1.09-.71-2.26-.71-3.51s.24-2.41.71-3.51c.47-1.1,1.11-2.05,1.92-2.86.81-.81,1.76-1.45,2.86-1.92,1.09-.47,2.26-.71,3.51-.71s2.41.24,3.51.71c1.1.47,2.05,1.11,2.86,1.92.81.81,1.45,1.76,1.92,2.86.47,1.09.71,2.26.71,3.51s-.24,2.41-.71,3.51c-.47,1.1-1.11,2.05-1.92,2.86s-1.76,1.45-2.86,1.92c-1.09.47-2.26.71-3.51.71ZM9,17c2.23,0,4.13-.78,5.68-2.33,1.55-1.55,2.33-3.44,2.33-5.68s-.78-4.12-2.33-5.67-3.44-2.33-5.68-2.33-4.13.78-5.68,2.33-2.33,3.44-2.33,5.68.78,4.13,2.33,5.68,3.44,2.33,5.68,2.32Z" fill="%238C6C63"/></svg>');
    background-size: 18px 18px;
}

.telephone {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 20"><path d="M1.62,20c-.46,0-.84-.15-1.15-.46-.31-.31-.46-.69-.46-1.15V1.62c0-.46.15-.84.46-1.15.31-.31.69-.46,1.15-.46h8.77c.46,0,.84.15,1.15.46s.46.69.46,1.15v16.77c0,.46-.15.84-.46,1.15s-.69.46-1.15.46H1.62ZM1,15.54v2.85c0,.15.06.3.19.42s.27.19.42.19h8.77c.15,0,.3-.06.42-.19.13-.13.19-.27.19-.42v-2.85H1ZM6,18.04c.21,0,.39-.08.54-.23.15-.15.23-.33.23-.54s-.08-.39-.23-.54c-.15-.15-.33-.23-.54-.23s-.39.08-.54.23c-.15.15-.23.33-.23.54s.08.39.23.54c.15.15.33.23.54.23ZM1,14.54h10V3.5H1v11.04ZM1,2.5h10v-.88c0-.15-.06-.3-.19-.42-.13-.13-.27-.19-.42-.19H1.62c-.15,0-.3.06-.42.19-.13.13-.19.27-.19.42v.88ZM1,15.54v3.46-3.46ZM1,2.5v-1.5,1.5Z" fill="%238C6C63"/></svg>');
    background-size: 18px 18px;
}

.mobile {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 20"><path d="M1.62,20c-.46,0-.84-.15-1.15-.46-.31-.31-.46-.69-.46-1.15V1.62c0-.46.15-.84.46-1.15.31-.31.69-.46,1.15-.46h8.77c.46,0,.84.15,1.15.46s.46.69.46,1.15v16.77c0,.46-.15.84-.46,1.15s-.69.46-1.15.46H1.62ZM1,15.54v2.85c0,.15.06.3.19.42s.27.19.42.19h8.77c.15,0,.3-.06.42-.19.13-.13.19-.27.19-.42v-2.85H1ZM6,18.04c.21,0,.39-.08.54-.23.15-.15.23-.33.23-.54s-.08-.39-.23-.54c-.15-.15-.33-.23-.54-.23s-.39.08-.54.23c-.15.15-.23.33-.23.54s.08.39.23.54c.15.15.33.23.54.23ZM1,14.54h10V3.5H1v11.04ZM1,2.5h10v-.88c0-.15-.06-.3-.19-.42-.13-.13-.27-.19-.42-.19H1.62c-.15,0-.3.06-.42.19-.13.13-.19.27-.19.42v.88ZM1,15.54v3.46-3.46ZM1,2.5v-1.5,1.5Z" fill="%238C6C63"/></svg>');
    background-size: 18px 18px;
}

.email {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path d="M1.62,14c-.46,0-.84-.15-1.15-.46-.31-.31-.46-.69-.46-1.15V1.62c0-.46.15-.84.46-1.15.31-.31.69-.46,1.15-.46h14.77c.46,0,.84.15,1.15.46s.46.69.46,1.15v10.77c0,.46-.15.84-.46,1.15s-.69.46-1.15.46H1.62ZM9,7.12L1,1.88v10.5c0,.18.06.33.17.44.12.12.26.17.44.17h14.77c.18,0,.33-.06.44-.17.12-.12.17-.26.17-.44V1.88l-8,5.23ZM9,6l7.69-5H1.31l7.69,5ZM1,1.88v-.88,11.38c0,.18.06.33.17.44.12.12.26.17.44.17h-.62V1.88Z" fill="%238C6C63"/></svg>');
    background-size: 18px 18px;
}

.conmap {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.19 18.02"><path d="M7.1,8.73c.45,0,.83-.16,1.14-.48.31-.32.47-.7.47-1.14s-.16-.83-.48-1.14c-.32-.31-.7-.47-1.14-.47s-.83.16-1.14.48c-.31.32-.47.7-.47,1.14s.16.83.48,1.14c.32.31.7.47,1.14.47ZM7.1,16.68c1.88-1.64,3.37-3.3,4.46-4.99,1.09-1.69,1.64-3.15,1.64-4.39,0-1.83-.58-3.34-1.74-4.53-1.16-1.19-2.61-1.79-4.36-1.79s-3.2.6-4.36,1.79c-1.16,1.19-1.74,2.7-1.74,4.53,0,1.23.55,2.7,1.64,4.39,1.09,1.69,2.58,3.36,4.46,4.99ZM7.1,18.02c-2.35-2.08-4.12-4.02-5.31-5.81C.6,10.41,0,8.77,0,7.3c0-2.12.69-3.86,2.07-5.23C3.44.69,5.12,0,7.1,0s3.65.69,5.03,2.06c1.38,1.37,2.07,3.12,2.07,5.23,0,1.47-.6,3.11-1.79,4.91-1.19,1.8-2.96,3.74-5.31,5.81Z" fill="%238C6C63"/></svg>');
    background-size: 18px 18px;
}

a[href^="tel:"], .conmap a, .footer_menu li a, .footer_bottom p a, .new_contact_left_col a {
    text-decoration: none;
    color: #8C6C63;
    position: relative;
}

.new_contact_left {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 120px;
}

.new_contact_left ul a {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
}

.contact_icons {
    float: left;
    width: 100%;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 28px;
    margin: 0;
    color: #8C6C63;
    font-size: 16px;
}

.new_contact_left_col_menu p {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

a[href^="tel:"]:hover, a:hover, .conmap a:hover, .footer_menu li a:hover, .footer_bottom p a:hover, .new_contact_left_col a:hover {
    color: #8C6C63;
}

.new_contact_left_col, .new_contact_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    display: block;
    z-index: 1;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    position: relative;
    z-index: 1;
    color: #ae0e0e;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 12px;
    padding: 0 0 0 20px;
    margin: -11px 0 0 0;
    text-align: left;
    line-height: 1.4;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
    border-bottom: 0 solid #d7d7d7;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #d7d7d7;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #d7d7d7;
}

/* 		styles for formatting form	*/
div.xmp-form fieldset {
    margin-bottom: 10px;
}

div.xmp-form legend {
    padding: 0 2px;
    font-weight: 500;
    _margin: 0 -7px;
    /* IE Win */
}

div.xmp-form label {
    display: block;
    float: left;
    width: 120px;
    text-align: left;
    margin-right: 5px;
}

div.xmp-form fieldset ol {
    margin: 0;
    padding: 0;
}

div.xmp-form fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
}

div.xmp-form fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}

div.xmp-form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: 300;
}

div.xmp-form fieldset fieldset label {
    display: block;
    width: auto;
}

div.xmp-form em {
    font-weight: 500;
    font-style: normal;
    color: #f00;
}

div.xmp-form label {
    width: 120px;
}

/* Width of labels */
div.xmp-form fieldset fieldset label {
    margin-left: 123px;
}

/* Width plus 3 (html space) */
div.xmp-form {
    width: 390px;
    font-size: 1.1em;
    color: #333;
}

div.xmp-form legend {
    padding-left: 0;
}

div.xmp-form legend, div.xmp-form label {
    color: #333;
}

div.xmp-form fieldset {
    border: none;
    border-top: 1px solid #6FA4D8;
    background: url([[Portal:HomeDirectory]]Images/xmpform-fieldset.gif) left bottom repeat-x;
}

div.xmp-form fieldset fieldset {
    background: none;
}

div.xmp-form fieldset li {
    padding: 5px 10px 7px;
    background: url([[Portal:HomeDirectory]]Images/xmpform-divider.gif) left bottom repeat-x;
}

/* 		DNNdev list styles	*/
#navcontainer {
    margin-top: 8px;
    border: 1px solid #C0C0C0;
    background-color: #fff8F0;
    padding: 12px;
    width: 750px;
}

#navlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navlist li {
    display: inline;
    padding: 0;
    margin: 0;
}

#navlist li:before {
    content: "| ";
}

#navlist li:first-child:before {
    content: "";
}

* html #navlist li {
    border-left: 1px solid black;
    padding: 0 0.4em 0 0.4em;
    margin: 0 0.4em 0 -0.4em;
}

* html #navlist {
    height: 1%;
}

* html #navlist li {
    display: block;
    float: left;
}

* html #navlist li:first-child {
    border-left: 0;
}

.xmp-HotelContact {
    padding: 0!important;
    margin: 0;
    float: left;
    width: 100%;
}

.xmp-HotelContact .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row, .xmp-HotelContact .email-tel-country-cont .xmp-form-row+.xmp-form-row {
    margin: 0;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xmp-HotelContact .persons-cont .xmp-form-row {
    width: 50%;
}

.xmp-HotelContact .persons-cont .xmp-form-row input {
    width: 47px!important;
    display: inline-block;
    float: none;
    vertical-align: baseline;
    text-align: left;
}

.xmp-HotelContact .xmp-form-row+.xmp-form-row {
    width: 50%;
}

.persons-cont {
    text-align: left;
    float: left;
    width: 100%;
}

.email-tel-country-cont {
    float: left;
    width: 50%;
}

.xmp-HotelContact .persons-cont label.xmp-form-label {
    float: none;
    display: inline-block;
    text-align: left;
    margin-right: 6px;
    margin-left: 0;
    font-size: 15px;
    line-height: 16px;
    color: #8C6C63;
    font-weight: 300;
    width: auto;
}

.xmp-HotelContact label.xmp-form-label, .xmp-HotelContact span.xmp-form-label {
    display: block;
    float: left;
    width: 120px;
    text-align: left;
    margin-right: 5px;
}

.xmp-HotelContact .xmp-button {
    margin-right: 5px;
}

.xmp-HotelContact label.xmp-form-label, .xmp-HotelContact span.xmp-form-label {
    display: block;
    float: left;
    width: 168px;
    text-align: left;
    margin-right: 5px;
    font-size: 16px;
    line-height: 32px;
    color: #43535b;
    font-weight: 500;
}

.xmp-form-row select {
    display: block;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #8C6C63;
    line-height: 1;
    padding: 0 0 10px 0px;
    width: 100%!important;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0!important;
    border-bottom: 1px solid #8C6C63;
    border-top: none;
    border-right: none;
    border-left: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.62 6.02"><path d="M5.31,6.02L0,.71l.71-.71,4.6,4.6L9.91,0l.71.71-5.31,5.31Z" fill="%238C6C63"/></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
    background-color: #fff;
    outline: none;
}

.xmp-form-row input.hasDatepicker {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 18.23"><path d="M1.62,18.23c-.46,0-.84-.15-1.15-.46-.31-.31-.46-.69-.46-1.15V3.85c0-.46.15-.84.46-1.15s.69-.46,1.15-.46h1.77V0h1.08v2.23h7.15V0h1v2.23h1.77c.46,0,.84.15,1.15.46s.46.69.46,1.15v12.77c0,.46-.15.84-.46,1.15-.31.31-.69.46-1.15.46H1.62ZM1.62,17.23h12.77c.15,0,.3-.06.42-.19.13-.13.19-.27.19-.42V7.85H1v8.77c0,.15.06.3.19.42.13.13.27.19.42.19ZM1,6.85h14v-3c0-.15-.06-.3-.19-.42-.13-.13-.27-.19-.42-.19H1.62c-.15,0-.3.06-.42.19-.13.13-.19.27-.19.42v3ZM1,6.85v-3.62,3.62ZM8,11.38c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23ZM4,11.38c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23ZM12,11.38c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23ZM8,15.23c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23ZM4,15.23c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23ZM12,15.23c-.21,0-.39-.08-.54-.23-.15-.15-.23-.33-.23-.54s.08-.39.23-.54c.15-.15.33-.23.54-.23s.39.08.54.23c.15.15.23.33.23.54s-.08.39-.23.54c-.15.15-.33.23-.54.23Z" fill="%238C6C63"/></svg>');
    cursor: pointer;
    background-size: 19px 22px;
    background-repeat: no-repeat;
    background-position: center right;
}

.xmp-form-row input {
    float: left;
    background-color: #fff;
    margin: 0 0 20px 0;
    font-size: 16px;
    padding: 0;
    line-height: 38px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #8C6C63;
    border-bottom: 1px solid #8C6C63;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
}

.xmp-form-row textarea {
    float: left;
    background-color: #fff;
    line-height: 14px;
    font-size: 15px;
    margin: 0;
    height: 162px!important;
    padding: 10px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    color: #8C6C63;
    border-bottom: 1px solid #8C6C63;
    outline: none;
    border-right: 1px solid #8C6C63;
}

.xmp-form-row input[type="submit"] {
    display: inline-block;
    line-height: 17px;
    padding: 0;
    margin: 14px 0 0 0;
    float: left;
    border: none;
    ; height: 32px;
    font-size: 15px;
    outline: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    background: #5b5349;
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.xmp-form-row input[type="submit"]:hover {
    text-decoration: none;
    font-weight: 500;
    background: #8C6C63;
}

.send-btn-container {
    position: relative;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8C6C63;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8C6C63;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #8C6C63;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8C6C63;
}

input::-moz-placeholder {
    color: #8C6C63;
}

input:-moz-placeholder {
    color: #8C6C63;
}

input[placeholder] {
    color: #8C6C63;
}

::-moz-placeholder {
    color: #8C6C63;
}

/* firefox 19+ */
input:-moz-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    opacity: 1;
}

select::-ms-expand {
    display: none;
}

#txtError {
    font-weight: bold!important;
    color: white!important;
    background-color: #F00;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 28px;
    font-size: 15px;
    padding: 0 10px;
    margin: 10px 0 0 0;
    border-radius: 4px;
    border: 4px solid #fff;
    box-shadow: 1px 1px 4px #B9B9B9;
    -moz-box-shadow: 1px 1px 4px #B9B9B9;
    -webkit-box-shadow: 1px 1px 4px #B9B9B9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#B9B9B9')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#B9B9B9');
    float: right;
}

.mfp-arrow:active {
    margin-top: 0;
}

.formError .formErrorArrowBottom {
    top: 0;
    left: -10px;
}

.contact-message .xmp-form-row input, .contact-message .xmp-form-row select {
    margin: 0 0 38px 0;
}

.contact-message .xmp-form-row textarea {
    height: 200px;
    width: 400px;
    margin: 0 0 24px 0;
    height: 158px!important;
}

.form-success {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.72);
    left: 0;
    top: 0;
    cursor: pointer;
}

.form-success h3 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin: -60px 0 0 -175px;
}

.form-success.success-static {
    position: static;
    background: none;
    cursor: default;
    width: auto;
    height: inherit;
}

.form-success.success-static h3 {
    position: static;
    width: auto;
    margin: 0;
}

.left_form {
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right_form {
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xmp-HotelContact .xmp-form-row.textarea_form {
    width: 50%;
    padding: 0 0 0 20px;
}

.submit_form {
    width: auto;
    float: right;
    position: relative;
}

.submit_form input {
    position: static;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 1em;
    font-weight: 600;
    float: left;
    width: 100%;
    height: auto;
    color: #8C6C63;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 0 0;
    background: none;
    position: relative;
    line-height: 1;
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 7px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 10px 10px 16px rgba(0,0,0,0.2);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    z-index: 999;
    background-color: #8C6C63;
    animation-name: example;
    animation-duration: 7s;
}

@keyframes example {
    from {
        background-color: #47C756;
    }

    to {
        background-color: #8C6C63;
    }
}

.whatsapp:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.whatsapp img {
    display: inline-block;
}

.viber {
    position: fixed;
    bottom: 10px;
    left: 64px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    z-index: 999;
    background: #7360f2;
}

.viber:hover {
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

.viber img {
    display: inline-block;
}

.footer_top {
    padding: 50px 0;
}

.foot_line {
    width: 1px;
    height: 100px;
    background: #fff;
    display: inline-block;
    margin: 0 0 30px 0;
}

.foot_logo {
    float: left;
    width: 100%;
}

.foot_logo img {
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.footer_top .pad_container {
    display: inline-block;
}

.foot_menu_cont {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.footer_menu {
    display: inline-block;
}

.footer_menu nav {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 12px 0;
    display: inline-block;
}

.footer_menu li {
    float: left;
    margin: 0 40px 0 0;
}

.footer_menu li:last-child {
    margin: 0;
}

.footer_menu_bottom {
    display: block;
    margin: 0 auto;
}

.gnto {
    float: left;
    color: #ffffff;
}

.footer_menu_bottom_social {
    float: right;
}

.footer_menu_bottom_social a {
    float: left;
    margin: 0 0 0 14px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.footer_menu_bottom_social a:hover {
    opacity: 0.45;
}

.footer_menu_bottom_social a:first-child {
    margin: 0;
}

.footer_bottom {
    float: left;
    width: 100%;
    background: #8C6C63;
    padding: 50px 0;
}

.footer_bottom img {
    display: block;
    margin: 0 auto;
}

.footer_bottom p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 14px 0 0 0;
    color: #fff;
}

.footer_bottom p a {
    color: #fff;
}

.footer_bottom p a:hover {
    color: #5b5348;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    z-index: 1045;
}

#bookdirecttext {
    padding: 40px 40px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    background-color: #FFFFFF;
    font-family: arial;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 4px solid #5c5349;
}

.mfp-inline-holder .mfp-content p {
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    color: #5c5349;
    margin: 0 0 0 0;
}

#bookdirecttext p a {
    display: inline-block;
    position: static;
    width: auto;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #1da5da;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
    height: auto;
}

#bookdirecttext p a:hover, #bookdirecttext p a:focus {
    background-color: #f3f3f3!important;
    color: #5c5349!important;
}

.mfp-inline-holder .mfp-content #bookdirecttext button.mfp-close {
    margin-right: -20px;
    margin-top: -20px;
    border-radius: 25px;
    line-height: 31px;
    font-size: 21px;
    padding: 0 0 0px 0;
    background: #5c5349;
    border: solid 3px #f3f3f3;
    color: #f3f3f3!important;
}

#privacypolicygeneral {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 768px;
    margin: 40px auto;
    position: relative;
    color: white !important;
    background-color: #0A7700;
    font-family: arial;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 4px solid #fff;
}

.mfp-inline-holder .mfp-content button.mfp-close {
    background: #000000;
    margin-right: -20px;
    margin-top: -20px;
    color: #fff!important;
    border-radius: 25px;
    line-height: 31px;
    font-size: 21px;
    padding: 0 0 0px 0;
}

#cookiepolicy {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 768px;
    margin: 40px auto;
    position: relative;
    color: white !important;
    background-color: #0A7700;
    font-family: arial;
    line-height: 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 4px solid #fff;
}

.cookie-message a {
    text-decoration: none;
    margin: 5px 0 0 0;
    display: inline-block;
}

.desklogo {
    display: none;
}

body .modalmsg-close {
    line-height: 1;
}

body .modalmsgh2 {
    font-size: 20px;
}

body .modalmsgp {
    font-size: 20px;
}

.accommodation_content_grid {
    grid-gap: 20px;
    padding: 24px 14px 30px 14px;
}

.slider_section .slick-slide img {
    display: none;
}

body .modalmsg {
    background-color: rgb(0 0 0 / 80%);
}

body .modalmsg-content {
    background: rgb(255 255 255 / 78%);
}

body .modalmsg-span {
    font-size: 17px;
}

.lg-outer .lg-toolbar {
    background-color: transparent;
    z-index: 1080;
}

.espa_banner {
    float: left;
    margin: 14px 0 0 0;
}

.article_cont .book_direct_link2 {
    position: static;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 1em;
    font-weight: 500;
    float: left;
    height: auto;
    background-color: #8C6C63;
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    margin: 20px 0 0 0;
}

.article_cont .book_direct_link2:hover {
    background-color: #a2a2a2;
}

.fullscreen_single_section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    transition: all .8s cubic-bezier(.5,0,0,1) 0s;
}

.hasScrolled .fullscreen_single_section:after {
    background: rgb(0 0 0 / 0%);
}

.full_logo {
    position: fixed;
    width: 100%;
    height: auto;
    max-width: 350px;
    top: 31px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .8s cubic-bezier(.5,0,0,1) 0s;
    z-index: 0;
}

.hasScrolled .full_logo {
    max-width: 72px;
    top: 4px;
    z-index: 99999999;
}

body:not(.hasScrolled) .full_logo path, body:not(.hasScrolled) .full_logo polygon, body:not(.hasScrolled) .full_logo rect {
    transition: all .8s cubic-bezier(.5,0,0,1) 0s;
    fill: #fff;
}

:root {
    --swap_color: #fff;
    --swap_color_invert: #8C6C63;
}

:root.hasScrolled {
    --swap_color: #8C6C63;
    --swap_color_invert: #fff;
}

a[href^="tel:"].header_tel {
    display: flex;
}

.new_article {
    float: left;
    width: 100%;
    margin: 100px 0;
}

.new_article_flex {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    gap: 70px;
    text-align: left;
    line-height: 1.8;
}

.new_article .pad_container, .new_gallery .pad_container, .new_contact .pad_container {
    max-width: 1680px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.new_article_img, .new_article_txt {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new_article_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.new_article_flex:nth-child(even) {
    flex-direction: row-reverse;
}

.lg-backdrop {
    z-index: 99999999;
}

.lg-outer {
    z-index: 999999999;
}

#lightgallery {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}

#lightgallery a {
}

#lightgallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: .4s;
    display: block;
    object-position: center;
}

#lightgallery a img:hover {
    transform: scale(0.92);
}

.new_gallery .pad_container, .new_contact .pad_container {
    gap: 20px;
    text-align: center;
}

.new_gallery .pad_container .subheading {
    text-align: center;
}

#lightgallery .col-12:nth-child(n+5) {
    display: none;
}

.col-12 {
    position: relative;
    display: flex;
    padding: 0 0 130% 0;
}

.more {
    display: inline-flex;
    padding: 0;
    color: #8C6C63;
    text-decoration: none;
    line-height: 1;
    position: relative;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    font-weight: 500;
    justify-content: center;
    margin: 20px auto 0 auto;
    cursor: pointer;
    background: #fff;
    position: relative;
}

.more span, .popup-bottom .mfp-close span {
    position: relative;
}

.more span:after, .popup-bottom .mfp-close span:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #8C6C63), color-stop(33.33%, #8C6C63), color-stop(0, transparent), color-stop(66.66%, transparent), color-stop(0, #8C6C63), to(#8C6C63)) 100%;
    background: -webkit-linear-gradient(left, #8C6C63, #8C6C63 33.33%, transparent 0, transparent 66.66%, #8C6C63 0, #8C6C63) 100%;
    background: linear-gradient(90deg, #8C6C63, #8C6C63 33.33%, transparent 0, transparent 66.66%, #8C6C63 0, #8C6C63) 100%;
    background-size: 300% 3px;
    bottom: -2px;
    content: "";
    display: block;
    height: 1pt;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: background-position .5s;
    transition: background-position .5s;
    width: 100%;
}

.more span:hover:after, .popup-bottom .mfp-close span:hover:after {
    background-position: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border: 4px solid #999;
}

.lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
}

.swiper {
    float: left;
    width: 100%;
}

.swiper-slide {
    opacity: 0.5;
    transition: opacity 0.5s;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 470px;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    left: calc(50% - -350px);
    outline: none;
    cursor: pointer;
    margin: -50px 0 0 0;
    z-index: 2;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: calc(50% - 350px);
    outline: none;
    cursor: pointer;
    margin: -50px 0 0 0;
    z-index: 2;
}

.accommodation_content {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
}

.new_gallery {
    margin: 0px 0 100px 0;
}

.swiper-pagination {
    background-color: transparent;
    margin: 50px auto 0 auto;
    padding: 0px;
    display: flex;
    flex-direction: row;
    border-radius: 100px;
    overflow: hidden;
    justify-content: center;
}

.swiper-pagination-bullet {
    -webkit-box-align: center;
    align-items: center;
    background: transparent;
    border-top: 2px solid #ccc;
    cursor: pointer;
    display: inline-flex;
    height: 1px;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 0 13px 0;
    width: 5.33333rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-top: 2px solid #000;
}

.mfp-bg {
    z-index: 9999999999999;
}

.mfp-wrap {
    z-index: 99999999999999;
}

.flex-direction-nav a.flex-next:before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.51 376.04"><polygon points="13.65 376.04 0 367.7 109.76 188.02 0 8.34 13.65 0 128.51 188.02 13.65 376.04" fill="%238C6C63"/></svg>');
}

.flex-direction-nav a:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128.51 376.04"><polygon points="114.86 0 128.51 8.34 18.75 188.02 128.51 367.7 114.86 376.04 0 188.02 114.86 0" fill="%238C6C63"/></svg>');
    content: '';
    width: 17px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.new_contact {
    background: #fff;
}

.new_contact_grid {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 100px 0;
}

.subheading_contact, .new_contact_left_col .subheading_contact, .new_contact_right .subheading_contact {
    text-align: left;
    color: #8C6C63;
    font-weight: 450;
    line-height: 1.5;
    font-size: 19px;
    text-transform: uppercase;
}

.new_contact_grid_bottom {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 60px 0;
}

.new_contact_grid_bottom p {
    text-align: left;
    color: #8C6C63;
    font-size: 16px;
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
}

.new_contact_grid_bottom p img {
    margin: 2px 0px -4px 0;
}

.logo_white {
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1539.42 1673.73"><path d="M1494.54,181.1c-7.62-18.61-15.28-37.1-22.97-55.47-7.7-18.37-15.59-36.94-23.69-55.71-7.94,18.93-15.67,37.42-23.21,55.47-7.54,18.05-15.28,36.62-23.21,55.71h93.09ZM1529.54,233h-12.14l-17.86-41.19h-103.09c-2.86,6.67-5.75,13.53-8.69,20.59-2.94,7.06-5.91,13.93-8.93,20.59h-12.14l75.47-177.84h11.9l75.47,177.84Z" fill="%23020204" fill-rule="evenodd"/><path d="M1480.61,395.79c-5.55,0-11.51-.95-17.86-2.86-6.35-1.9-12.22-5-17.62-9.28-5.4-4.29-9.92-9.76-13.57-16.43-3.65-6.67-5.71-14.76-5.71-24.28v-2.62c-10.95,7.62-22.14,15.44-33.57,23.45s-22.46,15.67-33.09,22.97v-14.28l65.23-45.23c0-5.08.04-10.52.12-16.31.08-5.79.12-29.79.12-34.71h11.9v41.02c0,6.03.04,11.03.12,15,.08,3.97.12,7.06.12,9.28s.08,4.05.24,5.48c.16,1.43.36,2.62.6,3.57.24.95.52,2.14.83,3.57v-.24c1.75,5.87,4.21,10.75,7.38,14.64,3.17,3.89,6.75,6.98,10.71,9.29,3.97,2.3,8.13,3.93,12.5,4.88,4.36.95,8.61,1.43,12.74,1.43,3.49,0,7.02-.44,10.59-1.31,3.57-.87,7.06-2.14,10.48-3.81s6.59-3.69,9.52-6.07c2.94-2.38,5.56-5,7.5-8.09,2.83-4.52,4.44-10.32,5.24-17.14.79-6.82,1.19-15.08,1.19-24.76v-48.4h-167.13v-11.67h177.84v60.07c0,6.82-.16,12.66-.48,17.5-.32,4.84-.79,9.05-1.43,12.62-.63,3.57-1.43,6.67-2.38,9.29-.95,2.62-1.98,5.04-3.09,7.26-1.9,3.81-4.52,7.26-7.86,10.36-3.33,3.09-7.06,5.79-11.19,8.09-4.13,2.3-8.65,4.13-13.57,5.48-4.92,1.35-10,2.26-15.24,2.26h-1.19Z" fill="%23020204" fill-rule="evenodd"/><polygon points="1525.92 862.31 1514.25 862.31 1514.25 778.03 1381.98 778.03 1381.98 862.31 1370.31 862.31 1370.31 684.47 1381.98 684.47 1381.98 767.32 1514.25 767.32 1514.25 684.47 1525.92 684.47 1525.92 862.31" fill="%23020204" fill-rule="evenodd"/><path d="M1527.99,999.06c0-11.27-2.06-21.86-6.19-31.7-4.13-9.88-9.8-18.45-17.02-25.75-7.22-7.3-15.67-13.09-25.35-17.3-9.68-4.21-20.08-6.31-31.19-6.31s-21.98,2.1-31.66,6.31c-9.68,4.21-18.09,10-25.24,17.3-7.14,7.3-12.74,15.87-16.78,25.75-4.05,9.84-6.07,20.43-6.07,31.7s2.02,21.9,6.07,31.82c4.05,9.96,9.6,18.57,16.67,25.87,7.06,7.3,15.48,13.09,25.24,17.3,9.76,4.21,20.36,6.31,31.78,6.31s21.55-2.14,31.31-6.43,18.21-10.12,25.36-17.42c7.14-7.3,12.78-15.87,16.9-25.75,4.13-9.84,6.19-20.43,6.19-31.7M1539.42,998.94c0,12.7-2.3,24.64-6.9,35.83-4.6,11.19-10.99,20.95-19.17,29.28-8.17,8.33-17.82,14.92-28.93,19.76-11.11,4.84-23.17,7.26-36.19,7.26s-25.32-2.38-36.43-7.14c-11.11-4.76-20.75-11.31-28.93-19.64-8.17-8.33-14.56-18.09-19.17-29.28-4.6-11.19-6.9-23.21-6.9-36.07s2.34-24.88,7.02-36.07c4.68-11.19,11.15-20.95,19.4-29.28,8.25-8.33,17.94-14.88,29.05-19.64,11.11-4.76,23.09-7.14,35.95-7.14s24.84,2.42,35.95,7.26,20.75,11.43,28.93,19.76c8.17,8.33,14.6,18.09,19.28,29.28,4.68,11.19,7.02,23.13,7.02,35.83Z" fill="%23020204" fill-rule="evenodd"/><path d="M1453.83,1150.84v167.13h-11.43v-167.13h-71.77v-10.71h154.98v10.71h-71.77Z" fill="%23020204" fill-rule="evenodd"/><polygon points="1359.31 1471.49 1359.31 1336.66 1536.92 1336.66 1536.92 1471.49 1526.2 1471.49 1526.2 1348.08 1454.31 1348.08 1454.31 1471.49 1443.59 1471.49 1443.59 1348.08 1370.03 1348.08 1370.03 1469.87 1369.25 1471.49 1359.31 1471.49" fill="%23020204" fill-rule="evenodd"/><polygon points="1511.16 1668.44 1385.07 1668.44 1385.07 1490.59 1396.74 1490.59 1396.74 1657.72 1511.16 1657.72 1511.16 1668.44" fill="%23020204" fill-rule="evenodd"/><path d="M1526.32,508.87h-167.13v-11.43h0s167.13,0,167.13,0v-71.77h10.71v154.98h-10.71v-71.77Z" fill="%23020204" fill-rule="evenodd"/><path d="M464.43,153.48c0-30.5,21.3-51.23,51.23-51.23h9.53c6.71,0,37.94,26.57,41.95,31.92,5.98,7.99,24.2,36.91,24.77,47.91l1.17,38.12c-4.41-3.25-5.13-7.92-14.49-14.07-4.62-3.03-13.26-8.56-20.04-8.56h-10.72c-35.45,0-45.51,44.94-16.7,59.59,48.54,24.67,44.62-45.26,22.65-42.91l-15.47,1.38-3.51,1.62c-.84,2.65-2.47,4.22-2.47,6.53,0,5.61,5.6,15.49,11.92,15.49,1.96,0,4.77-4.74,4.77-7.15,0-4.49-.79-2.26-1.19-7.15,3.84.32,7.15,2.13,7.15,5.96v4.77c0,4.79-6.59,14.3-10.72,14.3h-1.19c-8.85,0-17.87-7.43-17.87-15.49v-9.53c0-7.03,6.4-10.2,10.72-13.11l11.88-1.41c19.79-2.5,39.35,18.66,39.35,37.15v14.29c0,11.92-12.18,34.3-18.77,40.81-9.01,8.91-21.02,21.11-28.67,30.9-3.77,4.83-9.59,10.16-14.23,15.56-4.89,5.69-8.3,10.94-13.09,16.69-4.43,5.32-17.98,36.63-22.94,36.63h-1.19l-77.44,2.39c-12.88.53-23.38-.56-28.6-8.34l3.77-5.83c-1.88-3.3-2.44-7.27-7.34-7.27-11.02,0-6.16,4.54-10.01-9.06-1.04-3.68-4.38-13.74-4.22-17.06.59-11.92,1.19-28.23,4.22-38.7,4.68-16.14,17.36-49.03,30.07-54.52,20.15-8.71,35.76-20.05,67.65-11.28,15.05,4.14,38.57,27.91,38.57,46.02v1.19c0,29.03-14.03,63.15-40.51,63.15h-10.72c-13.05,0-38.13-8.81-38.13-20.25v-11.91c0-3.43,4.1-26.25,5.22-29.33,2.67-7.41,11.16-12.37,20.99-12.37h5.96c10.81,0,22.64,7.74,22.64,17.87v19.06c0,2.9-6.64,9.53-9.53,9.53h-15.49c-4.47,0-9.53-9.74-9.53-14.3v-1.19c0-2.78,3.18-5.96,5.96-5.96h4.77c4.43,0,6.37,6.52,9.53,9.53,2.74-1.45,11.91-4.08,11.91-7.15,0-8.64-10.91-19.07-21.45-19.07-13.27,0-24.63,19.19-20.99,31.7,3.9,13.43,15.49,24.3,31.72,24.3,5.94,0,22.45-5.89,25.47-11.46.83-1.54,9.08-27.37,9.08-27.85,0-23.09-21.72-40.51-46.47-40.51h-9.53c-12.51,0-25.68,13.03-30.21,22.22-4.56,9.28-9.11,28.8-9.11,42.12v3.57c0,13.22,11.2,25.94,20.62,30.61,6.55,3.26,29.78,11.89,38.66,10.88,14.53-1.66,25.24-7.83,36.43-13.71,13.08-6.87,14.93-15.28,21.48-28.56,12.31-25.01,8.67-56.05-3.18-78.68-11.07-21.13-38.47-31.35-66.35-31.35h-5.96c-4.11,0-4.62-.88-8.34-1.19,1.33-4.96,9.33-17.33,12.33-23.41,4.26-8.6,4.8-20.11,7.92-26.63,7.32,5.37,1.84,9.88,17.87,17.87,7.98,3.98,14.53,9.53,26.21,9.53,20.81,0,43.02-19.71,45.2-40.59,1.32-12.59-.15-25.59-5.05-35.3-3.91-7.76-15.32-17.04-25.86-17.04h-1.18c-19.2,0-27.68,14.32-30.13,31.92-.92,6.57,2.89,16.66,6.74,22.44,5.89,8.83,11.71,6.09,19.81,9.98,5.44-2.88,15.68-12.18,17.24-18.59,2.29-9.41-5.52-19.54-14.86-19.54-1.7,0-5.96,2.86-5.96,5.96v13.11c-5.61-.47-5.96-3.83-5.96-9.53v-3.57c0-6.04,4.24-16.68,9.53-16.68h3.57c11.69,0,15.49,10.12,15.49,21.45v10.72c0,11.98-12.7,27.4-19.06,27.4h-10.72c-22.71,0-28.6-13.24-28.6-35.74M478.72,473.97c-.08-.02-21.74-13.04-24.54-14.78-7.54-4.67-18.58-7.93-27.1-12.22-14.66-7.37-39.78-17.04-43.68-33.77,7.07.59,11.04,3.57,19.07,3.57h5.96l59.54-2.07c7.3.65,8.53-4.01,8.41,7.99-.08,7.55.4,11.06,1.07,16.8.98,8.37,2.47,25.27,2.47,32.09,0,.16-1.17,2.35-1.19,2.38ZM946.96,476.35c3.98-5.44,31.24-7.22,41.67-7.17,16.99.08,26.64-5.93,41.73-5.93-6.2,9.26-34.76,14.3-51.23,14.3h-28.6c-2.3,0-2.12-.37-3.57-1.19ZM265.46,525.2v1.19c0,14.67,4.13,23.74,11.03,31.87,4.45,5.23,18.76,16.98,27.1,16.98,21.62,0,38.12-13.69,38.12-35.75v-3.57c0-16.51-13.56-33.36-28.59-33.36-12.44,0-26.21,15.45-26.21,27.4,0,16.45,9.38,17.42,20.26,22.64,3.21-1.7,13.11-6.71,13.11-10.72,0-7.19-10.32-14-16.68-15.49,1.08-4.04,3.28-5.96,8.34-5.96h3.57c4.39,0,9.53,8.67,9.53,13.11,0,11.81-5.68,26.21-16.68,26.21h-2.38c-10.38,0-23.83-19.2-23.83-30.98,0-16.12,8.01-35.74,22.64-35.74h11.91c23.56,0,21.8,10.52,34.33,19.09l2.61,20.22c1.46,10.98-3.71,35.37-9.82,41.41-7.99,7.9-21.5,14.58-36.65,14.58h-8.34c-29.58,0-59.57-36.36-59.57-66.72v-13.11c0-20.21,20.4-34.61,33.12-43.13,15.89-10.64,38.1-13.34,62.19-15.26,22.45-1.79,51.43,2.72,67.2,9.07,22.01,8.86,31.43,16.75,49.3,28.14,15.62,9.95,30.88,19.9,41.77,34.49,9.15,12.27,25.35,32.05,31.97,45.48,8.91,18.09,18.95,30.79,23.53,53.91,2,10.08,2.12,24.99,4.48,33.64,1.94,7.12,9.32,22.26,9.32,30v8.34c0,20.34-8.13,60.04-12.43,79.31-3.04,13.64-4.55,24.86-13.76,31.5-3.6,2.59-25.9,16.67-29.8,16.67h-7.15c-33.27,0-49.04-6.65-65.83-23.54-15.23-15.3-31.87-27.64-31.87-57.48v-8.34c0-21.74,15.52-42.19,25.5-55.53,9.93-13.28,32.51-25.49,55.52-25.49,24.41,0,48.85,19.99,48.85,42.89v22.63c0,28.42-12.93,39.32-41.7,39.32h-14.3c-7.16,0-21.45-13.36-21.45-20.26v-25.02c0-9.79,16.92-23.83,28.59-23.83h1.19c10.99,0,22.64,9.26,22.64,20.26v14.29c0,4.87-5.17,13.11-9.53,13.11h-7.15c-7.73,0-11.6-6.65-13.37-13.37l5.03-4.5c1.91,1.28,6.7,4.77,9.53,4.77,5.45,0,6.45-5.96,8.34-9.53-14.24-26.92-35.75-13.95-35.75,11.91,0,14.25,15.34,27.4,28.6,27.4,14.31,0,28.6-25.42,28.6-39.32,0-20.35-18.98-40.51-39.32-40.51-13.7,0-25.56,11.15-32.5,18.74-10.51,11.51-8.66,23.17-12.79,38.46-3.11,11.52,7.13,28.64,13.98,34.86,5.49,4.99,28.15,13.98,38.45,13.98,23.2,0,40.59-5.12,49.83-19.28,7.2-11.04,14.98-37.74,14.6-55.79-.35-17.06-12.07-38.91-21.22-47.97-8.25-8.17-33.47-21.13-49.17-21.13-7.14,0-24.29,2.93-29.67,4.89-7.2,2.61-19.88,12.22-22.75,12.99,0-40.45-35.74-57.64-35.74-88.17v-13.11c0-17.29,25.29-44.08,35.74-44.08h15.49c19.57,0,25.02,20.77,25.02,40.51v3.58c0,5.35-10.96,19.06-15.49,19.06l-13.14.27-13.07-1.46c-7.75-11.56-3.58-13.22-3.58-29.79,1.6-1.07,8.9-5.95,10.72-5.95h8.34c2.64,0,8.34,6.05,8.34,7.15,0,4.64-.24,13.11-4.76,13.11h-2.38c-4.93,0-8.78-9.53-10.72-9.53-7.07,0-3.47,9.76-1.63,13.54,3.84,7.89,5.26,6.54,12.35,10.29,9.51-2.21,21.45-14.21,21.45-23.83v-4.77c0-10.69-13.73-22.63-25.02-22.63h-1.19c-17.14,0-30.98,21.21-30.98,36.93s13.59,32.17,28.59,32.17h1.19c21.55,0,47.66-17.68,47.66-38.13,0-25.07-23.12-56-48.85-56-32.79,0-61.95,32.43-61.95,64.34,0,13.02,7.42,33.94,11.91,42.89,5.33,10.62,19.06,24.43,19.06,36.93v19.07c0,36.37-29.81,56.32-26.33,88.17l1.31,14.29c-5.54-.12-25.62-8.22-35.23-10.04-14.92-2.83-24.25-4.09-36.43-8.84-20.82-8.11-39.15-23.48-39.15-52.6,0-32.33,12.46-63.15,45.28-63.15,66.12,0,28.42,72.68,11.92,72.68h-13.11c-5.09,0-16.68-10.13-16.68-14.3v-15.49c0-6.35,13.33-17.87,16.68-17.87h7.15c2.89,0,9.53,6.64,9.53,9.53v3.58c0,2.74-.83,3.57-3.57,3.57h-1.19c-2.42,0-7.75-4.77-9.53-4.77-14.07,0-10.08,23.83,4.77,23.83h1.19c11.42,0,22.64-9.76,22.64-21.45v-3.57c0-16.36-19.63-30.19-33.52-25.21-12.6,4.53-29.63,18.44-29.63,34.74v7.15c0,15.88,14.83,34.55,30.98,34.55h8.34c14.45,0,26.86-9.29,32.88-18.35,4.14-6.23,14.77-29.08,14.77-37.65,0-26.11-21.99-48.84-48.85-48.84,11.19-7.77,24.92-5.24,35.3-20.71,5.41-8.06,14.74-28.76,14.74-41.25v-7.15c0-10.55-10.1-36.87-15.81-42.57-7.54-7.54-25.48-18.19-40.19-18.19s-26.95,8.42-34.25,16.99c-4.29,5.04-15.79,27.05-15.79,35.44ZM738.46,834.97v-3.57c0-20.21-14.49-25.95-30.98-29.79-10.24,5.42-15.63,8.35-18.16,22.38-1.97,10.95,4.47,20.52,18.16,20.52,5.3,0,10.72-8.99,10.72-13.1,0-6.4-4.68-13.11-10.72-13.11-.71,0-2.47,1.64-3.13,2.45l-1.55,9.67-1.27-.21c-.82-1.45-1.19-1.27-1.19-3.57v-3.58c0-3.92,3.63-9.53,5.96-9.53,11.5,0,19.06,8.34,19.06,20.25v4.77c0,12.42-9.05,15.49-21.44,15.49h-9.53c-7.08,0-11.92-16.83-11.92-25.02,0-9.93,13.25-30.98,23.83-30.98,24.97,0,36.93,14.11,36.93,39.32v15.49c0,15.22-25.73,25.01-42.89,25.01h-20.25c-9.64,0-26.21-11.99-26.21-21.45v-10.72c0-22.84,13.71-49.93,26.49-60.49,3.66-3.03,23.77-13.56,28.52-14.37,10.07-1.73,30.51,3.37,40.31,3.37h4.76c0,9.67,2.48,23.49,6.42,29.32,3.05,4.5,12.02,19.52,17.41,19.52,2.05,0,8.76-9.8,11.98-12.13l15.42,4.98c-1.59,2.37-16.5,14.75-20.55,18.76-6.43,6.36-11.62,14.84-16.64,22.68-5.16,8.05-8.85,17.61-14.04,25.27-4.14,6.12-12.81,18.34-15.9,24.61-8.64,17.52-18.72,35.04-31.49,48.34-7.62,7.94-10.2,12.52-19.64,19.68-2.54,1.93-26.19,11.03-29.48,11.03h-11.91c-15.92,0-32.17-16.68-32.17-33.36v-15.49c0-13.24,15.67-41.2,26.24-40.86l47.63,2.73h7.15c14.08,0,35.3-9.32,44.56-15.01,11.08-6.82,22.16-22.23,22.16-38.6,0-26.36-13.06-45.33-31.38-54.41-28.29-14.01-39.43-4.89-53.22,17.47-13.71,22.25-7.79,45.18,12.69,56.43,18.7,10.27,49.27-5.63,49.27-30.22ZM146.32,861.18l17.86,1.02,39.33-2.21c-7.41,5.15-51.32,9.2-57.18,1.19ZM998.19,871.91h47.66c-3.47,4.73-23.31,3.57-30.98,3.57-5.98,0-13.02-1.02-16.68-3.57ZM87.94,900.5v8.34c0,6.69,7.87,13.11,14.3,13.11h1.19c6.87,0,14.3-5.69,14.3-13.11,0-5.41-5.66-11.92-10.72-11.92-2.87,0-3.5,1.93-5.96,3.58v-7.15c1.36-2.03,2.59-4.77,5.96-4.77h1.19c4.85,0,13.11,9.64,13.11,15.49v4.77c0,8.73-5.4,19.06-13.11,19.06-10.98,0-19.46-6.58-23.83-13.11,0-26.26,6.23-45.28,32.17-45.28h7.15c1.04,0,11.9,6.77,16.89,8.13,7.14,1.94,15.14,1.37,23.14,3.16,8.74,1.95,32.83-6.52,44.56-6.52h11.91c3.47,0,14.31,18.02,24.23,23.42,9.14,4.98,23.17,12.32,36.53,12.32h13.11c9.62,0,17.45-4.39,24.91-3.52,8.89,1.05,19.45.18,28.64,1.21,13.63,1.52,36.9,6.23,46.53,11.85,14.03,8.21,46.47,50.89,46.47,71.48v9.53c0,25.65-9.01,47.26-23.84,56.72l-81,2.85-7.26-1.05-23.72,3.44c-5.65.58-10.29-9.05-10.45-15.09l11.64,4.37c1.09-.73,3.58-1.94,3.58-3.57,0-5.98-5.93-11.92-11.92-11.92-5.15,0-4.8,2.39-8.34,2.39-11.01,0-22.02-48.29-15.16-65.2,7.09-17.44,21.71-42.03,44.94-42.03h11.92c10.86,0,20.97,5.85,27.11,11.02,3.39,2.85,14.59,19.45,14.59,24.73v13.1c0,22.43-12.77,30.98-35.74,30.98-6.14,0-15.75-.75-18.78-3.86-1.76-1.79-9.82-11.74-9.82-14.02v-9.53c0-14.36,7.04-26.21,21.44-26.21h5.97c3.61,0,13.1,8.31,13.1,14.3v8.34c0,5.56-2.78,8.34-8.34,8.34h-3.57c-2.58,0-7.16-4.79-7.16-5.96,0-7.52,10.73-4.47,10.73-10.72,0-3.21-3.17-4.76-5.96-4.76-9.94,0-17.87,7.91-17.87,16.68,0,10.67,10.6,19.06,20.26,19.06,11.88,0,28.59-15.51,28.59-27.4,0-19.53-21.66-37.5-41.94-32.42-17.82,4.47-34.31,24.44-34.31,44.33,0,24.03,21.52,42.89,47.66,42.89,29.87,0,52.42-21.19,52.42-50.04v-4.76c0-14.36-8.82-34.39-16.38-42-7.09-7.13-28.59-17.57-42-17.57-20.26,0-31.63,5.89-43.59,14.79-6.43,4.78-10.5,8.03-15.29,14.5-3.66,4.94-8.36,16.13-11.42,18.37,0-35.97-38.27-72.68-73.86-72.68h-3.58c-14.71,0-35.95,11.63-45.27,17.87,0-17.23-12.53-34.55-27.4-34.55-12.13,0-22.64,13.46-22.64,26.21ZM277.37,888.59h25.02c4.11,0,4.62.88,8.34,1.19-1.4,2.01-.17,2.38-3.57,2.38h-27.4c-3.22,0-3.29-.57-5.96-1.19,1.4-2.01.17-2.38,3.58-2.38ZM141.55,979.14v9.53c0,11.75,8.36,29.44,14.05,35.98,7.79,8.97,20.16,12.94,35.99,14.05,19.39,1.36,23.1,4.35,39.09-6.17,15.47-10.18,17.52-22.4,24.05-27.18,1.37,2.86,5.56,21.97,7.3,27.26,3.41,10.35,7.26,14.27,11.71,22.06l-94.07,6.68h-2.38c-9.37,0-19.5-5.29-20.25-14.3h4.76c4.83,0,3.09-2.92,2.38-5.96-3.19-.76-2.24-1.19-4.76-1.19-6.06,0-8.9,6.9-14.3,8.34-.93-4-9.88-17.52-12.63-24.3-3.14-7.75-7.62-20.42-7.62-30.5v-19.06c0-26.2,26.74-64.34,54.8-64.34h9.53c24.93,0,54.81,26.87,54.81,51.23v15.49c0,25.92-19.55,47.66-45.28,47.66h-3.57c-22.45,0-38.12-13.97-38.12-38.13v-2.38c0-26.16,8.98-44.08,34.55-44.08h4.76c7.85,0,26.21,19.95,26.21,32.17v5.96c0,6.92-12.51,22.64-17.87,22.64h-9.53c-8.84,0-14.32-6.62-17.87-11.91,0-9.64,1.78-27.41,10.72-27.41h4.77c5.9,0,10.27,3.97,10.72,9.53-7-.59-8.2-4.77-14.3-4.77-3.85,0-5.96,4.33-5.96,8.34,0,17.47,28.71,23.97,34.61,1.2,4.69-18.07-16.92-32.77-32.42-27.6-15.55,5.2-25.41,23.49-19.63,43.78,3.86,13.55,24.42,27.9,38.88,27.9,19.67,0,34.55-27.79,34.55-48.85,0-24.41-26.5-48.68-51.5-44.41-25.37,4.33-46.19,24.38-46.19,52.75ZM315.5,1069.68c4.5-1.05,7.45-2.38,13.11-2.38h5.96c10.73,0,59.64,2.37,63.12,6.76l-41.68,2.77c-5.85.43-38.73-4.72-40.51-7.15ZM932.66,1073.26l58.38,7.15c-2.55,1.78-3.94,2.38-8.34,2.38h-9.53c-10.93,0-36.44-3.98-40.51-9.53ZM519.13,1238.87l-1.1-19.07v-16.67c0-13.23-19.18-11.92-28.59-11.92h-3.57s-61.95-2.38-61.95-2.38h-125.1c-12.46,0-30.06-3.53-40.42-2.32-18.07,2.12-21.82,2.32-41.79,2.32h-1.19l.05,1.4-53.66.98H39.08s-36.93,3.58-36.93,3.58v13.11h4.76c15.47,10.35,13.15,4.34,34.56,5.94,11.15.84,24.32,1.2,36.93,1.2h120.33c7.61,0,9.07-2.38,16.68-2.38,42.22,0,98.57,14.05,137.48,3.67,3.29-.14,6.6-.68,9.85-1.64l.17-.04c2.14-.09,4.28-.36,6.4-.78h36.03l-6.27-3.14c5.34,2.54,11.32,3.96,17.63,3.96h2.53c2.67.54,5.43.83,8.26.83h.04c2.67.54,5.43.83,8.26.83h.03c1.05.31,2.12.58,3.21.8l1.06.37c3.52,1.63,7.3,2.78,11.27,3.37,3.25.83,6.65,1.27,10.16,1.27h56.65l.96,16.71ZM613.64,1368.73h0c38.23-.04,31.62-8.01,29.04-38.32-.44-2.44-.67-4.92-.67-7.39v-1.75c-.25-1.85-.39-3.74-.39-5.66v-26.3c-.3-2.1-.43-4.22-.4-6.31l-.52.03-4.72-76.33c-.37-5.91,1.78-8.16.78-13.82-.95-5.36-2.9-8.39-3.2-12.35-.84-11.22-.64-20.79.05-29.81,1.83-24.18-.18-36.38,5.23-57.91,5.13-20.38,2.75-33.26,19.04-44.1,13.48-8.97,22.31-19.52,44.81-19.52h36.94c17.77,0,46.07,11.05,57.19,17.86,15.82,9.7,32.13,16.89,51.68,23.39,21.81,7.25,35.6,9.77,59.8,15.25,15.86,3.59,47.29,12.6,62.47,12.6h10.72c11.34,0,36.67-12.91,44.08-17.87l.2,1.32,67.71-9.66h28.59c16.75,0,38.51,9.88,50.81,15.91,16.98,8.32,11.11,1.94,4.94-7.33-8.65-13-3.9-8.09-18.42-14.94-11.96-5.63-38.71-10.73-55.3-11.44-23.43-1.01-39.84,10.65-57.1,10.65,11.51-17.18,26.21-38.78,26.21-66.72v-9.53c0-16.53-11.18-32.69-15.37-45.39-5.56-16.87-2.4-40.39,16.56-40.39,7.71,0,19.06,6.82,19.06,13.11v5.96c0,6.62-3.94,9.58-8.34,11.91-3-1.59-9.53-5.39-9.53-9.53v-2.38c0-2.75.83-3.58,3.57-3.58,4.97,0,9.53,3.62,9.53-2.38v-1.19c0-2.79-1.98-4.77-4.77-4.77h-5.96c-7.81,0-14.3,8.54-14.3,15.49,0,8.67,11.58,20.25,20.25,20.25s20.26-17.17,20.26-27.4c0-13.94-11.86-26.21-26.21-26.21-26.09,0-27.59,16.76-35.75,32.17-9.71-6.5-25.74-16.68-41.69-16.68h-14.3c-37.16,0-66.72,37.8-66.72,77.44,0,18.18,10.1,34.58,19.35,43.8,8.27,8.25,29.85,19.35,44.99,19.35h10.72c20.99,0,47.94-31.21,46.52-54.77-1.61-26.61-18.57-57.22-45.33-57.22h-4.77c-19.94,0-45.28,22.61-45.28,42.89,0,21.76,12.42,40.72,31.88,43.2,21.97,2.81,40.8-11.46,40.8-32.48v-2.38c0-17.22-10.71-25.9-24.05-29.58-16.37-4.52-25.38,10.04-30.75,21.24,3.85,8.01,6.53,21.45,19.06,21.45,17.59,0,21.45-27.4,4.77-27.4-2.78,0-4.77,1.97-4.77,4.77v7.15c-2.7-.72-4.77-1.15-4.77-4.77v-3.57c0-3.01,4.94-5.96,7.15-5.96h7.15c6.06,0,13.11,7.05,13.11,13.11v9.53c0,6.83-10.95,16.68-17.87,16.68h-2.38c-12.67,0-25.02-10.48-25.02-23.83v-13.11c0-11.68,18.22-22.64,30.98-22.64h2.38c20.13,0,33.36,18.38,33.36,38.13v5.96c0,21.66-11.63,39.32-33.36,39.32h-8.34c-16.29,0-27.65-4.38-36.04-12.81-5.64-5.67-16.38-22.59-16.38-32.46,0-14.82,5.4-37.02,12.79-44.4,5.07-5.07,8.42-10.94,15.07-13.53,4.55-1.77,17.51-6.41,22.18-6.41h14.3c33.56,0,60.77,31.72,60.77,65.53v11.91c0,22.73-17.07,52.25-29.79,60.76-2.21-3.3-9.55-10.72-14.3-10.72-4.15,0-9.53,5.39-9.53,9.53s7.61,1.71,10.64,5.34l-17.79,3c-14.64,2.01-58.19-7.21-73.87-8.33-14.71-1.06-20.42-.77-34.82-3.31-6.22-1.1-31.9-5.35-31.9-9.8,0-.04,15.71-24.09,17.87-33.36-2.15-1.44-2.1-2.38-4.76-2.38h-1.19c-3.28,0-6.77,6-8.34,8.34-2.64-1.4-5.81-3.58-9.53-3.58-10.87,0-10.03,3.13-13.1,9.53.86,1.62,2.61,5.96,4.76,5.96,4.14,0,1.68-2.11,7.15-3.57.62,2.67,1.19,2.73,1.19,5.95v2.39c0,2.78-1.97,4.77-4.76,4.77h-1.19c-3.79,0-28.98-9.62-33.72-11.55-7.35-3-28.89-8.22-30.62-14.66,20.07-4.68,45.28-37.55,45.28-60.76v-1.19c0-33.55-49.05-57.35-62.66-17.39-6.86,20.13-1.4,30.39,14.27,39.57,15.45,9.06,31.71-8.46,31.71-22.18,0-10.68-11.32-22.64-21.44-22.64-3.37,0-6.34,2.72-9.53,3.57-.1,4.63-3.57,15.31-3.57,15.49,0,4.04,4.3,8.34,8.34,8.34,6.17,0,3.66-10.43,3.57-14.3,3.17.84,7.15,3.35,7.15,7.15v7.15c0,5.8-8.17,7.15-14.29,7.15-2.87,0-7.15-4.28-7.15-7.15v-19.06c5.09-2.06,1.45-10.72,15.49-10.72h5.95c11.2,0,19.06,11.68,19.06,22.64v3.57c0,18.1-10.58,26.05-17.89,36.76l-22.61,2.55c-16.98,2.13-41.02-5.9-56-7.15.54-6.45,17.42-24.32,21.45-30.98,6.91-11.42,13.39-21.38,20.97-32.65,13.32-19.8,21.55-48.71,35.27-70.77,13.18-21.21,40.64-34.16,74.7-28.72,27.55,4.4,50.16,25.06,50.16,57.07v1.19c0,21.71-21.78,51.23-39.32,51.23h-11.92c-23.13,0-41.7-24.06-41.7-47.66v-4.77c0-16.53,11.37-30.97,27.4-30.97h11.92c13.26,0,22.64,14.11,22.64,28.59v8.34c0,9.31-9.3,22.64-17.87,22.64h-5.96c-7.66,0-17.87-9.57-17.87-17.87v-7.15c0-5.73,3.27-13.1,8.34-13.1h3.57c3.79,0,8.34,6.07,8.34,10.72,0,2.74-.83,3.57-3.57,3.57-4.9,0-3.58-5.96-7.15-5.96-4.57,0-5.96,6.42-5.96,10.72,0,13.07,7,13.23,16.68,15.49,5.29-2.8,7.15-4.89,7.15-13.11,4.8-7.18,9.22-12.78,4.4-22.28-3.58-7.06-9.83-13.47-19.89-13.47h-1.19c-11.67,0-25.02,19.7-25.02,32.17,0,38.3,70.3,51.41,70.3-9.53,0-23.17-22.18-44.08-45.27-44.08-10.53,0-26.32,10.94-31.32,17.54-6.74,8.89-11.58,22.1-11.58,37.27v2.38c0,33.73,24.71,56,58.38,56,15.62,0,35.77-12.88,43.21-21.12,5.7-6.31,17.55-35.44,17.55-46.8v-5.96c0-6.73-2.38-6.51-2.38-14.3,7.93,1.85,26.75,15.13,38.59,19.79,6.95,2.74,39.3,11.18,47.2,11.18,52.68,0,76.3-38.57,76.25-90.55-.03-34.85,5.92-45.94-9.52-71.5-9.18-15.19-38.14-22.62-38.14-46.45v-1.19c0-7.29,8.7-17.87,16.68-17.87h7.15c6.71,0,14.3,9.34,14.3,15.49v9.53c0,4.02-2.11,8.34-5.96,8.34-5.84,0-15.49-6.55-15.49-11.92v-5.95c8.84.2,8.19,7.15,13.11,7.15,2.73,0,1.38-.41,4.76-1.19.76-3.19,1.19-2.24,1.19-4.76,0-5.05-5.78-11.91-11.92-11.91h-1.19c-8.29,0-16.68,10.48-16.68,19.06,0,13.39,12.54,20,23.83,22.64,9.69-5.13,21.45-11.92,21.45-26.21,0-15.88-14.49-33.81-30.83-33.06-15.73.72-32.31,14.62-32.31,31.86v4.77c0,12.65,1.17,4.77-13.11,4.77h-2.38c-21.31,0-43.86,15.65-50.21,32-9.99,25.71-10.47,39.12,3.31,63.74,9.18,16.38,31.49,29.55,53.57,24.12,22.8-5.59,38.59-17.1,38.59-44.8,0-19.98-20.8-45.28-40.51-45.28-18.58,0-35.75,13.07-35.75,30.98s15.99,32.17,32.17,32.17h1.19c7.66,0,11.86-6.54,14.32-11.88,3.66-7.92,3.74-11.29-.77-19.54-9.45-17.26-30.23-9.53-30.23,1.64,0,4.74,4.56,8.48,7.15,10.72,1.29-.68,4.26-1.87,5.35-2.99,1.75-1.79,1.94-5.35,4.19-5.35,2.74,0,3.57.83,3.57,3.58v4.76c0,2.87-4.28,7.15-7.15,7.15h-2.38c-6.36,0-13.11-8.68-13.11-14.3v-11.92c0-6.06,7.05-13.11,13.11-13.11h7.15c13.2,0,26.21,17.69,26.21,30.98,0,17.55-3.46,14.82-7.83,25.52-3.51,8.58-11.79,10.21-23.14,10.21-8.09,0-23.51-9.8-28.3-14.59-7.76-7.76-13.4-15.55-13.4-30.68v-9.53c0-16.42,22.35-36.94,39.32-36.94h15.49c15.34,0,30.36,11.22,37.16,20.03,10.66,13.8,12.88,20.45,12.88,44.31,0,13.9-3.11,54.74-7.15,63.15-4-1.07-4.88-3.58-8.34-3.58-5.6,0-13.11,5.39-13.11,10.72,0,1.64,2.49,2.85,3.7,3.77l5.83-3.77v9.53c-2.68,4.01-5.22,5.96-11.91,5.96l-39.32-.34-13.11.34h-3.57c-9.94,0-47.66-.82-47.66-11.91,0-2.8,2.38-4.91,2.38-5.96,0-8.61-14.3-15.22-14.3-9.53s8.34,2.02,8.34,7.15c0,3.18-1.72,3.53-3.57,4.76-12.82-6.78-22.17-15.49-37.16-23.6-9.55-5.17-32.68-15.71-46.24-15.71-17.22,0-38.23,9.32-46.58,9.43l-3.46-34.45c11.21,7.5,28.05,20.25,46.47,20.25h13.11c29.47,0,53.89-16.6,60.3-39.78,7.61-27.51,17.36-47.8,33.53-66.55,18.25-21.16,25.03-34.98,53.09-46.98,19.06-8.15,17.87-7.16,41.27-6.3,18.45.68,29.67,7.1,42.94,7.1h5.96c20.1,0,40.78-21.29,49.34-34.07,7.63-11.39,18.58-47.28,18.58-66.02,0-41.47-20.16-61.61-53.12-70.79-36.95-10.29-67.51,18.95-74.84,45.3-9.98,35.82,7.5,68.8,36.65,78.67,33.77,11.44,67.48-21.4,67.48-51.99v-1.19c0-23.04-15.38-47.66-38.13-47.66h-1.19c-47.64,0-54.81,77.44-8.34,77.44,13.01,0,26.21-14.06,26.21-27.4v-3.57c0-12.1-11.45-27.4-23.83-27.4-23.07,0-21.15,36.93-3.57,36.93,1.63,0,2.85-2.48,3.57-3.57-.78-1.47-5.96-13.1-5.96-14.3,0-3.03,2.57-7.15,5.96-7.15h1.19c3.71,0,9.53,7.01,9.53,11.91v9.53c0,3.88-8.64,11.92-11.92,11.92h-7.15c-4.85,0-13.11-12.19-13.11-17.87v-14.3c0-9.58,13.6-20.25,23.83-20.25h3.57c14.38,0,25.02,11.11,25.02,25.01v13.11c0,18.76-18.87,36.94-36.93,36.94h-8.34c-18.57,0-34.55-24.72-34.55-44.08v-3.58c0-26.14,21.09-50.04,46.47-50.04h13.11c14.18,0,29.59,12.57,35.53,21.66,8.86,13.58,9.25,28.61,8.5,47.4-.88,22.46-4.52,30.49-11.84,46.54-4.16,9.11-19.33,26.19-32.19,26.19l-17.96.58-51.14-7.73c-17.12-2.53-48.59,16.09-58.38,22.64-6.49-9.68-15.11-19.06-30.98-19.06-30.03,0-43.24,44.09-11.91,44.09h2.38c9.92,0,17.87-7.11,17.87-16.68,0-4.71-2.26-7.18-5.16-9.01-5.73-3.6-13.17-2.85-16.45,3.65-2.35,4.64-3.06,9.5,3.74,11.32-.59,1.06-.78,2.38-2.38,2.38-5.41,0-5.96-9.08-5.96-13.11,0-1.97,1.14-3.83,2.78-5.3,4.64-4.13,9.79-4.63,14.94-3.64,8.71,1.68,18.02,6.7,18.02,12.51v3.57c0,5.31-52.82,54.81-53.61,54.81-4.14,0-14.18-25.22-47.63-21.42-18.06,2.05-30.92,20.69-33.94,38.83-3.44,20.66,11.21,38.98,28.39,41.75,6.95,1.12,21.72-4.84,26.09-8.8,5.12-4.63,11.59-16.42,11.59-25.34,0-16.97-13.06-30.97-29.78-30.97-11.11,0-22.64,12.63-22.64,25.01,0,9.77,6.94,19.06,17.87,19.06h2.38c6.77,0,13.1-4.93,13.1-11.91v-1.19c0-7.45-3.78-14.3-10.72-14.3-2.68,0-2.61.94-4.77,2.38,1.39,2.64,3.58,5.81,3.58,9.53v5.96c-6.68-.15-10.72-2.87-10.72-9.53v-1.19c0-5.99,5.92-11.92,11.91-11.92h1.19c6.35,0,15.49,5.38,15.49,10.72v10.72c0,13.37-10.32,20.26-23.83,20.26h-2.38c-9.66,0-15.49-16.84-15.49-28.6,0-13.35,10.03-27.4,22.64-27.4h2.38c24.66,0,40.51,25,40.51,47.66,0,9.94-12.45,21.76-18.83,26.44-6.41,4.7-28.4,5.73-39.55,5.73-14.82,0-31.34-9.06-44.02-10.59-.5.18-1.05.28-1.61.28h-.43c-.7,0-1.42-.16-2.09-.49l-.98.06.02-.52c-.37-.07-.75-.19-1.1-.36-.63-.03-1.26-.19-1.86-.49-.38-.19-.74-.38-1.07-.59-.24-.08-.47-.17-.69-.29-.43-.08-.86-.22-1.28-.42h0c-.43-.09-.86-.22-1.27-.42-1.32-.11-2.77-.39-4.01-.81-1.28,0-2.38-.03-3.43-.43-1.28,0-2.4-.02-3.48-.44h-.46c-.71,0-1.38-.16-1.99-.44-.97-.03-1.86-.12-2.81-.43-1.27,0-2.33-.06-3.48-.43-1.11,0-2.07-.08-2.98-.42-1.27,0-2.4-.02-3.48-.44h-6.54c-.89,0-1.71-.24-2.42-.67-.27-.06-.53-.14-.8-.24-.67-.09-1.32-.32-1.91-.69-.57-.21-1.1-.54-1.57-.98-.28-.13-.56-.28-.8-.46h-4.22c-.36,0-.72-.05-1.06-.12-4.19,1.09-11.35-.82-11.35-4.18v-3.57c35.62-7.38,53.58-21.05,75.14-31.73,8.88-4.4,16.02-6.59,25.26-16.8,4.91-5.44,19.87-29.02,22.18-36.19,4.4-13.64,7.6-31.38,10.41-46.78,1.45-7.95,0-19.1,2.41-26.19,2.77-8.11,5.27-14.22,8.76-21.03,8.01-15.64,42.13-48.3,60.03-55.54,31.57-12.78,71.04,6.47,71.04,36.48v8.34c0,14.45-6.2,27.71-14.77,34.08-8.16,6.06-22.28,14.77-35.27,14.77-9.65,0-28.59-16.7-28.59-28.59v-13.11c0-13.49,17.19-32.17,30.97-32.17h8.34c9.13,0,17.87,10.64,17.87,20.25v3.58c0,12.59-14.67,25.02-27.4,25.02h-1.2c-2.89,0-9.53-6.64-9.53-9.53v-8.34c0-4.71,5.57-8.23,10.73-8.34l1.15.83-7.11,8.7c1.68,3.18,3.36,7.15,8.34,7.15,6.06,0,11.91-11.15,11.91-16.68,0-7.85-9.37-15.49-16.68-15.49-10.07,0-21.27,17.98-22.14,27.76-1.07,12.21,13.2,24.67,25.71,24.67h3.58c18,0,35.74-19.13,35.74-36.94,0-16.79-17.64-36.93-34.55-36.93h-3.57c-40.81,0-63.16,69.22-26.2,90.53,41.25,23.79,85.77-6.42,85.77-53.6,0-32.93-29.39-60.76-63.15-60.76h-4.76c-12.77,0-36.76,11.69-44.31,17.64-10.09,7.96-23,24.04-31.94,30.02.67-8.04,19.94-34.86,25.3-40.23,7.9-7.9,29.48-20.53,44.99-20.53,28.19,0,43.24,4.12,65.93-5.56,16.92-7.22,31.07-18.6,42.19-31.68,14.6-17.18,14.02-31.39,24.85-49.01,4.53-7.35,8.19-16.17,12.78-24.16,4.24-7.4,11.12-15,16.6-21.53,18.53-22.06,52.88-57.55,56.94-92.02,2.78-23.56-4.18-42.37-12.78-58.79-7.67-14.66-25.68-28.21-46.85-28.21h-2.38c-17.16,0-39.04,9.69-47.98,18.74-6.79,6.87-19.11,34.6-20.71,47.23-2.49,19.73,5.43,42.51,14.18,52.87,6.99,8.27,28.89,25.33,42.59,25.33,7.31,0,22.24-7.21,27.83-10.29,7.45-4.11,11.87-14.39,15.85-22.28,9.51-18.8,8.33-42.83-1.57-60.77-23.89-43.31-81.43-17.41-81.43,26.62,0,18.22,16.96,36.93,35.75,36.93,14.09,0,30.98-13.89,30.98-28.59,0-19.34-17.77-38.5-35-29.05-12.76,7-21.77,38.57,7.6,38.57h4.75s4.78-9.53,4.78-9.53c-4.5-8.51-13.1-8.82-13.1-13.11v-2.38c0-2.3,2.12-4.77,3.57-4.77,3.09,0,11.91,7.3,11.91,10.72v11.91c0,6.3-8.05,13.11-14.3,13.11h-2.38c-7.14,0-19.06-13-19.06-19.06,0-18.04,9.69-39.32,26.21-39.32h9.53c4.38,0,14.33,12.89,16.91,16.45,4.14,5.74,6.92,17.03,6.92,26.44,0,16.76-12.22,39.32-27.4,39.32h-9.53c-58.26,0-55.28-109.61,11.92-109.61h5.96c27.53,0,42.89,28.68,42.89,58.38,0,32.08-11.8,46.5-26.52,64.03-6.12,7.29-15.38,15.18-22.6,22.67-5.39,5.57-16.57,21.02-21.17,24.1-4.3-18.43-22.12-41.94-35.97-51-8.47-5.53-16.49-13.64-26.45-17.63-21.5-8.61-13.18-13.53-24.55-19.54-6.09,4.08-4.77,7.13-4.77,16.68-7.49,3.6-17.94,3.2-27.02,7.53-6.96,3.33-16.02,8.42-21.53,13.02-8.36,7-21.73,32.78-21.74,48.56-.03,20.19-.54,10.73,5.24,26.92,3.34,9.35,6.48,15.55,12.89,21.65,8.96,8.52,34.08,19.34,50.96,19.34h8.34c20.4,0,39.32-28.03,39.32-48.85,0-28.16-17.7-53.61-44.09-53.61h-3.57c-21.02,0-36.94,19.99-36.94,40.51v4.77c0,15.39,19.27,35.75,34.55,35.75h3.57c19.01,0,33.68-37.89,12.19-51.51-30.47-19.31-42.27,32.44-18.14,32.44,6.62,0,7.03-7.18,9.53-11.91-3.19-3.67-8.34-4.97-8.34-8.34,0-2.75.83-3.57,3.57-3.57h1.19c2.9,0,9.53,6.63,9.53,9.53v3.57c0,7.96-4.37,19.07-10.72,19.07h-1.19c-14.32,0-21.45-13.9-21.45-28.6s5.87-26.21,20.25-26.21c22.23,0,34.55,14.77,34.55,36.93,0,13.24-2.84,15.29-7.55,23.43-2.17,3.75-13.26,13.51-17.47,13.51-27.42,0-50.74-10.62-57.39-31.97-8.63-27.72,5.1-52.39,20.76-64.23,17.52-13.24,53.86-9.77,70.49,1.58,15.78,10.78,34.05,30.97,34.05,56.5v7.15c0,11.91-4.64,38.44-10.53,42.6l-13.3-8.05c-5.51,2.64-14.29,6.05-14.29,14.3,0,1.01,2.56,3.57,3.57,3.57,5.72,0,3.87-4.2,10.72-4.77v10.73c0,3.29-3.87,5.75-5.95,7.15-21.48,0-32.44,4.88-57.2,4.75-8.93-.05-19.05,2.64-25.38,5.59-2.3,1.08-23.07,8.68-23.45,8.72.63-7.54,3.58-12.06,3.58-21.44,0-37.49-18.61-67.38-48.82-75.09-19.52-4.98-34-3.04-49.31,5.55-10.98,6.18-24.59,21.42-24.59,37.37v1.19c0,20.31,21.97,54.81,42.89,54.81h2.38c24.55,0,44.08-12.97,44.08-35.74,0-16.32-14.54-31.87-26.03-35.93-17.86-6.31-32.35,8.67-32.35,26.4,0,10.98,10.17,23.83,20.25,23.83,8.38,0,17.87-8.51,17.87-16.68v-1.19c0-7.43-3.43-15.49-10.72-15.49-4.85,0-6.41,1.88-8.34,4.77,2.48,4.7,5.96,4.55,5.96,8.34v1.19c0,2.79-1.98,4.77-4.77,4.77h-2.38c-4.19,0-4.77-5.29-4.77-9.53v-5.96c0-2.88,5.46-8.34,8.34-8.34h4.77c12.38,0,15.49,12.16,15.49,25.02v3.57c0,5.09-10.13,16.68-14.3,16.68h-9.53c-13.6,0-32.17-21.23-32.17-35.74v-4.77c0-19.46,17.33-32.17,36.94-32.17,32.79,0,53.61,18.99,53.61,51.23v9.53c0,29.33-22.65,44.73-37.84,59.86-6.91,6.87-14.73,20.94-18.01,30.84-3.45,10.43-5.37,35.06-8.48,41.55-2.66-1.94-10.09-15.09-12.88-19.29-6.4-9.66-7.98-10.02-16.03-17.33-9.23-8.39-28.77-18.88-43.06-22.47-20.48-5.15-34.35-3.27-47.52,9.92-8.54,8.54-22.3,28.16-22.3,44.42v5.96c0,23.86,18.81,42.89,41.7,42.89h7.15c49.68,0,49.72-76.25,7.15-76.25h-1.19c-17.35,0-33.36,14.65-33.36,33.36,0,11.3,11.29,26.21,23.83,26.21,11.43,0,22.64-10.95,22.64-22.64,0-8.97-8.84-21.45-17.87-21.45-10.64,0-10.54,9.6-14.3,16.68,1.57,2.96,2.68,5.96,7.15,5.96,4.21,0,4.09-9.53,7.15-9.53,2.78,0,4.77,1.98,4.77,4.77v1.19c0,7.1-2.43,11.92-9.53,11.92h-3.57c-5.14,0-8.34-8.53-8.34-14.3,0-9.17,3.77-12.82,7.17-17.64l14.27-1.42c8.71-1.01,19.06,8,19.06,15.49v13.11c0,11.13-11.51,22.64-22.64,22.64h-15.49c-12.08,0-23.83-18.5-23.83-32.17v-11.91c0-13.4,22.23-33.36,35.74-33.36h3.58c18.62,0,45.71,18.44,54.49,28.9,14.06,16.73,19.37,33.95,19.37,64.03v25.02c0,11.19-15.49,35.57-27.96,46.68-15.52,13.84-61.22,31.58-79.29,36.98l-19.04,5.69c0-15.21,10.05-30.33,5.25-49.33-3.92-15.49-15.97-28.64-15.97-42.41v-1.19c0-6.94,8.69-20.25,14.3-20.25h4.77c6.84,0,16.68,5.45,16.68,10.72v8.34c0,2.79-1.97,4.77-4.76,4.77h-5.96c-3.96,0-3.49-2.14-3.57-5.96h3.57c3.22,0,3.29-.57,5.96-1.19.37-1.4,1.19-3.25,1.19-3.57,0-10.13-18.43-11.24-23.44,1.67-3.6,9.25,8.32,20.97,17.49,20.97,11.82,0,23.88-14.23,19.54-26.68-4.01-11.52-15.33-20.97-29.07-20.97-15.58,0-28.51,20.46-29.79,35.74-9.12-2.12-13.13-8.43-24.85-8.01-7.91.28-18.94,4.73-24.52,8.67-8.97,6.31-18.53,32.51-18.53,48.18,0,11.43,19.66,27.4,32.17,27.4,16.59,0,26.03-15.69,29.6-28.83,1.82-6.71-1.55-16.61-4.59-22.39-5.35-10.18-6.92-8.43-16.67-13.11-10.16,4.88-25.02,9.48-25.02,25.02,0,2.38,3.85,10.56,5.11,12.76,3.21,5.62,6.45,3.85,11.57,6.31,3.95-2.09,11.91-6.35,11.91-11.92,0-8.76-3.88-10.11-9.68-13.27l-3.28,2.53,1.05,8.36c-3.37-.28-4.77.02-4.77-3.57v-4.77c0-3.9,8.2-9.53,11.91-9.53,4.14,0,10.72,8.27,10.72,13.1v8.34c0,5.71-9.57,17.87-14.3,17.87h-3.57c-12.5,0-17.79-11.92-19.03-23.95-.96-9.38,8.11-25.55,13.51-29.22,18.04-12.25,51.98,3.84,51.98,26.96v16.68c0,24.38-19.19,39.9-31.86,52.72-6.8,6.87-39.69,36.63-49.15,36.63-8.17,0-11.92-9.53-11.92-16.68,0-18.48,8.41-28.98,8.32-48.87-.06-13.81,2.9-39.57,4.79-52.4,3.86-26.12,21.24-62.34,36.64-77.74,15.71-15.71,46.57-40.45,58.2-56.17,9.56-12.9,15.78-16.88,23.91-33.28,6.11-12.33,14.99-24.33,18.55-38.64,1.05-4.23,3.34-20.65,4.83-23.75,3.31-6.89,6.34-12,9.97-18.63,3.13-5.73,7.66-12.16,12-16.59,4.16-4.25,13.56-9.88,15.83-12.76,8.83-11.16,17.14-10.86,28.33-28.85,3.8-6.12,5.7-13.64,10.04-18.55,3.06-3.47,4.98-2.74,8.41-5.89,2.85-2.61,3.61-4.71,6.51-7.79,10.18-10.77,14.98-19.97,28.63-28.56,12.32-7.76,24.64-12.47,37.6-19.58,24.02-13.17,44.86-33.27,44.86-69.51,0-11.35-6.32-20.89-11.41-27.9-7.54-10.36-15.99-6.76-15.99-23.33v-10.72c0-9.09,7.03-26.21,16.68-26.21h20.25c5.73,0,42.51,7.79,47.51,9.68,11.91,4.48,28.74,12.37,28.74,28.45v8.34c0,8.79-8.17,20.25-15.49,20.25-9.47,0-21.44-6.54-21.44-15.49v-11.91c0-2.78,3.18-5.96,5.96-5.96h4.77c2.86,0,7.15,4.28,7.15,7.15v3.57c-7.2-1.92-3.63-7.15-9.53-7.15-9.74,0-1.24,20.25,9.53,20.25,8.64,0,10.45-8.76,13.1-14.29-4.63-9.67-7.75-21.45-21.44-21.45-9.25,0-22.64,14.02-22.64,22.64,0,14.41,11.83,34.55,26.21,34.55h4.77c17.32,0,32.17-17.78,32.17-34.55v-2.38c0-15.42-14.91-28.9-15.49-35.75,16.83-3.92,36.93-36.93,36.93-57.18,0-28.3-30.81-63.15-59.57-63.15h-10.72c-21.06,0-38.13,25.33-38.13,46.46,0,53.44,77.44,46.95,77.44,2.38,0-13.07-14.36-27.4-28.59-27.4h-1.19c-15.27,0-23.84,9.51-27.2,21.66-3.48,12.57,8.18,28.38,18.85,28.38,6.66,0,19.06-7.72,19.06-15.49v-1.19c0-5.3-4.31-11.92-9.53-11.92-2.67,0-2.61.94-4.77,2.38v7.15c-2.15,1.43-2.1,2.38-4.77,2.38s-4.76-1.98-4.76-4.77v-8.34c0-3.51,7.01-9.53,10.72-9.53,6.65,0,16.68,10.33,16.68,14.3v7.15c0,9.55-13.14,20.89-19.09,20.53l-15.46-1.46c-4.6-3.08-13.11-11.71-13.11-19.06v-13.11c0-15.49,11.22-26.21,27.4-26.21h3.58c20.43,0,18.06,4.14,29.05,11.46,13.88,9.25,10.28,9.46,18.61,21.9,0,16.87-.19,27.32-8.79,40.06-4.03,5.97-20.94,23.08-29.34,23.08h-4.77c-7.32,0-26.15-7.22-35.81-8.27-10.52-1.15-33.73-1.29-40.43-4.84.49-5.9,4.77-16.61,4.77-20.25v-1.19c0-26.54-20.51-57.19-46.47-57.19s-40.85,19.7-46.51,41.72c-2.33,9.09,3.83,26.53,7.59,34.13,4.3,8.71,15.39,18.27,27,18.27,19.14,0,35.74-14.31,35.74-34.55v-1.19c0-12.85-12.9-32.17-26.21-32.17-27.47,0-31.87,48.84-2.38,48.84,12.94,0,14.47-28.59,2.38-28.59-6.15,0-2.38,6.04-7.15,9.52-.82-1.45-1.19-1.27-1.19-3.57v-1.19c0-4.65,4.55-10.72,8.34-10.72h1.19c8.03,0,10.04,19.19,10.64,27.18l-3.49,1.41v4.77c-1.82.96-10.01,7.15-10.72,7.15-15.05,0-26.21-11.87-26.21-26.21v-10.72c0-15.78,11.36-29.79,26.21-29.79h7.15c13.85,0,30.98,22.34,30.98,36.93,0,39.71-23.83,47.7-23.83,77.44,0,3.22.57,3.29,1.19,5.96-21.28,0-24.3-2.15-36.64,12.2-6.59,7.66-15.77,23.07-15.77,36.64v1.19c0,18.13,13.12,39.32,30.97,39.32h8.34c15.35,0,28.6-17.71,28.6-32.17v-4.77c0-12.34-12.43-23.83-23.83-23.83-8.13,0-16.68,9.32-16.68,19.07,0,5.6,5.39,13.1,10.72,13.1,4.22,0,5.29-11.61,7.15-15.49,3.17.84,7.15,3.35,7.15,7.15v5.96c0,5.73-7.39,16.68-13.11,16.68-9.93,0-13.35-5.71-18.87-9.55l-1.38-15.47v-4.76c0-10.24,9.52-28.59,16.68-28.59h5.96c14.21,0,35.75,17.89,35.75,28.59v15.49c0,12.44-9.76,24.58-16.38,31.28-8.4,8.49-21.08,11.71-32.64,16.21-5.94,2.31-26.39,13.52-30.52,17.14-4.74,4.14-23.54,22.36-25.31,23.54-2.49-10.7-2.02-21.02-5.5-31.43-4.28-12.79-6.42-14.27-12.89-24.04-8.15-12.3-4.93-48.62-1.37-64.37,3.02-13.31,17.31-32.92,24.04-49.83,7.65-19.24,15.98-31.3,15.98-57.89s-12.58-45.4-27.73-56.86c-10.26-7.76-42.37-27.73-58.05-27.73h-20.26c-15.47,0-42.3,10.69-50.94,18.16-9.6,8.31-27.62,24.57-33.29,35.81-7.67,15.23-8.48,40.15-3.96,58.04,2.9,11.47,13.9,22.32,21.98,29.87,8.99,8.41,12.56,10.48,24.08,15.24,2.65,1.1,5.51,2.11,8.84,2.46,8,.84,15.23,2.27,21.38,2.45,15.46.45,27.3.09,39.75-6.72,15.67-8.58,14.18-12.08,23.17-25.67,9.52-14.37,9.18-18.37,8.52-37.86-.91-27.23-21.63-49.7-46.41-51.28-19.03-1.21-25.59-1.2-38.85,7.63-8,5.33-18.35,17.04-18.35,29.31v10.72c0,20.86,18.49,35.74,39.32,35.74h8.34c41.55,0,31.93-59.57-1.19-59.57-11.5,0-22.64,9.31-22.64,22.64,0,7.95,9.68,20.25,17.87,20.25,7.69,0,10.45-6.31,7.58-12.29-4.34-9.06-9.38-5.71-9.97-12.73h3.58c8.57,0,15.49,2.22,15.49,10.72v7.16c0,3.87-8.64,11.91-11.92,11.91h-1.19c-9.94,0-29.79-13.34-29.79-22.64v-9.53c0-17.79,17.74-21.45,35.74-21.45s35.74,11,35.74,29.79v20.25c0,19.11-23.16,36.94-42.89,36.94h-16.68c-11.21,0-31.02-12.59-37.25-18.75-8.51-8.43-17.55-22.13-17.55-38.44,0-23.6,7.9-36.06,19.94-47.97,8.17-8.09,30.28-21.13,45.59-21.13h25.01c30.14,0,31.03,10.56,47.66,22.64,14.12,10.25,19.06,26.89,19.06,51.23,0,14.24-16.77,56.76-22.25,69.49-9.37,21.81-19.45,40.25-19.45,71.1l-26.06-5.53c-3.46-1.45-8.21-7.58-13.25-7.58-.63,0-2.62,1.72-3.57,2.38v9.53c-5.16,7.7-11.28,7.04-17.11,17.44-3.45,6.15-7.91,17.7-7.91,26.63v2.38c0,39.22,53.19,54,66.27,20.99,19.77-49.92-44.82-54.41-44.82-18.61,0,10.31,10.46,20.2,22.15,16.23,15.12-5.14,5.27-17.42.49-24.57h4.77c2.07,1.39,5.96,3.86,5.96,7.15v3.58c0,7.57-4.59,22.64-10.72,22.64-15.59,0-29.79-12.33-29.79-27.4v-7.15c0-10.17,12.32-27.4,21.45-27.4h17.87c11.19,0,25.52,16.18,29.31,25.49,5.14,12.62,7.62,28.93,7.62,45.99v8.34c0,20.33-17.04,36.6-27.72,47.34-1.01,1.02-20.06,15.98-20.69,16.25-12.81,5.37-11.08-7.54-13.45-19.6-3.75-19.05-14.74-36.18-23.92-49.94-13.13-19.7-15.85-24.56-38.12-35.75-17.64-8.85-35.44-10.87-49.76-25.3-11.44-11.54-24.84-27.08-20.07-52.85,2.69-14.49-1.64-20.3,7.57-29.37,8.08-7.96,9.57-10.81,22.45-14.49,20.2-5.78,46.96,7.28,46.96,23.13v16.68c0,14.2-16.34,28.59-30.98,28.59-6.4,0-20.26-10.28-20.26-17.87v-13.11c0-6.09,4.24-14.3,9.53-14.3h4.77c2.86,0,7.15,4.28,7.15,7.15v4.77h-3.57c-3.63,0-4.36-.54-7.15-1.19-1.85,1.24-3.57,1.58-3.57,4.77,0,6.65,3.71,13.11,10.72,13.11,6.58,0,20.25-10.37,20.25-16.68,0-12.06-13.98-25.02-26.21-25.02-16.52,0-30.08,21-27.58,38.22,2.65,18.28,14.28,33.27,34.73,33.27h3.58c22,0,45.27-25.55,45.27-47.66v-2.38c0-13.5-6.24-21.94-12.32-29.42-8.2-10.09-9.82-10.17-22.03-14.55-6.51-2.34-13.81-4.88-19.26-4.88-10.45,0-38.45,16.29-44.41,22.32-9.71,9.83-11.59,37.09-11.59,56.32v4.76c0,27.44,24.42,40.94,26.21,47.66-9.36.78-31.35,8.64-37.25,13.98-5.81,5.26-18.53,23.12-21.3,31.12-2.18,6.3-4.93,11.62-6.77,18.26-2.21,8.01.06,13.24-.61,23.05-1.02,15.23,5.61,28.72,12.05,38.95,12.83,20.38,40.23,33.27,69.49,29.65,17.72-2.19,24.01-7.26,33.55-17.68,2.86-3.13,18.74-29.22,18.74-33.68,0-31.66-17.85-51.87-42.72-59.74-29.22-9.25-54.98,17.24-54.98,43.06,0,17.89,17.59,32.17,35.75,32.17h4.76c17.82,0,32.62-22.04,25.06-36.97-11.25-22.19-40.54-7.47-40.54,3.61,0,1.98,2.7,6.69,3.62,8.05l9.62,1.68,8.27-6.19-2.41-5,6.88,1.38-3.38,12.96-11.88,1.41c-3.42.47-16.68-5.88-16.68-10.72v-8.34c0-13.39,8.44-22.64,21.45-22.64h2.38c13.6,0,17.04,3.39,23.53,11.03,4.11,4.84,11.03,15.26,11.03,23.52v2.38c0,16.83-13.28,40.51-29.79,40.51h-25.02c-12.72,0-27.88-11.18-33.61-18.82-8.09-10.79-9.49-24.09-6.66-42.9,3.79-25.18,22.92-54.77,51.03-55.01,22.79-.19,23.39-.53,43.35,6.63,8.21,2.94,27.27,14.25,32.61,19.82,12.8,13.36,26.47,52.5,26.47,79.56v20.26c0,30.57-8.91,47.29-21.21,65.77-4.47,6.71-35.55,47.41-40.75,47.41-7.33,0-.19-27.74-7.15-38.12l-1.22-.65-9.47,17.91,1.16.6c-5.86-.49-4.37-2.38-9.53-2.38-8.84,0-17.87,8.34-17.87,14.3,0,6.65,3.71,13.1,10.72,13.1h1.19c3.72,0,3.37-2.14,4.35-4.67l-1.97-10.82h4.77c2.96,0,4.47,2.98,6.96,4.79l1.38,15.47v2.38c0,7.29-49.58,44.08-59.57,44.08h-11.91c-3.79,0-8.34-6.07-8.34-10.72v-17.87c0-21.87,34.55-54.1,34.55-90.55v-2.38c0-31.58-25.74-56-58.38-56-61.14,0-55.38,92.93,0,92.93,15.29,0,35.74-19.85,35.74-35.74v-2.38c0-15.77-14.2-30.89-28.38-34.79-13.26-3.64-33.58,8.7-33.58,25.26,0,11.38,11.05,23.83,21.45,23.83h2.38c23.9,0,26.64-34.55,1.19-34.55-1.96,0-5.96,1.74-5.96,3.57,0,6.63,13.11,5.84,13.11,13.11v1.19c0,4.3-8.67,8.34-11.91,8.34-2.9,0-9.53-6.63-9.53-9.53v-10.72c0-3.79,6.07-8.34,10.72-8.34h13.11c8.2,0,14.3,14.96,14.3,25.02v2.38c0,11.28-10.35,18.65-17.87,22.64-17.89-4.16-35.75-8.61-35.75-30.98v-16.68c0-9.67,15.21-20.15,25.08-19.53l26.16,2.86c17.04,11.41,22.64,19.54,22.64,47.66,0,16.17-25.88,54.81-34.55,54.81h-7.15c-11.39,0-30.62-22.23-36.61-30.11-9.74-12.82-19.39-25.35-19.39-47.33v-22.64c0-29.61,5.58-32.64,15.48-54.82,4.86-10.87,21.79-34.25,30.11-42.57,7.05-7.04,8.76-11.24,17.27-18.47,6.88-5.85,12.04-12.58,16.97-19.96,7.73-11.57,22.64-32.94,22.64-51.23l-.31-9.51-4.46-59.6c-3.89-50.16,53.61-52.24,53.61-120.34,0-11.96-11.92-33.2-18.13-39.06-5.91-5.57-26.61-20.51-36.67-20.51h-2.38c-8.76,0-26.58,9.32-30.53,14.75-3.06,4.21-15.94,25.67-15.94,30.52,0,20.53,16.3,42.89,35.75,42.89h1.19c16.88,0,32.17-15.12,32.17-32.17s-17.46-31.02-33.02-23.5c-13.85,6.69-14.9,34.22,6.82,34.22,5.47,0,7.66-2.43,9.53-5.96-1.69-3.18-2.2-5.58-5.04-8.06-1.78-1.57-8.07-4.54-8.07-6.23,0-2.74.83-3.57,3.57-3.57h5.96c2.78,0,5.96,3.18,5.96,5.96v11.91c0,6.42-6.42,14.3-13.11,14.3h-2.38c-13.41,0-26.21-8.15-26.21-21.45v-10.72c0-13.49,15.13-26.21,28.6-26.21h10.72c17.87,0,34.55,18.46,34.55,36.94v16.68c0,17.83-11.29,30.95-20.55,40.21-5.16,5.16-9.52,10.41-15.22,14.57-6.39,4.68-8.66,14.65-13.08,17.89-.39-.29-13.63-20.09-15.5-22.63-5.51-7.48-12.46-13.45-19.33-19.99-6.59-6.29-14.19-10.89-24.3-13.82-11.98-3.48-20.33-4.43-23.08-16.23,4.89.41,2.66,1.19,7.15,1.19,2.3,0,4.77-2.12,4.77-3.57,0-5.92-6.83-10.07-12.62-11.31-9.63-2.05-11.2,3.62-14.7,7.7l7.07,16.72c-26.97,14.26-57.19,25.76-57.19,66.72-8.61-6.32-9.67-28.6-38.12-28.6s-43.38,13.11-51.61,35.37c-7.08,19.14,10.24,49.22,31.35,49.22h2.38c5.29,0,20.55-7.66,24.08-10.47,5.39-4.3,10.47-15.66,10.47-25.27,0-16.88-12.74-29.05-28.09-31.53-6-.97-15.96,4.49-18.81,9.65-1.9,3.45-3.7,9.67-5.18,14.82-2.36,8.25,4.29,27.31,13.95,27.31h3.57c1.07,0,2.15-.14,3.21-.39,7.49-1.77,14.66-9.35,14.66-17.48v-1.19c0-8.78-6.97-12.59-14.43-14.49l-5.83,3.77c.86,1.63,8.01,17.48-.31,13.43-1.26-.62-2.07-1.64-2.07-3.89v-10.72c0-3.66,1.1-7.15,4.77-7.15h8.34c6.54,0,11.92,11.15,11.92,19.06v3.57c0,9.89-10.62,20.26-19.06,20.26h-3.58c-4.1,0-8.81-3.93-12.69-7.88-6.26-6.38-7.08-7.29-7.57-15.95v-5.96c0-14.2,9.18-28.6,22.64-28.6h3.57c31.47,0,39.32,8.98,39.32,40.51v1.19c0,27.67-13.01,44.5-30.02,55.75-10.39,6.87-14.35,13.71-22.87,20.02-4.4,3.27-7.57,6.23-11.77,9.68-6.92,5.69-6.57,9.44-10.39,12.24-3.9-2.86-16.89-25.7-19.21-32.01-4.23-11.49-8.19-27.2-8.19-43.04,0-10.05,19.69-48.96,24.61-58.78,4.51-8.99,8.89-19.59,11.44-30.35,2.25-9.48-6.27-21.92-6.27-33.58l-.3-4.78,1.49-28.58c8.16-12.18,28.97-30.68,52.14-27.18,20.59,3.11,39.6,16.32,39.6,40.29v8.34c0,11.42-11.62,35.74-22.64,35.74h-13.1c-13.92,0-28.59-10.54-28.59-23.83v-8.34c0-5.95,15.36-19.06,17.87-19.06h9.53c4.65,0,10.73,4.55,10.73,8.34v11.92c0,2.79-1.98,4.76-4.77,4.76h-3.57c-4.56,0-.43.37-3.58-1.19,2.72-3.71,6.19-2.81,6.56-8.53.2-3.18-1.79-8.15-6.56-8.15-7.93,0-16.68,12.08-16.68,20.25s10.81,16.68,19.06,16.68c27.54,0,34.28-47.83,10.31-57.96-25.52-10.79-55.58,12.12-55.58,38.9,0,25.3,23,44.08,47.66,44.08,10.53,0,31.79-12.27,35.97-17.64,6.35-8.16,15.26-25.69,15.26-39.55v-1.19c0-19.89-8.28-33.16-18.79-43.16-9.14-8.7-25.1-21.67-42.19-17.91-22.67,4.99-28.13,5.78-45.32,16.73-11.09,7.07-22.38,22.29-22.38,39.57l-.64,15.57,5.4,45.19c.28,2.21-20.43,38.57-21.44,39.32-8.81-16.65-9.51-25.76-23.53-39.62-9.4-9.29-27.7-19.79-27.7-35.44v-3.58c0-9.03,6.47-22.64,13.11-22.64h9.53c3.43,0,10.72,8.83,10.72,11.91v11.92c0,2.79-1.97,4.76-4.76,4.76h-1.19c-5.7,0-7.4-1.35-10.72-3.57l.03-6.01,7.12,4.82c1.85-1.24,3.57-1.58,3.57-4.77,0-5.04-6.95-14.3-10.72-14.3-15.59,0-18.87,38.13,9.53,38.13,9.55,0,22.64-17.08,22.64-26.21,0-14.67-11.53-32.17-26.21-32.17h-3.57c-13.92,0-35.74,23.83-35.74,39.32v2.38c0,5.68,2.4,9.26,3.58,14.29h-10.73c-21.03,0-43.27,10.73-59.57,10.73h-10.72c-17.29,0-39.32-25.63-39.32-44.09v-14.3c0-6.63,11.44-19.41,18.34-22.16,10.53-4.21,21.78-5.24,32.89-5.24,14.09,0,22.64,10.27,22.64,23.83,0,9.79-4.9,22.31-10.72,26.21-16.99,0-35.74,3.61-35.74-17.87,0-4.9,5.83-11.92,9.53-11.92h8.34c2.86,0,7.15,4.28,7.15,7.15v2.38c0,8.8-14.3-2.14-14.3,4.77,0,16,29.79,2.57,29.79-8.34s-16.24-20.07-28.98-20.91c-11.1-.73-25.82,13.68-25.82,24.48,0,18.16,21.23,36.94,39.32,36.94s36.94-18.65,36.94-38.13c0-12.8-6.39-21.81-11.12-30.58-3.86-7.16-18.19-14.69-28.2-14.69h-3.58c-30.24,0-60.76,21.38-60.76,51.23v11.91c0,20.24,21.98,40.43,34.55,48.85-6.91,10.31-23.83,16.97-23.83,39.32v3.58c0,17.33,13.68,38.12,30.98,38.12,21.93,0,39.32-11.85,39.32-33.36,0-15.88-11.75-28.59-27.4-28.59h-3.58c-12.65,0-19.06,9.91-19.06,22.64,0,9.83,5.67,19.06,15.49,19.06,4.86,0,15.49-9.7,15.49-13.11,0-12.98-17.16-5.72-17.87-14.3h13.11c3.79,0,8.34,6.07,8.34,10.72,0,14.2-5.19,22.64-19.06,22.64h-5.96c-4.08,0-13.11-10.82-13.11-16.68v-21.45c0-4.56,10.21-9.46,14.08-14.51,6.64-8.67,8.34-6.42,21.71-6.88,12.47-.44,33.64-9.58,48.8-9.58h16.68c18,0,42.93,15.99,44.08,29.79-8.42-2.25-13.95-9.53-27.4-9.53h-2.38c-9.69,0-25.55,7.23-31.21,11.69-7.8,6.14-12.24,17.53-14.59,29.49-4.48,22.86,11.54,51.35,32.61,50.51,19.4-.78,45.31-24.3,31.32-46.66-4.89-7.81-13.29-19.26-26.04-17.21-13.11,2.11-16.75,12.54-21.87,22.23,3.18,6.62,3.05,19.06,14.29,19.06,7.01,0,16.68-9.2,16.68-15.49,0-2.78-1.55-5.95-4.76-5.95l-4.06.51-6.66,7.83c-1.85-1.25-3.57-1.58-3.57-4.77,0-4.06,6.63-7.15,10.72-7.15h4.77c3.7,0,9.53,7.01,9.53,11.91v4.77c0,4.76-9.29,16.68-13.11,16.68h-10.72c-7.19,0-10.28-13.87-14.3-15.49,0-6.81-2.38-9.38-2.38-14.3,0-18.34,7.65-29.79,26.21-29.79h13.11c7.99,0,17.51,10.24,20.97,15.96,1.8,2.97,11.2,24.51,11.2,26.93,0,24.89-5.62,29.31,5.56,51.63,4.04,8.05,19.37,35.79,20.66,41.29-8.59-.72-14.01-7.15-26.21-7.15h-3.57c-8.51,0-22.87,7.55-26.22,13.1-7.32,12.11-6.54,17.7-.78,29.4,10.99,22.33,42.5,15.67,42.5-7.94,0-9.76-9.15-13.32-15.49-16.68-5.19,2.75-11.91,3.91-11.91,11.91v2.38c0,5.23,1.43,5.39,4.84,7.19l5.89-9.57c1.85,1.24,3.57,1.59,3.57,4.77v3.57c0,2.79-1.98,4.77-4.77,4.77h-4.77c-6.59,0-11.91-6.87-11.91-13.11v-4.76c0-5.89,4.83-10.72,10.72-10.72h11.91c9.32,0,26.1,9.87,28.17,17.1,1.8,6.23,5.19,32.87,5.19,40.09-9.8-2.29-17.63-9.53-33.36-9.53h-2.38c-22.57,0-41.7,31.13-41.7,54.81,0,15.94,13.18,30.98,28.6,30.98h3.57c17.33,0,35.74-11.39,35.74-28.6v-3.57c0-12.88-11.93-25.52-23.55-27.71-10.67-2.01-26.49,8.74-26.49,22.94,0,10.41,10.06,20.25,19.06,20.25,4.68,0,11.91-9.35,11.91-13.11,0-7.58-5.83-9.33-11.67-12.38l-6.2,11.19c0-7.12.53-15.49,7.15-15.49h3.57c5.87,0,11.92,9.37,11.92,16.68s-6.71,17.87-11.92,17.87h-5.96c-14.09,0-21.45-9.44-21.45-22.64v-2.38c0-14.39,11.28-34.55,25.02-34.55h2.38c28.78,0,26.04,12.55,39.32,21.44,0,18.73,11.35,40.91,19.06,52.42-12.32,0-17.74-1.57-28.72-.13-9.89,1.29-16.24,4.43-26.09,4.89-7.61.35-17.52,4.39-24.77,6.21-13.8,3.46-14.62.86-28.84.94-14.86.08-50.52,1.07-60.05-.7-5.13-.96-9.81.26-14.25-1.25-4.49-1.52-6.74-3.56-10.44-5.05-6.33-2.55-18.37-5.57-20.11-12.05,3.99,1.06,4.88,3.57,8.34,3.57,2.73,0,1.39-.4,4.76-1.19.77-3.2,1.2-2.25,1.2-4.77,0-7.22-3.99-9.58-10.01-11.54-7.4-2.41-8.64.91-13.82,4.38-7.2-10.76-8.34-32.11-8.34-50.04,0-19.8,2.11-35.71,10.92-47.46,6.65-8.87,22.12-21.64,36.74-21.64h22.64c14.25,0,25.49,7.28,31.48,16.18,8.98,13.36,12.61,14.37,12.61,36.24v5.96c0,16.67-14.16,45.27-27.4,45.27h-8.34c-19.36,0-36.93-12.39-36.93-32.17v-11.91c0-9.81,10.14-23.83,16.68-23.83h14.3c6.57,0,16.68,6.54,16.68,11.91v7.15c0,11.93-6.18,19.06-17.87,19.06h-4.76c-4.14,0-10.72-8.27-10.72-13.1v-1.19c0-3.86,5.18-7.15,9.53-7.15l3.88.05-1.5,8.29c2.3,2.43,4.78,4.77,9.53,4.77,5.74,0,6.38-2.27,8.34-5.96-3.68-7.67-2.98-23.18-18.45-21.91-10.78.88-20.87,9.32-20.87,20.72,0,16.47,14.24,31.92,31.71,26.94,13.05-3.72,24.29-21.52,24.29-37.66v-1.19c0-16.5-16.7-27.4-33.36-27.4-25.91,0-46.66,26.71-44.13,54.84,2.11,23.39,30.67,46.43,54.85,46.43,21.96,0,32.04-9.91,40.76-23.57,8.53-13.35,15.06-30.15,12.73-50.19-1.98-17.07-8.43-37.93-18.03-47.49-5.51-5.48-12.1-8.99-20.42-11.75-6.29-2.09-23.68-4.82-26.96-6.4,3.61-4.93,15.49,2.41,15.49-7.14,0-6.52-6.22-10.72-11.92-10.72-8.11,0-12.86,13.35-16.68,19.06-6.31,0-13.63,2.04-18.6,4.03-4.54,1.81-13.72,9.15-14.39,4.47,0-.04,3.99-15.13,4.31-18.11.78-7.19,1.27-15.47,1.27-22.56,0-29.87-16.09-76.25-42.89-76.25-32.13,0-41.93,59.57-7.15,59.57h2.38c27.53,0,26.98-39.32,2.38-39.32-1.06,0-2.38,1.33-2.38,2.38,0,6.27,7.15,6.73,7.15,11.91v8.34c0,2.78-3.18,5.96-5.96,5.96h-1.19c-4.9,0-11.91-5.83-11.91-9.53v-14.3c0-6.17,7.37-13.1,13.11-13.1,12.12,0,29.79,25.52,29.79,39.31v41.7c0,9.01-5.9,29.83-10.72,33.36-5.92-3.96-7.92-15.8-15.2-22.93-8.18-8-8.97-12.42-20.91-18.41-17.74-8.91-42.53,6.06-42.53,27.04,0,15,7.92,30.18,20.25,33.46,7.8,2.08,14.04-1.14,18.78-6.34,1.47-1.62,11.01-15.39,11.01-16.4v-3.57c0-2.47-11.5-15.49-14.3-15.49h-1.19c-5.74,0-6.39,2.26-8.34,5.95,1.1,2.3,5.96,9.3,5.96,10.72,0,2.75-.83,3.58-3.57,3.58h-2.39c-4.95,0-4.77-11.39-4.77-16.68,0-3.63,2.25-9.53,5.96-9.53h1.19c10.48,0,10.06,5.4,16.68,5.96,1.95,8.37,7.12,10.2,11.54,19.44,1.31,2.75,7.83,21.02,8.04,23.51l-6.47,51.16v15.49c0,14.04,4.47,28.57,10.01,37.65,2.44,4.02,16.99,26.86,18.9,28.76,7.78,7.74,17.62,15.24,28.42,19.24,5.38,1.99,32.06,10.86,36.79,10.86h21.45c-.02,1-10.25,41.19-11.23,43.58-5.26,12.78-7.65,30.29-24.51,30.29h-10.72c-2.87,0-3.5-1.93-5.96-3.57,0-7.36-2.38-7.97-2.38-13.1,0-8.06,3.47-19.06,11.91-19.06h4.77c2.89,0,10.72,6.09,10.72,9.53v3.57c-7.04-.59-19.06-5.42-19.06,3.57,0,8.07,6.54,8.14,11.91,10.72,5.46-4.74,19.07-8.84,19.07-17.87v-3.57c0-10.34-14.92-20.26-23.83-20.26h-2.38c-13.13,0-26.21,15.78-26.21,29.79,0,4.43,5.84,19.3,7.91,23.07,2.72,4.97,13.74,11.48,20.69,11.48,11.42,0,30.15-18.76,35.74-20.25,12.28,25.6,30.1,60.76,66.72,60.76-6.74,10.07-16.07,4.32-26.06,29.95-2.9,7.44-9.18,39.16-16.83,39.16-5.57,0-56-62.58-56-64.34,0-5.84,12.33-25.01,17.87-25.01h10.72c4.33,0,13.11,8.74,13.11,14.3,0,4.64-.25,13.11-4.77,13.11h-8.34c-5.09,0-7.15-6.18-6.61-12.51l7.8,6.55c2.06-.99,7.15-2.02,7.15-4.77,0-10.57-3.85-9.81-10.72-13.11-9.99,4.79-10.52,3.94-15.49,14.3,2.65,5.51,3.46,11.87,7.41,16.42,3.13,3.62,12.72,7.49,16.62,6.46,10.31-2.75,20.05-15.95,20.05-28.84,0-2.1-9.96-18.29-11.32-19.66-4.86-4.89-15.92-7.83-22.73-6.11-16.66,4.21-28.77,14.73-30.29,32.92-10.06,0-11.91-3.57-21.44-3.57h-11.91c-8.88,0-24.09,7.15-35.74,7.15h-14.3c-12.8,0-35.34-14.34-41.26-23.08-6.13-9.07-8.78-39.78-8.78-55.55v-20.26c0-15.84,20.58-41.7,35.74-41.7,17.42,0,26.45-.36,36.64,9.82,6.9,6.9,14.59,22.33,14.59,35.45v21.45c0,15.67-12.69,27.4-27.4,27.4h-17.87c-7.32,0-21.45-28.04-21.45-39.32v-9.52c0-6.67,9.71-16.68,16.68-16.68h8.34c9.29,0,20.26,10.28,20.26,17.87v4.77c0,6.4-7.33,11.92-13.11,11.92h-5.96c-3.18,0-8.81-8.04-9.49-10.82l11.87,4.87c2.93-1.55,8.34-3.91,8.34-8.34,0-13.25-34.55-21.06-34.55,4.77v1.18c0,11.96,20.54,30.2,36.2,25.47,11.61-3.5,13.41-5.1,17.58-15.77,4.06-10.4,7.75-12.37,2.61-24.39-18.04-42.15-73.07-22.69-73.07,8.74v2.38c0,20.14,19.39,57.19,40.51,57.19h2.38c85.64,0,57.85-123.91,1.19-123.91-19.55,0-43.55,15.97-51.73,28.09-10.96,16.25-16.17,37.05-16.17,63.65v5.96c0,29.5,20.85,59.49,41.85,67.75,23.25,9.14,20.16,5.49,43.92,3.72,17.52-1.31,36.88-1.18,54.81-1.18,10.6,0,37.12,36.18,44.41,44.95,13.56,16.33,26.78,33.9,39.97,50.58,14.72,18.64,25.26,30.89,49.22,40.14,12.34,4.76,20.71,7.22,35.5,9.78.02,0,33.23,10.52,34.26,11.02,10.77,5.17,19.03,9.13,25.61,18.46,5.81,8.23,15.3,17.7,20.08,25.2,11.96,18.77,37.68,21.59,61.17,29.38,12.84,4.25,18.75,9.66,23.78,21.49,6.99,16.42,5.21,18.11,6.74,38.53,1.23,16.4-.01,25.1-1.17,41.7-.98,14.03-5.11,25.01-20.26,25.01h-2.38c-21.16,0-22.52-20.24-33.65-31.88-11.79-12.34-19.54-21.21-32.15-33.38-8.99-8.67-29.92-18.36-44.07-21.46-11.48-2.51-16.45-3.33-20.13-13.23-2.67-7.19-8.22-15.49-8.22-25.15v-13.11c0-14.86,3.84-18.9,9.53-27.41,8.7,0,8.74-2.38,15.49-2.38h9.53c6.83,0,16.68,8.7,16.68,15.49v5.96c0,8.92-3.58,6.47-4.19,14.99l-4.19,6.25-9.5,1.4c-2.19-5.43-13.11-4.98-13.11-15.49v-7.15c0-1.95.71-3.58,2.38-3.58,3.63,0,4.8,1.14,7.15,2.38-1.23,1.84-5.96,6.43-5.96,8.34,0,6.79,7.05,10.5,13.11,11.92,4.15-2.2,10.72-10.81,10.72-16.68,0-9.76-8.25-20.25-16.68-20.25-14.74,0-21.11,12.76-22.12,26.59-.82,11.25,13.2,24.64,23.31,24.64h1.19c16.1,0,33.22-24.73,32.71-36.73-.58-13.51-20.84-34.75-36.29-34.75-25.1,0-44.08,24.63-44.08,50.04v5.96c0,16.73,8.81,28.26,9.53,36.93h-4.77c-5.96,0-14.63-3.85-20.92-5.29-3.57-.81-23.09-3.26-24.44-3.59l-41.61,6.5c-9.59-6.42-22.63-22.45-22.63-38.12v-10.72c0-32.86,17.96-59.57,50.04-59.57h5.96c15.42,0,32.17,15.62,32.17,30.97v16.68c0,10.21-9.72,22.64-21.45,22.64h-7.15c-12.52,0-17.51-3.06-22.64-10.72,0-9.73-2.28-10.75.2-20.05,1.14-4.27,5.22-12.12,10.52-12.12h8.34c2.89,0,9.53,6.64,9.53,9.53v9.53c0,2.79-1.97,4.77-4.76,4.77h-5.96c-2.86,0-3.5-1.93-5.39-3.72l-2.95-9.38c-5.63,1.31-8.34,5.3-8.34,11.91,0,10.95,9.29,17.87,20.26,17.87s9.68-3.19,13.57-9.06c2.44-3.68,7.87-9.68,7.87-14.77v-1.19c0-14.72-16.42-31.94-31.67-28.15-16.79,4.17-26.71,17.65-26.71,37.68v2.38c0,8.99,5.75,18.02,11.65,21.71,3.4,2.12,21.09,9.26,25.28,9.26,17.18,0,23.98-2.6,30.98-13.1,4.45-6.68,13.1-21.58,13.1-32.17v-4.77c0-25.43-24.15-48.84-48.85-48.84h-1.19c-40.73,0-69.1,38.52-69.34,79.58l-2.16,2.4-22.62,1.42h-20.25c-23.28,0-51.23-.12-51.23-22.64h3.58c1.92,0,5.78,3.41,8.34,4.77,8.09-5.42,3.94-15.49-7.15-15.49-6.22,0-6.9,2.38-11.91,2.38-4.09,0-4.77-23.42-4.77-28.59,0-24.09,5.28-45.46,14.25-60.8,2.76-4.7,12.63-18.24,16.98-19.96,10.44-4.15,10.27-12.16,25.95-12.16h1.2c23.67,0,47.66,15.56,47.66,38.12v11.92c0,21.64-21,42.89-42.89,42.89h-2.38c-9.18,0-22.86-22.28-23.62-31.22-.9-10.51,10.89-33.12,22.43-33.12h13.1c6.73,0,14.3,8.77,14.3,15.49v5.96c0,11.28-7.04,19.06-17.87,19.06h-4.77c-4.35,0-9.53-3.29-9.53-7.15,0-5.38,4.29-11.48,9.53-11.91.52,2.24,2.58,8.34,4.77,8.34,7.91,0,9.43-6.49,13.11-10.72-3.39-7.07-2.63-10.22-10.86-13.06-3.9-1.35-14.53,1.13-18.07,4.38-9.49,8.73-13.07,22.14-4.94,34.2,7.18,10.66,20.52,13.19,33.11,7.07,5.9-2.86,19.82-22.5,19.82-30.21v-4.77c0-21.82-22.78-36.96-45.74-29.06-11.93,4.1-17.33,7.66-22.18,18.33-2.91,6.4-7.14,24.06-7.14,33.37,0,21.92,19.61,39.32,41.7,39.32,13.44,0,32.72-12.52,38.84-20.73,6.32-8.48,17.67-28.48,17.1-42.31-.51-12.33-13.13-32.77-18.98-40.64-5.01-6.74-29.25-20.37-41.75-19.22l-15.47,1.38c.16-6.91,3.58-12.74,3.58-21.45,0-9.57-6.05-16.91-11.6-21.76-3.64-3.18-22.93-7.13-27.29-6.43-15.73,2.52-27.83,23.33-27.83,40.1,0,13.05,11.13,23.83,23.83,23.83,14.24,0,26.21-7.33,26.21-21.45v-2.38c0-10.34-7.91-21.45-17.87-21.45-7.41,0-12.11,6.36-14.81,11.04-1.46,2.53-2.4,6.92-1.55,10.8.96,4.37,5.59,6.91,10.04,6.41,1.48-.17,2.74-.96,2.74-3.24v-8.34h3.57c1.97,0,3.57,1.21,3.57,3.57v5.96c0,2.58-1.82,4.24-3.58,4.89-.99.36-4.91.26-8.24,0-11.62-.9-14.35-11.36-8.18-23.61,3.22-6.4,9.34-13.45,17.62-13.45h3.57c9.53,0,16.68,7.15,16.68,16.68v21.45c0,1.42-.33,2.3-.83,2.93-4.18,5.3-6.81,6.32-12.52,9.55-19.5,11.08-34.15,45.58-37.63,68.78-1.22,8.1-1.1,46.6.43,55.07,1.79,9.83,2.69,14.4,5.97,22.63,2.66,6.67,9.01,15.95,10.02,19.76-19.76,1.64-40.51,23.65-40.51,44.08,0,18.59,12.05,35.75,29.78,35.75,8.37,0,12.68-4.24,19.06-4.77-1.62,6.99-7.48,15.45-10,24.55-1.93,6.97-5.22,21.86-5.5,29.05-.46,11.98-1.36,18.49,1.68,30.52,2.14,8.46,8.68,21,9.06,25.49-19.1-.42-35.82-6.8-58.13-3.32-22.9,3.57-33.67,4.1-50.29,15.24h-3.57v15.49c11.23-5.39,36.74-11.91,53.62-11.91h22.64c30.32,0,53.79,4.8,74.66,14.7,27.95,13.25,41.6,8.16,76.69,6.8,8.76-.34,34.42-3.84,42.42-2,9.45,2.16,28.07,5.49,35.43,9.84,8.8,5.21,59.93,17.14,73.42,17.14,24.68,0,57.03-20.25,76.25-20.25h14.3c13.98,0,33.76,29.7,37.66,43.35,3.06,10.69,2.63,24.43,5.71,34.8,1.69,5.72,2.82,10.62,2.41,16.41-.48,6.84,4.26,12.95,3.87,16.24l.39,95.32.21,3.61-3.79,26.18c-1.21,7.36,1.27,15.38,1.24,22.65-.05,9.87-4.8,17.68-4.8,20.24,0,3.9,37.53,3.57,44.08,3.57h48.85l-.33.66h.42s.1,0,.1,0h.21s.1,0,.1,0h.1s.04,0,.04,0h.27s.1,0,.1,0h.11s.1,0,.1,0h.1s.1,0,.1,0h.11s.1,0,.1,0h.1s.1,0,.1,0h.1s.1.01.1.01h.11s.1,0,.1,0h.1s.1.02.1.02h.1s.1,0,.1,0h.07s.04,0,.04,0h.1s.1.02.1.02h.1s.1.02.1.02h.1s.1.01.1.01h.1s.1.02.1.02h.1s.08.01.08.01h.02s.1.01.1.01h.1s.1.02.1.02h.1s.1.02.1.02h.1s.1.03.1.03h.1s.1.02.1.02h.1s0,0,0,0l.2.03h.1s.09.02.09.02h.1s.1.03.1.03h.1s.1.03.1.03h.1s.2.05.2.05h.1s.1.03.1.03h.1ZM1104.96,1216.18c10.44-.22,9.06-.83,22.84,2.71,1.17.31,24.69.92,30.04.92h3.58c7.11,0,13.87-4.14,16.68-8.33-10.31-15.4-107.26-13.11-134.63-13.11-50.57,0-97.18-2.38-145.35-2.38-1.43,2.15-2.38,2.1-2.38,4.76s5.15,13.07,9.41,20.9h.07c5.02,0,9.83.91,14.28,2.56,12.33-.39,25.04.73,36.27,1.15h.03s.37-.11.37-.11c2.85-1.07,5.79-1.82,8.76-2.23,3.44-.91,6.99-1.36,10.52-1.36h7.5c2.92-.64,5.88-.96,8.85-.96h8.43c2.92-.65,5.9-.97,8.88-.97h7.48c1.72-.38,3.46-.65,5.21-.8,18.39-4.36,40.25-1.22,57.77-1.13,4.69-1.86,9.81-2.89,15.16-2.89,3.54,0,6.97.45,10.24,1.29ZM894.46,1216.01c-.67-3.77-1.12-7.66-1.12-11.69,0-4.55-.37-.43,1.19-3.57-3.86-7.3-15.02-7.17-26.21-7.15-13.59.03-21.13-1.05-32.27-2.29-18.11-2.01-46.91-3.77-65.43-3.67-11.12.06-22.24-.04-33.36,0-12.89.05-20.66-3.48-30.93-3.62-11.5-.16-23.15.25-34.64.09-8.78-.12-20.78-3.62-30.93-3.62-1.44,2.15-2.38,2.1-2.38,4.77v4.77l1.39-.08.83,18.11h29.51l-6.26-3.14c5.34,2.54,11.31,3.96,17.62,3.96h1.7c2.41.49,4.89.77,7.42.83,2.68.55,5.46.84,8.31.84h10.76l-3.02-1.01c3.85,1.19,7.93,1.84,12.18,1.84h38.43l-6.26-3.13c5.11,2.43,10.79,3.84,16.8,3.96,1.31.27,2.65.48,4,.62,2.98.68,6.08,1.05,9.28,1.05h71.63l-6.26-3.14c5.34,2.54,11.31,3.96,17.62,3.96h4.41l-6.27-3.13c5.34,2.54,11.32,3.96,17.63,3.96,4.58,0,9.51.21,14.65.49Z" fill="%23f3ebe3" fill-rule="evenodd"/><path d="M452.49,540.49c-.13,4.7-.86,10.92-4.74,10.92h-2.38c-4.93,0-8.78-9.53-10.72-9.53-7.07,0-3.47,9.76-1.63,13.54,3.84,7.89,5.26,6.54,12.35,10.29,6.01-1.4,12.99-6.72,17.32-12.87-3.03-11.04-3.43-10.58-10.19-12.35M464.67,560.16c-3.37,4.28-7.43,7.94-9.77,7.94l-13.14.27-13.07-1.46c-7.75-11.56-3.58-13.22-3.58-29.79.98-.65,4.05-2.7,6.73-4.22l-13.9-4.84c-5.16,7.1-8.31,15.85-8.31,23.36,0,15.72,13.59,32.17,28.59,32.17h1.19c9.7,0,20.32-3.58,29.07-9.39-.87-3.35-1.65-6.27-2.26-8.44l-1.55-5.6ZM482.43,696.29c-8.27-1.1-15.75,6.13-18.28,17.82l1.6,1.85,16.62-12.18.05-7.5ZM455.38,703.98c4.55-8.71,17.45-17.94,26.92-17.94h.21l.11-15.45-1.51-.04c-13.7,0-25.56,11.15-32.5,18.74-1.12,1.22-2.1,2.45-2.95,3.68l2.72,2.93,7,8.08ZM428.12,674.09c10.52-12.61,32.15-23.79,54.17-23.79h.47s.13-17.86.13-17.86h-.59c-7.14,0-24.29,2.92-29.67,4.88-7.2,2.61-19.88,12.22-22.75,12.99,0-40.45-35.74-57.64-35.74-88.17v-13.11c0-7.63,4.92-17.1,11.32-25.31l-17.1-5.95c-7.53,10.74-12.09,23.42-12.09,36.03s7.42,33.94,11.91,42.89c5.33,10.62,19.06,24.43,19.06,36.93v17.98l20.89,22.49ZM342.88,504.63c2.16,2.46,4.57,5.06,8.14,7.5l2.61,20.22c1.46,10.98-3.71,35.37-9.82,41.41-.84.84-1.75,1.66-2.71,2.46l10.34,11.97c1.85-1.69,3.63-3.73,5.32-6.25,5.41-8.06,14.74-28.76,14.74-41.25v-7.15c0-5.46-2.7-15.15-6.11-24.01l-20.61-8.17-1.89,3.27ZM331.36,565.07c6.46-6.15,10.35-14.88,10.35-25.58v-3.57c0-6.7-2.23-13.45-5.89-19.11l-10.85,18.73c-.31,5.83-1.94,12.04-4.86,16.71l11.25,12.81ZM366.31,953.39c3.37,5.33,6.38,11.1,6.38,13.83v.19l16.24,2.13c-1.88-13.47-9.38-29.39-15.93-35.98-1.59-1.6-3.9-3.36-6.68-5.14v24.96ZM166.92,994.72c1.07,2.35,2.58,4.68,4.42,6.93l-1.43-7.61-3,.67ZM143.05,998.73c2.66,10.12,8.34,21.08,12.55,25.93,5.38,6.2,12.94,10.01,22.32,12.13l-3.22-17.21c-8.44-4.64-14.37-12.53-16.63-23.15-4.9.85-9.92,1.6-15.01,2.3ZM103,1004.51c.19,4.05.77,8.24,2.1,13.47,2.14,8.46,8.68,21,9.06,25.49-14.41-.32-27.48-4.03-42.61-4.33l5.49,19.82h1.37c30.32,0,53.79,4.8,74.66,14.7,5.52,2.62,10.48,4.52,15.16,5.87l15.91-9.61-1.64-8.77-2.82.2h-2.38c-9.37,0-19.5-5.29-20.25-14.3h4.76c4.83,0,3.09-2.92,2.38-5.96-3.19-.76-2.24-1.19-4.76-1.19-6.06,0-8.9,6.9-14.3,8.34-.93-4-9.88-17.52-12.63-24.3-2.38-5.88-5.53-14.59-6.91-22.86-3.7.51-7.41,1.04-11.11,1.62l-11.47,1.81ZM116.24,630.01c-6.67,2.13-12.53,7.5-16.87,14.21,3.26,2.48,5.49,3.97,6.33,4.17l10.53-18.38ZM388.67,850.18c4.16-2.58,10.23-10.75,10.23-16.4,0-1.46-.18-2.94-.53-4.4l-9.7,20.8ZM402.48,827.51v3.89c0,8.92-3.58,6.47-4.19,14.99l-4.19,6.25-7.07,1.04-5.13,10.98c.51.06,1.01.09,1.5.09h1.19c13.27,0,27.22-16.79,31.44-29.41l-13.57-7.83ZM481.16,976.67c-13.49-4.62-15.9-20.72-25.36-30.61-11.79-12.34-19.54-21.21-32.15-33.38-8.99-8.67-29.92-18.36-44.07-21.46-4.01-.88-7.23-1.55-9.87-2.47-1.97,4.38-3.4,8.21-3.4,10.15v11.86c10.82,2.24,21.9,5.35,27.82,8.8,11.11,6.5,33.76,34.61,42.71,56.26l43.15,5.66c.32-1.38.71-3,1.18-4.81ZM109.1,530.15c-2.18,1.38-4.64,2.2-6.87,2.2h-5.96c-3.18,0-8.81-8.04-9.49-10.82l11.87,4.87,1.39-.72-25.36-12.55c-1.41,2.49-2.24,5.69-2.24,9.7v1.18c0,11.96,20.54,30.2,36.2,25.47,9.94-2.99,12.69-4.6,15.89-11.7l-15.43-7.63ZM135.79,543.35c-3.26,11.81-14.13,19.97-26.41,19.97h-17.87c-7.32,0-21.45-28.04-21.45-39.32v-9.52c0-1.04.24-2.16.66-3.31l-11.79-5.83c-2.02,3.89-3.17,8.18-3.17,12.72v2.38c0,20.14,19.39,57.19,40.51,57.19h2.38c26.47,0,42.1-11.85,49.39-28.21l-12.26-6.07ZM129.29,607.25c-5.19,1.38-10.45,2.54-15.14,2.54h-14.3c-12.8,0-35.34-14.34-41.26-23.08-6.13-9.07-8.78-39.78-8.78-55.55v-20.26c0-2.81.66-5.95,1.81-9.19l-11.21-5.55c-5.71,13.69-8.47,29.96-8.47,49.28v5.96c0,29.5,20.85,59.49,41.85,67.75,23.25,9.14,20.16,5.49,43.92,3.72l2.72-.19,8.85-15.45ZM199.31,369.07c-4.15-.74-10.1-8.45-10.1-13.05v-1.19c0-3.86,5.18-7.15,9.53-7.15l3.88.05-1.5,8.29c2.3,2.43,4.78,4.77,9.53,4.77,5.74,0,6.38-2.27,8.34-5.96-3.68-7.67-2.98-23.18-18.45-21.91-10.78.88-20.87,9.32-20.87,20.72,0,5.5,1.59,10.88,4.35,15.43h15.28ZM174.91,363.5v-8.67c0-9.81,10.14-23.83,16.68-23.83h14.3c6.57,0,16.68,6.54,16.68,11.91v7.15c0,11.33-5.56,18.33-16.13,19.01h20.14c5.49-7.34,9.1-17.01,9.1-26.15v-1.19c0-16.5-16.7-27.4-33.36-27.4-13.99,0-26.47,7.79-34.6,19.38l7.2,29.8ZM160.14,302.34c6.38-4.1,13.65-7.08,20.73-7.08h22.64c14.25,0,25.49,7.28,31.48,16.18,8.98,13.36,12.61,14.37,12.61,36.24v5.96l-.03,1.28c5.71-4.42,12.14-9.53,18.77-14.82-2.2-16.73-8.54-36.52-17.82-45.76-5.51-5.48-12.1-8.99-20.42-11.75-6.29-2.09-23.68-4.82-26.96-6.4,3.61-4.93,15.49,2.41,15.49-7.14,0-4.23-2.62-7.49-6.02-9.25l-19.73,12.63c-1.02,1.89-1.96,3.63-2.85,4.97-1.82,0-3.72.17-5.63.46l-24.4,15.62,2.15,8.88ZM313.71,303.85c-2.85-2.05-6.15-3.55-8.93-5.02-5.19,2.75-11.91,3.91-11.91,11.91v2.38c0,2.73.39,4.08,1.25,5,3.28-2.53,6.39-4.91,9.26-7.03l.22-.35.14.09c3.85-2.85,7.24-5.24,9.98-6.98ZM300.78,281.4c-8.43,1.69-19.36,7.91-22.23,12.66-7.32,12.11-6.54,17.7-.78,29.4.92,1.87,1.99,3.54,3.17,5.01,3.25-2.58,6.45-5.11,9.54-7.52-2.9-2.58-4.77-6.49-4.77-10.19v-4.76c0-5.89,4.83-10.72,10.72-10.72h11.91c2,0,4.34.46,6.8,1.24l-14.36-15.1ZM366.68,102.78c-1.73-7.65-5.91-16.2-5.91-24.36l-.3-4.78,1.49-28.58c8.16-12.18,28.97-30.68,52.14-27.18,20.59,3.11,39.6,16.32,39.6,40.29v8.34c0,11.42-11.62,35.74-22.64,35.74h-13.1c-13.92,0-28.59-10.54-28.59-23.83v-8.34c0-5.95,15.36-19.06,17.87-19.06h9.53c4.65,0,10.73,4.55,10.73,8.34v11.92c0,2.79-1.98,4.76-4.77,4.76h-3.57c-4.56,0-.43.37-3.58-1.19,2.72-3.71,6.19-2.81,6.56-8.53.2-3.18-1.79-8.15-6.56-8.15-7.93,0-16.68,12.08-16.68,20.25s10.81,16.68,19.06,16.68c27.54,0,34.28-47.83,10.31-57.96-25.52-10.79-55.58,12.12-55.58,38.9,0,25.3,23,44.08,47.66,44.08,10.53,0,31.79-12.27,35.97-17.64,6.35-8.16,15.26-25.69,15.26-39.55v-1.19c0-19.89-8.28-33.16-18.79-43.16-9.14-8.7-25.1-21.67-42.19-17.91l-7.19,1.58c-7.92,6.62-15.85,13.22-23.58,18.95-12.68,9.4-16.47,11.68-24.56,25.83-4.27,7.46-8.65,14.35-12.84,21.4l-.17,4.12,1.55,12.97,22.87,17.27ZM423.54,124.11c-3.97-1.73-8.88-2.8-15.1-2.8-5.68,0-10.77.48-15.36,1.41l10.36,7.83,20.1-6.44ZM499.45,62.79c-.92,1.21-1.77,2.51-2.77,3.68l7.07,16.72c-16.15,8.54-33.46,16.09-44.75,29.56l65.12-20.87-24.67-29.09ZM651.64,37.12c-3.43-6.38-7.23-11.88-9.95-14.44-5.91-5.57-26.61-20.51-36.67-20.51h-2.38c-1.45,0-3.16.26-5,.71l35.04,24.95c1.58,1.38,14.69,11.52,15.83,11.52l3.13-2.23ZM1052.97,24.42c-7.96-4.95-16.56-7.95-25-7.95h-10.72c-15.58,0-28.98,13.87-34.9,29.65l15.92-4.89c4.77-6.54,12.75-10.47,22.55-10.47h3.58c2.79,0,5.15.08,7.18.23l21.39-6.57ZM619.87,700c.95-9.37,2.1-18.51,3.01-24.67,3.02-20.47,14.36-47.15,26.53-65.14-5.19-.42-9.93-.67-13.86-.67l-2.88,8.64-27.56,73.35c4.47,2.36,9.44,5.27,14.76,8.5ZM937.34,458.08c.7-2.94,1.28-6.15,1.28-10.31,0-37.49-18.61-67.38-48.82-75.09-19.52-4.98-34-3.04-49.31,5.55l-.93.54c-7.36,19.27-18.28,47.73-18.28,47.89,0,4.6,12.91,24.83,15.58,33.79l1.01.98,57.75-1.95c6.04-5.91,9.63-13.87,9.63-23.64,0-16.32-14.54-31.87-26.03-35.93-17.86-6.31-32.35,8.67-32.35,26.4,0,10.98,10.17,23.83,20.25,23.83,8.38,0,17.87-8.51,17.87-16.68v-1.19c0-7.43-3.43-15.49-10.72-15.49-4.85,0-6.41,1.88-8.34,4.77,2.48,4.7,5.96,4.55,5.96,8.34v1.19c0,2.79-1.98,4.77-4.77,4.77h-2.38c-4.19,0-4.77-5.29-4.77-9.53v-5.96c0-2.88,5.46-8.34,8.34-8.34h4.77c12.38,0,15.49,12.16,15.49,25.02v3.57c0,5.09-10.13,16.68-14.3,16.68h-9.53c-13.6,0-32.17-21.23-32.17-35.74v-4.77c0-19.46,17.33-32.17,36.94-32.17,32.79,0,53.61,18.99,53.61,51.23v9.53c0,4.76-.6,9.15-1.67,13.23l15.87-.53ZM972.28,456.12c-1.34.27-2.66.58-3.94.91l4.12-.14-.18-.77ZM926.69,365.03c-.06,14.62-.07,7.76,5.26,22.68,3.34,9.35,6.48,15.55,12.89,21.65,3.01,2.86,7.85,5.98,13.58,8.87-.45-1.24-.87-2.45-1.26-3.63-7.28-21.95-9.7-21.37-21.56-37.47-1.5-2.04-4.74-6.47-8.92-12.1ZM1070.88,439.52c6.39-11.97,8.12-23.2,16.19-36.32,4.53-7.35,8.19-16.17,12.78-24.16.42-.72.85-1.44,1.31-2.17l-30.29,3.87v3.88c0,7.99-2.09,22.57-5.24,32.54l5.25,22.37ZM767.57,766.06h-3.79c-.89,0-1.71-.24-2.42-.67-.27-.06-.53-.14-.8-.24-.67-.09-1.32-.32-1.91-.69-.57-.21-1.1-.54-1.57-.98-.28-.13-.56-.28-.8-.46h-4.22c-.36,0-.72-.05-1.06-.12-4.19,1.09-11.35-.82-11.35-4.18v-3.57c10.26-2.13,19.06-4.78,26.9-7.72l-1.35-24.46c-12.03,4.9-23.29,8.89-30.34,11l-19.04,5.69c0-15.21,10.05-30.33,5.25-49.33-3.92-15.49-15.97-28.64-15.97-42.41v-1.19c0-6.94,8.69-20.25,14.3-20.25h4.77c6.84,0,16.68,5.45,16.68,10.72v8.34c0,2.79-1.97,4.77-4.76,4.77h-5.96c-3.96,0-3.49-2.14-3.57-5.96h3.57c3.22,0,3.29-.57,5.96-1.19.37-1.4,1.19-3.25,1.19-3.57,0-10.13-18.43-11.24-23.44,1.67-3.6,9.25,8.32,20.97,17.49,20.97,11.82,0,23.88-14.23,19.54-26.68-.3-.87-.65-1.72-1.03-2.57-5.77-2.56-11.78-5.6-16.54-7.44-12.72-4.9-11.97-4.76-23.57-6.86-9.75,6.75-16.8,20.55-17.72,31.63-9.12-2.12-13.13-8.43-24.85-8.01-7.91.28-18.94,4.73-24.52,8.67-8.97,6.31-18.53,32.51-18.53,48.18,0,1.23.24,2.52.66,3.83,11.55,7.15,24.41,15.44,37.13,22.93,13.14-3.06,20.84-16.61,23.99-28.2,1.82-6.71-1.55-16.61-4.59-22.39-5.35-10.18-6.92-8.43-16.67-13.11-10.16,4.88-25.02,9.48-25.02,25.02,0,2.38,3.85,10.56,5.11,12.76,3.21,5.62,6.45,3.85,11.57,6.31,3.95-2.09,11.91-6.35,11.91-11.92,0-8.76-3.88-10.11-9.68-13.27l-3.28,2.53,1.05,8.36c-3.37-.28-4.77.02-4.77-3.57v-4.77c0-3.9,8.2-9.53,11.91-9.53,4.14,0,10.72,8.27,10.72,13.1v8.34c0,5.71-9.57,17.87-14.3,17.87h-3.57c-12.5,0-17.79-11.92-19.03-23.95-.96-9.38,8.11-25.55,13.51-29.22,18.04-12.25,51.98,3.84,51.98,26.96v16.68c0,14.64-6.92,26.08-15.19,35.67,6.63,3.03,12.91,5.39,18.59,6.71l61.96,28.69-.49-8.92ZM923.83,646.64c-4.96,11.94-1.14,25.11,15.98,25.11h2.38c2.83,0,5.5-.59,7.87-1.63-2.95-2.73-5.79-5.35-8.5-7.81-.33.62-.78,1.1-1.76,1.1-3.55,0-5.01-3.91-5.59-7.75-4.01-3.58-7.54-6.65-10.39-9.02ZM1126.18,480.62c-3.41-1.34-6.99-2.53-10.73-3.57-12.78-3.56-24.79-2.39-35.34,1.75l3.08,13.1c4.4-1.58,9.07-2.44,13.9-2.44h7.45c7.09-3.05,14.2-5.94,19.3-7.91l2.35-.93ZM913.45,779.59c4.88-5.53,8.47-11.94,10.41-18.95,7.61-27.51,17.36-47.8,33.53-66.55,2.92-3.38,5.54-6.57,8-9.6-3.5-3.31-6.94-6.55-10.29-9.68-15.7,16.16-38.6,37.45-39.12,37.45-.26,0-.56-.11-.88-.3-.14,7.92-.23,15.96-.23,24.26,0,15.11-1.22,27.52-1.43,43.37ZM1007.85,725.57c-12.3,4.66-21.58,15.22-21.58,28.38,0,17.28,15.99,32.17,32.17,32.17h1.19c.86,0,1.67-.09,2.45-.24,3.74-5.56,5.61-13.56,12.53-28.41-.41-.87-.88-1.79-1.43-2.78-9.45-17.26-30.23-9.53-30.23,1.64,0,4.74,4.56,8.48,7.15,10.72,1.29-.68,4.26-1.87,5.35-2.99,1.75-1.79,1.94-5.35,4.19-5.35,2.74,0,3.57.83,3.57,3.58v4.76c0,2.87-4.28,7.15-7.15,7.15h-2.38c-6.36,0-13.11-8.68-13.11-14.3v-11.92c0-6.06,7.05-13.11,13.11-13.11h3.49c-2.88-2.91-6.01-6.04-9.32-9.32ZM985.53,703.74c-8.62,5.88-15.43,13.59-18.49,21.46-9.99,25.71-10.47,39.12,3.31,63.74,3.26,5.82,8.18,11.23,14.15,15.55l4.34-1.49c5.99-2.02,10.86-3.72,14.88-5.27-6.57-3.28-13.13-7.87-15.97-10.7-7.76-7.76-13.4-15.55-13.4-30.68v-9.53c0-11.33,10.64-24.6,22.81-31.75-3.78-3.7-7.68-7.49-11.64-11.32ZM1083.87,905.37c5.21,2.55,9.63,6.69,9.63,10.61v5.96c0,6.62-3.94,9.58-8.34,11.91-3-1.59-9.53-5.39-9.53-9.53v-2.38c0-2.75.83-3.58,3.57-3.58,4.97,0,9.53,3.62,9.53-2.38v-1.19c0-2.79-1.98-4.77-4.77-4.77h-5.96c-7.81,0-14.3,8.54-14.3,15.49,0,8.67,11.58,20.25,20.25,20.25s20.26-17.17,20.26-27.4c0-6.82-2.84-13.23-7.41-18.02l-12.94,5.02ZM1061.3,951.75c-1.34-2.96-2.53-5.8-3.42-8.48-2.88-8.75-3.42-19.28-.63-27.39-4.77,1.93-9.38,3.84-13.56,5.62-.45.95-.93,1.89-1.43,2.83l-2.02-1.34c-7.86,3.45-13.53,6.26-14.51,7.6,5.1,1.18,23.77,13.88,28.8,17.28,1.5,1.01,3.91,2.38,6.76,3.88ZM664.94,1043.68c10.12-7.47,19.38-14.5,37.77-14.5h36.94c1.98,0,4.09.14,6.29.39-.59-4.96-.96-8.46-1-9.68-.23-7.14-1.79-17.08-3.96-27.97-9.26-1.81-18.19-3.86-25.16-4.44.44-5.3,11.91-18.29,18.22-26.46-2.98-12.35-5.9-23.81-7.78-31.87l-.08.06c-5.81,9.65-12.27,18.71-19.62,26.37-7.62,7.94-10.2,12.52-19.64,19.68-2.54,1.93-26.19,11.03-29.48,11.03h-11.91c-1.54,0-3.1-.16-4.63-.46,8.67,16.86,16.39,37.69,24.05,57.86ZM613.64,1368.73h0c38.23-.04,31.62-8.01,29.04-38.32-.44-2.44-.67-4.92-.67-7.39v-1.75c-.25-1.85-.39-3.74-.39-5.66v-5.41l-39.19,16.33-40.32,15.84-15.84,7.2-5.7,1.61,2.66,16.28c6.94.11,13.02.08,15.31.08h48.85l-.33.66h.42s.1,0,.1,0h.21s.1,0,.1,0h.1s.04,0,.04,0h.27s.1,0,.1,0h.11s.1,0,.1,0h.1s.1,0,.1,0h.11s.1,0,.1,0h.1s.1,0,.1,0h.1s.1.01.1.01h.11s.1,0,.1,0h.1s.1.02.1.02h.1s.1,0,.1,0h.07s.04,0,.04,0h.1s.1.02.1.02h.1s.1.02.1.02h.1s.1.01.1.01h.1s.1.02.1.02h.1s.08.01.08.01h.02s.1.01.1.01h.1s.1.02.1.02h.1s.1.02.1.02h.1s.1.03.1.03h.1s.1.02.1.02h.1s0,0,0,0l.2.03h.1s.09.02.09.02h.1s.1.03.1.03h.1s.1.03.1.03h.1s.2.05.2.05h.1s.1.03.1.03h.1ZM901.91,1195.98h-3.81c-1.43,2.15-2.38,2.09-2.38,4.76s5.15,13.07,9.41,20.9h.07c5.02,0,9.83.91,14.28,2.56l1.05-.03c-3.38-5.05-11.96-17.78-18.62-28.19ZM861.75,1214.63c.76.04,1.53.06,2.3.06h4.41l-4.66-2.33-2.05,2.27ZM722.75,1186.25c-5.59-.99-10.6-2.16-16.41-2.23-11.5-.16-23.15.25-34.64.09-5.74-.08-12.87-1.6-19.95-2.65.59,8.88,1.09,17.73,1.52,26.6h16.84l-6.26-3.14c5.34,2.54,11.31,3.96,17.62,3.96h1.7c2.41.49,4.89.77,7.42.83,2.68.55,5.46.84,8.31.84h10.76l-3.02-1.01c3.85,1.19,7.93,1.84,12.18,1.84h9.08c-1.9-9.22-3.68-18.42-5.14-25.12ZM894.46,1216.01c-.67-3.77-1.12-7.66-1.12-11.69,0-4.55-.37-.43,1.19-3.57-2.39-4.52-7.58-6.19-13.84-6.81-4.97,5.34-10.88,11.8-16.84,18.36,4.91,2.07,10.3,3.22,15.96,3.22,4.58,0,9.51.21,14.65.49ZM695.62,243.6l-14.75-8.56c-1.85.42-3.72.65-5.56.65-5.72,0-17.4-8.21-19.81-15.37l-11.09-6.43-4.75,3.34c3.11,17.51,14.65,31.58,34.45,31.58h3.58c6.05,0,12.2-1.94,17.93-5.2ZM755.21,280c.72-.43,1.29-.73,1.66-.86l-1.1-.64c-.2.49-.39.99-.56,1.5ZM733.7,295.58c4.87-3.71,9.36-7.09,13.1-9.81v-7.2c0-1.49.26-3.13.75-4.85l-11.69-6.78c-1.9,5.32-3.36,11.29-3.36,16.4v2.38c0,3.49.43,6.77,1.2,9.85ZM638.11,374.3l25.01-21.9c-12.79-3.72-28.31,6.27-28.31,14.33,0,1.78,2.2,5.8,3.3,7.56ZM620.08,390.05c3.95-3.42,9.13-7.95,14.84-12.95-3.32-2.04-6.08-4.57-6.08-6.78v-8.34c0-13.39,8.44-22.64,21.45-22.64h2.38c9.99,0,14.49,1.83,18.76,5.82,5.12-4.44,8.94-7.72,10.48-8.93l2.11-1.67c-5.69-4.21-12.19-7.45-19.26-9.68-29.22-9.25-54.98,17.24-54.98,43.06,0,8.6,4.06,16.37,10.3,22.11ZM573.47,356.84l17.44,17.88c-.33-5.83.13-12.32,1.24-19.65,3.79-25.18,22.92-54.77,51.03-55.01,22.79-.19,23.39-.53,43.35,6.63,4.59,1.65,12.57,5.9,19.65,10.32,5.12-4.04,10.58-8.32,15.97-12.51-5.2-5.32-11.49-9.42-23-15.2-17.64-8.85-35.44-10.87-49.76-25.3-9.2-9.28-19.68-21.17-20.93-38.9l-15.03,10.57c1.35,25.85,24.4,38.77,26.14,45.29-9.36.78-31.35,8.64-37.25,13.98-5.81,5.26-18.53,23.12-21.3,31.12-2.18,6.3-4.93,11.62-6.77,18.26-1.28,4.63-1.06,8.33-.78,12.52ZM544.14,328.22c4.02,3.93,8.01,7.74,11.5,11.05,5.81-6.13,7.88-10.22,15.73-16.89,6.88-5.85,12.04-12.58,16.97-19.96,7.73-11.57,22.64-32.94,22.64-51.23l-.31-9.51-.29-3.87-23.24,16.34v7.75c0,11.92-12.18,34.3-18.77,40.81-7.42,7.33-16.87,16.9-24.25,25.51ZM520.9,300.71c0,.39.13.86.34,1.4l-.09-1.58-.25.18Z" fill="%2331422a" fill-rule="evenodd"/><path d="M363.05,503.82c-2.57-5.87-5.26-10.75-7.36-12.85-5.38-5.39-16.06-12.35-27.09-15.9,1.78,2.19,3.26,4.02,4.21,5.24,2.41,3.13,11.69,16.52,13.9,17.77,1.47.83,9.84,3.71,16.34,5.73M439.11,531.16h5.06c1.59,0,4.27,2.17,6.16,4.15l10.87,4.02,4.54-7.6c-3.44-8.95-14.55-17.25-23.96-17.25h-1.19c-7.5,0-14.36,4.05-19.71,9.94l18.22,6.74ZM408.62,519.89c7.5-8.55,16.15-14.94,21.25-14.94h15.49c13.4,0,20.18,9.73,23.12,22.2l8.02-13.42c-9.16-13.75-23.28-24.27-38.29-24.27-18.1,0-35.1,9.89-46.69,24.11l17.1,6.32ZM348.24,969.1c.39.99.62,1.96.62,2.88v8.34c0,5.56-2.78,8.34-8.34,8.34h-3.57c-2.58,0-7.16-4.79-7.16-5.96,0-7.52,10.73-4.47,10.73-10.72,0-1.1-.37-2-.97-2.71l-9.24.18c-2.09,0-7.48,4.63-12.95,10.02-.44,1.43-.68,2.92-.68,4.43,0,10.67,10.6,19.06,20.26,19.06,11.88,0,28.59-15.51,28.59-27.4,0-1.99-.23-3.96-.65-5.89l-5.7-.78-10.95.22ZM372.68,970.74v9.59c0,22.43-12.77,30.98-35.74,30.98-6.14,0-15.75-.75-18.78-3.86-1.76-1.79-9.82-11.74-9.82-14.02v-4.5c-2.62,2.92-4.64,5.32-5.39,6.45l-.42,21.86c8.7,8.13,20.94,13.14,34.4,13.14,29.87,0,52.42-21.19,52.42-50.04v-4.76c0-.83-.03-1.68-.08-2.54l-16.6-2.28ZM301.92,1050.29l4.05,1.52c1.09-.73,3.58-1.94,3.58-3.57,0-4.44-3.26-8.84-7.38-10.83l-.25,12.88ZM87.94,902.39v6.46c0,1.78.56,3.55,1.5,5.18.19-1.92.34-3.67.42-5.16.11-2.15-.68-4.3-1.92-6.48ZM315.5,1069.68c4.5-1.05,7.45-2.38,13.11-2.38h5.96c10.73,0,59.64,2.37,63.12,6.76l-41.68,2.77c-5.85.43-38.73-4.72-40.51-7.15ZM213.59,1212.7c.57-.03,1.18-.05,1.83-.05,7.02,0,14.43.39,22.09.99l-19.49-19.57c-.68,8.24-2.51,13.8-4.42,18.63ZM516.32,1358.13c-.99,2.73-1.85,4.75-1.85,5.84,0,2.28,12.89,3.12,24.88,3.42l-2.49-14.81-20.55,5.55ZM301.25,1085.54c2.53.87,4.72,1.78,6.36,2.75,8.8,5.21,59.93,17.14,73.42,17.14,21.4,0,48.58-15.23,67.95-19.28.87-16.76,2.94-33.77,7.59-45.15,7.26-17.8,14.17-39.28,22.05-55.7l-40.28-5.54c1.44,4.17,2.26,8.01,2.26,11.28v9.53c0,25.65-9.01,47.26-23.84,56.72l-81,2.85-7.26-1.05-23.72,3.44c-1.07.11-2.1-.15-3.08-.68l-.45,23.68ZM73.47,887.93c-2.17,4.87-3.41,9.96-3.41,14.96,0,13.72,6.57,26.68,17.15,32.51.35-4.69,1.01-10.25,1.58-15.4-1.76-1.65-3.25-3.43-4.44-5.2,0-5.82.31-11.29,1.07-16.27-2.78-3.94-6.02-8.06-7.07-12.57-1.08.09-2.76.81-4.88,1.97ZM269.13,815.32l.1-.4c1.14-4.27,5.22-12.12,10.52-12.12h8.34c2.89,0,9.53,6.64,9.53,9.53v9.53c0,2.79-1.97,4.77-4.76,4.77h-5.96c-2.86,0-3.5-1.93-5.39-3.72l-2.95-9.38c-3.71.86-6.15,2.9-7.39,6.08l10.53,22.09c2.67,1.05,5.66,1.61,8.78,1.61,10.77,0,9.68-3.19,13.57-9.06,2.44-3.68,7.87-9.68,7.87-14.77v-1.19c0-14.72-16.42-31.94-31.67-28.15-7.43,1.85-13.52,5.52-17.99,10.77l6.87,14.41ZM254.23,784.04c7.54-5.48,16.89-8.63,27.91-8.63h5.96c15.42,0,32.17,15.62,32.17,30.97v16.68c0,10.21-9.72,22.64-21.45,22.64h-7.15c-3.26,0-6-.21-8.37-.65l7.69,16.13c16.81-.05,23.54-2.7,30.48-13.1,4.45-6.68,13.1-21.58,13.1-32.17v-4.77c0-9.69-3.51-19.1-9.23-27.02l-.78-.4-45.56-21.19c-11.1.97-21.17,4.84-29.86,10.82l5.09,10.68ZM383.59,852.44c-3.45-3.86-12.09-4.54-12.09-13.89v-7.15c0-1.95.71-3.58,2.38-3.58,3.63,0,4.8,1.14,7.15,2.38-1.23,1.84-5.96,6.43-5.96,8.34,0,5.61,4.81,9.12,9.9,10.96,3.2-6.83,6.1-13.11,7.75-16.35,1.64-3.23,2.64-6.57,3.18-10-3.15-5.5-8.38-9.64-13.67-9.64-14.74,0-21.11,12.76-22.12,26.59-.68,9.4,8.98,20.29,18.08,23.62,1.75-3.56,3.61-7.46,5.41-11.29ZM366.25,887.18c-2.95-1.76-5.02-4.42-6.79-9.19-2.67-7.19-8.22-15.49-8.22-25.15v-13.11c0-14.86,3.84-18.9,9.53-27.41,8.7,0,8.74-2.38,15.49-2.38h9.53c3.32,0,7.36,2.06,10.63,4.95-.1-5.64-.99-11.45-1.92-17.33-4.51-2.66-9.18-4.3-13.47-4.3-25.1,0-44.08,24.63-44.08,50.04v5.96c0,16.73,8.81,28.26,9.53,36.93h-4.77c-5.96,0-14.63-3.85-20.92-5.29-2.89-.66-16.23-2.38-21.93-3.2l5.21,10.93c1.26.09,2.11.3,3,.51l56.33,4.46,2.85-6.42ZM374.84,777.79l1.04.37c6.6,3.17,12.25,5.89,17.16,9.66-.48-3.77-.82-7.54-.82-11.3v-4.32c-3.78.88-10.18,3.06-17.39,5.59ZM282.88,171.76c-4.94-5.86-11.71-10.96-20.57-9.53-13.11,2.11-16.75,12.54-21.87,22.23,3.18,6.62,3.05,19.06,14.29,19.06,7.01,0,16.68-9.2,16.68-15.49,0-2.78-1.55-5.95-4.76-5.95l-4.06.51-6.66,7.83c-1.85-1.25-3.57-1.58-3.57-4.77,0-4.06,6.63-7.15,10.72-7.15h4.77c2.44,0,5.81,3.04,7.82,6.52,2.14-3.87,4.61-8.4,7.23-13.27ZM297.91,143.27c-7.32-2.76-13-8.85-25.3-8.85h-2.38c-9.69,0-25.55,7.23-31.21,11.69-7.8,6.14-12.24,17.53-14.59,29.49-4.22,21.53,9.75,48.05,28.99,50.36.69-1.43,1.6-3.65,4.61-8.36,1.23-1.92,2.28-3.83,3.25-5.73h-7.73c-7.19,0-10.28-13.87-14.3-15.49,0-6.81-2.38-9.38-2.38-14.3,0-18.34,7.65-29.79,26.21-29.79h13.11c4.43,0,9.32,3.14,13.4,6.92,2.84-5.37,5.68-10.8,8.33-15.94ZM154.65,157.05v-.97l-.65.79.65.18ZM181.69,196.1c15.56-3.78,26.58-14.78,26.58-31.9,0-15.88-11.75-28.59-27.4-28.59h-3.58c-2.44,0-4.64.37-6.61,1.05l-11.62,14.08c-.55,2.33-.83,4.84-.83,7.48,9.13,3.52,11.53,9.16,15.14,17.91l.49,1.17c4.92-.18,15.35-9.73,15.35-13.1,0-12.98-17.16-5.72-17.87-14.3h13.11c3.79,0,8.34,6.07,8.34,10.72,0,13.28-4.54,21.52-16.48,22.53,1.8,4.3,3.65,8.68,5.39,12.95ZM307.93,123.09c-1.51-1.81-3.24-3.69-5.23-5.65-7.12-7.03-19.34-14.77-24.86-24.9l-19.52-13.14v.22s0,2.38,0,2.38c0,5.68,2.4,9.26,3.58,14.29h-10.73c-19.49,0-40.02,9.22-55.9,10.56l-13.98,16.94c2.33,0,5.24.08,9.16-.05,12.47-.44,33.64-9.58,48.8-9.58h16.68c16.55,0,38.97,13.52,43.36,26.43,3.46-6.78,6.51-12.9,8.64-17.5ZM395.76,4c-11.52,2.78-17.81,5.33-30.48,13.4-3.03,1.93-6.07,4.47-8.9,7.49,1.57,2.1,2.98,4.05,4.17,5.82,2.9-1.53,18.89-13.86,35.21-26.71ZM512.56,72.5c4.28.42,2.34,1.15,6.67,1.15,2.3,0,4.77-2.12,4.77-3.57,0-5.92-6.83-10.07-12.62-11.31-4.63-.99-7.41-.18-9.42,1.36,3.03,3.7,6.83,8.05,10.6,12.37ZM533.97,88.35c-4.02-1.14-7.61-2.03-10.68-3.22,1.97,2.47,3.5,4.58,4.28,6.06,2.08-1,4.21-1.94,6.4-2.84ZM637,36.1c1.41,2.18,2.61,4.48,3.57,6.87,1.62-.64,3.03-1.13,4.13-1.45l-7.7-5.42ZM623.97,50.35c-4.33-12.84-18.69-21.98-31.72-15.68-11.63,5.62-14.23,25.96-1.89,32.31,4.19-2.12,9.96-5.04,16.24-8.17-.71-1.37-1.56-2.65-3.04-3.95-1.78-1.57-8.07-4.54-8.07-6.23,0-2.74.83-3.57,3.57-3.57h5.96c2.78,0,5.96,3.18,5.96,5.96v5.62c4.32-2.13,8.76-4.28,12.99-6.29ZM592.06,4.65c-8.26,3.14-17.28,8.59-19.95,12.27-3.06,4.21-15.94,25.67-15.94,30.52,0,10.38,4.17,21.22,10.8,29.41,3.98-1.38,7.92-2.84,11.73-4.41-5.63-3.71-9.43-9.42-9.43-16.66v-10.72c0-13.49,15.13-26.21,28.6-26.21h10.72c1.07,0,2.12.07,3.18.19l-19.71-14.39ZM508.51,460.2v-4.61l-31.8-22.88c.19,2.19.44,4.28.74,6.79.98,8.37,2.47,25.27,2.47,32.09,0,.16-1.17,2.35-1.19,2.38-.08-.02-21.74-13.04-24.54-14.78-7.54-4.67-18.58-7.93-27.1-12.22-10.11-5.08-25.18-11.25-34.85-20.08-28.58,5.52-60.84,16.5-84.96,17.04.16,1.85,1.78,4.95,4.17,8.61,7.39-1.06,15.15-1.78,23.11-2.42,22.45-1.79,51.43,2.72,67.2,9.07,22.01,8.86,31.43,16.75,49.3,28.14,10.15,6.47,20.14,12.93,28.88,20.66l28.57-47.79ZM770.93,129.14c1.82-.62,3.47-1.4,4.97-2.31l-5.1-1.08.13,3.39ZM772.36,166.96c3.96-1.04,7.85-2.55,11.79-4.71,15.67-8.58,14.18-12.08,23.17-25.67.63-.94,1.21-1.85,1.75-2.71l-14.73-3.12c-5.05,7.93-13.49,14.6-22.66,18.33l.68,17.89ZM818.96,245.12c-1.23-15.6,1-35.34,3.38-45.87,3.02-13.31,17.31-32.92,24.04-49.83.97-2.44,1.95-4.76,2.92-7.01l-17.51-3.71c-4.55,12.75-9.43,24.83-11.94,30.66-9.37,21.81-19.45,40.25-19.45,71.1l-25.47-5.4.61,16.12h10.56c3.21,0,6.68,1.34,10.1,3.46,7.74-3.37,15.74-6.68,22.75-9.52ZM869.83,214.52c-.2,1.51-.32,3.01-.32,4.49v1.19c0,.58.01,1.18.04,1.76.79-.56,1.23-1,1.25-1.28l-.97-6.15ZM1033,187.97c.31.03.62.05.93.05,4.31,0,6.92-2.18,8.78-5.05-.71-.69-1.11-1.08-1.14-1.08-.79,0-3.98,2.36-8.58,6.08ZM1049,189.28c-3.05,4.7-7.41,8.28-11.5,8.28s-8.44-1.17-12.24-3.19c-3.15,2.64-6.58,5.55-10.12,8.55,4.06,3.97,8.88,6.55,14.03,6.55h4.77c9.02,0,17.38-4.83,23.31-11.83l-8.24-8.37ZM1026.58,294.65l-.27-.11c-21.5-8.61-13.18-13.53-24.55-19.54-4.09,2.74-4.83,5.02-4.88,9.1l10.14,21.61c6.55-3.46,13.07-7.21,19.56-11.06ZM1111.24,253.94c.09.29.14.56.14.81v2.25c.76-.1,1.5-.18,2.19-.24-.34-.51-1.15-1.48-2.33-2.82ZM1093.12,234.6c-.42.2-.84.4-1.26.63-8.53,4.68-15.39,20.34-10.21,30.21,7.6-2.85,15.55-5.42,22.4-7.04-4.03-3.2-8.16-4.26-8.16-7.23v-2.38c0-2.3,2.12-4.77,3.57-4.77,1.06,0,2.81.87,4.64,2.14-3.16-3.36-6.9-7.31-10.98-11.56ZM1077.53,218.44c-10.27,8.78-17.39,22.02-17.39,37.5,0,5.67,1.65,11.4,4.48,16.59,3.94-1.83,8.52-3.78,13.36-5.67-1.45-2.3-2.35-4.48-2.35-6.15,0-11.68,4.06-24.7,11.4-32.44l-9.5-9.83ZM1060.47,200.94c-6.91,10.19-16.4,32.56-17.78,43.53-1.58,12.49,1.02,26.21,5.36,37.22,2.66-1.6,5.31-3.19,7.95-4.74,1.22-.72,2.68-1.51,4.34-2.35-6.76-19.93-3.21-45.74,10.82-62.72l-10.68-10.94ZM1173.26,266.39l.12-.89c.38-3.23.58-6.38.61-9.44l-1.4,2.14.67,8.19ZM974.03,489.99c16.72.68,29.29,1.03,45.99-6.09,16.92-7.22,31.07-18.6,42.19-31.68,2.33-2.74,4.27-5.4,5.93-8.01-2.1-2.03-6.34-1.41-16.49,1.18-1.61.41-3.81.93-6.47,1.54-1.29,1.37-2.97,2.46-4.11,3.22-5.13,0-9.66.28-13.92.7-19.77,4.13-44.24,8.76-51.82,8.93l-.43,9.98c5.41-.41,10.41-.58,13.72-.57,16.99.08,26.64-5.93,41.73-5.93-6.2,9.26-34.76,14.3-51.23,14.3h-4.55l-.54,12.44ZM1000.85,545.51c-1.3-2.1-2.78-4.11-4.42-5.99,1.23,2.86,2.05,5.34,2.25,7.19l2.17-1.2ZM986.92,521.15c9.99,4.03,18.4,10.71,23.31,19.18l9.99-5.52c-8.88-15.45-24.54-27.09-42.59-30.9,2.49,5.11,5.92,11.2,9.29,17.24ZM770.51,745.87c17.3-7,30-15.39,44.28-22.46,8.88-4.4,16.02-6.59,25.26-16.8,4.91-5.44,19.87-29.02,22.18-36.19,4.4-13.64,7.6-31.38,10.41-46.78.99-5.4.63-12.27,1.06-18.35-6.29,4.86-13.62,10.5-14.98,11.41l-16.61,12.71v20.89c0,11.19-15.49,35.57-27.96,46.68-8.82,7.87-27.4,16.99-45.11,24.4l1.47,24.49ZM911.28,708.13c-6.2-6.99-18.13-20.12-42.93-17.3-18.06,2.05-30.92,20.69-33.94,38.83-3.44,20.66,11.21,38.98,28.39,41.75,6.95,1.12,21.72-4.84,26.09-8.8,5.12-4.63,11.59-16.42,11.59-25.34,0-16.97-13.06-30.97-29.78-30.97-11.11,0-22.64,12.63-22.64,25.01,0,9.77,6.94,19.06,17.87,19.06h2.38c6.77,0,13.1-4.93,13.1-11.91v-1.19c0-7.45-3.78-14.3-10.72-14.3-2.68,0-2.61.94-4.77,2.38,1.39,2.64,3.58,5.81,3.58,9.53v5.96c-6.68-.15-10.72-2.87-10.72-9.53v-1.19c0-5.99,5.92-11.92,11.91-11.92h1.19c6.35,0,15.49,5.38,15.49,10.72v10.72c0,13.37-10.32,20.26-23.83,20.26h-2.38c-9.66,0-15.49-16.84-15.49-28.6,0-13.35,10.03-27.4,22.64-27.4h2.38c21.31,0,36.04,18.68,39.65,38.39l.92-34.17ZM1076.93,480.16c-18.35,8.46-31.79,25.88-36.33,42.19l-.38,1.41,17.14-9.47c5.18-9.16,13.01-16.65,22.27-20.93-.66-4.1-1.65-8.72-2.7-13.2ZM804.78,788.05l-.79-7.88c3.44,2.3,7.41,5.1,11.8,7.88h88.26c1.82-1.31,3.55-2.7,5.18-4.18l.71-26.37c-3.33,8.33-12.42,16.74-17.56,20.51-6.41,4.7-28.4,5.73-39.55,5.73-14.82,0-31.34-9.06-44.02-10.59-.5.18-1.05.28-1.61.28h-.43c-.7,0-1.42-.16-2.09-.49l-.98.06.02-.52c-.37-.07-.75-.19-1.1-.36-.63-.03-1.26-.19-1.86-.49-.38-.19-.74-.38-1.07-.59-.24-.08-.47-.17-.69-.29-.43-.08-.86-.22-1.28-.42h0c-.43-.09-.86-.22-1.27-.42-1.32-.11-2.77-.39-4.01-.81-1.28,0-2.38-.03-3.43-.43-1.28,0-2.4-.02-3.48-.44h-.46c-.71,0-1.38-.16-1.99-.44-.97-.03-1.86-.12-2.81-.43-1.27,0-2.33-.06-3.48-.43-1.11,0-2.07-.08-2.98-.42-.73,0-1.4,0-2.05-.09l.69,11.54c9.18.78,24.32,10.09,31.58,10.09h.76ZM948.33,1225c2.53.13,5.01.26,7.42.35h.03s.37-.11.37-.11c2.85-1.07,5.79-1.82,8.76-2.23,3.44-.91,6.99-1.36,10.52-1.36h7.5c2.92-.64,5.88-.96,8.85-.96h8.43c2.92-.65,5.9-.97,8.88-.97h7.48c1.72-.38,3.46-.65,5.21-.8,7.04-1.67,14.59-2.24,22.21-2.3l-73.07-14.91-22.61,23.3ZM863.44,905.9l1.89-20.63c-.53.68-1.46.93-2.96.93-4.9,0-3.58-5.96-7.15-5.96-4.57,0-5.96,6.42-5.96,10.72,0,11.91,5.81,13.11,14.18,14.93ZM861.98,921.83l1.08-11.81c-7.6-.4-17.37-9.73-17.37-17.86v-7.15c0-3.3,1.09-7.16,2.98-9.82l-9.72-5.38c-4.49,6.34-7.56,13.98-7.56,19.96,0,17.49,14.66,29.73,30.59,32.05ZM859.55,948.3l1.38-15.02c-20.16-3.8-35.5-25.62-35.5-47.08v-4.77c0-6.07,1.53-11.85,4.26-16.75l-8.41-4.65-.19-.12c-4.57,8.36-7.58,19.1-7.58,31.06v2.38c0,29.45,18.84,50.16,46.03,54.94ZM744.28,992.54l2.88,12.74c12.27,7.05,31.5,23.16,44.46,32.71,22.8,16.81,19.71,19.29,58.45,19.29v-5.76l3.11-33.89c-.88-.24-1.79-.38-2.74-.38-10.87,0-10.03,3.13-13.1,9.53.86,1.62,2.61,5.96,4.76,5.96,4.14,0,1.68-2.11,7.15-3.57.62,2.67,1.19,2.73,1.19,5.95v2.39c0,2.78-1.97,4.77-4.76,4.77h-1.19c-3.79,0-28.98-9.62-33.72-11.55-7.35-3-28.89-8.22-30.62-14.66,20.07-4.68,45.28-37.55,45.28-60.76v-1.19c0-33.55-49.05-57.35-62.66-17.39-6.86,20.13-1.4,30.39,14.27,39.57,15.45,9.06,31.71-8.46,31.71-22.18,0-10.68-11.32-22.64-21.44-22.64-3.37,0-6.34,2.72-9.53,3.57-.1,4.63-3.57,15.31-3.57,15.49,0,4.04,4.3,8.34,8.34,8.34,6.17,0,3.66-10.43,3.57-14.3,3.17.84,7.15,3.35,7.15,7.15v7.15c0,5.8-8.17,7.15-14.29,7.15-2.87,0-7.15-4.28-7.15-7.15v-19.06c5.09-2.06,1.45-10.72,15.49-10.72h5.95c11.2,0,19.06,11.68,19.06,22.64v3.57c0,18.1-10.58,26.05-17.89,36.76l-22.61,2.55c-8.15,1.02-17.92-.29-27.54-2.08ZM769.45,888.83l-40.51,35.65-.06.1,7.52,33.22c.33-.47.61-.91.85-1.3,6.91-11.42,13.39-21.38,20.97-32.65,8.44-12.55,14.84-28.75,21.88-44.55l-10.66,9.53Z" fill="%23c72820" fill-rule="evenodd"/><path d="M329.95,650.81c1.31,1.58,2.23,3.18,2.23,4.26v3.58c0,2.74-.83,3.57-3.57,3.57h-1.19c-1.55,0-4.29-1.95-6.53-3.36-4.72,4.21-8.76,7.87-11.47,10.42,1.07,5.98,5.78,12,13.24,12h1.19c11.42,0,22.64-9.76,22.64-21.45v-3.57c0-5.49-2.21-10.69-5.67-14.99l-10.85,9.54ZM349.86,633.35c14.28,20.87-9.17,59.85-21.25,59.85h-13.11c-5.04,0-16.43-9.92-16.67-14.17l-11.12,9.79c5.57,10.3,15.79,18.67,26.61,18.67h8.34c14.45,0,26.86-9.29,32.88-18.35,4.14-6.23,14.77-29.08,14.77-37.65,0-10.24-3.38-19.96-9.11-27.98l-11.34,9.84ZM465.3,548.3c.27-.61.51-1.23.71-1.85l-1.48-.85.77,2.7ZM470.38,548.96v.07c0,1.73-1.16,4.34-2.86,7.08l4.44,15.58c5.34-4.17,9.72-9.2,12.36-14.73l-13.94-8ZM546.39,676.76c-4.25-9.63-9.96-18.29-14.92-23.2-5.52-5.47-18.64-13.08-31.42-17.52.42.38.86.76,1.32,1.11,7.65,5.95,12.64,12.86,20.45,16.99l24.58,22.62ZM453.7,724.17v-14.3c0-.32.02-.65.05-.98l-10.63-11.65c-4.49,9.07-4.12,18.71-7.31,30.51-.75,2.77-.72,5.85-.16,9.03l18.04-12.62ZM534.65,585.68c5.63,10.34,10.76,20.83,13.67,35.54,2,10.08,2.12,24.99,4.48,33.64,1.94,7.12,9.32,22.26,9.32,30v6.39l28.68,26.39,31.89-83.61-33.21-17.32-54.82-31.03ZM91.8,917.07c2.86,2.9,6.87,4.88,10.44,4.88h1.19c6.87,0,14.3-5.69,14.3-13.11,0-3.2-1.98-6.78-4.64-9.18l-20.55,7.26-.73,10.14ZM195.99,968.18c-1.93-1.11-3.75-2.15-6.78-2.15-3.85,0-5.96,4.33-5.96,8.34,0,1.45.2,2.83.57,4.13l12.17-10.31ZM177.43,983.91c.55-9.77,2.97-22.65,10.59-22.65h4.77c3.15,0,5.87,1.13,7.78,3.04l10.93-9.26c-6.82-6.65-17.39-9.96-26.05-7.07-15.48,5.17-25.32,23.32-19.71,43.5l3.31-.46,8.38-7.1ZM141.55,979.14v9.53c0,1.89.22,3.94.6,6.07l15.27-2.12c-.25-2.02-.38-4.14-.38-6.33v-2.38c0-26.16,8.98-44.08,34.55-44.08h4.76c3.91,0,10.43,4.95,15.98,11.42l3.63-18.54c-8.53-5.31-18.49-7.97-28.22-6.31-25.37,4.33-46.19,24.38-46.19,52.75ZM214.03,1190.26l-52.22.95H39.08s-36.93,3.58-36.93,3.58v13.11h4.76l1.58,1.04,50.03,5.79c6.53.21,13.28.31,19.87.31h120.33c4.95,0,7.3-1.01,10.42-1.71,2.98-9.29,5.97-18.87,5.97-22.14,0-.04-.39-.37-1.1-.93ZM470.88,1190.64l-16.51-.64c-8.56,6.64-19.88,15.73-31.52,25.25,1.53.17,3.08.26,4.66.26h.04c2.67.54,5.43.83,8.26.83h.03c1.05.31,2.12.58,3.21.8l1.06.37c3.52,1.63,7.3,2.78,11.27,3.37,3.25.83,6.65,1.27,10.16,1.27h15.63c-2.09-10.97-4.49-22.91-6.28-31.52ZM90.37,936.86c2.92,1.14,6.1,1.77,9.48,1.77,8.37,0,12.68-4.24,19.06-4.77-1.62,6.99-7.48,15.45-10,24.55-1.93,6.97-5.22,21.86-5.5,29.05-.19,4.91-.45,8.9-.49,12.72l22.13-3.07c-.12-1.26-.18-2.49-.18-3.68v-19.06c0-26.2,26.74-64.34,54.8-64.34h9.53c9.65,0,20.04,4.03,29.15,10.38l3.62-18.47c-10.99-6.84-23.22-10.97-35.15-10.97h-3.58c-14.71,0-35.95,11.63-45.27,17.87,0-5.75-1.4-11.51-3.81-16.63l-15.13,5.35c1.37,2.27,2.26,4.6,2.26,6.52v4.77c0,8.73-5.4,19.06-13.11,19.06-6.61,0-12.31-2.39-16.76-5.71l-1.06,14.67ZM317.23,775.16c-7.89-7.02-17.72-11.75-27.85-12.69l27.85,12.69ZM511.46,887.4c1.17,6.03.88,11.53,1.8,23.83,1.23,16.4-.01,25.1-1.17,41.7-.98,14.03-5.11,25.01-20.26,25.01h-2.38c-1.69,0-3.26-.13-4.71-.38-2.28,7.76-4.86,15.38-8.01,23.12-3.55,8.71-19.17,45.8-19.71,52.29l92.04,23.44.11-4.73-10.08-146.86-4.55-37.4-23.07-.02ZM256.29,716.46l.61.77c14.72,18.64,25.26,30.89,49.22,40.14,12.34,4.76,20.71,7.22,35.5,9.78.01,0,17.85,5.64,27.79,8.86,14.25-5.13,28.13-11.05,30.02-13.88l4.63-3.24c-1.76-5.55-2.78-11.85-2.78-19.23v-8.34c0-20.71,14.08-40.25,24.04-53.58l-18.27-20.03c-2.54,33.25-29.46,52.8-26.14,83.16l1.31,14.29c-5.54-.12-25.62-8.22-35.23-10.04-14.92-2.83-24.25-4.09-36.43-8.84-16.24-6.33-30.96-17.07-36.65-35.3l-17.61,15.5ZM205.21,509.42c-4.97-4.11-11.32-6.85-16-6.85h-2.38c-4.44,0-8.87,1.81-12.8,4.74,2.01,8.43-1.89,9.18,8.79,6.6,6.36-1.54,12.86-2.1,18.2-3.44l4.19-1.04ZM187.32,373.48c5.82,6.39,14.45,9.84,24.06,7.1,4.02-1.15,7.87-3.62,11.27-6.98l-35.32-.12ZM235.62,387.68c-4.64,6.61-10.11,11.23-15.43,11.23h-8.34c-17.07,0-32.75-9.63-36.22-25.47l-16.77-.05c4.88,21.86,31.47,42.2,54.18,42.2,14.94,0,24.39-4.59,31.65-11.83l-9.07-16.08ZM151.75,424.14c3.44,1.15,4.42,3.37,7.67,3.37,2.73,0,1.39-.4,4.76-1.19.77-3.2,1.2-2.25,1.2-4.77,0-7.22-3.99-9.58-10.01-11.54-3.7-1.2-5.85-.98-7.74-.01,1.4,4.9,2.82,9.72,4.11,14.14ZM267.07,443.52c-2.83-.25-6.16-.56-11.14-.53-14.86.08-50.52,1.07-60.05-.7-5.13-.96-9.81.26-14.25-1.25-4.49-1.52-6.74-3.56-10.44-5.05-5.4-2.18-14.97-4.69-18.74-9.42,1.53,5.29,2.85,9.84,3.66,13.03,2.08,8.16,4.13,16.4,6.22,24.64,2.58,1.4,5.23,2.63,7.95,3.63,5.38,1.99,32.06,10.86,36.79,10.86h21.45c-.01.53-2.9,12.12-5.76,23.23,1.62-1.27,3.67-2.89,6.5-5.02,12.8-9.61,35.1-29.03,47.77-35.73l-9.97-17.69ZM190.51,107.02h-9.64c-17.29,0-39.32-25.63-39.32-44.09v-14.3c0-6.63,11.44-19.41,18.34-22.16,10.53-4.21,21.78-5.24,32.89-5.24,14.09,0,22.64,10.27,22.64,23.83,0,9.79-4.9,22.31-10.72,26.21-16.99,0-35.74,3.61-35.74-17.87,0-4.9,5.83-11.92,9.53-11.92h8.34c2.86,0,7.15,4.28,7.15,7.15v2.38c0,8.8-14.3-2.14-14.3,4.77,0,16,29.79,2.57,29.79-8.34s-16.24-20.07-28.98-20.91c-11.1-.73-25.82,13.68-25.82,24.48,0,18.16,21.23,36.94,39.32,36.94,5.05,0,10.11-1.39,14.77-3.8,5.78-6.84,13.4-15.57,20.48-23.99,1.09-3.35,1.68-6.83,1.68-10.34,0-12.8-6.39-21.81-11.12-30.58-3.86-7.16-18.19-14.69-28.2-14.69h-3.58c-30.24,0-60.76,21.38-60.76,51.23v11.91c0,20.24,21.98,40.43,34.55,48.85-5.81,8.67-18.7,14.77-22.65,29.77,6.43,4.19,10.67,6.78,11.19,6.78.49,0,2.04-1.41,4.31-3.79v-4.17c0-4.56,10.21-9.46,14.08-14.51,3.04-3.97,5.05-5.65,7.62-6.35,5.01-6.02,9.99-12.11,14.15-17.26ZM333.02,192.28c5.15-15.39,18.63-42.04,22.58-49.93,4.51-8.99,8.89-19.59,11.44-30.35.28-1.19.4-2.43.38-3.71-8.33-6.65-16.73-13.27-23.04-18.08l3.29,27.52c.28,2.21-20.43,38.57-21.44,39.32-6.7-12.67-8.71-20.97-15.47-30.33l-16.33,30.74c7.3,4.89,23.17,20.27,38.6,34.82ZM394.4,156.96l-.4-.1-5.83,3.77c.42.8,2.36,5.01,3.24,8.62.94-3.81,1.98-8.08,2.99-12.29ZM398.58,138.92l-1.56-.29c-6-.97-15.96,4.49-18.81,9.65-1.9,3.45-3.7,9.67-5.18,14.82-2.28,7.96,3.85,26.01,12.97,27.24.63-2.81,1.29-5.6,2.11-8.25.29-.95,1.01-3.68,1.94-7.38-.57-.02-1.28-.22-2.19-.66-1.26-.62-2.07-1.64-2.07-3.89v-10.72c0-3.66,1.1-7.15,4.77-7.15h4.96c1.24-5.22,2.35-10.03,3.06-13.37ZM387.19,124.24c-15.64,5.04-24.42,16.34-30.37,32.43-6.4,17.33,7.17,43.61,25.46,48.44,1.14-3.31,1.98-6.93,2.79-10.59-3.26-1.28-6.66-4.25-9.59-7.23-6.26-6.38-7.08-7.29-7.57-15.95v-5.96c0-14.2,9.18-28.6,22.64-28.6h3.57c1.69,0,3.32.03,4.88.08.26-1.32.42-2.2.42-2.5,0-.1-5-4.24-12.23-10.13ZM596.99,68.8c.67.06,1.35.09,2.07.09,5.1,0,7.35-2.11,9.15-5.26-3.92,1.86-7.74,3.63-11.21,5.17ZM595.1,90.26c16.07-1.13,30.16-15.73,30.16-32.09,0-.93-.06-1.86-.17-2.78-4.46,2.22-9.32,4.61-14.13,6.91v.62c0,6.42-6.42,14.3-13.11,14.3h-2.38c-3.85,0-7.65-.67-11.11-1.95,1.52,2.66,5.48,8.1,10.73,14.98ZM628.4,132.09c14.77-16.19,31.42-33.71,31.42-70.35,0-5.88-2.88-14-6.54-21.43-3.55,2.32-7.31,4.57-11.37,6.65.8,2.89,1.23,5.86,1.23,8.83v16.68c0,17.83-11.29,30.95-20.55,40.21-1.87,1.87-3.64,3.75-5.4,5.59,3.83,4.75,7.64,9.44,11.21,13.82ZM692.63,412.72c5.66-8.8,14.85-24.71,14.85-28.1,0-20.78-7.69-36.63-20.01-47.29-4.71,3.43-9.39,6.74-14.06,9.86.89.96,1.81,2.02,2.79,3.18,4.11,4.84,11.03,15.26,11.03,23.52v2.38c0,3.75-.67,7.85-1.87,11.94l.34,1.27c3.37,12.74,3.2,19.6,6.94,23.23ZM735.16,300.16c10.92,27.88,52.29,35.12,63.6,6.55,9.82-24.78-1.16-38.37-14.71-41.38-6.46,3.21-12.99,7.04-20.62,12.77-3.1,2.33-6.21,4.71-9.34,7.13-.09.93-.16,1.89-.16,2.88,0,10.31,10.46,20.2,22.15,16.23,15.12-5.14,5.27-17.42.49-24.57h4.77c2.07,1.39,5.96,3.86,5.96,7.15v3.58c0,7.57-4.59,22.64-10.72,22.64-13.89,0-26.68-9.79-29.3-22.58-4.03,3.16-8.07,6.38-12.12,9.62ZM740.85,80.03c-2.52,3.19-4.22,7.13-4.66,11.59,4.37-2.86,7.71-4.77,9.53-5.31l-4.87-6.27ZM724.97,59.57c-6.51,6.13-12.72,15.29-12.72,24.8v10.72c0,4.26.77,8.27,2.17,11.95,4.77-3.53,9.3-6.83,13.4-9.72-.05-.35-.08-.7-.08-1.04v-9.53c0-6.82,2.61-11.56,6.84-14.82l-9.6-12.37ZM701.11,28.84c-9.94,8.84-24.11,22.33-29.01,32.07-7.67,15.23-8.48,40.15-3.96,58.04,1.44,5.71,4.9,11.26,8.99,16.33l16.45-12.55c-4.97-7.64-8.74-17.09-8.74-27.63,0-23.6,7.9-36.06,19.94-47.97,1.63-1.62,3.82-3.43,6.4-5.3l-10.08-12.98ZM870.1,226.97c.66,3.93,1.86,7.86,3.53,11.57l-1.94-12.02c-.44.1-.98.25-1.58.44ZM954.22,107.64c1.42-5.34,3.46-11.22,3.46-13.73v-1.19c0-3.7-.4-7.47-1.15-11.23-.22,1.41-.48,2.9-.78,4.5-1.19,6.22-1.46,13.78-1.52,21.66ZM980.86,50.71c-1.13,4.09-1.74,8.23-1.74,12.21,0,53.44,77.44,46.95,77.44,2.38,0-13.07-14.36-27.4-28.59-27.4h-1.19c-15.27,0-23.84,9.51-27.2,21.66-3.48,12.57,8.18,28.38,18.85,28.38,6.66,0,19.06-7.72,19.06-15.49v-1.19c0-5.3-4.31-11.92-9.53-11.92-2.67,0-2.61.94-4.77,2.38v7.15c-2.15,1.43-2.1,2.38-4.77,2.38s-4.76-1.98-4.76-4.77v-8.34c0-3.51,7.01-9.53,10.72-9.53,6.65,0,16.68,10.33,16.68,14.3v7.15c0,9.55-13.14,20.89-19.09,20.53l-15.46-1.46c-4.6-3.08-13.11-11.71-13.11-19.06v-13.11c0-4.12.79-7.9,2.26-11.23l-12.6,4.23-2.22.74ZM1032.08,174.26c-4.74-2.25-2.37-6.49-7.68-6.49-2.13,0-3.39.97-3.94,2.49,4.27,1.6,8.2,2.98,11.62,4ZM1016.33,168.69c.83-2.32,3.39-4.49,5.69-4.49h4.77c2.86,0,7.15,4.28,7.15,7.15v3.44c3.12.85,5.74,1.35,7.65,1.35.16,0,2.18-.86,5.4-2.28l.06-.12c-4.63-9.67-7.75-21.45-21.44-21.45-6.09,0-13.96,6.07-18.64,12.68,3.21,1.3,6.36,2.55,9.38,3.72ZM954.01,131.22c.8-.25,1.63-.38,2.48-.38h20.25c5.73,0,42.51,7.79,47.51,9.68,11.91,4.48,28.74,12.37,28.74,28.45v2.21l12.18-5.48c-3.26-12.49-14.07-23.08-14.56-28.89,16.83-3.92,36.93-36.93,36.93-57.18,0-18.89-13.74-40.71-31.42-53.12-5.63,1.63-11.78,3.51-18.06,5.47,6.6,1.72,7.87,5.25,15.39,10.26,13.88,9.25,10.28,9.46,18.61,21.9,0,16.87-.19,27.32-8.79,40.06-4.03,5.97-20.94,23.08-29.34,23.08h-4.77c-7.32,0-26.15-7.22-35.81-8.27-9.93-1.08-31.14-1.27-39.14-4.27,0,5.61.02,11.23-.2,16.49ZM777.75,422.42c2.76-4.33,6.05-8.67,9.23-11.92,4.16-4.25,13.56-9.88,15.83-12.76,8.83-11.16,17.14-10.86,28.33-28.85,3.8-6.12,5.7-13.64,10.04-18.55,3.06-3.47,4.98-2.74,8.41-5.89,1.06-.97,1.83-1.88,2.53-2.78h0s0-.03,0-.03l.08-.1.08-.11.34-.46.05-.08.03-.04.09-.11c.91-1.24,1.83-2.53,3.28-4.07,7.77-8.23,12.41-15.54,20.25-22.36,2.46-3.27,4.85-6.82,7.68-11.37l-2.61-16.13c-6.17,3.45-12.02,6.99-14.02,8.75-4.74,4.14-23.54,22.36-25.31,23.54-2.49-10.7-2.02-21.02-5.5-31.43-4.28-12.79-6.42-14.27-12.89-24.04-2.22-3.36-3.6-8.5-4.35-14.52l-2.89,1.42c-5.87,2.93-11.03,5.24-15.84,7.34,6.72,5.54,12.56,13.36,14.79,18.82,5.14,12.62,7.62,28.93,7.62,45.99v8.34c0,20.33-17.04,36.6-27.72,47.34-1.01,1.02-20.06,15.98-20.69,16.25-12.81,5.37-11.08-7.54-13.45-19.6-3.75-19.05-14.74-36.18-23.92-49.94-4.92-7.38-8.38-12.68-11.96-17.01-4.93,3.94-9.87,7.88-14.81,11.76,3.75,2.52,6.9,4.91,8.63,6.71,12.8,13.36,26.47,52.5,26.47,79.56v12.55c10.62,1.14,21.34,2.57,32.15,3.81ZM765.41,604.76c10.26-1.75,19.51-11.76,19.51-22.37,0-8.97-8.84-21.45-17.87-21.45h-.18l-.44,13.25c.19-.09.4-.15.62-.15,2.78,0,4.77,1.98,4.77,4.77v1.19c0,5.75-1.59,10-5.96,11.41l-.44,13.35ZM764.85,621.71h1.01c49.68,0,49.72-76.25,7.15-76.25h-1.19c-1.5,0-2.98.11-4.45.32l-.44,13.27,4.89-.49c8.71-1.01,19.06,8,19.06,15.49v13.11c0,11.13-11.51,22.64-22.64,22.64h-3l-.39,11.91ZM833.11,383.47c-8.88,7.61-17.21,19.65-17.21,32.13v1.19c0,2.61.37,5.46,1.04,8.43h1.46c2.23-9.55,8.54-26.29,14.7-41.75ZM1042.77,370.25c-3.02-20.75-15.71-38.41-34.1-42.91l.19,17.32c6.15,2.65,10.89,7,14.11,12.71l19.79,12.88ZM1084.13,268.82c3.09,3.04,8.02,4.99,15.33,4.99h4.75s4.78-9.53,4.78-9.53c-.5-.94-1.05-1.78-1.63-2.54-7.76,2.39-15.38,4.63-23.23,7.08ZM1066.38,275.47c6.61,10.02,17.69,17.41,29.5,17.41,14.09,0,30.98-13.89,30.98-28.59,0-2.02-.2-4.04-.57-6.03-4.89.05-9,.35-11.52,1.16l-3.41,1.08v6.16c0,6.3-8.05,13.11-14.3,13.11h-2.38c-4.29,0-10.29-4.68-14.41-9.73l-5.06,1.65c-2.73.91-5.7,2.2-8.84,3.78ZM1049.54,285.22c2.2,4.87,4.73,9.04,7.33,12.12,6.99,8.27,28.89,25.33,42.59,25.33,7.31,0,22.24-7.21,27.83-10.29,7.45-4.11,11.87-14.39,15.85-22.28,4.8-9.49,6.87-20.3,6.48-30.99-4.8-.25-9.91-.55-14.75-.71.22,2,.33,3.99.33,5.89,0,16.76-12.22,39.32-27.4,39.32h-9.53c-18.28,0-30.52-10.79-36.65-25.6-3.89,2.16-7.96,4.63-12.07,7.21ZM1104.05,372.65c3.87-5.29,8.48-10.49,12.39-15.14,16.48-19.61,45.46-49.85,54.54-80.54l-1.26-17.33h-5.76c-1.54,0-3.28-.04-5.14-.11-1.65,27.16-12.73,40.69-26.3,56.86-6.12,7.29-15.38,15.18-22.6,22.67-5.39,5.57-16.57,21.02-21.17,24.1-4.3-18.43-22.12-41.94-35.97-51-7.03-4.59-13.74-10.95-21.51-15.26-9.02,5.68-17.17,10.37-22.79,11.68l.03,2.93c11.01,1.35,21.38,4.71,28.32,9.45,15.66,10.7,33.78,30.67,34.04,55.93l33.19-4.25ZM1001.34,580.68c3.25-5.44,5.19-11.46,5.19-17.35,0-4.72-1.39-9.7-3.77-14.43l-1.2.67-.22,31.11ZM1011.95,543.72c1.87,4.21,2.91,8.79,2.91,13.65v8.34c0,12.4-4.57,23.93-11.28,30.97,1.95,3,4.89,7.04,7.81,10.95,10.19-10.99,16.58-26.43,16.58-44.3,0-8.94-2.17-17.51-6.01-25.25l-10.01,5.64ZM874.38,599.97c.18-.88.4-1.72.67-2.51.89-2.61,1.75-5,2.62-7.28-3.93-4.39-10.31-11.16-17.17-18.2-.54,2.42-1.1,4.38-1.71,5.65-2.66-1.94-10.09-15.09-12.88-19.29-.73-1.1-1.4-2.08-2.02-2.96-6.95-6.72-12.5-11.7-13.97-12.09l-51.83-15.83-10.02-3.08-.26,7.99h.43c18.62,0,45.71,18.44,54.49,28.9,13.89,16.53,19.24,33.55,19.37,62.99l13.74-10.41,18.53-13.86ZM1084.98,527.61c-4.53,8.33-2.86,20.62,3.6,25.94l-3.6-25.94ZM1082.24,507.9c-25.21,19.59-22.56,69.73,14.83,69.73,2.61,0,5.24-.57,7.76-1.58l-14.29-8.32-.47-3.37c-4.9-1.47-12.07-12.41-12.07-17.71v-14.3c0-4.04,2.42-8.27,5.98-11.82l-1.76-12.63ZM1039.18,528.4c-6.53,33.43,10.57,63.31,38.08,72.62,18.06,6.12,36.1-.43,48.97-12.53l-13.46-7.83c-5.88,4.04-12.63,6.49-19.27,6.49h-8.34c-18.57,0-34.55-24.72-34.55-44.08v-3.58c0-6.91,1.47-13.65,4.11-19.85l-15.54,8.75ZM1036.72,640.26c3.71.06,8.38.31,15.03.55,18.45.68,29.67,7.1,42.94,7.1h5.96c12.44,0,25.1-8.16,34.98-17.4l16.71-26.83-7.4-4.3-2.57,5.67c-4.16,9.11-19.33,26.19-32.19,26.19l-17.96.58-51.14-7.73c-4.61-.68-10.26.17-16.24,1.91,3.7,5.68,6.65,10.5,11.88,14.26ZM820.55,790.92c8.89,5.13,19.12,9.5,29.9,9.5h13.11c13.5,0,25.94-3.49,36.08-9.5h-79.09ZM1086.37,661.84c-5.64-6.23-13.25-10.41-21.32-10.04-.54.02-1.09.07-1.63.12,7.5,3.11,15.41,6.52,22.95,9.92ZM851.95,872.34c.65-.28,1.35-.43,2.07-.43h3.57c2.88,0,6.2,3.5,7.62,7.22,3.1,1.47,5.66,2.57,7.33,3.07,1.61.49,3.67,1.09,6.05,1.77,1.41-3.73,1.51-7.74-1.1-12.89-3.58-7.06-9.83-13.47-19.89-13.47h-1.19c-5.07,0-10.47,3.72-14.94,8.96,3.38,1.9,6.97,3.88,10.49,5.77ZM832.02,861.12c4.88-6.45,12.17-10.65,20.81-10.65h11.92c13.26,0,22.64,14.11,22.64,28.59v7.37c4.29,1.17,8.96,2.41,13.62,3.6.44-3.02.68-6.27.68-9.77,0-23.17-22.18-44.08-45.27-44.08-10.53,0-26.32,10.94-31.32,17.54-.55.72-1.09,1.47-1.6,2.25l2.11,1.2c1.38.92,3.62,2.3,6.41,3.96ZM808.74,836.7c14.76-10.87,35.47-16.17,59.46-12.34,27.55,4.4,50.16,25.06,50.16,57.07v1.19c0,3.57-.59,7.34-1.65,11.17,5.3,1.17,9.79,2,12.56,2.23-3.74-16.06-1.82-39.68-4.59-57.32l-.41-2.32c-7.28-4.98-14.51-10.36-24-15.49-9.55-5.17-32.68-15.71-46.24-15.71-17.22,0-38.23,9.32-46.58,9.43l-2.38-23.69h-2.49l4.32,31.67,1.85,14.1ZM999.32,1019.26c8.76-4.01,15.37-11.3,17.94-20.61l-17.94,20.61ZM1000.3,1047.52c19.85-4.76,42.13-32.58,40.84-54.06-.36-6.03-1.52-12.27-3.4-18.31l-10.96,12.58v.93s0,5.96,0,5.96c0,21.66-11.63,39.32-33.36,39.32h-6.89l-3.39,3.89c2.75.87,9.06,4.55,17.16,9.69ZM1046.96,1078.7l46.55-6.64h28.59c16.75,0,38.51,9.88,50.81,15.91,16.98,8.32,11.11,1.94,4.94-7.33l-.55-.83c-2.97-3.32-6.06-6.82-9.1-10.32-1.77-.74-4.39-1.74-8.76-3.79-11.96-5.63-38.71-10.73-55.3-11.44-23.43-1.01-39.84,10.65-57.1,10.65,11.51-17.18,26.21-38.78,26.21-66.72v-9.53c0-11.33-5.25-22.48-9.91-32.48l-6.45-3.03-6.18,7.09c4.49,9.1,7.05,19.25,7.05,29.6v11.91c0,22.73-17.07,52.25-29.79,60.76-2.21-3.3-9.55-10.72-14.3-10.72-1.39,0-2.92.6-4.34,1.56,11.85,7.78,25.68,17.21,37.62,25.33ZM875.16,1193.63c-2.24-.05-4.54-.04-6.83-.04-13.59.03-21.13-1.05-32.27-2.29-18.11-2.01-46.91-3.77-65.43-3.67-11.12.06-22.24-.04-33.36,0-4.12.01-7.73-.34-11.05-.83,1.62,7.66,3.55,16.23,5.5,24.56h25.53l-6.26-3.13c5.11,2.43,10.79,3.84,16.8,3.96,1.31.27,2.65.48,4,.62,2.98.68,6.08,1.05,9.28,1.05h71.63l-6.26-3.14c3.18,1.51,6.57,2.62,10.13,3.28,6.43-7.15,12.97-14.33,18.6-20.38ZM557.49,459.27c4.53.42,8.07.78,9.69,1.02l4.11-5.86c-2.5-1.2-5.55-1.9-9.17-1.9-1.96,0-5.96,1.74-5.96,3.57,0,1.3.51,2.32,1.32,3.17ZM537.94,457.47l9.89.91c.11-3.78,6.11-8.24,10.72-8.24h13.11c.8,0,1.59.15,2.35.42l5.93-8.46c-2.98-1.84-6.11-3.25-9.25-4.12-11.66-3.2-28.79,5.96-32.74,19.49ZM520.05,455.71c3.41.39,7.69.81,12.29,1.25v-4.43c0-9.67,15.21-20.15,25.08-19.53l26.16,2.86.51.34,7.89-11.25c-8.42-4.45-18.18-6.97-28.64-6.97-26.72,0-40.67,17.75-43.27,37.73ZM490.9,317.46c-8.62,4.77-16.4,9.77-27.84,18.77-2.92,2.29-10.22,8.4-18.32,15.01,3.77,1.54,7.97,2.4,12.54,2.4,5.94,0,22.45-5.89,25.47-11.46.66-1.22,5.97-17.68,8.15-24.71ZM521.29,309.59l-5.24-5.31c-4.35,2.3-8.18,4.28-11.69,6.09-2.88,26.2-16.56,52.8-39.93,52.8h-10.72c-5.21,0-12.33-1.4-19.01-3.81-7.18,5.71-13.85,10.78-17.59,12.97h.03c6.55,3.27,29.78,11.91,38.66,10.9,14.53-1.66,25.24-7.83,36.43-13.71,13.08-6.87,14.93-15.28,21.48-28.56,4.83-9.81,7.21-20.56,7.59-31.36ZM553.12,341.85l-11.04-11.19c-.83,1-1.62,1.98-2.37,2.95-3.77,4.83-9.59,10.16-14.23,15.56-4.89,5.69-8.3,10.94-13.09,16.69-4.43,5.32-17.98,36.63-22.94,36.63h-1.19l-71.19,2.19.86,11.77,50.05-1.74c7.3.65,8.53-4.01,8.41,7.99-.02,1.66,0,3.13.02,4.47,1.45,1.02,2.74,1.88,3.65,2.36,1.17,1.59,19.82,16.18,28.45,22.35v-13.66c0-29.61,5.58-32.64,15.48-54.82,4.67-10.46,20.53-32.5,29.14-41.56ZM603.88,407.94l1.67-3.08c-2.81-2.36-5.14-4.77-6.74-6.9-3.79-5.06-6.11-10.66-7.22-17.12l-17.83-18.07c.02,1.43,0,2.94-.12,4.59-1.02,15.23,5.61,28.72,12.05,38.95,2.86,4.55,6.45,8.71,10.61,12.41l7.57-10.8Z" fill="%23836229" fill-rule="evenodd"/><path d="M536.47,177.44c1.53-3.54,2.56-7.22,2.95-10.93.38-3.62.53-7.27.43-10.87-7.32,7.5-12.67,13.18-13.71,14.74,1.42.95,5.16,3.52,10.34,7.07M457.42,335.77h-12.05c-4.47,0-9.53-9.74-9.53-14.3v-1.19c0-2.78,3.18-5.96,5.96-5.96h4.77c4.43,0,6.37,6.52,9.53,9.53,2.74-1.45,11.91-4.08,11.91-7.15,0-1.78-.46-3.64-1.29-5.46-2.09-2.57-4.54-5.54-7.26-8.8-3.77-2.88-8.36-4.8-12.89-4.8-13.27,0-24.63,19.19-20.99,31.7,2.36,8.14,7.56,15.34,14.9,19.75,5.77-4.55,11.71-9.18,16.96-13.32ZM470.38,315.85v9.51c2.45-2.07,3.91-3.44,3.91-3.8,0-.49-1.43-2.53-3.91-5.71ZM429.99,357.44c-8.01-3.64-14.41-8.75-14.41-14.53v-11.91c0-3.43,4.1-26.25,5.22-29.33,2.67-7.41,11.16-12.37,20.99-12.37h6.58s-13.2-15.47-13.2-15.47c-12.3.44-25.1,13.18-29.55,22.2-4.56,9.28-9.11,28.8-9.11,42.12v3.57c0,12.06,9.33,23.7,18.11,29.2,2.4-2.72,8.23-7.7,15.36-13.48ZM583.45,209.8c-1.32-1.16-2.9-2.39-4.87-3.68-1.41-.93-3.2-2.1-5.2-3.26l10.06,6.94ZM316.49,657.53c-3.83.48-6.07,2.94-6.92,6.11l6.92-6.11ZM298.82,673.31v-9.9c0-6.35,13.33-17.87,16.68-17.87h7.15c1.15,0,2.9,1.06,4.59,2.51l10.94-9.66c-6.98-6.72-17.08-10.26-25.22-7.34-12.32,4.43-28.88,17.84-29.6,33.68l9.84,13.66,5.62-5.08ZM286.69,567.37c5.64,4.18,12.21,7.88,16.89,7.88,9.71,0,18.4-2.77,25.01-7.81-3.23-4.11-7.44-9.26-10.47-12.47-2.56,2.93-5.83,4.79-9.78,4.79h-2.38c-1.45,0-2.97-.38-4.49-1.06-4.3,2.48-9.37,5.46-14.78,8.67ZM308.35,983.27c.2-14.08,7.25-25.59,21.44-25.59h5.97c2.32,0,7.06,3.42,10.15,7.45h16.08v-3.3c-6.96-13.21-23.07-22.54-38.4-18.7-17.5,4.39-33.71,23.73-34.29,43.26l10.81,4.57c1.79-1.18,4.8-4.16,8.24-7.7ZM244.07,897.51l.35.2c9.14,4.98,23.17,12.32,36.53,12.32h13.11c9.62,0,17.45-4.39,24.91-3.52,8.89,1.05,19.45.18,28.64,1.21,4.13.46,9.14,1.21,14.4,2.19v-12.45l-59-4.68-58.92,4.72ZM215.3,954.97l.14.18,23.33,9.86c-1.92-11.6-9.43-22.66-19.42-30.03l-4.04,19.98ZM221.78,922.95c12.74,10.06,22.24,24.59,22.24,38.32v5.98l28.6,12.09c.34-2.2.84-4.17,1.52-5.83,7.09-17.44,21.71-42.03,44.94-42.03h11.92c10.86,0,20.97,5.85,27.11,11.02.88.74,2.29,2.41,3.89,4.57v-21.19c-9.47-5.22-22.05-9.88-31-9.88-20.26,0-31.63,5.89-43.59,14.79-6.43,4.78-10.5,8.03-15.29,14.5-3.66,4.94-8.36,16.13-11.42,18.37,0-22.59-15.09-45.46-35.13-59.36l-3.78,18.66ZM932.66,1073.26l58.38,7.15c-2.55,1.78-3.94,2.38-8.34,2.38h-9.53c-10.93,0-36.44-3.98-40.51-9.53ZM448.48,1189.78l-24.56-.95h-88.29l-15.43,31.3c11.69-.1,22.76-1.16,32.7-3.81,3.29-.14,6.6-.68,9.85-1.64l.17-.04c2.14-.09,4.28-.36,6.4-.78h36.03l-6.27-3.14c5.34,2.54,11.32,3.96,17.63,3.96h1.59c4.43-3.63,7.67-6.3,8.85-7.29,2.89-2.43,11.39-9.49,21.32-17.62ZM67.43,1039.14c-3.65.09-7.44.39-11.41,1.01-22.9,3.57-33.67,4.1-50.29,15.24h-3.57v15.49c11.23-5.39,36.74-11.91,53.62-11.91h16.82l-5.16-19.82ZM191.26,754.07c-3,5.13-8.32,8.23-15.16,8.23h-4.77c-4.35,0-9.53-3.29-9.53-7.15,0-.85.11-1.72.31-2.58l-11.29-.58c-.05,4.77,1.34,9.68,4.51,14.39,6.84,10.15,19.27,12.93,31.32,7.88,3.7-3.52,7.6-7.11,11.37-10.53,2.13-2.83,4.21-5.97,5.94-9.01l-12.7-.66ZM174.4,785.86c-1.41.17-2.83.27-4.25.27h-2.38c-9.18,0-22.86-22.28-23.62-31.22-.09-.99-.06-2.09.07-3.27l-10.03-.51c-.6,3.72-.97,7.22-.97,9.98,0,14.44,8.51,26.92,20.64,33.75,7.75-2.45,15.37-5.3,20.54-9ZM108.94,809.57c-1.61-7.2-1.94-19.82-1.94-23.45,0-13.03,1.54-25.26,4.38-36.18l-14.65-.76c-1.14,4.25-2.01,8.36-2.58,12.16-1.15,7.62-1.11,42.11.17,53.24l14.63-5.02ZM244.85,611.28c1.72-3.86,2.73-8.05,2.73-12.21,0-.76-1.3-3.37-3.03-6.44-4.33,2.57-7.61,4.48-9.27,5.36l9.57,13.28ZM251.1,588.73c10.28,10.9,23.35,18.68,40.57,18.68-6.74,10.07-16.07,4.32-26.06,29.95-.2.51-.41,1.13-.64,1.85l10.58,14.69c5.99-19.2,18.89-33.38,41.14-33.38,15.21,0,24.92,3.85,30.66,9.77l11.34-10.01c-8.98-10.66-22.36-17.64-37.23-17.64,8.15-5.66,17.64-5.86,26.2-11.52l-10.07-12.26c-7.96,5.47-18.7,9.48-30.43,9.48h-8.34c-10.02,0-20.08-4.17-29.01-10.87l-18.71,11.25ZM164.62,338.68c-4.9,8.95-7.4,19.56-6.44,30.39h15.2c-2.5-5.2-5.93-18.71-8.76-30.39ZM133.23,367.6v-3.24c-.01-19.8,2.1-35.71,10.9-47.46,1.55-2.06,3.57-4.34,5.95-6.61-7.52-6.32-16.88-12.73-20.95-16.47-8.1-7.44-23.58-19.76-32.62-26.42-6.66-4.9-12.71-10.05-18.76-14.97-12.41,3.49-23.17,14.7-23.17,28.53,0,15,7.92,30.18,20.25,33.46,7.8,2.08,14.04-1.14,18.78-6.34,1.47-1.62,11.01-15.39,11.01-16.4v-3.57c0-2.47-11.5-15.49-14.3-15.49h-1.19c-5.74,0-6.39,2.26-8.34,5.95,1.1,2.3,5.96,9.3,5.96,10.72,0,2.75-.83,3.58-3.57,3.58h-2.39c-4.95,0-4.77-11.39-4.77-16.68,0-3.63,2.25-9.53,5.96-9.53h1.19c10.48,0,10.06,5.4,16.68,5.96,1.95,8.37,7.12,10.2,11.54,19.44,1.31,2.75,7.83,21.02,8.04,23.51l-6.47,51.16v15.49c0,2.49.14,5,.4,7.49l19.87-22.12ZM402.15,235.11c-9.46,6.58-13.44,13.11-21.6,19.16-4.4,3.27-7.57,6.23-11.77,9.68-6.92,5.69-6.57,9.44-10.39,12.24-2.73-2-9.9-13.77-14.76-22.82l-16.92,17.83c3.91,7.58,7.28,14.46,7.85,16.91-6.41-.54-11.06-4.26-18.1-6.11l-4.09,4.3c.75,4.01,27.48,26.9,53.51,48.13.59-5.81,1.45-11.34,2.74-15.82,4.68-16.14,17.36-49.03,30.07-54.52,7.04-3.04,13.52-6.4,20.34-9.12-5.99-7.01-11.77-13.79-16.89-19.86ZM609.64,227.87l-3.43-45.79c-1.68-21.67,8.09-34.36,19.74-47.29-3.7-4.68-7.56-9.5-11.2-14.01-2.31,2.31-4.7,4.52-7.37,6.47-6.39,4.68-8.66,14.65-13.08,17.89-.39-.29-13.63-20.09-15.5-22.63-.83-1.12-1.69-2.21-2.57-3.27-3.79,3.71-7.84,7.74-11.96,11.82,1.35,1.33,2.35,2.4,2.88,3.11,5.98,7.99,24.2,36.91,24.77,47.91l1.05,34.29,16.68,11.5ZM643.8,193.6c-3.25,5.98-5.03,12.89-4.66,19.44,1.73-1.16,3.05-2.01,3.72-2.35l.94-17.09ZM628.34,220.58c.06-2.99.37-6.13.98-9.43,2.69-14.49-1.64-20.3,7.57-29.37,3.38-3.33,5.6-5.76,7.99-7.74l.76-13.75-.81-1.14c-8.81,4.74-16.97,10.13-19.87,13.07-9.71,9.83-11.59,37.09-11.59,56.32v1.89l.6.42c.08,0,7.17-5.15,14.38-10.27ZM1052.99,175.47v1.84c0,2.63-.73,5.49-1.95,8.22,2.25,2.59,5.1,5.75,8.37,9.29,4.17-5.93,6.68-13,6.68-19.9v-2.38c0-1.09-.08-2.18-.22-3.25-4.89,2.31-9.35,4.45-12.88,6.17ZM652.11,606.35c2.48-3.36,4.97-6.33,7.41-8.77,15.71-15.71,46.57-40.45,58.2-56.17,8.66-11.68,14.58-16.04,21.65-28.95l-22.36-10.33c-10.85,14.26-29.46,37.37-33.37,37.37-7.1,0-.62-26.03-6.53-37.1l-11.79,30.96.27.2,1.38,15.47v2.38c0,2.58-6.2,8.84-14.64,15.85l-14.56,37.68c3.97.36,8.87.84,14.34,1.41ZM746.16,626.88c-5.55-7.24-14.31-12.32-24.38-12.32-2.19,0-4.31.4-6.37,1.13,7.15,1.64,13.01,3.43,16.61,5.33l14.14,5.85ZM763.49,561.38c-7.11,1.96-7.46,10.06-10.73,16.24,1.57,2.96,2.68,5.96,7.15,5.96,1.24,0,2.1-.82,2.79-1.99l.79-20.21ZM764.08,546.43c-14.09,3.56-25.62,16.51-25.62,32.39,0,11.15,10.98,25.81,23.31,26.2l.51-13.1h-3.57c-5.14,0-8.34-8.53-8.34-14.3,0-9.17,3.77-12.82,7.17-17.64l6.02-.6.51-12.96ZM753.12,518.8c-4.83,2.04-9.36,5.2-13.81,9.65-8.54,8.54-22.3,28.16-22.3,44.42v5.96c0,23.86,18.81,42.89,41.7,42.89h2.4l.47-11.91h-8.83c-12.08,0-23.83-18.5-23.83-32.17v-11.91c0-13.39,22.18-33.32,35.71-33.36l.36-9.24-5.62-1.43-6.26-2.89ZM1125.61,255.27c-3.86-13.95-16.11-25.26-29-21.93,12.46,12.4,22.7,21.98,24.16,21.98l4.85-.05ZM1149.35,255.04c-.87-9.1-3.51-17.98-7.78-25.72-14.83-26.9-42.65-27.1-61.6-12.84,3.13,3.22,6.3,6.45,9.4,9.6,3.55-2.93,7.73-4.68,12.47-4.68h9.53c4.38,0,14.33,12.89,16.91,16.45,2.86,3.96,5.07,10.55,6.16,17.35l14.91-.15ZM1173.83,249.64c-1.03-16.41-6.65-30.37-13.22-42.93-7.67-14.66-25.68-28.21-46.85-28.21h-2.38c-17.16,0-39.04,9.69-47.98,18.74-.28.28-.56.6-.86.95,3.31,3.55,6.93,7.37,10.7,11.3,8.75-9.36,21.05-15.5,36.95-15.5h5.96c27.53,0,42.89,28.68,42.89,58.38l-.03,2.58,11.4-.11,3.43-5.19ZM1000.9,599.16l-.8.62c-8.16,6.06-22.28,14.77-35.27,14.77-9.65,0-28.59-16.7-28.59-28.59v-13.11c0-13.49,17.19-32.17,30.97-32.17h8.34c9.13,0,17.87,10.64,17.87,20.25v3.58c0,12.59-14.67,25.02-27.4,25.02h-1.2c-2.89,0-9.53-6.64-9.53-9.53v-8.34c0-4.71,5.57-8.23,10.73-8.34l1.15.83-7.11,8.7c1.68,3.18,3.36,7.15,8.34,7.15,6.06,0,11.91-11.15,11.91-16.68,0-7.85-9.37-15.49-16.68-15.49-10.07,0-21.27,17.98-22.14,27.76-1.07,12.21,13.2,24.67,25.71,24.67h3.58c10.53,0,20.97-6.55,27.82-15.54-.29-2.64-.72-5.91-1.39-10.04-4.71-28.92,4.8-15.64-8.92-41.47l-.89-1.68c-4.85-3.19-10.17-5.13-15.43-5.13h-3.57c-40.81,0-63.16,69.22-26.2,90.53,24.21,13.96,49.54,9.32,66.34-6.44-4.23-6.06-6.44-9.08-7.65-11.33ZM952.94,518.11c9.47-2.01,19.23-1.49,28.13,1.04-2.8-5.64-5.65-11.67-7.27-15.92-2.04-.3-4.1-.5-6.19-.59-3.55,3.45-8.68,8.89-14.67,15.48ZM953.12,668.39c4.23-2.99,6.94-7.73,6.94-13.32,0-4.71-2.26-7.18-5.16-9.01-5.73-3.6-13.17-2.85-16.45,3.65-.64,1.26-1.16,2.54-1.43,3.77,4.51,4.2,10.32,9.57,16.11,14.9ZM967.63,681.74c11.77-14.5,20.66-25.13,42.86-34.62,10.04-4.29,14.47-6.05,19.82-6.63-2.59-4.46-5.85-8.92-9.22-13.3-15.29,5.2-31.78,15.12-38.39,19.54-6.49-9.68-15.11-19.06-30.98-19.06-11.79,0-20.99,6.8-25.92,15.05l3.11,3.14c.66.67,2.44,2.35,4.93,4.68v-.24c0-1.97,1.14-3.83,2.78-5.3,4.64-4.13,9.79-4.63,14.94-3.64,8.71,1.68,18.02,6.7,18.02,12.51v3.57c0,1.65-5.1,7.56-12.14,14.92l10.18,9.37ZM967.04,1044.95c5.84,2.01,11.71,3.28,16.85,3.28h9.1l-13.12-8.55-12.83,5.27ZM885.92,1080.68c6.72,1.52,13.92,3.08,22.4,5,15.86,3.59,47.29,12.6,62.47,12.6h10.72c11.34,0,36.67-12.91,44.08-17.87l.2,1.32,15.25-2.18-35.1-22.87c-1.1,1.51-1.8,3.17-1.8,4.67,0,4.29,7.61,1.71,10.64,5.34l-17.79,3c-13.73,1.88-52.88-6.1-70.64-8.03l-40.02,16.42-.42,2.61ZM641.63,1304.88v-15.57c-.3-2.1-.43-4.22-.4-6.31l-.52.03-2.02-32.77-117.23-.02.16,41.06.21,3.61-3.79,26.18c-1.21,7.36,1.27,15.38,1.24,22.65-.02,4-.81,7.67-1.75,10.78,21.59-7.17,42.07-15.68,62.06-23.47,9.4-3.66,38.97-16.76,62.04-26.16ZM971.74,1197.21c-22-.54-43.74-1.1-65.74-1.21l18.1,28.12c5.92-.02,11.87.24,17.65.54,7.99-7.25,19.23-17.55,29.99-27.44ZM924.89,144.11c6.58.16,12.67.26,17.79.31,1.68-4.08,4.03-7.95,6.85-10.51.52-16.28,2.84-29.81,2.78-45.6-.03-8.96.2-14.75.31-19.5-7.64-18.18-23.18-33.28-41.4-33.28-26.53,0-40.85,19.7-46.51,41.72-2.33,9.09,3.83,26.53,7.59,34.13,4.3,8.71,15.39,18.27,27,18.27,19.14,0,35.74-14.31,35.74-34.55v-1.19c0-12.85-12.9-32.17-26.21-32.17-27.47,0-31.87,48.84-2.38,48.84,12.94,0,14.47-28.59,2.38-28.59-6.15,0-2.38,6.04-7.15,9.52-.82-1.45-1.19-1.27-1.19-3.57v-1.19c0-4.65,4.55-10.72,8.34-10.72h1.19c8.03,0,10.04,19.19,10.64,27.18l-3.49,1.41v4.77c-1.82.96-10.01,7.15-10.72,7.15-15.05,0-26.21-11.87-26.21-26.21v-10.72c0-15.78,11.36-29.79,26.21-29.79h7.15c13.85,0,30.98,22.34,30.98,36.93,0,29.16-12.85,41.22-19.68,57.35ZM833.23,134.62c6.7,1.57,12.8,3,17.71,4.06,6.07-13.84,11.43-25.82,11.43-47.16,0-25.89-12.58-45.4-27.73-56.86-2.23-1.68-5.48-3.94-9.38-6.45-3.3,2.6-8.16,6.36-13.66,10.65,3.23,2.99,6.7,6.32,11.45,9.77,14.12,10.25,19.06,26.89,19.06,51.23,0,7.02-4.09,20.93-8.88,34.76ZM796.68,126.45c4.8.95,9.84,2.04,14.91,3.17,5.12-9.38,4.8-14.95,4.26-30.91-.62-18.53-10.42-34.86-24.42-43.9-5.66,4.59-10.91,8.96-14.85,12.53,12.51,3.99,22.64,13.69,22.64,27.76v20.25c0,3.79-.92,7.54-2.53,11.1ZM769.45,75.35l-.34,17.3.09,1.61c.91,1.46,1.42,3.3,1.42,5.6v7.16c0,.59-.2,1.27-.55,2.01l.82,13.83c2.48,0,5.59.27,9.16.74,13.48-13.3,7.59-41.02-9.91-49.68-.44.61-.68,1.1-.68,1.43Z" fill="%23451400" fill-rule="evenodd"/><path d="M539.61,151.37c-.62-7.37-2.32-14.35-5.25-20.16-3.91-7.76-15.32-17.04-25.86-17.04h-1.18c-19.2,0-27.68,14.32-30.13,31.92-.92,6.57,2.89,16.66,6.74,22.44,5.19,7.77,10.31,6.58,17,8.84,4.49-1.87,7.83-3.26,9.54-3.92l.45-.18c4.55-4.02,9.06-9.27,10.06-13.35,2.29-9.41-5.52-19.54-14.86-19.54-1.7,0-5.96,2.86-5.96,5.96v13.11c-5.61-.47-5.96-3.83-5.96-9.53v-3.57c0-6.04,4.24-16.68,9.53-16.68h3.57c11.69,0,15.49,10.12,15.49,21.45v10.72c0,1.73-.26,3.54-.74,5.37,6.39-4.45,12.11-10.06,17.54-15.82M283.33,672.24v.7c0,3.92.9,8,2.5,11.93l4-3.56-6.5-9.07ZM671.81,818.3c-4.37,11.83-3.37,23.36,2.24,32.7l-2.24-32.7ZM998.19,871.91h47.66c-3.47,4.73-23.31,3.57-30.98,3.57-5.98,0-13.02-1.02-16.68-3.57ZM289.37,990.02c.56,8.74,3.97,16.7,9.38,23.2l-.11-19.29-9.27-3.92ZM101.04,900.25v-6.9c1.36-2.03,2.59-4.77,5.96-4.77h1.19c2.53,0,5.98,2.63,8.71,5.97l15.55-5.59c-5.05-8.57-13.05-14.67-21.88-14.67-10.78,0-20.28,10.63-22.26,21.95l4.44,6.99,8.29-2.98ZM109.21,897.31c-.74-.25-1.48-.39-2.21-.39-2.58,0-3.35,1.56-5.26,3.07l7.48-2.69ZM202.81,967.76c.36.94.6,1.96.69,3.03-1.29-.11-2.39-.34-3.36-.64l-14.22,12.76c7.27,10.34,27.13,11.17,31.93-7.34,1.66-6.41.02-12.39-3.49-17.22l-.72-.31-10.83,9.72ZM218.69,960.17c2.36,4.14,3.88,8.3,3.88,11.81v5.96c0,6.92-12.51,22.64-17.87,22.64h-9.53c-8.16,0-13.47-5.64-17.02-10.68l-4.43,3.97,2.31,12.68c8.23,7.5,19.64,13.09,28.67,13.09,19.67,0,34.55-27.79,34.55-48.85,0-.66-.02-1.32-.06-1.97l-20.5-8.66ZM181.68,1037.54c3.13.54,6.44.92,9.92,1.17,19.39,1.36,23.1,4.35,39.09-6.17,15.47-10.18,17.52-22.4,24.05-27.18,1.37,2.86,5.56,21.97,7.3,27.26,3.41,10.35,7.26,14.27,11.71,22.06l-87.8,6.24,1.71,9.37,4.45-.02,105.14,5.14,1.21-16.51c-2.43-3.23-4.03-7.93-4.12-11.44l4.64,1.74-.08-12.78c-.42-.06-.84-.09-1.26-.09-5.15,0-4.8,2.39-8.34,2.39-9.39,0-18.78-35.11-17.08-55.93l-28.19-11.91v5.89c0,25.92-19.55,47.66-45.28,47.66h-3.57c-6.02,0-11.55-1.01-16.42-2.94l2.93,16.06ZM331.49,1188.83h-32.67c-12.46,0-30.06-3.53-40.42-2.32-16.43,1.93-21.02,2.27-36.74,2.31-.5.57-.78.89-.78.93,0,1.05,9.96,11.64,22.56,24.4,23.75,2.13,49.45,5.81,72.95,5.99,4.92-10.74,9.71-20.54,15.09-31.31ZM100.45,687.77c4.14,3.38,9.37,5.42,14.89,5.42,14.24,0,26.21-7.33,26.21-21.45v-2.38c0-10.34-7.91-21.45-17.87-21.45-7.41,0-12.11,6.36-14.81,11.04-1.46,2.53-2.4,6.92-1.55,10.8.96,4.37,5.59,6.91,10.04,6.41,1.48-.17,2.74-.96,2.74-3.24v-8.34h3.57c1.97,0,3.57,1.21,3.57,3.57v5.96c0,2.58-1.82,4.24-3.58,4.89-.99.36-4.91.26-8.24,0-7.83-.6-11.62-5.55-11.37-12.46-1.6,6.84-2.71,13.95-3.61,21.21ZM157.79,796.82c3.97,1.73,8.24,2.89,12.65,3.36l.93-7.88-13.59,4.52ZM163.97,748.24c1.75-2.71,4.41-4.76,7.36-5.01.28,1.21,1.01,3.55,1.98,5.45l9.62.46c2.59-2.28,4.03-5.71,6.28-8.29-3.39-7.07-2.63-10.22-10.86-13.06-3.9-1.35-14.53,1.13-18.07,4.38-4.64,4.27-7.87,9.65-9,15.46l12.7.61ZM145.04,747.34c2.95-11.16,12.32-25.55,21.53-25.55h13.1c6.73,0,14.3,8.77,14.3,15.49v5.96c0,2.29-.29,4.43-.84,6.4l13.13.62c1.25-2.75,2.01-5.21,2.01-7.02v-4.77c0-21.82-22.78-36.96-45.74-29.06-11.93,4.1-17.33,7.66-22.18,18.33-1.72,3.79-3.9,11.52-5.4,19.13l10.1.48ZM112.54,745.79c2.28-7.61,5.21-14.49,8.71-20.47,2.76-4.7,12.63-18.24,16.98-19.96,10.44-4.15,10.27-12.16,25.95-12.16h1.2c23.67,0,47.66,15.56,47.66,38.12v11.92c0,2.42-.27,4.84-.76,7.23l18.22-16.25c-2.17-12.41-13.25-30.25-18.62-37.48-5.01-6.74-29.25-20.37-41.75-19.22l-15.47,1.38c.16-6.91,3.58-12.74,3.58-21.45,0-9.57-6.05-16.91-11.6-21.76-3.33-2.91-19.71-6.45-25.84-6.51l-5.89,9.68c-3.23,5.25-5.74,10.84-7.73,16.68l.07-.14c3.22-6.4,9.34-13.45,17.62-13.45h3.57c9.53,0,16.68,7.15,16.68,16.68v21.45c0,1.42-.33,2.3-.83,2.93-4.18,5.3-6.81,6.32-12.52,9.55-15.29,8.68-27.59,31.77-33.87,52.52l14.65.7ZM165.03,845.69c-22.07-.13-46.12-1.74-46.12-22.63h3.58c1.92,0,5.78,3.41,8.34,4.77,8.09-5.42,3.94-15.49-7.15-15.49-6.22,0-6.9,2.38-11.91,2.38-.72,0-1.34-.73-1.86-1.97l-15.08,5.01c1.63,8.92,2.6,13.44,5.73,21.28,2.66,6.67,9.01,15.95,10.02,19.76-12.19,1.01-24.76,9.78-32.6,21.15l8.47,13.34c3.49-14.51,11.98-23.77,30.08-23.77h7.15c1.04,0,11.9,6.77,16.89,8.13,5.39,1.46,11.26,1.5,17.25,2.19l3.29-1.18,1.55-13.06c-7.91-.36-14.34-1.69-16.34-4.42l16.75.96,1.95-16.46ZM234.45,604.05c-.17,4.64-.97,10.51-4.73,10.51h-8.34c-5.09,0-7.15-6.18-6.61-12.51l7.8,6.55c2.06-.99,7.15-2.02,7.15-4.77,0-10.57-3.85-9.81-10.72-13.11-9.99,4.79-10.52,3.94-15.49,14.3,2.65,5.51,3.46,11.87,7.41,16.42,3.13,3.62,12.72,7.49,16.62,6.46,5.73-1.53,11.29-6.29,15.1-12.43l-8.18-11.42ZM263.43,644.48c-3.34,11.96-8.57,32.03-14.65,32.03-5.57,0-56-62.58-56-64.34,0-5.84,12.33-25.01,17.87-25.01h10.72c.33,0,.68.05,1.06.15l-9.85-13.75c-16.16,4.37-27.84,14.83-29.33,32.67-10.06,0-11.91-3.57-21.44-3.57h-11.91c-4.03,0-9.36,1.47-15.07,3.08-3.51,5.94-6.92,11.67-9.96,16.71,15.55-.82,32.15-.73,47.66-.73,10.6,0,37.12,36.18,44.41,44.95,12.52,15.07,24.75,31.21,36.93,46.72l18.87-16.83c-.86-3.96-1.33-8.25-1.33-12.88,0-8.39.84-16.67,2.66-24.34l-10.64-14.84ZM169.36,556.68c3.68,4.74,13.48,10.22,19.85,10.22,4.18,0,9.33-2.51,14.47-5.77l-2.14-2.99-20.96-.47-11.21-1ZM128.67,289.86c-3.07-5.29-5.57-12.56-10.65-17.53-8.18-8-8.97-12.42-20.91-18.41-4.64-2.33-9.75-3.02-14.77-2.41,14.9,12.01,30.74,25.77,46.33,38.35ZM202.06,258.81c-2.77,1.03-5.1,3.61-7.13,6.63,4.36-2.91,7.24-5.07,7.24-5.8,0-.19-.04-.47-.11-.83ZM247.01,360.04c-1.28,7.69-4.61,16.55-8.96,23.87,2.74,4.76,6.02,10.51,9.54,16.69,2.22-2.62,4.25-5.5,6.21-8.57,8.09-12.66,14.38-28.42,13.02-47.11-7.16,5.48-14.01,10.72-19.81,15.12ZM152.54,308.04c1.18-1.02,2.41-2.02,3.71-3-1.29-4.47-3.04-8.62-3.04-12.29,0-1,7.45-5.8,16.52-11.46l-.33.13c-4.54,1.81-13.72,9.15-14.39,4.47,0-.04,3.99-15.13,4.31-18.11.78-7.19,1.27-15.47,1.27-22.56,0-29.87-16.09-76.25-42.89-76.25-32.13,0-41.93,59.57-7.15,59.57h2.38c27.53,0,26.98-39.32,2.38-39.32-1.06,0-2.38,1.33-2.38,2.38,0,6.27,7.15,6.73,7.15,11.91v8.34c0,2.78-3.18,5.96-5.96,5.96h-1.19c-4.9,0-11.91-5.83-11.91-9.53v-14.3c0-6.17,7.37-13.1,13.11-13.1,12.12,0,29.79,25.52,29.79,39.31v41.7c0,8.39-5.12,27.02-9.72,32.4,6.2,4.89,12.33,9.54,18.33,13.75ZM357.03,430.9c-7.68-.37-12.86-1.06-21.41.06-9.89,1.29-16.24,4.43-26.09,4.89-7.61.35-17.52,4.39-24.77,6.21-5.61,1.41-9.08,1.82-12.17,1.81,4.71,7.83,8.08,13.04,8.76,13.04.8,0,18.96-14.07,21.68-15.39l53.99-10.61ZM337.24,315.47c1.86,9.32,4.46,30.64,4.46,36.98-9.8-2.29-17.63-9.53-33.36-9.53h-2.38c-22.57,0-41.7,31.13-41.7,54.81,0,15.94,13.18,30.98,28.6,30.98h3.57c17.33,0,35.74-11.39,35.74-28.6v-3.57c0-12.88-11.93-25.52-23.55-27.71-10.67-2.01-26.49,8.74-26.49,22.94,0,10.41,10.06,20.25,19.06,20.25,4.68,0,11.91-9.35,11.91-13.11,0-7.58-5.83-9.33-11.67-12.38l-6.2,11.19c0-7.12.53-15.49,7.15-15.49h3.57c5.87,0,11.92,9.37,11.92,16.68s-6.71,17.87-11.92,17.87h-5.96c-14.09,0-21.45-9.44-21.45-22.64v-2.38c0-14.39,11.28-34.55,25.02-34.55h2.38c28.78,0,26.04,12.55,39.32,21.44,0,17.98,10.46,39.14,18.12,50.99l26.37-5.18c-3.12-3.36-5.39-7.09-6.37-11.26,7.07.59,11.04,3.57,19.07,3.57h5.96l6.32-.22c-.43-3.18-.69-7.32-.92-11.78l-3.01.09c-12.88.53-23.38-.56-28.6-8.34l3.77-5.83c-1.88-3.3-2.44-7.27-7.34-7.27-11.02,0-6.16,4.54-10.01-9.06-1.04-3.68-4.38-13.74-4.22-17.06.28-5.68.56-12.35,1.11-18.91-8.64-6.97-19.52-15.81-28.28-22.93ZM284.05,331.69c13.59,11.67,36.21,3.83,36.21-16.18,0-3.82-1.4-6.69-3.49-8.98l-9.77,7.5c.1.42.16.9.16,1.48v3.57c0,2.79-1.98,4.77-4.77,4.77h-4.77c-.97,0-1.92-.16-2.82-.43l-10.75,8.27ZM158.8,163.53c1.37,6.31,5.21,11.62,11.05,13.25-1.97-5.73-3.01-7.92-11.05-13.25ZM138.4,149.95c-.28,1.84-.43,3.81-.43,5.91v3.58c0,17.33,13.68,38.12,30.98,38.12,2.95,0,5.82-.22,8.59-.64-1.51-3.82-2.97-7.69-4.61-11.7l-.77-1.96h-4.39c-4.08,0-13.11-10.82-13.11-16.68v-5.8l-16.25-10.84ZM389.15,190.41h1.41c1.07,0,2.15-.14,3.21-.39,7.49-1.77,14.66-9.35,14.66-17.48v-1.19c0-7.63-5.26-11.51-11.54-13.64l-7.75,32.7ZM385.52,205.74c.88.11,1.77.16,2.66.16h2.38c5.29,0,20.55-7.66,24.08-10.47,5.39-4.3,10.47-15.66,10.47-25.27,0-15.32-10.5-26.76-23.92-30.6l-3.02,12.72h.72c6.54,0,11.92,11.15,11.92,19.06v3.57c0,9.89-10.62,20.26-19.06,20.26h-3.73s-2.5,10.56-2.5,10.56ZM573.85,116.52c-4.46-4.88-9.44-9.29-14.38-14-5.52-5.27-11.75-9.35-19.57-12.27l-84.83,27.81c-5.29,8.22-8.51,18.45-8.51,31.84-5.88-4.31-8.24-16.06-18.19-23.08l-26.19,8.59-.38,1.6c25.11,1.52,31.65,11.5,31.65,40.3v1.19c0,11.92-2.42,21.83-6.53,30.15l17.28-7.27c2.54-7.68,3.37-16.35,5.93-21.69,6.14,4.5,3.27,8.4,11.63,14.25l17.02-7.22c-11.08-4.83-14.36-16.45-14.36-33.24,0-30.5,21.3-51.23,51.23-51.23h9.53c5.32,0,26.08,16.71,36.43,26.3,3.56-3.49,7.9-7.75,12.22-12.03ZM570.11,80.35c5.7,5.69,12.73,9.49,20.31,9.94-4.07-5.09-10.55-12-12.17-12.61l-8.14,2.67ZM577.49,459.82c-.8-1.23-1.79-2.35-2.98-3.33l-2.32,3.29,5.3.05ZM596.13,460.13c-2.85-6.19-7.54-11.73-13-15.84l-5.85,8.29c1.98,1.77,3.71,4.35,5.09,7.3l13.76.25ZM620.14,460.8c-3.45-14.3-12.44-26.27-24.75-33.89l-8.12,11.51c8.78,6.33,13.96,12.17,16.62,21.89,5.73.14,11.41.31,16.25.5ZM623,392.47c6.37,4.77,14.39,7.64,22.53,7.64h4.76c13.24,0,24.82-12.17,26.78-24.55-1.95-5.94-3.66-11.71-4.64-16.93-1.79-2.18-3.82-3.78-6-4.89-6.93,5.38-18.56,15.83-24.78,21.63l6.39,1.12,8.27-6.19-2.41-5,6.88,1.38-3.38,12.96-11.88,1.41c-1.39.19-4.4-.74-7.48-2.24-5.71,5.77-10.51,9.67-15.05,13.66ZM599.37,421.29c14.41,11.27,34.62,17.31,55.82,14.68,17.72-2.19,24.01-7.26,33.55-17.68l.09-.1v-.17c0-6.46-2.44-15-5.49-24.15-5.12,12.16-14.77,22.91-25.9,22.91h-25.02c-7.8,0-16.51-4.2-23.4-9.21-.75,1.02-1.5,2.1-2.26,3.24l-7.39,10.47ZM888.78,305.66c10.98-6.38,22.02-10.81,33.57-17.14,17.47-9.58,33.26-22.83,40.57-43.29l-74.14,60.44ZM741.48,508.43l.15-.31c6.11-12.33,14.99-24.33,18.55-38.64,1.05-4.23,3.34-20.65,4.83-23.75,3.31-6.89,6.34-12,9.97-18.63l.29-.53c-11.27-1.23-22.03-2.62-29.67-3.82v3.56c0,30.57-8.91,47.29-21.21,65.77-.77,1.16-2.34,3.34-4.43,6.14,8.17,3.78,15.95,7.5,21.51,10.21ZM667.79,759.6c-10.58,9.99-37.66,33.67-46.1,33.67s-11.92-9.53-11.92-16.68c0-18.48,8.41-28.98,8.32-48.87-.03-6.17.55-14.73,1.36-23.45l-15.63-9.73c-2.37,10.34-9.01,25.08-14.35,33.04l-35.99,51.83-8.48,11.77c-1.9,5.21-4.56,9.57-9.08,12.83l-.31.22-8.05,11.18,14.4,90.71,122.38-27.36,11.08-1.63c-9.52-2.75-21.56-12.65-21.56-20.71v-10.72c0-16.82,7.44-35.94,16.46-49.07l-2.53-37.02ZM628.52,709.91c6.48,8.62,18.7,16.51,27.51,16.63l-6.08-3.29-21.43-13.34ZM825.37,537.32c-10.16-7.55-26.28-15.71-38.54-18.79-10.72-2.69-19.62-3.46-27.56-1.69,6.36,2.62,12.82,4.79,20.81,7.18,9.03,2.7,28.67,7.38,35.45,10.63l9.84,2.68ZM818.91,431.91c1.85,5.21,4.49,10.57,7.68,15.61l-7.68-15.61ZM1000.64,351.98c-14.07-3.37-22.43,9.75-22.5,21.13,8.81-7.84,17.74-16.11,22.5-21.13ZM1004.14,326.52c-1.55-.19-3.14-.28-4.77-.28h-3.57c-21.02,0-36.94,19.99-36.94,40.51v4.77c0,4.59,1.72,9.63,4.54,14.44,3.15-2.67,6.82-5.84,10.66-9.22-.59-2.82-.89-5.79-.89-8.79,0-14.56,5.87-26.21,20.25-26.21,3.88,0,7.46.45,10.72,1.31v-16.52ZM996.14,292.07c-7.41,3.19-17.43,2.97-26.17,7.15-6.96,3.33-16.02,8.42-21.53,13.02-8.12,6.81-20.96,31.32-21.71,47.18,7.1,9.15,13.8,17.72,18.76,23.98-8.49-27.63,5.21-52.2,20.83-64,9.24-6.99,23.72-9.32,37.77-8.3-.41-2.16-3.63-9.62-7.96-19.02ZM1109.09,573.85c8.04-5.08,14.2-14.51,14.2-23.63v-3.57c0-12.1-11.45-27.4-23.83-27.4-4.7,0-8.36,1.53-11.06,3.97l4.18,32.48c1.03.31,2.14.48,3.31.48,1.63,0,2.85-2.48,3.57-3.57-.78-1.47-5.96-13.1-5.96-14.3,0-3.03,2.57-7.15,5.96-7.15h1.19c3.71,0,9.53,7.01,9.53,11.91v9.53c0,3.88-8.64,11.92-11.92,11.92h-4.55l.04.31,15.34,9.01ZM1129.11,585.61c9.56-10.23,15.62-23.61,15.62-36.58v-1.19c0-23.04-15.38-47.66-38.13-47.66h-1.19c-7.45,0-13.91,1.9-19.33,5.09l1.56,12.15c4.4-3.2,9.63-5.32,14.19-5.32h3.57c14.38,0,25.02,11.11,25.02,25.01v13.11c0,10.47-5.88,20.77-14.23,27.81l12.9,7.58ZM1156.61,600.09c6.12-15.75,11.96-38.57,11.96-52.25,0-34.72-14.14-54.48-38.06-65.38l-16.95,7.23c13.18,1.73,26.7,13.06,32.17,21.43,8.86,13.58,9.25,28.61,8.5,47.4-.7,17.76-3.11,26.5-7.72,37.31l8.76,5.15,1.35-.89ZM988.29,806.98c10.28,6.19,22.99,9.18,35.63,6.07,4.61-1.13,8.93-2.5,12.89-4.2l-9.79-8.13c-3.2.67-6.89.88-10.96.88-2.27,0-5.12-.77-8.15-1.99l-19.62,7.36ZM932.02,887.11c.41-2.17.64-4.09.64-5.68v-5.96c0-6.73-2.38-6.51-2.38-14.3,7.93,1.85,26.75,15.13,38.59,19.79,6.95,2.74,39.3,11.18,47.2,11.18,35.1,0,57.29-17.13,68.19-43.94l-13.74-11.4c-2.76-1.2-3.83-3.04-6.79-3.04-5.6,0-13.11,5.39-13.11,10.72,0,1.64,2.49,2.85,3.7,3.77l5.83-3.77v9.53c-2.68,4.01-5.22,5.96-11.91,5.96l-39.32-.34-13.11.34h-3.57c-9.94,0-47.66-.82-47.66-11.91,0-2.8,2.38-4.91,2.38-5.96,0-8.61-14.3-15.22-14.3-9.53s8.34,2.02,8.34,7.15c0,3.18-1.72,3.53-3.57,4.76-3.27-1.73-6.32-3.59-9.28-5.52l3.88,48.13ZM1037.44,921.17c-9.74-6.19-23.32-13.52-36.87-13.52h-14.3c-5.58,0-10.98.85-16.14,2.44,21.64,7.81,44.89,16.18,51.29,16.18,2.26,0,8.11-1.98,16.02-5.1ZM1058.78,912.32c2.97-5.64,8.04-9.44,15.66-9.44,1.47,0,3.08.25,4.72.69,4.88-2.09,9.72-4.16,14.39-6.12-4.36-3.29-9.75-5.3-15.53-5.3-22.52,0-26.72,12.49-32.69,25.82,4.2-1.73,8.73-3.64,13.46-5.66ZM821.9,1060.22c8.31,3.71,17.08,7.04,26.61,10.21,12.99,4.32,23.14,6.96,34.34,9.55l.43-2.52c-22.82-12.04-30.15-16.72-61.38-17.25ZM750.68,1030.26c16.84,2.95,37.15,11.25,46.16,16.78l3.21,1.93-52.2-37.76c.38.85,1.54,9.06,2.82,19.05ZM635.33,1113.88c.54-6.47,1.53-13.14,3.53-21.08,5.13-20.38,2.75-33.26,19.04-44.1,1.21-.81,2.38-1.62,3.53-2.44l-24.76-61.6-1.44-.57-87.14-.24,5.54,93.6,81.69,36.44ZM1173.81,1207.99c-1.49-.79-3.27-1.52-5.3-2.19l.06,1.22,5.23.98ZM1123.26,1217.73l4.54,1.15c1.17.31,24.69.92,30.04.92h3.58c7.08,0,13.8-4.1,16.63-8.28-5.58-.98-10.16-1.61-12.65-1.61-10.76,0-26.47,4.03-42.14,7.83ZM534.81,180.84c-6.93-4.62-11.82-7.58-13-7.58-.52,0-1.27.13-2.2.36-4.19,8.39-11.5,15.6-15.85,15.6h-10.72c-3.6,0-6.78-.34-9.58-.98-5.74,2.54-11.79,5.26-17.93,8.01.77.42,1.59.86,2.49,1.31,7.98,3.98,14.53,9.53,26.21,9.53,15.9,0,32.62-11.51,40.59-26.26ZM587.15,250.23c12.28-8.89,20.99-15.71,22.49-17.95-6.6-3.49-29.71-20.03-50.6-34.71h-.49s-10.72,0-10.72,0c-35.45,0-45.51,44.94-16.7,59.59,48.54,24.67,44.62-45.26,22.65-42.91l-15.47,1.38-3.51,1.62c-.84,2.65-2.47,4.22-2.47,6.53,0,5.61,5.6,15.49,11.92,15.49,1.96,0,4.77-4.74,4.77-7.15,0-4.49-.79-2.26-1.19-7.15,3.84.32,7.15,2.13,7.15,5.96v4.77c0,4.79-6.59,14.3-10.72,14.3h-1.19c-8.85,0-17.87-7.43-17.87-15.49v-9.53c0-7.03,6.4-10.2,10.72-13.11l11.88-1.41c19.79-2.5,39.35,18.66,39.35,37.15v2.63ZM439.8,273.81c4.69,5.55,9.36,11.05,13.76,16.19,8.84,2.13,16.83,8.84,16.83,17.17v2.36c4.92,5.64,8.06,9.14,8.23,9.14,1.82,0,6.55-2.19,13.18-5.86-.92-22.33-22.23-39-46.43-39h-5.56ZM405.81,232.62c4.23,5.41,10.24,12.77,17.01,20.94,11.71-4.11,24.82-5.89,43.54-.74,15.05,4.14,38.57,27.91,38.57,46.02v1.19c0,1.72-.05,3.45-.15,5.2,4.91-2.98,10.28-6.33,15.89-9.91-1.42-11.81-5.01-23.22-10.16-33.04-11.07-21.13-38.47-31.35-66.35-31.35h-5.96c-4.11,0-4.62-.88-8.34-1.19,1.29-4.84,8.95-16.75,12.11-22.97-6.56,2.9-12.85,5.64-18.59,8.04-4.71,7.16-10.78,12.98-17.59,17.82Z" fill="%237b2f25" fill-rule="evenodd"/><path d="M466.8,542.4v-.51s.01-4.29.01-4.29l-2.22,3.58,2.2,1.23ZM469.59,533.12c.51,3.68.76,7.49.79,11.28l15.5,8.64c.77-2.46,1.18-5,1.18-7.58,0-9.01-2.99-18.78-8.01-27.6l-9.47,15.26ZM492.56,720.31c3.81-1.23,4.78-6.14,6.42-9.24-3.51-6.63-7.46-10.84-11.42-13.03.6,10.27,2.12,14.4,5,22.27ZM493.39,733.7h-3.95c-7.73,0-11.6-6.65-13.37-13.37l5.03-4.5c1.5,1.01,4.78,3.37,7.49,4.34l-4.49-12.66-20.87,15.24v.22c0,14.25,15.34,27.4,28.59,27.4,2.3,0,4.6-.66,6.83-1.82l-5.27-14.86ZM487.26,686.39c9.73,1.78,18.87,10.16,18.87,19.91v14.29c0,4.63-4.68,12.31-8.89,13.05,1.16,3.28,2.79,7.73,4.68,12.87,10.26-7.65,18.51-24.88,18.51-35.45,0-18.28-15.32-36.4-33.18-39.9v15.23ZM500.76,754.47c-3.46.46-7.22.68-11.31.68h-14.3c-7.16,0-21.45-13.36-21.45-20.26v-5.17l-1.01.74-15.78,11.28c2.79,8.54,8.52,16.93,12.89,20.89,5.49,4.99,28.15,13.98,38.45,13.98,7.17,0,13.79-.49,19.78-1.59l-7.28-20.54ZM487.29,650.58c22.65,2.47,43.86,21.27,43.86,42.61v22.63c0,22.83-8.35,34.36-26.54,38,2.36,6.44,4.92,13.47,7.37,20.35,11.47-2.76,20.37-8.07,26.11-16.86,7.2-11.04,14.98-37.74,14.6-55.79-.1-4.96-1.17-10.31-2.84-15.64l-26.6-23.11-31.36-29.12c-1.54-.35-3.05-.64-4.51-.85-.05,5.94-.08,11.86-.09,17.77ZM562.06,696.5c-.77,21.08-8.28,57.73-12.37,76l-1.52,6.96.99-1.49,40.62-57.37-27.73-24.09ZM285.65,458.69c6.56-2.46,13.75-4.18,21.39-5.46-3.15-3.91-5.27-6.42-5.52-6.42-.32,0-6.71,4.84-15.87,11.88ZM333.78,513.96c-5.33-6.78-12.8-11.4-20.67-11.4-12.44,0-26.21,15.45-26.21,27.4,0,15.51,8.34,17.26,18.42,21.79,7.41-4.42,9.07-5.41,14.03-13.67-2.66-5.66-10.55-10.47-15.77-11.69,1.08-4.04,3.28-5.96,8.34-5.96h3.57c3.33,0,7.08,4.98,8.71,9.32,1.83-3.08,5.84-9.53,9.58-15.79ZM265.46,525.2v1.19c0,14.67,4.13,23.74,11.03,31.87,1.51,1.77,4.16,4.3,7.32,6.86,4.68-2.91,9.26-5.79,13.7-8.59l.17-.11c-8.08-6.01-15.53-18.89-15.53-27.65,0-16.12,8.01-35.74,22.64-35.74h11.91c14.39,0,19.33,3.93,23.86,8.93.81-1.62,1.28-2.8,1.28-3.32,0-.38-9.22-12.58-18.84-25.06-2.55-.52-5.06-.81-7.49-.81-15.33,0-26.95,8.42-34.25,16.99-4.29,5.04-15.79,27.05-15.79,35.44ZM629.61,981.01c-9.28-6.24-16.25-17.17-16.25-28.09v-15.49c0-13.24,15.67-41.2,26.24-40.86l44.83,2.57-7.06-18.98-135.34,30.52,4.26,45.81,1.35,23.04h28.89c13.8,0,27.67,1.36,38.83,1.48,6.76.07,11.08.12,14.25,0ZM738.46,834.97v-3.57c0-20.21-14.49-25.95-30.98-29.79-10.24,5.42-15.63,8.35-18.16,22.38-1.97,10.95,4.47,20.52,18.16,20.52,5.3,0,10.72-8.99,10.72-13.1,0-6.4-4.68-13.11-10.72-13.11-.71,0-2.47,1.64-3.13,2.45l-1.55,9.67-1.27-.21c-.82-1.45-1.19-1.27-1.19-3.57v-3.58c0-3.92,3.63-9.53,5.96-9.53,11.5,0,19.06,8.34,19.06,20.25v4.77c0,12.42-9.05,15.49-21.44,15.49h-9.53c-7.08,0-11.92-16.83-11.92-25.02,0-9.93,13.25-30.98,23.83-30.98,24.97,0,36.93,14.11,36.93,39.32v15.49c0,15.22-25.73,25.01-42.89,25.01h-18.88c1.5,6.78,3.45,12.98,5.94,18.17l1.19,3.28h5.8c14.08,0,35.3-9.32,44.56-15.01,11.08-6.82,22.16-22.23,22.16-38.6,0-26.36-13.06-45.33-31.38-54.41-28.29-14.01-39.43-4.89-53.22,17.47l-.92,1.55,1.73,23.81c0,7.43.3,15.1.98,22.58,2.96,3.27,6.61,6.14,10.9,8.49,18.7,10.27,49.27-5.63,49.27-30.22ZM519.13,1238.87l-1.1-19.07v-16.67c0-13.23-19.18-11.92-28.59-11.92h-3.57s-11.46-.43-11.46-.43l6.15,31.39h37.61l.96,16.71ZM453.95,1085.36c1.15-.12,2.26-.18,3.33-.18h14.3c13.98,0,33.76,29.7,37.66,43.35.32,1.12.6,2.27.85,3.45,5.47-7.17,10.53-14.02,11.71-15.65,2.29-3.14,25.92-34.44,25.92-34.56,0-2.91-39.32-12.17-45.19-13.83-10.49-2.98-38.32-11.36-46.95-12.08l-1.63,29.51ZM173.48,1080.86c16.58,3.55,30.76.59,56.28-.4,8.76-.34,34.42-3.84,42.42-2,6.29,1.43,16.63,3.39,25.02,5.82v-5.39l-110.86-5.87-12.86,7.84ZM97.07,648.16c-3.51,6.72-5.56,14.31-5.56,21.21,0,6.1,2.44,11.71,6.33,15.95l4.38-32.7-5.15-4.46ZM209.08,759.76c-4.94,10.28-14.02,19.01-24.54,23.37l-9.69,9.23-.92,8.04h.98c13.44.01,32.72-12.5,38.84-20.72,5.41-7.26,14.51-22.98,16.66-36.03l-1.38-2.89-19.95,18.99ZM270.32,827.33c.42,4.1,2.19,7.55,4.86,10.19l-4.86-10.19ZM277.99,843.4c-3.66-1.71-6.29-4.45-8.95-8.43,0-6.18-.92-8.84-.96-12.35l-8.57-17.96c-3.88,6.16-5.96,13.97-5.96,23.16v2.38c0,8.99,5.75,18.02,11.65,21.71,2.65,1.66,13.98,6.36,20.84,8.35l-8.05-16.87ZM294.32,877.64l-39.58,6.18c-9.59-6.42-22.63-22.45-22.63-38.12v-10.72c0-19.86,6.56-37.47,18.83-48.29l-5.17-10.84c-18.87,14.8-30.43,39.9-30.58,66.04l-2.16,2.4-22.62,1.42h-21.67l-1.88,16.36,36.65-2.06c-4.49,3.12-22.36,5.84-37.07,5.71l-1.5,13.07c1.89.44,4.35,1.11,7.19,1.92,11.03-1.47,27.19-6.4,36.14-6.4h11.91c2.87,0,10.77,12.29,19.02,19.62l36.02-2.54c-.39-.12-.84-.26-1.42-.39,1.4-2.01.17-2.38,3.58-2.38h22.17l-5.22-10.95ZM400.97,820.41c.49.87.87,1.75,1.13,2.62l14.94,8.46c.22-1.24.32-2.41.27-3.47-.37-8.68-8.86-20.54-18.97-27.92l2.63,20.3ZM397.23,791.51c1.5,1.52,2.92,3.2,4.27,5.12,5.81,8.23,15.3,17.7,20.08,25.2,11.96,18.77,37.68,21.59,61.17,29.38,12.84,4.25,18.75,9.66,23.78,21.49,1.77,4.17,2.98,7.39,3.82,10.2,7.37,1.41,17.72,1.49,22.98,1.61,0-10.28-5.5-37.6-7.75-49.85-1.21-6.61-2.52-15.41-4.4-21.37-6.52,3.85-13.1,7.39-15.05,7.39h-7.15c-33.27,0-49.04-6.65-65.83-23.54-10.29-10.34-21.22-19.33-27.23-33.27l-3.62,2.58-7.66,5.15,2.58,19.91ZM103.59,523.56c1.88-1.37,3.41-3.14,3.41-5.5,0-10.36-21.1-17.39-30.32-7.64,10.78,5.32,20.89,10.21,26.91,13.14ZM72.19,508.21c3.25-5.33,9.6-10.41,14.56-10.41h8.34c9.29,0,20.26,10.28,20.26,17.87v4.77c0,2.71-1.32,5.26-3.27,7.31l13.79,6.9.36-.93c4.06-10.4,7.75-12.37,2.61-24.39-14.77-34.51-54.32-27.72-68.18-6.88,3.77,1.9,7.66,3.85,11.54,5.77ZM52.91,498.5c6.32-14.19,21.06-29.29,32.65-29.29,17.42,0,26.45-.36,36.64,9.82,6.9,6.9,14.59,22.33,14.59,35.45v21.45c0,1.37-.1,2.71-.29,4.02l11.45,5.73,1.37.67c13.64-36.71-11.4-92.64-49.46-92.64-19.55,0-43.55,15.97-51.73,28.09-2.32,3.44-4.37,7.08-6.18,10.93,3.2,1.74,6.94,3.69,10.97,5.76ZM242.74,589.49c-2.75-4.66-5.77-9.37-6.48-10.08-4.21-4.24-13.11-7.02-19.83-6.55l15.98,22.25c3.38-1.79,6.83-3.67,10.34-5.62ZM182.27,531.67c-.14.54-.22,1.17-.22,1.87,0,6.61,4.38,7.85,8.93,9.51-2.69-3.68-5.8-7.62-8.71-11.38ZM188.74,516.87h1.66c2.89,0,10.72,6.09,10.72,9.53v3.57c-4.97-.41-12.42-2.95-16.37-1.24l10.46,14.57c6.03-4.36,17.83-8.5,17.83-16.9v-3.57c0-3.42-1.63-6.79-4.14-9.77l-20.16,3.81ZM178.63,520.2c.61-.7,1.29-1.31,2.02-1.81l-2.93.55.9,1.26ZM196.84,552.22c-1.26.25-2.61.38-4.06.38h-10.72c-2.87,0-3.5-1.93-5.96-3.57,0-7.36-2.38-7.97-2.38-13.1,0-3.91.82-8.52,2.63-12.23-1.26-1.81-2.29-3.46-3.01-4.86-.82-1.61-1.85-4.6-2.96-8.34-5.78,5.86-9.77,14.13-9.77,21.86,0,3.71,4.11,14.77,6.65,20.46,8.18,1.74,17.04,1.99,30.59,1.99-.21-.77-.55-1.63-1.01-2.58ZM221.13,508.3c-1.88,7.21-3.47,13.14-3.83,14.01-4.29,10.44-6.67,24.01-16.58,28.65l5.9,8.22c7.84-5.36,15.18-11.7,18.33-12.54,6.06,12.62,13.45,27.56,23.79,39.47,6.07-3.46,12.24-7.09,18.36-10.78-16.08-13.31-27.86-34.69-27.86-53.72v-13.11c0-6.88,2.36-13.09,5.98-18.62-9.89,7.63-18.73,14.4-24.1,18.4ZM144.94,411.85c-.99.78-2.06,1.66-3.39,2.55-5.73-8.55-7.61-23.8-8.15-38.69-3.01,2.62-10.12,9.9-19.26,19.53,1.68,9.51,5,18.38,8.83,24.65,2.44,4.02,16.99,26.86,18.9,28.76,4.69,4.66,10.12,9.24,16.07,13.01-3.39-12.81-7.15-25.9-10.19-38.15-.72-2.89-1.69-7-2.8-11.64ZM311.91,281.15c-1.13-.13-2.31-.19-3.56-.19h-2.53c1.23,1.65,2.07,3.03,2.42,4.08l3.67-3.88ZM257.89,226.05c19.3-1.42,44.26-24.58,30.47-46.62-.84-1.34-1.78-2.78-2.83-4.25-2.36,4.53-5.19,9.68-8.16,14.97v.26s0,4.77,0,4.77c0,4.38-7.87,14.83-12.1,16.46-3.3,5.97-6,11.09-7.39,14.4ZM275.5,86.48c-.33-1.44-.51-2.94-.51-4.48v-3.58c0-9.03,6.47-22.64,13.11-22.64h9.53c3.43,0,10.72,8.83,10.72,11.91v11.92c0,2.79-1.97,4.76-4.76,4.76h-1.19c-5.7,0-7.4-1.35-10.72-3.57l.03-6.01,7.12,4.82c1.85-1.24,3.57-1.58,3.57-4.77,0-5.04-6.95-14.3-10.72-14.3-15.59,0-18.87,38.13,9.53,38.13,9.55,0,22.64-17.08,22.64-26.21,0-14.67-11.53-32.17-26.21-32.17h-3.57c-12.62,0-31.75,19.61-35.2,34.8,5.25,3.61,10.95,7.51,16.65,11.38ZM353.86,27.8c-6.29,7.79-10.96,18.05-10.96,29.17l-.15,3.69c8.18-13.52,14.92-24.77,14.92-27.07,0-.63-1.46-2.75-3.81-5.79ZM341.68,249.63c-1.15-2.28-2.04-4.2-2.5-5.46-4.23-11.49-8.19-27.2-8.19-43.04,0-1.28.32-3.03.89-5.13-16.31-15.21-33.19-30.95-39.41-33.88,1.99,2.18,3.62,4.37,4.69,6.12,1.8,2.97,11.2,24.51,11.2,26.93,0,24.89-5.62,29.31,5.56,51.63,1.95,3.88,6.53,12.35,10.89,20.7l16.88-17.88ZM537.21,461.22c-.07.67-.1,1.34-.1,2.02,0,11.38,11.05,23.83,21.45,23.83h2.38c15.21,0,21.84-13.98,18.11-24.16-5.99-.15-11.73-.24-15.83-.27,3.11,1.47,6.06,3.11,6.06,6.56v1.19c0,4.3-8.67,8.34-11.91,8.34-2.9,0-9.53-6.63-9.53-9.53v-7c-3.61-.26-7.1-.62-10.62-.98ZM519.67,459.86c-1.29,24.65,14.14,51.04,43.65,51.04,15.29,0,35.74-19.85,35.74-35.74v-2.38c0-3.12-.56-6.22-1.56-9.2-4.06-.22-8.92-.4-13.83-.54,1.45,4.04,2.28,8.42,2.28,12.12v2.38c0,11.28-10.35,18.65-17.87,22.64-17.89-4.16-35.75-8.61-35.75-30.98v-8.47c-4.05-.39-8.21-.72-12.67-.88ZM645.71,572.57c-14.75,11.42-32.72,22.93-38.31,22.93h-11.91c-3.79,0-8.34-6.07-8.34-10.72v-17.87c0-21.87,34.55-54.1,34.55-90.55v-2.38c0-2.87-.22-5.69-.63-8.43-4.1-.28-8.97-.58-15.82-1.38l-.48-.05c1,5.24,1.44,11.54,1.44,19.39,0,16.17-25.88,54.81-34.55,54.81h-7.15c-11.39,0-30.62-22.23-36.61-30.11-8.78-11.55-17.49-22.87-19.12-41.09-8.57,12.69-23.51,37.97-25.64,43.83,3.5,3.35,6.75,6.95,9.69,10.89,9.15,12.27,25.35,32.05,31.97,45.48,1.85,3.75,3.74,7.26,5.63,10.69l93.56,53.22,21.73-58.64ZM665.38,519.05c-4.03-.66-3.31-2.19-7.94-2.19-8.84,0-17.87,8.34-17.87,14.3,0,6.65,3.71,13.1,10.72,13.1h1.19c3.72,0,3.37-2.14,4.35-4.67l-1.97-10.82h4.77c1.1,0,1.99.41,2.82,1.02l3.93-10.74ZM655.05,215.33v-10.62c0-6.09,4.24-14.3,9.53-14.3h4.77c2.86,0,7.15,4.28,7.15,7.15v4.77h-3.57c-3.63,0-4.36-.54-7.15-1.19-1.85,1.24-3.57,1.58-3.57,4.77,0,6.65,3.71,13.11,10.72,13.11,6.58,0,20.25-10.37,20.25-16.68,0-12.06-13.98-25.02-26.21-25.02-7.02,0-13.5,3.79-18.45,9.47l-1.45,21.03v4.32c1.8.42,4.55,1.55,7.99,3.21ZM649.62,170.89c2.42-1.26,5.44-2.38,9.71-3.61,20.2-5.78,46.96,7.28,46.96,23.13v16.68c0,10.53-8.99,21.15-19.59,25.95,4.28,2.55,8.68,5.21,13.1,7.9,13.13-9.27,23.17-25.28,23.17-39.81v-2.38c0-13.5-6.24-21.94-12.32-29.42-8.2-10.09-9.82-10.17-22.03-14.55-6.51-2.34-13.81-4.88-19.26-4.88-2.15,0-5.04.69-8.33,1.84l-10.62,7.74-.79,11.41ZM772.3,265.31c-6.02,1.31-11.53,4.67-14.9,10.04.23.08.42.13.54.13,4.14,0,12.54-7.3,14.37-10.08v-.09ZM770.99,232.71c-2.92-2.31-6.33-5.37-9.9-5.37-.63,0-2.62,1.72-3.57,2.38v9.53c-5.16,7.7-11.28,7.04-17.11,17.44-1.07,1.91-2.24,4.35-3.34,7.06,4.39,2.67,8.3,5.03,11.52,6.91,3.75-9.33,12.64-19.5,19.65-19.5h3.49l-.75-18.46ZM736.44,96.78c1.83,7.73,10.25,17.38,17.51,17.38,7.69,0,10.45-6.31,7.58-12.29-4.34-9.06-9.38-5.71-9.97-12.73h3.58c3.88,0,7.43.46,10.15,1.75l-.59-14.71-28.26,20.6ZM764.53,71.92c-1.85-.42-3.79-.65-5.82-.65-5.37,0-10.66,2.03-14.77,5.56,3,3.56,4.98,5.72,5.36,5.72,1.21,0,6.92-4.13,15.24-10.62ZM716.43,111.36c6.62,11.91,20.28,19.48,35.13,19.48h8.34c2.51,0,4.83-.23,6.97-.63l-.65-16.1c-2.64,2.64-5.8,4.82-7.51,4.82h-1.19c-8.09,0-22.76-8.85-27.93-17.16l-13.17,9.6ZM788.24,52.92c-5.77-3.13-12.13-5.06-18.79-5.48-19.03-1.21-25.59-1.2-38.85,7.63-.85.57-1.73,1.21-2.61,1.91,3.61,4.62,7.07,8.99,10.12,12.76,6.76-3.44,16.03-4.42,25.38-4.42,2.81,0,5.63.28,8.39.82,4.98-3.97,10.53-8.46,16.37-13.22ZM679.61,138.2c3.5,3.96,7.24,7.56,10.52,10.61,8.99,8.41,12.56,10.48,24.08,15.24,2.65,1.1,5.51,2.11,8.84,2.46,8,.84,15.23,2.27,21.38,2.45,8.92.26,16.64.25,23.97-1.12l-.7-17.35c-3.79,1.16-7.63,1.79-11.36,1.79h-16.68c-11.21,0-31.02-12.59-37.25-18.75-2.14-2.12-4.31-4.57-6.37-7.31l-16.42,11.97ZM821.47,25.83c-14.02-8.67-33.67-18.9-44.89-18.9h-20.26c-15.47,0-42.3,10.69-50.94,18.16l-.9.78c2.98,4.13,6.42,8.8,10.07,13.63,10.33-6.79,24.83-13.5,35.81-13.5h25.01c18.92,0,26.31,4.16,33.31,10.24l12.78-10.41ZM1020.28,174.07c.72,4.22,3.89,9.5,8.1,12.19l8.87-7.25c-4.29-1-10.23-2.76-16.98-4.94ZM1021.49,191.9c-3.24-2.62-5.43-6-5.43-9.82v-9.38c-3.67-1.22-7.51-2.54-11.41-3.91-1.07,2.17-1.69,4.28-1.69,6.14,0,7.91,3.57,17.55,9.16,24.63l9.37-7.66ZM965.06,238.01c1.39-5.79,2.14-12.1,2.14-19,0-11.35-6.32-20.89-11.41-27.9-7.54-10.36-15.99-6.76-15.99-23.33v-10.72c0-2.48.53-5.57,1.49-8.74-5.25-.57-11.2-1.07-17.46-1.52-1.87,5.11-3.09,10.7-3.09,17.4,0,3.22.57,3.29,1.19,5.96-21.28,0-24.3-2.15-36.64,12.2-4.44,5.16-10.06,13.83-13.25,23.09l6.74,41.84c5.47,7.23,13.03,12.22,21.71,12.22h8.34c15.35,0,28.6-17.71,28.6-32.17v-4.77c0-12.34-12.43-23.83-23.83-23.83-8.13,0-16.68,9.32-16.68,19.07,0,5.6,5.39,13.1,10.72,13.1,4.22,0,5.29-11.61,7.15-15.49,3.17.84,7.15,3.35,7.15,7.15v5.96c0,5.73-7.39,16.68-13.11,16.68-9.93,0-13.35-5.71-18.87-9.55l-1.38-15.47v-4.76c0-10.24,9.52-28.59,16.68-28.59h5.96c14.21,0,35.75,17.89,35.75,28.59v15.49c0,12.44-9.76,24.58-16.38,31.28-8.4,8.49-21.08,11.71-32.64,16.21-2.53.99-7.68,3.57-13.09,6.51l2.65,16.47,77.56-63.39ZM685.46,741.91c-4.65,5.11-9.58,9.69-13.85,13.97l2.59,35.6c2.03-2.45,4.11-4.57,6.15-6.26,3.66-3.03,23.77-13.56,28.52-14.37,10.07-1.73,30.51,3.37,40.31,3.37h4.76c0,9.67,2.48,23.49,6.42,29.32,3.05,4.5,12.02,19.52,17.41,19.52,2.05,0,8.76-9.8,11.98-12.13l12.38,4-2.98-21.05c-3.42-5.97-24.17-12.51-32.58-14.47l-59.03-27.36-22.08-10.15ZM842.02,464.96c5.36,4.09,11.11,6.63,16.77,6.63h2.38c11.38,0,21.67-2.78,29.45-8.04l-48.6,1.42ZM981.65,454.94c-2.1.09-4.25.32-6.37.65l.2.58,6.17-1.23ZM1063.39,422.99c-.96,2-1.99,3.48-3.05,4.23l-13.3-8.05c-5.51,2.64-14.29,6.05-14.29,14.3,0,1.01,2.56,3.57,3.57,3.57,5.72,0,3.87-4.2,10.72-4.77v9.67l19.71-3.92-3.36-15.03ZM965.47,389.15c6.97,9.92,18.26,18.1,27.95,18.1h3.57c19.01,0,33.68-37.89,12.19-51.51-1.22-.77-2.41-1.42-3.57-1.98l-27.03,23.83c1.25,5.96,5.25,10.59,12.46,10.59,6.62,0,7.03-7.18,9.53-11.91-3.19-3.67-8.34-4.97-8.34-8.34,0-2.75.83-3.57,3.57-3.57h1.19c2.9,0,9.53,6.63,9.53,9.53v3.57c0,7.96-4.37,19.07-10.72,19.07h-1.19c-10,0-16.49-6.78-19.5-15.88l-9.65,8.5ZM963.12,420.45c10.53,4.67,22.97,8.25,32.68,8.25h8.34c20.4,0,39.32-28.03,39.32-48.85,0-1.53-.06-3.05-.16-4.56l-17.43-11.2c1.39,4.36,2.1,9.26,2.1,14.57,0,13.24-2.84,15.29-7.55,23.43-2.17,3.75-13.26,13.51-17.47,13.51-18.93,0-35.9-5.06-46.79-15.23l6.96,20.08ZM879.09,586.62c1.43-3.45,2.95-6.73,4.72-10.19,8.01-15.64,42.13-48.3,60.03-55.54.81-.33,1.63-.63,2.45-.92l14.86-17.41h-1.08c-12.77,0-36.76,11.69-44.31,17.64-10.09,7.96-23,24.04-31.94,30.02.67-8.04,19.94-34.86,25.3-40.23,7.9-7.9,29.48-20.53,44.99-20.53,5.68,0,10.83.17,15.61.35l1.21-12.27h-20.39c-2.3,0-2.12-.37-3.57-1.19,2.44-3.34,13.64-5.29,24.35-6.3l-.28-8.84-15.43.45c-6.35,2.45-20.24,7.52-20.55,7.55.21-2.58.7-4.8,1.25-6.99l-16.07.47c-6.6,18.71-23.05,30.72-34.94,42.55-6.91,6.87-14.73,20.94-18.01,30.84-2.4,7.24-4.06,21.35-5.89,31.47l17.7,19.08ZM1027.51,783.3c2.97-2.4,5.01-5.93,6.45-9.06,1.87-4.04,2.8-6.9,2.68-9.82-2.72,5.4-5.39,11.36-9.13,18.88ZM1049.98,738.51c-7.7-9.02-17.97-15.53-27.96-15.53-3.57,0-7.09.48-10.44,1.39,3.68,3.67,7.31,7.28,10.67,10.59,7.1.67,14.01,6.25,18.72,13.28l9.02-9.73ZM1040.73,807.01c13.39-6.97,21.79-18.55,21.79-38.75,0-8.85-4.08-18.73-10.33-27-3.57,4.08-6.35,7.72-8.72,11.27,2.24,4.42,3.56,9.11,3.56,13.35,0,17.55-3.46,14.82-7.83,25.52-1.62,3.97-4.28,6.45-7.78,7.98l9.32,7.64ZM1085.81,704.02c2.97-2.35,5.59-5.09,7.42-8.45-2.43,2.71-4.92,5.56-7.42,8.45ZM1069.55,717.17c-11.47-8.65-24.9-17.27-24.9-33.51v-1.19c0-7.29,8.7-17.87,16.68-17.87h7.15c6.71,0,14.3,9.34,14.3,15.49v9.53c0,4.02-2.11,8.34-5.96,8.34-5.84,0-15.49-6.55-15.49-11.92v-5.95c8.84.2,8.19,7.15,13.11,7.15,2.73,0,1.38-.41,4.76-1.19.76-3.19,1.19-2.24,1.19-4.76,0-5.05-5.78-11.91-11.92-11.91h-1.19c-8.29,0-16.68,10.48-16.68,19.06,0,13.39,12.54,20,23.83,22.64l1.31-.69c7.28-8,14.36-15.85,19.9-22.09.16-1.1.24-2.23.24-3.43,0-5.21-1.56-10.64-4.23-15.57l-35.72-15.66c-12.42,4.4-23.19,16.13-23.19,30.03v4.77c0,12.65,1.17,4.77-13.11,4.77h-2.38c-9.71,0-19.68,3.26-28.26,8.34,3.23,3.33,7.22,7.39,11.52,11.73,4.44-2.14,8.97-3.4,13.17-3.4h15.49c12.72,0,25.22,7.72,33,15.38l7.4-8.08ZM1085.85,843.97c4.36-12.47,6.47-26.82,6.46-42.36-.03-34.85,5.92-45.94-9.52-71.5-2.38-3.94-6.08-7.35-10.27-10.67-2.78,3.18-5.39,6.11-7.74,8.59.55.63,1.07,1.26,1.54,1.87,10.66,13.8,12.88,20.45,12.88,44.31,0,12.44-2.49,46.44-5.9,59.48l12.55,10.28ZM784.31,870.18c2.84-5.95,5.85-11.73,9.19-17.1,3.21-5.17,7.28-9.85,12.07-13.89l-2.93-20.65c-4.83,4.55-14.82,12.95-18.02,16.12-6.43,6.36-11.62,14.84-16.64,22.68-5.16,8.05-8.85,17.61-14.04,25.27-4.14,6.12-12.81,18.34-15.9,24.61-1.24,2.52-2.52,5.05-3.82,7.55,7.13-6.01,14.12-12.81,20.46-19.13,6.15-6.13,18.4-15.98,29.63-25.47ZM638.4,1245.7l-2.41-39.01c-.37-5.91,1.78-8.16.78-13.82-.95-5.36-2.9-8.39-3.2-12.35-.84-11.22-.64-20.79.05-29.81,1-13.23.85-22.87,1.4-32.42l-82.82-36.87c-7.38,14.01-27.6,37.02-37.59,50.74l-3.61,4.92c1.3,8.84,1.64,18.49,3.95,26.25,1.69,5.72,2.82,10.62,2.41,16.41-.48,6.84,4.26,12.95,3.87,16.24l.21,51.06,116.97-1.33ZM1104.96,1216.18c4.08-.09,6.36-.23,8.44-.17,16.83-3.79,33.39-8.99,50.55-8.99v-2.54c-30.42-7.63-98.31-6.13-120.5-6.13s-45.45-.5-67.46-1.04l-.9.78c28.19,6.78,58.79,13.39,87.26,19.04,5.99.3,11.8.61,17.2.64,4.69-1.86,9.81-2.89,15.16-2.89,3.54,0,6.97.45,10.24,1.29ZM647.31,1180.88c-2.23-.25-4.44-.4-6.56-.4-1.44,2.15-2.38,2.1-2.38,4.77v4.77l1.39-.08.83,18.11h8.43l-1.71-27.17ZM876.9,887.47c-3.32-1.01-6.13-2.01-8.1-2.95l-1.99,21.47c4.63-2.59,6.28-4.88,6.28-12.63,1.37-2.05,2.71-3.97,3.81-5.89ZM900.4,893.45c-4.38-1.01-8.95-2.08-13.28-3.18-1.58,8.95-9.89,19.76-17.6,19.76h-3.08l-1.12,12.14c15.16.88,30.63-7.38,35.09-28.72ZM928.36,900.32c-3.51-1-7.04-1.96-10.61-2.85l-2.03-.49c-6.32,18.44-22.82,36.89-36.68,36.89h-11.92c-.97,0-1.94-.04-2.89-.13l-1.4,15.06c2.94.37,5.96.56,9.05.56,15.62,0,35.77-12.88,43.21-21.12,3.49-3.86,9.28-16.26,13.25-27.91ZM1048.79,956.63c1.52-1.93,2.96-3.89,4.3-5.89-4.02-1.08-9.29-4.52-15.17-8.49,4.21,4.25,7.87,9.11,10.86,14.38ZM992.6,1021.58c8.63-9.31,19.67-21.74,25.78-29.8.03-.63.06-1.27.06-1.92v-2.38c0-17.22-10.71-25.9-24.05-29.58-16.37-4.52-25.38,10.04-30.75,21.24,3.85,8.01,6.53,21.45,19.06,21.45,17.59,0,21.45-27.4,4.77-27.4-2.78,0-4.77,1.97-4.77,4.77v7.15c-2.7-.72-4.77-1.15-4.77-4.77v-3.57c0-3.01,4.94-5.96,7.15-5.96h7.15c6.06,0,13.11,7.05,13.11,13.11v9.53c0,6.83-10.95,16.68-17.87,16.68h-2.38c-12.67,0-25.02-10.48-25.02-23.83v-13.11c0-11.68,18.22-22.64,30.98-22.64h2.38c17.75,0,30.13,14.29,32.82,31.21,3.17-3.66,6.58-7.28,10.02-10.93-7.05-18.77-21.22-34.57-40.45-34.57h-4.77c-19.94,0-45.28,22.61-45.28,42.89,0,21.76,12.42,40.72,31.88,43.2,5.24.67,10.29.36,14.96-.76ZM962.38,1043.2l1.26-.49c10.86-4.24,12.28-4.13,17.18-8.87-14.05-.71-24.15-5.04-31.78-12.71-5.64-5.67-16.38-22.59-16.38-32.46,0-14.82,5.4-37.02,12.79-44.4,5.07-5.07,8.42-10.94,15.07-13.53,4.55-1.77,17.51-6.41,22.18-6.41h14.3c1.97,0,3.92.11,5.84.33-12.2-4.04-24.13-8.02-36.71-12.2l-1.34-.44c-26.45,11.04-45.23,41.47-45.23,73.08,0,18.18,10.1,34.58,19.35,43.8,4.72,4.7,13.77,10.34,23.48,14.31ZM884.64,1074.56c9.87-4.73,21.44-9.21,32.87-13.59-10.83-.67-16.79-.75-29.2-2.94-6.22-1.1-31.9-5.35-31.9-9.8,0-.04,15.71-24.09,17.87-33.36-2.15-1.44-2.1-2.38-4.76-2.38h-1.19c-3.28,0-6.77,6-8.34,8.34-1.11-.59-2.33-1.32-3.63-1.97l-3.69,39.83,31.98,15.86Z" fill="%23b8541e" fill-rule="evenodd"/><path d="M672.57,1536.48c0-10.1-1.85-19.59-5.55-28.4-3.7-8.85-8.78-16.53-15.25-23.07-6.47-6.54-14.04-11.73-22.72-15.5-8.67-3.77-17.99-5.65-27.94-5.65s-19.69,1.88-28.37,5.65c-8.67,3.77-16.21,8.96-22.61,15.5-6.4,6.54-11.41,14.22-15.04,23.07-3.63,8.82-5.44,18.31-5.44,28.4s1.81,19.62,5.44,28.51c3.63,8.92,8.6,16.64,14.93,23.18,6.33,6.54,13.86,11.73,22.61,15.5,8.75,3.77,18.24,5.65,28.48,5.65s19.3-1.92,28.05-5.76c8.75-3.84,16.32-9.07,22.72-15.61,6.4-6.54,11.45-14.22,15.14-23.07,3.7-8.82,5.55-18.31,5.55-28.4M682.81,1536.37c0,11.38-2.06,22.08-6.19,32.1-4.12,10.03-9.85,18.77-17.17,26.24-7.32,7.47-15.96,13.37-25.92,17.7-9.95,4.34-20.76,6.51-32.42,6.51s-22.68-2.13-32.64-6.4c-9.95-4.27-18.59-10.13-25.92-17.6-7.32-7.47-13.05-16.21-17.17-26.24-4.12-10.03-6.19-20.8-6.19-32.32s2.1-22.29,6.29-32.32c4.19-10.02,9.99-18.77,17.38-26.24,7.39-7.47,16.07-13.33,26.02-17.6,9.95-4.27,20.69-6.4,32.21-6.4s22.25,2.17,32.21,6.51c9.95,4.34,18.59,10.24,25.92,17.7,7.32,7.47,13.08,16.21,17.28,26.24,4.2,10.03,6.29,20.73,6.29,32.1Z" fill="%23020204" fill-rule="evenodd"/><rect x="965.41" y="1456.81" width="10.45" height="159.34" fill="%23020204"/><polygon points="947.24 1616.15 871.73 1616.15 871.73 1456.81 882.18 1456.81 882.18 1606.55 947.24 1606.55 947.24 1616.15" fill="%23020204" fill-rule="evenodd"/><polygon points="419.92 1616.15 344.76 1616.15 344.76 1457.02 419.92 1457.02 419.92 1466.62 354.99 1466.62 354.99 1531.04 419.92 1531.04 419.92 1540.64 354.99 1540.64 354.99 1606.55 419.92 1606.55 419.92 1616.15" fill="%23020204" fill-rule="evenodd"/><path d="M218.36,1507.36c0,4.98-.85,10.31-2.56,16-1.71,5.69-4.48,10.95-8.32,15.78-3.84,4.83-8.75,8.89-14.72,12.16-5.97,3.27-13.22,4.98-21.76,5.12h-2.35c6.83,9.81,13.83,19.84,21.01,30.08,7.18,10.24,14.04,20.12,20.58,29.65h-12.8l-40.53-58.45c-4.55,0-9.42-.04-14.61-.11-5.19-.07-9.99-.11-14.4-.11v-10.66h20.05c5.4,0,9.88-.04,13.44-.11,3.55-.07,6.33-.11,8.32-.11s3.63-.07,4.91-.21c1.28-.14,2.35-.32,3.2-.53.85-.21,1.92-.46,3.2-.75h-.21c5.26-1.56,9.63-3.77,13.12-6.61,3.48-2.84,6.26-6.04,8.32-9.6,2.06-3.56,3.52-7.29,4.37-11.2.85-3.91,1.28-7.71,1.28-11.41,0-3.13-.39-6.29-1.17-9.49-.78-3.2-1.92-6.33-3.41-9.39-1.49-3.06-3.31-5.9-5.44-8.53-2.13-2.63-4.55-4.87-7.25-6.72-4.12-2.42-9.24-3.98-15.36-4.69-6.11-.71-13.51-1.07-22.18-1.07h-26.66v149.74h-10.45v-159.34h37.11c6.11,0,11.34.14,15.68.43,4.34.28,8.11.71,11.3,1.28,3.2.57,5.97,1.28,8.32,2.13,2.35.85,4.51,1.78,6.51,2.77,3.41,1.71,6.51,4.05,9.28,7.04,2.77,2.99,5.19,6.33,7.25,10.03,2.06,3.7,3.7,7.75,4.91,12.16,1.21,4.41,1.88,8.96,2.03,13.65v1.07Z" fill="%23020204" fill-rule="evenodd"/><polygon points="93.85 1466.41 52.05 1466.41 52.05 1616.15 41.81 1616.15 41.81 1466.41 0 1466.41 0 1456.81 93.85 1456.81 93.85 1466.41" fill="%23020204" fill-rule="evenodd"/><polygon points="315.59 1616.15 240.43 1616.15 240.43 1457.02 315.59 1457.02 315.59 1466.62 250.66 1466.62 250.66 1531.04 315.59 1531.04 315.59 1540.64 250.66 1540.64 250.66 1606.55 315.59 1606.55 315.59 1616.15" fill="%23020204" fill-rule="evenodd"/><polygon points="703.65 1518.51 703.65 1457.02 703.65 1456.81 742.83 1456.81 742.87 1457.02 778.81 1457.02 778.81 1466.62 714.1 1466.62 714.1 1531.04 778.09 1531.04 778.09 1540.64 714.1 1540.64 714.1 1616.15 703.65 1616.15 703.65 1518.51" fill="%23020204" fill-rule="evenodd"/><polygon points="1004.86 1518.51 1004.86 1457.02 1004.86 1456.81 1044.05 1456.81 1044.08 1457.02 1080.02 1457.02 1080.02 1466.62 1015.31 1466.62 1015.31 1531.04 1079.3 1531.04 1079.3 1540.64 1015.31 1540.64 1015.31 1616.15 1004.86 1616.15 1004.86 1518.51" fill="%23020204" fill-rule="evenodd"/><polygon points="1179.74 1616.15 1104.58 1616.15 1104.58 1457.02 1179.74 1457.02 1179.74 1466.62 1114.82 1466.62 1114.82 1531.04 1179.74 1531.04 1179.74 1540.64 1114.82 1540.64 1114.82 1606.55 1179.74 1606.55 1179.74 1616.15" fill="%23020204" fill-rule="evenodd"/><rect x="6.26" y="1665.24" width="1180.23" height="8.49" fill="%23020204"/></svg>');
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0 0 31% 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.new_contact_left_col_menu_mob {
    display: none;
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
    background-color: initial;
}

.square {
    width: 200px;
    height: 200px;
    background: teal;
    border-radius: 8px;
    opacity: 0;
    transform: scale(1.2);
}

.popup_content {
    padding: 0 0 1px 0;
}

.new_article_video {
    position: relative;
    overflow: hidden;
    padding: 0 0 40% 0;
}

.new_article_video video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 150%;
}

.img01 {
    background-image: url(images/img01.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 0 55% 0;
}

.img02 {
    background-image: url(images/img02.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 0 55% 0;
}
body .lg-outer .lg-thumb-outer {
    height: 150px!important;
}
body .lg-outer .lg-thumb-item img {
    width: 100%;
    height: auto;
}
.specialoffer {
    color: #303030;
}
.specialoffer:hover {
    color: #8b8b8b;
}
body .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 150px;
}

@media (prefers-reduced-motion: no-preference) {
    .square {
        transition: opacity 3.5s ease, transform 3.5s ease;
    }
}

.square-transition {
    opacity: 1;
    transform: none;
}

@media (orientation: landscape) {
    .fullscreen_single_section {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/full-screen-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (orientation: portrait) {
    .fullscreen_single_section {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/full-screen-bg-mobile-portrait.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 1920px) {
    .new_article .pad_container, .new_gallery .pad_container, .new_contact .pad_container {
        max-width: 92%;
        display: flex;
        flex-direction: column;
        /* gap: 100px; */
    }
}

@media (max-width: 1440px) {
    .full_logo {
        max-width: 330px;
        top: 58px;
    }
    }

    @media (max-width: 640px) {
        .full_logo {
            max-width: 200px;
            top: 51px;
        }
        }

        @media (max-width: 1500px) {
            body, html {
                font-size: 15px;
            }

            .accommodation_content_grid {
                grid-template-columns: 1fr;
            }

            .pad_container {
                padding: 0 20px;
            }

            .slider_section {
                border-bottom: 20px solid #fff;
                border-left: 20px solid #fff;
                border-right: 20px solid #fff;
            }

            .accommodation_grid {
                grid-gap: 20px;
            }

            .gallery_cont .blick-slide {
                margin: 0 10px;
            }

            .gallery_cont .blick-list {
                margin: 0 -10px;
            }

            .gallery_cont {
                padding: 0 30px;
            }

            .gallery_cont .blick-prev, .gallery_cont .blick-next {
                width: 30px;
            }

            .nav_menu li a {
                font-size: 23px;
            }
        }

        @media (max-width: 1200px) {
            .logo {
                max-width: 224px;
                padding: 0;
                height: auto;
                margin: 0 auto;
            }

            .accommodation_content h2 {
                font-size: 1.14em;
            }

            .top_header {
                /* height: 106px; */
                /* padding: 10px 0; */
            }

            .slider_section {
                height: calc(100% - 106px);
            }

            .top_menu_container_inside {
                /* height: calc(100% - 106px); */
            }

            .article_cont h1 {
                color: #8C6C63;
                font-size: 3em;
                margin: 0 0 14px 0;
                float: left;
                width: 100%;
                text-align: left;
            }

            .footer_menu ul {
                columns: 2;
                -webkit-columns: 2;
                -moz-columns: 2;
            }

            .footer_menu li {
                float: none;
                margin: 0 0 10px 0;
                text-align: left;
            }

            .footer_menu li:nth-child(n+5) {
                text-align: right;
            }

            .footer_menu {
                width: 100%;
            }

            .footer_menu nav {
                width: 100%;
                margin: 0 0 22px 0;
            }

            .modalmsg-content {
                width: 90%;
            }

            body .modalmsgp {
                font-size: 17px;
            }

            .white-popup {
                padding: 40px 14px;
            }

            .nav_menu li a {
                font-size: 24px;
            }

            #lightgallery {
                gap: 30px;
            }

            .new_contact_left {
                gap: 60px;
                flex-direction: column;
            }

            .new_contact_grid {
                grid-template-columns: 1fr 600px;
            }
        }

        @media (max-width: 1100px) {
            .accommodation_grid {
                grid-template-columns: 1fr 1fr;
            }

            .new_article_flex {
                gap: 40px;
            }
        }

        @media (max-width: 1000px) {
            .contact_grid {
                display: block;
                float: left;
                width: 100%;
            }

            .contact_left {
                float: left;
                width: 100%;
                margin: 0 0 40px 0;
            }

            .contact_left+.contact_left {
                margin: 0;
            }

            .subheading {
                font-size: 2.33em;
            }

            .article_cont h1 {
                color: #5c5349;
                font-size: 2.33em;
                margin: 0 0 14px 0;
                float: left;
                width: 100%;
                text-align: left;
            }

            .accommodation_grid {
                margin: 20px 0 0 0;
            }

            .gallery_cont {
                margin: 10px 0 0 0;
            }

            .flexholder {
                width: 100%;
            }

            .popup_content {
                padding: 0;
                position: static;
                float: left;
                width: 100%;
                margin: 20px 0 0 0;
                padding: 0 0 1px 0;
            }

            .popup-bottom {
                position: static;
                padding: 0 0 1px 0;
                width: 100%;
                margin: 0;
                float: left;
            }

            .popup_content_grey ul {
                columns: 3;
                -webkit-columns: 3;
                -moz-columns: 3;
            }
        }

        @media (max-width: 1025px) {
            .map_cont, .share_cont, .book_direct_link:after {
                /* display: none; */
            }

            .header_grid {
                grid-template-columns: 126px 1fr 126px;
            }

            .book_direct_link {
                display: flex;
                padding: 0;
                color: #fff;
                text-decoration: none;
                line-height: 1;
                position: relative;
                -webkit-transition: 0.1sease-out;
                -moz-transition: 0.1s ease-out;
                -o-transition: 0.1s ease-out;
                transition: 0.1sease-out;
                font-size: 0;
                width: 21px;
                height: 24px;
                border: none;
                gap: 0;
            }

            .book_direct_link:hover, .hasScrolled .book_direct_link:hover {
                color: #8C6C63;
                background-color: initial;
                border-color: initial;
            }

            .book_direct_link:hover path, .book_direct_link:hover rect {
                fill: #ffffff;
            }

            .hasScrolled .book_direct_link:hover path, .hasScrolled .book_direct_link:hover rect {
                fill: #8C6C63;
            }

            .top_header {
                height: 90px;
            }

            .slider_section {
                height: calc(100% - 86px);
            }

            .top_menu_container_inside {
                /* height: calc(100% - 86px); */
            }

            .slider_section {
                position: static;
                float: left;
                margin: 86px 0 0 0;
                border: none;
                height: auto;
            }

            .slider_section .slick-slide img {
                display: block;
                width: 100%;
                height: auto;
            }

            .main_section {
                /* position: static; */
                top: 100%;
            }

            .scroll_down {
                display: none;
            }

            .slider_section .slick-prev:before, .slider_section .slick-next:before, .slider_section .slick-prev, .slider_section .slick-next {
                width: 15px;
                height: 32px;
            }

            .slider_section .slick-next {
                right: 12px;
            }

            .slider_section .slick-prev {
                left: 12px;
            }

            .overview_article_grid {
                display: block;
                float: left;
                width: 100%;
            }

            .vert_line {
                display: none;
            }

            .article_cont {
                float: left;
                width: 100%;
                margin: 0 0 40px 0;
            }

            .general_fac_cont {
                float: left;
                width: 100%;
            }

            .subheading {
                font-size: 1.4em;
            }

            .units {
                color: #8C6C63;
                font-size: 1em;
                margin-top: -15px;
                margin-left: 0px;
                text-align: center;
            }

            .facilitiessub {
                color: #8C6C63;
                font-size: 1em;
                margin-top: 5px;
                margin-left: 9px;
                text-align: left;
            }

            .article_cont h1 {
                color: #8C6C63;
                font-size: 1.8em;
                margin: 0 0 14px 0;
                float: left;
                width: 100%;
                text-align: left;
            }

            .nav_menu li a {
                font-size: 32px;
            }

            .top_menu_container_inside {
                left: -100%;
                width: 100%;
            }

            .open_respmenu {
                overflow: hidden;
            }

            .logo {
                max-width: 196px;
                height: auto;
                /* margin: 3px auto; */
            }

            .fullscreen_single_section {
                /* position: static; */
                /* height: 0; */
                /* padding: 0 0 66% 0; */
                height: 100%;
            }

            .fullscreen_single_section:after {
                /* height: 100%; */
                /* padding: 0 0 66% 0; */
            }

            body, html {
                /* height: auto; */
            }

            .full_logo {
                max-width: 53%;
                top: 81px;
            }

            #lightgallery {
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
        }

        @media (max-width: 960px) {
            .swiper-pagination {
                margin: 30px auto 0 auto;
                width: 80%;
            }

            .swiper-button-prev, .swiper-button-next {
                display: none;
            }

            .new_contact_grid {
                display: flex;
                flex-direction: column;
            }

            .new_contact_left {
                flex-direction: row;
                gap: 80px;
            }

            .hasScrolled .full_logo {
                max-width: 45px;
                top: 4px;
                z-index: 99999999;
            }

            .hasScrolled .full_logo path {
                /* fill: #8C6C63; */
            }

            .hasScrolled .top_header {
                height: 60px;
            }

            .hasScrolled .top_menu_container_inside {
                height: calc(100% - 60px);
            }
        }

        @media (max-width: 900px) {
            .new_article_flex, .new_article_flex:nth-child(even) {
                flex-direction: column;
            }

            .new_article .pad_container {
                gap: 40px;
            }

            .new_article {
                margin: 40px 0;
            }

            .img01, .img02 {
                padding: 0 0 111% 0;
            }

            .new_article_video video {
                position: absolute;
                left: 50%;
                transform: translate(-50%, -50%);
                top: 50%;
                width: 200%;
            }

            .new_article_video {
                padding: 0 0 110% 0;
            }

            .subheading {
                text-align: center;
            }
        }

        @media (max-width: 720px) {
            .accommodation_section {
                padding: 50px 0 50px 0;
            }

            .new_gallery {
                margin: 0px 0 50px 0;
            }

            .nav_menu li a {
                font-size: 28px;
            }

            .full_logo {
                max-width: 53%;
                top: 110px;
            }

            .header_grid {
                justify-items: flex-start;
                padding: 0;
                display: flex;
                flex-direction: row-reverse;
                gap: 20px;
            }

            .header_grid_left {
                display: flex;
                align-items: center;
                flex-flow: initial;
                position: relative;
                gap: 20px;
                flex-direction: row-reverse;
                justify-content: flex-start;
                flex-basis: 0;
            }

            .header_grid_right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-flow: initial;
            }

            .hasScrolled .full_logo {
                transform: initial;
                left: 20px;
            }

            .new_contact_grid {
                margin: 50px 0;
            }

            .logo_white {
                padding: 0 0 48% 0;
            }
        }

        @media (max-width: 650px) {
            .header_grid {
                /* display: block; */ /* float: left; */ /* width: 100%; */
            }

            .header_grid_left {
                /* float: right; */
                /* width: auto; */
                /* display: block; */
                /* margin: 22px 0 0 0; */
            }

            .header_grid_center {
                float: left;
                width: auto;
            }

            .header_grid_right {
                /* display: none; */
            }

            #nav-icon3 {
                width: 20px;
            }

            .lang_cont {
                /* margin: 13px 0 0 0; */
            }

            #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3), #nav-icon3 span:nth-child(4) {
                width: 100%;
            }

            .hasScrolled #nav-icon3 {
                /* margin: 5px 0 0 20px; */
            }

            .hasScrolled .lang_cont {
                /* margin: 8px 0 0 0; */
            }

            .pad_container {
                padding: 0 12px;
            }

            .right_form {
                padding: 0;
            }

            .left_form {
                padding: 0;
            }

            .nav_menu li a {
                font-size: 24px;
            }

            .popup_content_grey ul {
                columns: 2;
                -webkit-columns: 2;
                -moz-columns: 2;
            }

            .hasScrolled .full_logo {
                left: 7px;
            }

            .top_header {
                height: 60px;
            }

            .fullscreen_single_section:after, .fullscreen_single_section {
                /* padding: 0 0 86% 0; */
            }

            .header_grid_left, .header_grid {
                gap: 14px;
            }

            .lang_list {
                left: -40px;
                top: 30px;
            }

            #lightgallery {
                gap: 12px;
            }

            .new_contact_left {
                gap: 60px;
                flex-direction: column;
            }

            .xmp-HotelContact .xmp-form-row+.xmp-form-row, .email-tel-country-cont {
                width: 100%;
            }

            .xmp-HotelContact .xmp-form-row.textarea_form {
                width: 100%;
                padding: 0;
            }

            .new_contact_left_col_menu {
                display: none;
            }

            .new_contact_left_col_menu.new_contact_left_col_menu_mob {
                display: flex;
            }
        }

        @media (max-width: 580px) {
            .desklogo {
                float: left;
                width: 100%;
                border-bottom: 1px solid #8C6C63;
                padding: 0 0 6px 0;
                margin: 0 0 12px 0;
                display: block;
            }

            .desklogo .logo {
                display: block;
                margin: 6px auto;
                max-width: 236px;
                padding: 0;
                height: auto;
            }

            .header_grid_center {
                display: none;
            }

            .header_grid_left {
                /* float: left; */
                /* margin: 0; */
            }

            #nav-icon3 {
                /* float: left; */
                /* margin: 6px 20px 0 0; */
            }

            .lang_cont {
                /* margin: 8px 0px 0px -9px; */
            }

            .header_grid_right {
                /* float: right; */
                /* display: block; */
                /* width: auto; */
                /* height: auto; */
            }

            .top_header {
                /* height: 170px; */
                /* padding: 6px 0; */
            }

            .hasScrolled .top_menu_container_inside {
                height: calc(100% - 52px);
            }

            .book_direct_link {
                /* position: relative; */
                /* width: auto; */
                /* font-size: 15px; */
                /* height: auto; */
                /* padding: 9px 40px 9px 14px; */
                /* background-position: center right 10px; */
                /* background-size: 19px 21px; */
            }

            .hasScrolled .desklogo {
                display: none;
            }

            .slider_section {
                margin: 162px 0 0 0;
            }

            .hasScrolled #nav-icon3 {
                /* margin: 7px 20px 0 0; */
            }

            .hasScrolled .lang_cont {
                /* margin: 10px 0 0 0; */
            }

            .hasScrolled .header_grid_right {
                margin: 2px 0 0 0;
            }

            .espa {
                position: fixed;
                bottom: 30px;
                left: 20px;
                box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
                overflow: hidden;
                font-size: 28px;
                z-index: 999999999999999;
            }

            .espa:hover {
                box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
            }

            .espa img {
                display: inline-block;
                max-width: 150px;
                border: 0px;
            }

            .general_fac_cont ul, .new_article_txt ul {
                columns: initial;
                -webkit-columns: initial;
                -moz-columns: initial;
            }
        }

        @media (max-width: 480px) {
            .xmp-HotelContact .xmp-form-row+.xmp-form-row {
                width: 100%;
                padding: 0;
            }

            .full_logo {
                max-width: 64%;
                top: 75px;
            }

            .email-tel-country-cont.left_form {
                width: 100%;
                padding: 0;
            }

            .xmp-HotelContact .xmp-form-row.textarea_form {
                width: 100%;
                padding: 0;
                margin: 0 0 24px 0;
            }

            .xmp-HotelContact .persons-cont .xmp-form-row {
                width: 100%;
                padding: 0;
            }

            .xmp-HotelContact .persons-cont label.xmp-form-label {
                width: 170px;
                margin-left: 0;
            }

            .nav_menu li a {
                font-size: 22px;
            }
        }

        @media (max-width: 400px) {
            .footer_menu ul {
                columns: 1;
                -webkit-columns: 1;
                -moz-columns: 1;
                display: block;
                float: left;
                width: 100%;
            }

            .footer_menu li, .footer_menu li:nth-child(n+5) {
                text-align: center;
            }

            .footer_menu nav {
                padding: 0 0 22px 0;
            }

            .gnto {
                float: left;
                width: 100%;
            }

            .footer_menu_bottom_social {
                width: 100%;
                text-align: center;
                margin: 20px 0 0 0;
            }

            .foot_menu_cont {
                margin: 50px 0 30px 0;
            }

            .footer_menu_bottom_social a, .footer_menu_bottom_social a:first-child {
                margin: 0 10px;
                display: inline-block;
                float: none;
            }

            .popup_content_grey ul {
                columns: 1;
                -webkit-columns: 1;
                -moz-columns: 1;
            }

            .espa_banner {
                float: none;
                margin: 24px auto 6px auto;
            }
        }

        @media (max-width: 334px) {
            .book_direct_link {
                background-position: center;
                background-size: 19px 21px;
                font-size: 0;
                /* width: 26px; */
                /* height: 24px; */
                padding: 0;
            }

            .header_grid_left, .header_grid {
                gap: 10px;
            }
        }
