@font-face {
    font-family: 'LEMON MILK';
    src: url('../font/LEMONMILK-Bold.eot');
    src: url('../font/LEMONMILK-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/LEMONMILK-Bold.woff2') format('woff2'),
        url('../font/LEMONMILK-Bold.woff') format('woff'),
        url('../font/LEMONMILK-Bold.ttf') format('truetype'),
        url('../font/LEMONMILK-Bold.svg#LEMONMILK-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../font/LEMONMILK-Light.eot');
    src: url('../font/LEMONMILK-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/LEMONMILK-Light.woff2') format('woff2'),
        url('../font/LEMONMILK-Light.woff') format('woff'),
        url('../font/LEMONMILK-Light.ttf') format('truetype'),
        url('../font/LEMONMILK-Light.svg#LEMONMILK-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../font/LEMONMILK-Regular.eot');
    src: url('../font/LEMONMILK-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/LEMONMILK-Regular.woff2') format('woff2'),
        url('../font/LEMONMILK-Regular.woff') format('woff'),
        url('../font/LEMONMILK-Regular.ttf') format('truetype'),
        url('../font/LEMONMILK-Regular.svg#LEMONMILK-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('../font/LEMONMILK-Medium.eot');
    src: url('../font/LEMONMILK-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/LEMONMILK-Medium.woff2') format('woff2'),
        url('../font/LEMONMILK-Medium.woff') format('woff'),
        url('../font/LEMONMILK-Medium.ttf') format('truetype'),
        url('../font/LEMONMILK-Medium.svg#LEMONMILK-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b,
strong {
    font-weight: 700;
}
body {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #969591;
    background: #F8F7F0;
    overflow-x: clip;
}
p {
    margin-bottom: 30px;
}
a {
    color: #003D7A;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
a:hover,
a:focus,
a:active {
    color: #333;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'LEMON MILK', sans-serif;
}
.mt-50{
    margin-top: 50px;
}
.mt-120 {
    margin: 120px 0px 0px;
}
.mtb-120 {
    margin: 120px 0px;
}
.ptb-120 {
    padding: 120px 0px;
}
.pt-100 {
    padding: 100px 0px 0px;
}
.ptb-70 {
    padding: 70px 0px;
}
header.site-header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    z-index: 99;
    border-bottom: 0px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header.site-header.sticky {
    background: #68B3FF;
    padding: 15px 0;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
.navbar-brand img {
	max-width: 132px !important;
}
header .menu-item a{
    font-size: 18px;
    font-weight: 400;
    line-height: auto;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}
header .menu-item a:before,
header .menu-item a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #fff;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header .menu-item a:after {
    background: #003D7A;
    height: 2px;
    -webkit-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}
header .menu-item+.menu-item {
    margin-left: 30px;
}
header .menu-item:last-child a {
    padding: 11px 25px;
    border-radius: 10px;
    border: 1px solid #003D7A;
    background: transparent;
    font-size: 18px;
    color: #003D7A;
    font-weight: 500;
}
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
    color: #003D7A;
}
header .menu-item a:hover:before,
header .menu-item a:focus:before,
header .menu-item.current-menu-item a:before{
    width: 100%;
}
header .menu-item a:hover:after,
header .menu-item a:focus:after,
header .menu-item.current-menu-item a:after {
    width: 45%;
}
header .menu-item:last-child a::before,
header .menu-item:last-child a::after {
    display: none;
}
header .menu-item:last-child a:hover {
    color: #fff;
    background: #003D7A;
    border-color: #003D7A;
}
.add-cart {
    margin-left: 20px;
    padding: 11px 25px;
    background: #003D7A;
    border-radius: 10px;
    border: 1px solid #003D7A;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
}
.add-cart:hover, .add-cart:focus, .add-cart:active{
    background: transparent;
    border-color: #003D7A;
    color: #003D7A;
}
.add-cart:hover svg path,
.add-cart:focus svg path,
.add-cart:active svg path{
    fill: #003D7A;
}
header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}
.home-banner {
	min-height: 680px;
	padding-top: 167px;
}
footer{
    background: #003D7A;
}
.footer-certi{
    padding: 23px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    align-items: center;
    margin: 120px 0 80px;
}
.certi-img{
    text-align: center;
}
.certi-img {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.certi-img+.certi-img::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.ft-logo{
    margin-bottom: 30px;
}
footer p, footer a, footer h4{
    color: rgba(255, 255, 255, .6);
}
footer p,
footer p a {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
footer a {
    font-size: 16px;
    line-height: 20px;
}
footer h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
footer a:hover,
footer a:focus, footer a:active{
    color: #fff;
}
footer p + h4{
    margin-top: 30px;
}
.footer-bottom{
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.social{
    gap: 12px;
}
footer .social a {
    padding: 10px 15px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    border-radius: 5px;
}
footer a svg {
    height: 18px;
    max-width: 20px;
}
footer .social a:hover{
    transform: rotate(360deg);
}
.footer-bottom p{
    font-size: 18px;
}
.home-banner{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hb-desc {
    margin-bottom: 120px;
}
.hb-desc h1, .inb-descn h1 {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 400;
}
.hb-desc h1 b, .hb-desc h1 strong, .inb-descn h1 b, .inb-descn h1 strong{
    color: #003D7A;
    font-weight: 700;
}
.btn-primary{
    padding: 15px 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #003D7A;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #003D7A !important;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none !important;
    box-shadow: 0 0 0 !important;
    max-width: fit-content;
}
.btn-primary svg path{
    fill: #003D7A;
    transition: all 0.5s;
}
.btn-primary:hover svg path{
    fill: #fff;
}
.btn-primary:hover{
    background: #003D7A;
    color: #fff;
}
.btn-blue{
    padding: 15px 25px;
    background: #003D7A;
    outline: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    border: 1px solid #003D7A !important;
    color: #fff;
    display: flex;
    border-radius: 10px;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
}
.btn-blue:hover{
    color: #003D7A;
    background: #fff;
}
.btn-blue svg path, .add-cart svg path{
    fill: #fff;
    transition: all 0.5s;
}
.btn-blue:hover svg path, .add-cart:hover svg path{
    fill: #003D7A;
}
.hab-btns{
    gap: 20px;
}
.title h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 18px;
}
.title h2 b, .title h2 strong{
    font-weight: 700;
    color: #003D7A;
}
.title p:last-child{
    margin-bottom: 0;
}
.habt-img img{
    width: 100%;
}
.home-about{
    position: relative;
    z-index: 1;
}
/* .home-about::before{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: #C6C6C0;
    z-index: -1;
} */
.horganb-img{
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 61, 122, .2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: auto auto 18px;
    border-radius: 50%;
}
.horganb-img img{
    max-width: 80px;
}
.horgan-box h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #003D7A;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}
.horgan-main{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.horgan-img{
    margin-top: 50px;
    display: none;
}
.horgan-img img{
    width: 100%;
}
.hserv-box{
    width: 100%;
    padding: 100px 40px;
    border: 1px solid #DFDFDF;
    border-radius: 150px;
    background: #fff;
    box-shadow: 0 0 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
.hserv-box:hover{
    background: #FFF5DD;
    border: 1px solid #EFB35D;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.hserv-box img{
    width: 80%;
}
.hserv-main{
    display: flex;
    justify-content: center;
    align-items: center;
    /* grid-template-columns: repeat(3,1fr); */
    gap: 30px;
}
.hserv-box {
    width: 33.33333333%;
}
.home-serving .row + .row{
    margin-top: 30px;
}
.hservbotto-main {
	margin-top: 15px;
}
.hservbotto-main .hserv-desc.hserving-box{
    text-align: center;
}
.hserv-desc h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #333333;
    margin-bottom: 20px;
}
.hserv-desc ul li{
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #707070;
    padding: 7px 11px;
    border-radius: 30px;
    background: #fff;
}
.hserv-desc ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hserv-desc p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #6E6E6C;
    margin-bottom: 22px;
}
.hserv-desc h4{
    font-size: 26px;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0C9209;
    margin-bottom: 40px;
}
.hserv-desc h4 b, .hserv-desc h4 strong{
    color: #BDBCB7;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through;
}
.hoiltop-box h3{
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: rgba(51, 51, 51, .8);
    margin-bottom: 0;
}
.swiper-hoiltop .swiper-slide:nth-child(2n) .hoiltop-box h3{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(51, 51, 51, .8);
}
.swiper-hoilbottom .swiper-slide .hoiltop-box h3{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(51, 51, 51, .8);
}
.swiper-hoilbottom .swiper-slide:nth-child(2n) .hoiltop-box h3{
    color: rgba(51, 51, 51, .8);
}
.hoiltop-box img{
    max-width: 80px;
}
.hoiltop-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.swiper-hoiltop .swiper-slide, .swiper-hoiltop .swiper-slide .hoiltop-box, .swiper-hoilbottom .swiper-slide, .swiper-hoilbottom .swiper-slide .hoiltop-box {
	max-width: fit-content;
}
.swiper-hoilbottom{
    margin-top: 40px;
}
.hoil-main{
    transform: rotate(-2deg);
}
.home-oil {
	padding: 40px 0px;
}
.hnum-main{
    padding: 80px 60px 0px;
    position: relative;
    z-index: 1;
}
.hnum-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20%;
    border-radius: 20px;
    background: #fff;
    z-index: -1;
}
.hnumin-main{
    margin-top: 50px;
}
.hnumin-main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.hnumin-box{
    padding: 25px 30px;
    background: #FFF8E5;
    border: 1px solid #EFB35D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
}
.hnumin-img img{
    max-width: 65px;
}
.hnumin-img{
    margin-bottom: 20px;
}
.hnumin-box h3{
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #333333;
}
.hnumin-box p{
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #333333;
}
.hliveb-img img{
    max-width: 100%;
}
.hlive-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.hlive-box h3 {
	font-size: 21px;
	line-height: 31px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #333333;
	margin-bottom: 0;
}
.hlive-main .col-lg-2 .hlive-box{
    margin-top: 200px;
}
.hlive-main .col-lg-2:nth-child(2n) .hlive-box{
    margin-top: 0px;
    flex-direction: column-reverse;
}
.hlive-main{
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.hlive-main::before {
	content: '';
	position: absolute;
	top: 20%;
	left: -100px;
	/* bottom: 0; */
	height: 336px;
	right: -100px;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url("data:image/svg+xml,%3Csvg width='1350' height='300' viewBox='0 0 1350 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M0.666667 273.614C0.666667 276.559 3.05448 278.947 6 278.947C8.94552 278.947 11.3333 276.559 11.3333 273.614C11.3333 270.668 8.94552 268.28 6 268.28C3.05448 268.28 0.666667 270.668 0.666667 273.614ZM82.9714 292.568L83.3671 293.487L82.9714 292.568ZM567.291 220.241L567.198 221.236L567.291 220.241ZM755.221 10.2406L755.017 9.26173L754.962 9.27312L754.909 9.29051L755.221 10.2406ZM970.141 210.264L970.039 211.259L970.141 210.264ZM1148.08 9.2447L1147.29 9.86487L1148.08 9.2447ZM1350 184.827L1345.58 174.159L1338.55 183.321L1350 184.827ZM5.00665 273.729C5.23087 275.663 5.7775 277.537 6.60802 279.33L8.42294 278.49C7.67562 276.876 7.19146 275.207 6.99335 273.498L5.00665 273.729ZM13.7449 288.235C16.4589 290.492 19.7054 292.488 23.3569 294.165L24.1913 292.347C20.6751 290.733 17.5833 288.826 15.0237 286.697L13.7449 288.235ZM33.9758 297.837C37.4768 298.706 41.184 299.328 45.0329 299.667L45.2086 297.675C41.4601 297.344 37.8553 296.739 34.4576 295.896L33.9758 297.837ZM56.2333 299.846C59.8833 299.645 63.6005 299.189 67.3384 298.452L66.9515 296.49C63.3068 297.208 59.6821 297.653 56.1234 297.849L56.2333 299.846ZM78.1418 295.521C79.8905 294.911 81.6339 294.234 83.3671 293.487L82.5756 291.65C80.8866 292.378 79.1875 293.038 77.4832 293.632L78.1418 295.521ZM83.3671 293.487C84.7977 292.87 86.2975 292.039 87.8618 291.017L86.7675 289.343C85.2745 290.319 83.8767 291.089 82.5756 291.65L83.3671 293.487ZM95.6772 284.88C97.9675 282.832 100.377 280.495 102.899 277.9L101.465 276.506C98.9673 279.076 96.5917 281.379 94.344 283.389L95.6772 284.88ZM109.715 270.583C111.832 268.227 114.016 265.727 116.264 263.099L114.744 261.799C112.505 264.417 110.332 266.904 108.227 269.246L109.715 270.583ZM122.642 255.51C124.688 253.038 126.781 250.479 128.917 247.84L127.363 246.582C125.23 249.215 123.142 251.769 121.101 254.235L122.642 255.51ZM135.133 240.105C137.16 237.565 139.223 234.967 141.319 232.316L139.751 231.076C137.655 233.724 135.595 236.321 133.57 238.857L135.133 240.105ZM147.495 224.488C149.506 221.935 151.544 219.343 153.609 216.716L152.037 215.48C149.972 218.106 147.934 220.698 145.924 223.251L147.495 224.488ZM159.737 208.93C161.767 206.352 163.821 203.749 165.897 201.124L164.329 199.883C162.251 202.51 160.196 205.114 158.166 207.692L159.737 208.93ZM172.068 193.349C174.109 190.786 176.17 188.207 178.251 185.617L176.692 184.365C174.609 186.957 172.546 189.538 170.503 192.103L172.068 193.349ZM184.49 177.891C186.565 175.335 188.658 172.772 190.767 170.207L189.222 168.937C187.11 171.506 185.015 174.071 182.937 176.63L184.49 177.891ZM197.086 162.577C199.2 160.043 201.329 157.511 203.473 154.983L201.948 153.689C199.8 156.221 197.667 158.758 195.55 161.296L197.086 162.577ZM209.919 147.453C212.079 144.953 214.253 142.462 216.44 139.984L214.94 138.661C212.749 141.145 210.57 143.641 208.406 146.145L209.919 147.453ZM223.039 132.589C225.256 130.133 227.486 127.694 229.726 125.275L228.259 123.916C226.012 126.342 223.777 128.787 221.554 131.249L223.039 132.589ZM236.515 118.047C238.799 115.651 241.093 113.279 243.396 110.937L241.97 109.534C239.659 111.885 237.358 114.264 235.068 116.667L236.515 118.047ZM250.407 103.928C252.778 101.599 255.158 99.3043 257.547 97.0485L256.173 95.5946C253.775 97.8597 251.386 100.163 249.006 102.501L250.407 103.928ZM264.801 90.3402C267.269 88.1076 269.745 85.9204 272.227 83.783L270.922 82.2675C268.427 84.416 265.939 86.614 263.459 88.8569L264.801 90.3402ZM279.825 77.4156C282.404 75.3152 284.988 73.2732 287.576 71.2946L286.362 69.7056C283.756 71.6974 281.156 73.7522 278.562 75.8649L279.825 77.4156ZM295.513 65.4411C298.242 63.5028 300.975 61.6404 303.709 59.8595L302.618 58.1836C299.859 59.9799 297.105 61.8575 294.355 63.8105L295.513 65.4411ZM312.111 54.6541C314.985 52.9662 317.86 51.3749 320.734 49.8868L319.814 48.1108C316.907 49.6161 314.001 51.2247 311.098 52.9295L312.111 54.6541ZM329.593 45.6318C332.647 44.282 335.698 43.0569 338.743 41.9644L338.068 40.0818C334.975 41.1914 331.879 42.4345 328.784 43.8026L329.593 45.6318ZM348.144 39.0177C351.352 38.1604 354.552 37.4606 357.742 36.9273L357.413 34.9547C354.156 35.499 350.894 36.2127 347.627 37.0855L348.144 39.0177ZM367.481 35.8247C369.112 35.7303 370.739 35.6824 372.364 35.6824V33.6824C370.7 33.6824 369.034 33.7314 367.365 33.8281L367.481 35.8247ZM372.364 35.6824C374.062 35.6824 375.728 35.7498 377.363 35.8819L377.524 33.8884C375.835 33.7519 374.115 33.6824 372.364 33.6824V35.6824ZM387.09 37.4978C390.32 38.3232 393.427 39.4184 396.425 40.7591L397.241 38.9333C394.143 37.5478 390.928 36.4146 387.585 35.5601L387.09 37.4978ZM405.117 45.5007C407.862 47.2771 410.516 49.2681 413.092 51.4513L414.385 49.9257C411.75 47.6922 409.027 45.6489 406.204 43.8217L405.117 45.5007ZM420.332 58.2811C422.593 60.6324 424.796 63.1298 426.95 65.7549L428.496 64.4862C426.313 61.8254 424.075 59.2882 421.774 56.8949L420.332 58.2811ZM433.057 73.6921C434.989 76.3564 436.885 79.1153 438.756 81.9537L440.426 80.8533C438.541 77.9934 436.628 75.2097 434.676 72.5181L433.057 73.6921ZM444.14 90.4394C445.873 93.2656 447.588 96.1491 449.293 99.0769L451.021 98.0703C449.31 95.1321 447.587 92.2354 445.845 89.394L444.14 90.4394ZM454.288 107.809C455.925 110.714 457.558 113.647 459.194 116.597L460.943 115.627C459.306 112.675 457.671 109.737 456.031 106.827L454.288 107.809ZM464.075 125.409C465.702 128.343 467.338 131.281 468.989 134.212L470.732 133.23C469.084 130.305 467.45 127.371 465.824 124.439L464.075 125.409ZM473.993 142.972C475.687 145.889 477.403 148.787 479.146 151.655L480.855 150.616C479.12 147.762 477.411 144.875 475.723 141.968L473.993 142.972ZM484.507 160.219C486.347 163.067 488.222 165.871 490.139 168.617L491.779 167.473C489.877 164.748 488.015 161.964 486.186 159.134L484.507 160.219ZM496.111 176.788C498.184 179.489 500.309 182.115 502.493 184.654L504.009 183.35C501.852 180.842 499.75 178.244 497.698 175.57L496.111 176.788ZM509.354 192.118C511.747 194.545 514.213 196.863 516.758 199.056L518.064 197.541C515.562 195.386 513.136 193.105 510.778 190.713L509.354 192.118ZM524.754 205.323C527.527 207.286 530.392 209.103 533.357 210.755L534.331 209.008C531.431 207.393 528.627 205.615 525.91 203.691L524.754 205.323ZM542.519 215.185C545.621 216.465 548.826 217.572 552.142 218.489L552.675 216.562C549.439 215.666 546.31 214.586 543.281 213.337L542.519 215.185ZM562.09 220.61C563.766 220.865 565.469 221.075 567.198 221.236L567.384 219.245C565.693 219.087 564.029 218.882 562.391 218.633L562.09 220.61ZM567.198 221.236C568.915 221.397 570.597 221.429 572.245 221.337L572.134 219.34C570.587 219.426 569.005 219.397 567.384 219.245L567.198 221.236ZM582.028 219.242C585.072 218.085 587.987 216.483 590.797 214.492L589.641 212.86C586.951 214.766 584.184 216.283 581.317 217.372L582.028 219.242ZM598.324 208.035C600.544 205.795 602.708 203.313 604.831 200.618L603.26 199.381C601.176 202.026 599.062 204.45 596.904 206.627L598.324 208.035ZM610.59 192.677C612.36 190.047 614.11 187.278 615.851 184.389L614.137 183.357C612.411 186.222 610.679 188.962 608.93 191.56L610.59 192.677ZM620.759 175.898C622.313 173.108 623.866 170.234 625.424 167.288L623.656 166.353C622.104 169.289 620.557 172.15 619.012 174.924L620.759 175.898ZM629.932 158.614C631.394 155.76 632.866 152.854 634.352 149.907L632.566 149.006C631.081 151.951 629.611 154.853 628.152 157.702L629.932 158.614ZM638.737 141.194C640.184 138.319 641.649 135.417 643.136 132.494L641.354 131.587C639.865 134.514 638.399 137.419 636.951 140.294L638.737 141.194ZM647.59 123.827C649.079 120.963 650.593 118.088 652.136 115.211L650.373 114.266C648.826 117.151 647.308 120.034 645.816 122.905L647.59 123.827ZM656.807 106.665C658.385 103.838 659.993 101.018 661.638 98.2104L659.912 97.1997C658.26 100.02 656.644 102.853 655.061 105.69L656.807 106.665ZM666.658 89.8715C668.365 87.1157 670.111 84.381 671.899 81.6748L670.231 80.5723C668.431 83.2959 666.675 86.0471 664.958 88.8181L666.658 89.8715ZM677.392 73.6507C679.27 71.0063 681.194 68.3981 683.167 65.8338L681.582 64.6142C679.592 67.2 677.653 69.8288 675.762 72.4927L677.392 73.6507ZM689.251 58.2638C691.337 55.7831 693.476 53.3544 695.673 50.9852L694.206 49.6255C691.986 52.0196 689.826 54.4726 687.721 56.9767L689.251 58.2638ZM702.453 44.0482C704.777 41.7978 707.162 39.6151 709.612 37.5078L708.307 35.9915C705.826 38.1256 703.412 40.335 701.062 42.6116L702.453 44.0482ZM717.155 31.4238C719.727 29.4837 722.367 27.6259 725.079 25.858L723.987 24.1825C721.236 25.9762 718.558 27.8604 715.951 29.8271L717.155 31.4238ZM733.37 20.8677C736.173 19.3167 739.048 17.8592 742 16.5023L741.165 14.6851C738.167 16.0632 735.247 17.5432 732.402 19.1178L733.37 20.8677ZM750.931 12.7991C752.446 12.2371 753.98 11.7007 755.533 11.1907L754.909 9.29051C753.332 9.80842 751.774 10.3532 750.235 10.924L750.931 12.7991ZM755.426 11.2195C757.045 10.8814 758.642 10.6074 760.216 10.3955L759.949 8.41337C758.326 8.63187 756.682 8.91402 755.017 9.26173L755.426 11.2195ZM769.713 9.85733C772.953 9.935 776.097 10.2866 779.154 10.8912L779.542 8.92924C776.373 8.30248 773.115 7.93832 769.761 7.85791L769.713 9.85733ZM788.296 13.5283C791.243 14.6529 794.112 16.02 796.911 17.609L797.898 15.8698C795.017 14.2341 792.057 12.8227 789.009 11.6597L788.296 13.5283ZM804.895 22.8635C807.401 24.7423 809.853 26.7987 812.256 29.0154L813.612 27.5453C811.164 25.2872 808.661 23.1866 806.095 21.2633L804.895 22.8635ZM819.05 35.8283C821.187 38.1426 823.288 40.5782 825.358 43.1212L826.909 41.8587C824.816 39.2869 822.688 36.8195 820.519 34.4714L819.05 35.8283ZM831.262 50.7632C833.143 53.3186 835.001 55.955 836.84 58.661L838.494 57.5368C836.642 54.8126 834.77 52.1555 832.873 49.5776L831.262 50.7632ZM842.159 66.7473C843.877 69.4401 845.583 72.1851 847.278 74.9723L848.987 73.9328C847.285 71.1352 845.572 68.3779 843.844 65.6713L842.159 66.7473ZM852.25 83.2967C853.877 86.067 855.499 88.8672 857.118 91.6884L858.853 90.6926C857.231 87.8672 855.606 85.0611 853.974 82.2836L852.25 83.2967ZM861.925 100.119C863.517 102.927 865.109 105.743 866.707 108.564L868.447 107.578C866.851 104.759 865.257 101.94 863.665 99.1327L861.925 100.119ZM871.505 117.004C873.114 119.819 874.731 122.628 876.359 125.422L878.087 124.415C876.463 121.627 874.849 118.823 873.242 116.011L871.505 117.004ZM881.305 133.793C882.981 136.587 884.673 139.356 886.382 142.091L888.078 141.031C886.376 138.307 884.691 135.549 883.019 132.764L881.305 133.793ZM891.634 150.283C893.434 153.015 895.257 155.702 897.107 158.333L898.743 157.183C896.906 154.57 895.094 151.9 893.304 149.183L891.634 150.283ZM902.854 166.197C904.845 168.812 906.87 171.356 908.933 173.817L910.465 172.532C908.424 170.098 906.419 167.578 904.445 164.986L902.854 166.197ZM915.408 181.118C917.672 183.522 919.983 185.821 922.347 188L923.703 186.53C921.376 184.385 919.098 182.12 916.864 179.747L915.408 181.118ZM929.812 194.331C932.424 196.355 935.1 198.232 937.847 199.945L938.906 198.248C936.22 196.573 933.599 194.736 931.037 192.751L929.812 194.331ZM946.459 204.647C949.422 206.04 952.465 207.245 955.594 208.243L956.201 206.338C953.159 205.367 950.197 204.195 947.31 202.837L946.459 204.647ZM965.13 210.581C966.744 210.861 968.38 211.088 970.039 211.259L970.244 209.27C968.631 209.103 967.041 208.883 965.471 208.611L965.13 210.581ZM970.039 211.259C971.726 211.433 973.4 211.507 975.06 211.484L975.033 209.484C973.451 209.506 971.854 209.436 970.244 209.27L970.039 211.259ZM984.923 210.205C988.104 209.422 991.226 208.292 994.289 206.853L993.438 205.043C990.484 206.431 987.487 207.514 984.445 208.263L984.923 210.205ZM1002.86 201.94C1005.51 200.149 1008.11 198.135 1010.67 195.922L1009.36 194.409C1006.86 196.576 1004.32 198.541 1001.74 200.283L1002.86 201.94ZM1017.81 189.144C1020.03 186.844 1022.22 184.401 1024.38 181.833L1022.85 180.545C1020.72 183.082 1018.56 185.49 1016.37 187.754L1017.81 189.144ZM1030.5 174.139C1032.43 171.57 1034.34 168.907 1036.23 166.164L1034.58 165.031C1032.71 167.753 1030.81 170.392 1028.9 172.936L1030.5 174.139ZM1041.63 158C1043.36 155.286 1045.07 152.511 1046.76 149.686L1045.05 148.658C1043.36 151.469 1041.66 154.227 1039.94 156.924L1041.63 158ZM1051.69 141.236C1053.29 138.418 1054.87 135.563 1056.44 132.68L1054.68 131.725C1053.12 134.598 1051.54 137.442 1049.95 140.248L1051.69 141.236ZM1061.04 124.045C1062.55 121.164 1064.04 118.265 1065.52 115.358L1063.73 114.452C1062.26 117.353 1060.77 120.244 1059.27 123.117L1061.04 124.045ZM1069.9 106.627C1071.36 103.7 1072.8 100.773 1074.22 97.8561L1072.42 96.9783C1071 99.8922 1069.56 102.815 1068.11 105.737L1069.9 106.627ZM1078.49 89.0675C1079.92 86.1158 1081.33 83.1833 1082.73 80.2809L1080.93 79.4122C1079.53 82.3151 1078.12 85.2463 1076.69 88.1968L1078.49 89.0675ZM1086.96 71.5143C1088.4 68.5397 1089.83 65.6089 1091.24 62.7331L1089.45 61.8512C1088.03 64.7313 1086.61 67.6655 1085.16 70.6422L1086.96 71.5143ZM1095.59 53.9835C1097.09 51.0054 1098.58 48.1061 1100.05 45.2999L1098.27 44.3721C1096.8 47.1894 1095.31 50.0982 1093.81 53.0838L1095.59 53.9835ZM1104.66 36.7192C1106.3 33.7654 1107.92 30.9534 1109.53 28.3039L1107.81 27.2687C1106.2 29.9432 1104.56 32.7773 1102.91 35.7487L1104.66 36.7192ZM1114.75 20.1808C1116.75 17.294 1118.71 14.7153 1120.64 12.4843L1119.13 11.1742C1117.14 13.4732 1115.13 16.1128 1113.11 19.0441L1114.75 20.1808ZM1127.53 5.99402C1130.46 3.9044 1133.26 2.8517 1135.94 2.86948L1135.95 0.869529C1132.72 0.848092 1129.52 2.12049 1126.37 4.36498L1127.53 5.99402ZM1144.02 6.36736C1145.11 7.31909 1146.2 8.47943 1147.29 9.86487L1148.86 8.62452C1147.7 7.16067 1146.53 5.90938 1145.35 4.86587L1144.02 6.36736ZM1147.29 9.86487C1148.31 11.1512 1149.39 12.4735 1150.53 13.8293L1152.06 12.542C1150.93 11.2 1149.86 9.89338 1148.86 8.62452L1147.29 9.86487ZM1157.39 21.6186C1159.61 24.04 1161.97 26.5415 1164.46 29.1123L1165.9 27.72C1163.42 25.1609 1161.07 22.6732 1158.86 20.2675L1157.39 21.6186ZM1171.74 36.45C1174.12 38.8084 1176.59 41.2127 1179.14 43.6556L1180.53 42.2114C1177.98 39.7753 1175.52 37.3785 1173.14 35.0282L1171.74 36.45ZM1186.65 50.7514C1189.12 53.0613 1191.65 55.3982 1194.23 57.7562L1195.58 56.2799C1193.01 53.9263 1190.48 51.5943 1188.01 49.2896L1186.65 50.7514ZM1201.88 64.6848C1204.42 66.9602 1206.99 69.2499 1209.59 71.5488L1210.91 70.0501C1208.32 67.7544 1205.75 65.4683 1203.22 63.1965L1201.88 64.6848ZM1217.35 78.3565C1219.93 80.6063 1222.53 82.8604 1225.15 85.1143L1226.45 83.5988C1223.84 81.3474 1221.24 79.0959 1218.66 76.8489L1217.35 78.3565ZM1232.99 91.8269C1235.6 94.0565 1238.23 96.2816 1240.86 98.4977L1242.15 96.9688C1239.52 94.7548 1236.9 92.5318 1234.28 90.3043L1232.99 91.8269ZM1248.76 105.13C1251.41 107.343 1254.05 109.543 1256.68 111.725L1257.96 110.185C1255.33 108.005 1252.69 105.807 1250.04 103.595L1248.76 105.13ZM1264.63 118.286C1267.31 120.491 1269.97 122.671 1272.61 124.823L1273.87 123.273C1271.24 121.123 1268.58 118.944 1265.9 116.741L1264.63 118.286ZM1280.61 131.332C1283.32 133.532 1286 135.695 1288.63 137.813L1289.88 136.256C1287.26 134.138 1284.58 131.977 1281.87 129.779L1280.61 131.332ZM1296.66 144.264C1299.42 146.473 1302.12 148.621 1304.73 150.704L1305.98 149.138C1303.36 147.058 1300.67 144.91 1297.91 142.703L1296.66 144.264ZM1312.84 157.133C1315.67 159.37 1318.38 161.508 1320.96 163.533L1322.19 161.96C1319.62 159.936 1316.91 157.8 1314.08 155.564L1312.84 157.133ZM1329.03 169.858C1332.05 172.218 1334.8 174.354 1337.22 176.237L1338.45 174.656C1336.02 172.775 1333.28 170.641 1330.26 168.282L1329.03 169.858Z' fill='%23333333'/%3E%3C/svg%3E%0A");
	z-index: -1;
}
.home-lives{
    padding: 0px 0px 450px;
}
.incta-desc.title h2{
    color: #FFFFFF;
}
.incta-desc.title h2 b, .incta-desc.title h2 strong{
    color: #FFD164;
}
.incta-desc.title p{
    color: #809EBC;
    margin-bottom: 50px
}
.incta-desc{
    padding: 60px 110px;
    background: #003D7A;
    border-radius: 20px;
    margin-top: -70px;
}
.incta-desc.title .btn-primary{
    margin: auto;
}
.incta-desc.title .btn-primary:hover{
    background: #FFD164;
}
.hproc-img img{
    max-width: 50%;
}
.hproc-img{
    text-align: center;
}
.hprocinm-box {
    max-width: fit-content;
    position: absolute;
    max-width: 40%;
}
.hproc-main{
    position: relative;
    padding-top: 390px;
    z-index: 1;
}
.hprocinmb-img{
    width: 180px;
    height: 180px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid rgba(0, 61, 122, .2);
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    margin: auto auto 10px;
}
.hprocinmb-img img{
    max-width: 90px;
}
.hprocinm-box h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #003D7A;
    margin-bottom: 0;
}
.hprocinm-box:nth-child(1){
    left: 0%;
    bottom: 0%;
}
.hprocinm-box:nth-child(2) {
	left: 10%;
	top: 24%;
}
.hprocinm-box:nth-child(3){
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
}
.hprocinm-box:nth-child(4){
    right: 10%;
    top: 25%;
}
.hprocinm-box:nth-child(5){
    right: 0%;
    bottom: 0;
}
.hprocinm-box:nth-child(3)::before{
    content: '';
    position: absolute;
    bottom: -140px;
    left: 80px;
    height: 95px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='51' height='99' viewBox='0 0 51 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M48.9792 3.76537L36.785 0.37188C36.0932 0.179418 35.3527 0.269412 34.7262 0.62207C34.0998 0.974732 33.6387 1.56117 33.4444 2.25239L30.0203 14.438C29.878 14.9444 29.9428 15.486 30.2004 15.9437C30.4581 16.4014 30.8875 16.7378 31.3942 16.8788C31.9008 17.0198 32.4433 16.9539 32.9022 16.6956C33.361 16.4373 33.6988 16.0078 33.8411 15.5014L36.1956 7.21057C48.4154 29.436 42.0435 42.849 37.111 48.8945C36.7557 49.33 36.3863 49.753 36.0029 50.1634C35.4822 48.0933 34.8188 46.062 34.0175 44.0838C31.3476 37.525 27.6082 32.9532 23.4862 31.2118C17.2205 28.5644 11.2075 29.1641 6.55695 32.8981C4.19195 34.8233 2.39926 37.358 1.37375 40.2267C0.315553 43.0862 0.0423421 46.1748 0.582481 49.1719C1.66604 55.0157 5.86712 59.5045 12.1095 61.4872C18.0943 63.3886 25.2316 62.2165 31.4493 58.7162C32.0818 58.3601 32.7037 57.9802 33.3151 57.5764C33.5842 60.0637 33.6498 62.5693 33.5112 65.0681C33.0245 73.6454 29.5189 88.8371 11.5114 94.219C11.0137 94.3745 10.5971 94.7194 10.3517 95.179C10.1063 95.6386 10.0519 96.1758 10.2004 96.6744C10.3489 97.1729 10.6882 97.5924 11.1449 97.8421C11.6016 98.0917 12.1387 98.1514 12.64 98.0081C15.3459 97.2122 17.955 96.117 20.4187 94.7431C24.7567 92.326 28.4663 88.9242 31.2471 84.8128C34.8959 79.4297 37.0463 72.6769 37.4661 65.2842C37.6588 61.7732 37.4828 58.2525 36.9412 54.7796C38.1071 53.7348 39.19 52.6012 40.18 51.3889C44.5437 46.0398 46.9543 39.3317 47.1503 31.9895C47.3717 23.7079 44.8524 14.7283 39.6634 5.28882L47.9068 7.58297C48.1577 7.65278 48.42 7.67252 48.6787 7.64108C48.9375 7.60963 49.1876 7.52762 49.4148 7.3997C49.642 7.27179 49.8418 7.10049 50.0029 6.89558C50.164 6.69068 50.2832 6.45617 50.3536 6.20547C50.4241 5.95477 50.4444 5.69276 50.4135 5.43443C50.3825 5.17609 50.301 4.92648 50.1734 4.69984C50.0458 4.4732 49.8747 4.27397 49.6698 4.11354C49.465 3.9531 49.2305 3.8346 48.9796 3.76479L48.9792 3.76537ZM30.348 45.5804C31.3423 48.0439 32.1076 50.5939 32.6344 53.1983C26.7338 57.6696 19.1942 59.5847 13.3169 57.7178C8.43749 56.1679 5.29824 52.8749 4.47659 48.4439C3.62671 43.8592 5.45838 38.8501 9.03419 35.9789C9.50797 35.5978 10.0122 35.2562 10.5419 34.9575C13.7749 33.1376 17.7525 33.0879 21.9359 34.8555C25.042 36.1676 28.1078 40.0768 30.3478 45.5801L30.348 45.5804Z' fill='black'/%3E%3C/svg%3E%0A");
    z-index: -1;
}
.hprocinm-box:nth-child(2)::before{
    content: '';
    position: absolute;
    bottom: 0px;
    right: -160px;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='64' viewBox='0 0 65 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M7.46021 12.9181C7.06772 13.0046 6.71993 13.348 6.79702 13.7824C6.86487 14.1645 7.23984 14.5386 7.66132 14.4456C10.1763 13.8914 12.737 13.5539 15.3095 13.4339C17.8 13.3177 20.2531 13.4079 22.814 13.7107C24.1065 13.8636 25.393 14.0693 26.6687 14.3272C27.28 14.4507 27.889 14.5863 28.495 14.7337C28.7981 14.8073 29.1003 14.884 29.4019 14.9636C29.7602 15.0583 29.9039 15.0981 30.2677 15.2031C32.7157 15.91 35.1073 16.8132 37.409 17.9059C39.7603 19.0221 41.8415 20.2333 43.9701 21.7378C45.0074 22.471 46.0129 23.2491 46.9834 24.0686C47.4577 24.4691 47.9237 24.8794 48.3809 25.299C48.8237 25.7052 49.3556 26.2142 49.7015 26.561C51.5029 28.367 53.1537 30.3226 54.6372 32.3974C56.1465 34.5082 57.3693 36.5506 58.5075 38.8552C59.6314 41.1307 60.5738 43.4956 61.3188 45.9216C61.4138 46.2313 61.5057 46.5418 61.5942 46.8534C61.6312 46.9831 61.6671 47.1132 61.7032 47.2432C61.7106 47.2697 61.7156 47.2877 61.7195 47.3017C61.7231 47.3153 61.7275 47.3322 61.734 47.3563C61.7617 47.4607 61.7894 47.565 61.8165 47.6695C61.9794 48.2962 62.1292 48.9265 62.2653 49.5595C62.5321 50.7996 62.7473 52.0508 62.9088 53.3091C62.9879 53.9252 63.0534 54.5429 63.107 55.1617C63.1419 55.5637 63.5739 55.8954 63.9713 55.8249C64.3979 55.7492 64.6718 55.3913 64.6345 54.9606C64.1838 49.7582 62.8214 44.6309 60.6863 39.8676C58.5623 35.1293 55.6755 30.7171 52.152 26.9013C48.5856 23.0389 44.4007 19.8124 39.7503 17.359C35.1382 14.9258 30.1067 13.2766 24.9594 12.4531C19.7863 11.6256 14.4552 11.6372 9.29473 12.5526C8.68096 12.6615 8.06926 12.7839 7.46021 12.9181Z' fill='black'/%3E%3Cpath d='M10.826 6.35905C10.5597 6.6948 10.2778 7.01737 9.98155 7.32708C9.95163 7.35837 9.81363 7.49759 9.82323 7.48902C9.77168 7.5401 9.72011 7.59102 9.66785 7.64141C9.51399 7.79003 9.35727 7.93575 9.19835 8.07898C8.57418 8.64133 7.91557 9.16393 7.24677 9.67171C5.90497 10.6908 4.51563 11.6521 3.24732 12.7643C2.50898 13.412 1.80841 14.1104 1.19169 14.8757C0.807786 15.352 1.15006 15.996 1.69671 16.1078C3.3325 16.4424 4.96023 16.8161 6.57771 17.2301C6.98215 17.3335 7.38584 17.4394 7.78893 17.548C7.88381 17.5734 7.97858 17.5992 8.07334 17.6249C8.12072 17.6378 8.16812 17.6508 8.21551 17.6637C8.22131 17.6653 8.23501 17.669 8.2489 17.673C8.45757 17.7306 8.66616 17.7888 8.87439 17.8478C9.66579 18.0718 10.4546 18.3053 11.2404 18.5484C12.1435 18.8278 13.0426 19.12 13.9376 19.4239C14.3186 19.5534 14.7949 19.4211 14.9465 19.0123C15.0832 18.6437 14.9422 18.1419 14.5349 18.0034C11.3104 16.9081 8.03115 15.9707 4.71504 15.1958C4.22812 15.0819 3.74034 14.9723 3.25187 14.8656C3.25652 14.8608 3.26069 14.8559 3.26534 14.8511C3.29367 14.8219 3.32231 14.7928 3.35081 14.7637C3.21996 14.8983 3.36391 14.7511 3.38466 14.7305C3.45 14.6661 3.51572 14.6023 3.58213 14.539C3.73703 14.3912 3.89462 14.2461 4.05425 14.1036C4.68139 13.5438 5.34193 13.0228 6.01205 12.5156C7.35495 11.4991 8.74285 10.5363 10.0059 9.41862C10.7411 8.76815 11.4378 8.06649 12.0484 7.29692C12.2992 6.98061 12.2431 6.45312 11.9062 6.21683C11.5598 5.97385 11.0937 6.02155 10.826 6.35905Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");    
    z-index: -1;
}
.hprocinm-box:nth-child(4)::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: -160px;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='64' viewBox='0 0 65 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M57.3191 12.9181C57.7116 13.0046 58.0594 13.348 57.9823 13.7824C57.9144 14.1645 57.5395 14.5386 57.118 14.4456C54.603 13.8914 52.0423 13.5539 49.4698 13.4339C46.9793 13.3177 44.5262 13.4079 41.9653 13.7107C40.6728 13.8636 39.3863 14.0693 38.1106 14.3272C37.4993 14.4507 36.8903 14.5863 36.2843 14.7337C35.9812 14.8073 35.679 14.884 35.3774 14.9636C35.0191 15.0583 34.8754 15.0981 34.5116 15.2031C32.0636 15.91 29.672 16.8132 27.3703 17.9059C25.019 19.0221 22.9378 20.2333 20.8092 21.7378C19.7719 22.471 18.7664 23.2491 17.7959 24.0686C17.3216 24.4691 16.8556 24.8794 16.3984 25.299C15.9556 25.7052 15.4237 26.2142 15.0778 26.561C13.2764 28.367 11.6256 30.3226 10.1421 32.3974C8.63284 34.5082 7.40996 36.5506 6.27175 38.8552C5.14794 41.1307 4.20552 43.4956 3.46048 45.9216C3.36549 46.2313 3.27363 46.5418 3.18506 46.8534C3.1481 46.9831 3.11216 47.1132 3.07609 47.2432C3.06871 47.2697 3.0637 47.2877 3.05984 47.3017C3.05618 47.3153 3.05179 47.3322 3.04535 47.3563C3.01762 47.4607 2.9899 47.565 2.96279 47.6695C2.79993 48.2962 2.65013 48.9265 2.51395 49.5595C2.24719 50.7996 2.03196 52.0508 1.8705 53.3091C1.7914 53.9252 1.72594 54.5429 1.67227 55.1617C1.63738 55.5637 1.20537 55.8954 0.807973 55.8249C0.381432 55.7492 0.107501 55.3913 0.144775 54.9606C0.595518 49.7582 1.95788 44.6309 4.09296 39.8676C6.21699 35.1293 9.10382 30.7171 12.6273 26.9013C16.1937 23.0389 20.3786 19.8124 25.029 17.359C29.6411 14.9258 34.6726 13.2766 39.8199 12.4531C44.993 11.6256 50.3241 11.6372 55.4846 12.5526C56.0983 12.6615 56.71 12.7839 57.3191 12.9181Z' fill='black'/%3E%3Cpath d='M53.9533 6.35905C54.2196 6.6948 54.5015 7.01737 54.7977 7.32708C54.8277 7.35837 54.9657 7.49759 54.9561 7.48902C55.0076 7.5401 55.0592 7.59102 55.1114 7.64141C55.2653 7.79003 55.422 7.93575 55.5809 8.07898C56.2051 8.64133 56.8637 9.16393 57.5325 9.67171C58.8743 10.6908 60.2637 11.6521 61.532 12.7643C62.2703 13.412 62.9709 14.1104 63.5876 14.8757C63.9715 15.352 63.6292 15.996 63.0826 16.1078C61.4468 16.4424 59.8191 16.8161 58.2016 17.2301C57.7971 17.3335 57.3935 17.4394 56.9904 17.548C56.8955 17.5734 56.8007 17.5992 56.706 17.6249C56.6586 17.6378 56.6112 17.6508 56.5638 17.6637C56.558 17.6653 56.5443 17.669 56.5304 17.673C56.3217 17.7306 56.1131 17.7888 55.9049 17.8478C55.1135 18.0718 54.3247 18.3053 53.5389 18.5484C52.6358 18.8278 51.7367 19.12 50.8417 19.4239C50.4607 19.5534 49.9844 19.4211 49.8328 19.0123C49.6961 18.6437 49.8371 18.1419 50.2444 18.0034C53.4689 16.9081 56.7481 15.9707 60.0643 15.1958C60.5512 15.0819 61.039 14.9723 61.5274 14.8656C61.5228 14.8608 61.5186 14.8559 61.514 14.8511C61.4856 14.8219 61.457 14.7928 61.4285 14.7637C61.5593 14.8983 61.4154 14.7511 61.3946 14.7305C61.3293 14.6661 61.2636 14.6023 61.1972 14.539C61.0423 14.3912 60.8847 14.2461 60.725 14.1036C60.0979 13.5438 59.4374 13.0228 58.7672 12.5156C57.4243 11.4991 56.0364 10.5363 54.7734 9.41862C54.0382 8.76815 53.3415 8.06649 52.7309 7.29692C52.4801 6.98061 52.5362 6.45312 52.8731 6.21683C53.2194 5.97385 53.6856 6.02155 53.9533 6.35905Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: -1;
}
.hgroun-desc ul li{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #FF2C2C;
    position: relative;
    padding-left: 45px;
    z-index: 1;
}
.hgroun-desc ul li + li{
    margin-top: 30px;
}
.hgroun-desc ul li::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_473_616)'%3E%3Cpath d='M15 0C6.72901 0 0 6.72901 0 15C0 23.271 6.72901 30 15 30C23.271 30 30 23.271 30 15C30 6.72901 23.271 0 15 0ZM15 28.3784C11.3253 28.3784 7.99217 26.8889 5.57187 24.4824C4.60537 23.5213 3.78492 22.4137 3.14609 21.1965C2.17321 19.3429 1.62164 17.2347 1.62164 15C1.62164 7.62314 7.62314 1.62164 15 1.62164C18.499 1.62164 21.688 2.97247 24.0744 5.17933C25.3117 6.3234 26.3335 7.69733 27.0702 9.23303C27.9084 10.9802 28.3784 12.9363 28.3784 15C28.3784 22.3769 22.3769 28.3784 15 28.3784Z' fill='%23FF2C2C'/%3E%3Cpath d='M16.5852 19.0145C18.3643 19.3866 19.9625 20.3868 21.0852 21.831L22.3654 20.8357C21.0071 19.0884 19.0721 17.8778 16.9171 17.4271C13.4514 16.7029 9.80763 18.0405 7.63452 20.8357L8.91491 21.831C10.7105 19.5213 13.7214 18.4155 16.5852 19.0145Z' fill='%23FF2C2C'/%3E%3Cpath d='M10.0001 13.277C10.8957 13.277 11.6217 12.5509 11.6217 11.6553C11.6217 10.7597 10.8957 10.0337 10.0001 10.0337C9.10445 10.0337 8.37842 10.7597 8.37842 11.6553C8.37842 12.5509 9.10445 13.277 10.0001 13.277Z' fill='%23FF2C2C'/%3E%3Cpath d='M20.034 13.277C20.9296 13.277 21.6556 12.5509 21.6556 11.6553C21.6556 10.7597 20.9296 10.0337 20.034 10.0337C19.1384 10.0337 18.4124 10.7597 18.4124 11.6553C18.4124 12.5509 19.1384 13.277 20.034 13.277Z' fill='%23FF2C2C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_473_616'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: -1;
}
.hgroun-img img{
    width: 100%;
}
.hgroun-main .col-lg-4:nth-child(3n) .hgroun-desc ul li{
    color: #0C9209;
}
.hgroun-main .col-lg-4:nth-child(3n) .hgroun-desc ul li::before{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_473_662)'%3E%3Cpath d='M15 0C6.72901 0 0 6.72901 0 15C0 23.271 6.72901 30 15 30C23.271 30 30 23.271 30 15C30 6.72901 23.2711 0 15 0ZM15 28.3784C11.3254 28.3784 7.99217 26.8889 5.57197 24.4824C4.60547 23.5213 3.78502 22.4137 3.14619 21.1965C2.1732 19.3429 1.62164 17.2347 1.62164 15C1.62164 7.62314 7.62314 1.62164 15 1.62164C18.499 1.62164 21.688 2.97247 24.0744 5.17933C25.3117 6.3234 26.3335 7.69733 27.0702 9.23303C27.9084 10.9802 28.3784 12.9363 28.3784 15C28.3784 22.3769 22.3769 28.3784 15 28.3784Z' fill='%230C9209'/%3E%3Cpath d='M10.1014 13.277C10.997 13.277 11.7231 12.5509 11.7231 11.6553C11.7231 10.7597 10.997 10.0337 10.1014 10.0337C9.20582 10.0337 8.47978 10.7597 8.47978 11.6553C8.47978 12.5509 9.20582 13.277 10.1014 13.277Z' fill='%230C9209'/%3E%3Cpath d='M20.1353 13.277C21.031 13.277 21.757 12.5509 21.757 11.6553C21.757 10.7597 21.031 10.0337 20.1353 10.0337C19.2397 10.0337 18.5137 10.7597 18.5137 11.6553C18.5137 12.5509 19.2397 13.277 20.1353 13.277Z' fill='%230C9209'/%3E%3Cpath d='M14.9713 23.3106C18.1086 23.3106 21.1152 21.7062 22.8367 19.0424L21.4746 18.1622C19.8938 20.6084 17.0023 21.9735 14.107 21.6394C11.8507 21.3793 9.76411 20.0793 8.52528 18.1622L7.1633 19.0424C8.66231 21.3622 11.1886 22.9352 13.9211 23.2504C14.2719 23.2909 14.6221 23.3106 14.9713 23.3106Z' fill='%230C9209'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_473_662'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.hgroun-main{
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.hgroun-main::before{
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    border-radius: 20px;
    top: 70px;
    bottom: 70px;
    background: rgb(255,238,238);
    background: linear-gradient(102deg, rgba(255,238,238,1) 30%, rgba(255,255,255,1) 50%, rgba(242,255,236,1) 70%); 
    z-index: -1;
}   
.hvideo-box iframe{
    width: 100% !important;
    height: 250px !important;
    border-radius: 10px !important;
}
.home-video .row + .row{
    row-gap: 30px;
    margin-top: 50px;
}
.btn-bott{
    padding: 10px 20px;
    background: #F8F8F8;
    border: 1px solid #003D7A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 10px;
    color: #003D7A;
    max-width: fit-content;
    margin: auto;
}
.btn-bott:hover{
    color: #F8F8F8;
    background: #003D7A;
}
.bottom-btn{    
    text-align: center;
}
.shape{
    position: absolute;
    z-index: -1;
}
.home-testi{
    z-index: 1;
}
.hteshape-1{
    top: 72px;
    left: 20px;
}
.hteshape-2{
    bottom: 12px;
    right: 50px;
}
.hteshape-1 img, .hteshape-2 img{
    max-width: 200px;
}
.htesti-box{
    padding: 40px 50px;
    background: #fff;
    border: 1px solid rgba(0, 61, 122, .2);
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.htesti-box::before{
    content: '';
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: 119px;
    height: 119px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='119' height='119' viewBox='0 0 119 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.05'%3E%3Cpath d='M92.7103 57.2206C89.765 56.9268 83.2851 56.9268 83.2851 52.8027C83.2851 47.2079 91.5315 39.8447 104.785 31.8922C108.907 29.2407 117.451 25.1185 117.451 19.5218C117.451 15.1039 114.21 11.8649 107.437 12.7481C100.957 13.6313 90.942 18.0491 77.6903 29.2407C63.8472 40.7279 50.8892 59.8721 50.8892 78.7206C50.8892 97.8647 63.8472 117.009 84.7596 117.009C101.546 117.009 115.979 104.345 115.979 86.9669C115.977 73.7132 106.847 58.3994 92.7103 57.2206Z' fill='%233D4753'/%3E%3Cpath d='M51.3076 48.9388C48.8885 47.6744 46.2352 46.847 43.3718 46.609C40.4265 46.3152 33.9466 46.3152 33.9466 42.1911C33.9466 36.5963 42.1929 29.2332 55.4466 21.2806C59.5707 18.6291 68.1108 14.5069 68.1108 8.91019C68.1108 4.49232 64.8699 1.25329 58.0962 2.13649C51.6162 3.01969 41.6017 7.43757 28.3499 18.6291C14.5087 30.1164 1.54886 49.2605 1.54886 68.1108C1.54886 87.255 14.5068 106.399 35.4192 106.399C40.3354 106.399 45.0471 105.306 49.2548 103.333C45.1289 95.8732 42.9292 87.2419 42.9292 78.7223C42.9311 68.2019 46.3189 57.9996 51.3076 48.9388Z' fill='%233D4753'/%3E%3C/g%3E%3C/svg%3E%0A");
    z-index: -1;
}
.hlive-main .row .col-lg-2 {
    width: 185px;
}
.htesti-box p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 30px;
}
.htesti-box h3{
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    color: #003D7A;
    font-family: "Poppins", sans-serif;
    margin-bottom: 4px;
}
.htesti-box h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 14px;
}
.htesti-box .star img{
    max-width: 130px;
    margin: auto;
}
.htesti-swiper .swiper-slide-active .htesti-box{
    margin-top: 0;
}
.htesti-swiper{
    margin-top: 40px;
}
.testi-pagination {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
    margin: auto;
    justify-content: center;
    display: flex;
	margin-top: 40px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #003D7A;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #E0E0E0;
}
.abint-img img, .abjour-img img, .abmap-img img{
    width: 100%;
    border-radius: 20px;
}
.abint-desc p {
    font-size: 22px;
}
.title.abint-desc h2 {
    font-size: 22px;
    font-weight: 700;
}
.abint-desc p b,
.abint-desc p strong{
    color: #003D7A;
    font-weight: 700;
}
.about-intro .row+.row {
    margin-top: 50px;
}
.about-intro .row:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: start;
}
.about-intro .hnumin-box{
    padding: 40px 20px;
    justify-content: start;
}
.about-intro .hnumin-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
    font-family: 'LEMON MILK',
    sans-serif;
    font-weight: 700;
}
.about-intro .hnumin-box p{
    font-size: 18px;
    color: #969591;
    line-height: normal;
}
.about-intro .hnum-main::after {
    content: '';
    position: absolute;
    right: -52px;
    width: 185px;
    height: 102px;
    background-image: url("data:image/svg+xml,%3Csvg width='185' height='102' viewBox='0 0 185 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_384_17)'%3E%3Cpath d='M19.4045 24.9798C18.3997 23.3545 16.3777 22.76 14.5215 23.0274C12.4118 23.3316 10.6245 24.7413 9.21975 26.2165C7.73322 27.7773 6.50757 29.6422 6.20244 31.7835C5.89221 33.9616 6.33368 36.1605 6.8866 38.267C7.44464 40.3964 8.10801 42.487 8.2938 44.6869C8.39337 45.863 8.43567 47.0499 8.68148 48.209C8.91193 49.2926 9.37042 50.3086 9.94854 51.2579C10.5297 52.2113 11.2347 53.0911 11.957 53.947C12.6158 54.7284 13.3043 55.4859 14.0184 56.2195C15.463 57.7017 17.0292 59.0756 18.6802 60.3381C22.0375 62.9039 25.7373 65.0044 29.7018 66.5492C30.1775 66.7351 30.6551 66.8624 31.1563 66.9628C31.4017 67.0125 31.6543 66.9141 31.7514 66.6785C31.8413 66.4608 31.7707 66.1834 31.5446 66.0651C30.6332 65.5899 29.6892 65.2499 28.7829 64.8583C27.8562 64.4576 26.9418 64.0272 26.0437 63.5689C24.2475 62.6514 22.5158 61.6135 20.8658 60.4663C17.6098 58.2027 14.6052 55.4491 12.0997 52.3743C11.4479 51.5751 10.8443 50.7271 10.3919 49.8046C9.92837 48.8612 9.6918 47.8422 9.5841 46.8054C9.46613 45.6701 9.4443 44.5279 9.28338 43.3956C9.13374 42.3418 8.85729 41.306 8.56345 40.2821C7.98704 38.276 7.20916 36.2629 7.05101 34.1703C6.97399 33.1534 7.05447 32.1503 7.35178 31.1691C7.63886 30.2198 8.08449 29.337 8.64979 28.5159C9.2151 27.6967 9.87758 26.9422 10.5984 26.2483C11.3089 25.5644 12.0911 24.95 12.9807 24.5007C14.5258 23.7203 16.4168 23.5941 17.9286 24.5305C18.2703 24.7423 18.5741 24.9948 18.8145 25.3149C19.0683 25.6529 19.6368 25.3546 19.4045 24.9789L19.4045 24.9798Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M28.527 65.5404C30.71 70.7813 33.7427 75.5719 37.531 79.8624C41.305 84.1371 45.7538 87.856 50.6686 90.8413C56.052 94.1119 62.1142 96.6727 68.4285 97.5535C74.527 98.4044 80.8683 97.5535 86.0963 94.2421C88.4377 92.7589 90.4845 90.8204 91.9575 88.5032C93.6114 85.9016 94.4449 82.8795 94.5749 79.8356C94.845 73.5051 92.1494 67.5187 88.3833 62.4865C86.4548 59.9098 84.2665 57.5299 81.9832 55.2475C79.5536 52.8189 77.0044 50.5036 74.3733 48.2818C69.3016 43.9982 63.9568 39.9731 58.3883 36.3188C53.012 32.7907 47.3975 29.6185 41.3844 27.2267C35.488 24.8816 29.2123 23.3199 22.8257 23.1141C21.2886 23.0644 19.7515 23.0972 18.2185 23.2006C17.4638 23.2513 17.458 24.4015 18.2189 24.3498C24.4049 23.9322 30.6067 24.8617 36.4969 26.6968C42.5251 28.5757 48.2121 31.3691 53.6047 34.5711C59.1322 37.8546 64.349 41.6293 69.3737 45.5967C74.5916 49.7163 79.6174 54.1321 84.0696 59.037C88.1996 63.587 91.8276 68.8279 93.0219 74.881C93.6048 77.8325 93.5894 80.9281 92.7639 83.8349C92.008 86.4951 90.5432 88.8928 88.5384 90.8413C84.5143 94.7531 78.8442 96.6737 73.2195 96.7453C66.7245 96.8288 60.3474 94.7252 54.6492 91.8225C49.6445 89.2726 45.0577 85.9752 41.0599 82.0952C37.0386 78.1933 33.6726 73.7169 30.916 68.8915C30.2498 67.7254 29.6348 66.5305 29.0638 65.3187C28.9267 65.0274 28.4011 65.2382 28.527 65.5394L28.527 65.5404Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M11.8833 27.797C10.6972 28.6112 9.77306 29.7315 9.2519 31.0487C8.71031 32.4166 8.57169 33.9226 8.80531 35.3671C9.35965 38.7957 11.5266 41.7929 13.6761 44.4631C15.9054 47.2337 18.3769 49.8203 21.0489 52.1913C22.3859 53.3772 23.8354 54.4409 25.2358 55.5533C26.6218 56.6548 28.0089 57.7254 29.4972 58.6957C32.4963 60.6531 35.8174 62.178 38.5896 64.4535C41.4692 66.8165 43.2108 70.0592 45.4851 72.9183C47.7982 75.826 50.5459 78.3958 53.3315 80.8691C56.12 83.3444 58.9526 85.7849 61.9446 88.0276C64.906 90.2455 68.0871 92.2426 71.6116 93.5012C75.0206 94.7179 78.7545 95.2051 82.345 94.546C83.2428 94.3809 84.1079 94.1364 84.9526 93.7974C85.3329 93.6453 85.1896 93.0469 84.7775 93.1801C83.0841 93.7278 81.3334 94.0449 79.5468 94.0698C77.7499 94.0946 75.9694 93.8342 74.2297 93.4097C70.6725 92.5419 67.4219 90.837 64.4279 88.81C61.3838 86.7482 58.5973 84.3514 55.7474 82.0501C52.8995 79.7507 50.1008 77.3937 47.6455 74.6908C46.4097 73.3298 45.2853 71.8934 44.256 70.3784C43.2718 68.9309 42.3233 67.4547 41.1846 66.1147C38.9319 63.4614 35.852 61.6869 32.8377 59.9691C31.3351 59.1122 29.8407 58.2394 28.3892 57.3019C26.8876 56.3327 25.3953 55.3933 23.9928 54.2868C22.6272 53.2112 21.3413 52.0093 20.078 50.8214C18.8074 49.6275 17.589 48.3828 16.4238 47.0925C15.2412 45.7823 14.1138 44.4243 13.0498 43.0217C11.9939 41.6309 11.0045 40.1755 10.279 38.5929C9.00078 35.8025 8.8688 32.3361 10.5349 29.6609C10.9305 29.0257 11.4233 28.5028 12.048 28.0743C12.2218 27.955 12.055 27.6747 11.8802 27.795L11.8833 27.797Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M15.6424 29.8736C15.2055 32.6113 16.6575 35.2308 18.4683 37.2279C20.5031 39.4726 23.1983 41.0184 25.7463 42.6408C28.2616 44.2433 30.5519 46.0595 32.645 48.1611C34.6991 50.2238 36.5652 52.4536 38.4241 54.6804C40.2779 56.9002 42.1235 59.131 44.1368 61.2176C46.3454 63.506 48.7821 65.5678 51.3005 67.5252C53.956 69.5879 56.68 71.5682 59.3815 73.5723C62.1588 75.6321 64.9349 77.6929 67.7122 79.7526C73.3054 83.902 78.8803 88.0753 84.5135 92.1739C85.2101 92.6809 85.9057 93.1869 86.6023 93.6939C86.9449 93.9434 87.4039 93.3718 87.0633 93.1134C81.5774 88.958 76.0496 84.8573 70.5248 80.7517C65.0236 76.665 59.4999 72.606 54.0242 68.4865C51.4669 66.5619 48.9454 64.5826 46.6181 62.3966C44.5006 60.4064 42.5865 58.2293 40.7235 56.0145C37.0487 51.6474 33.4863 47.1053 28.8167 43.6777C24.231 40.3126 17.8477 37.8333 16.2556 31.8866C16.0846 31.2474 15.978 30.5694 15.9328 29.9103C15.9226 29.7612 15.671 29.7036 15.6444 29.8726L15.6424 29.8736Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M90.6586 89.6991C91.5899 88.6155 92.0876 87.343 92.1874 85.9374C92.2912 84.4711 91.9819 83.0008 91.4865 81.622C90.3974 78.591 88.4002 75.9655 86.3172 73.5121C84.1074 70.9095 81.6317 68.5257 78.9413 66.3923C77.5981 65.3276 76.1906 64.3365 74.8924 63.2182C73.5789 62.0869 72.5057 60.8105 71.5827 59.362C70.6752 57.9375 69.8576 56.4583 68.7782 55.1441C67.8799 54.0506 66.8201 53.0992 65.6703 52.2612C63.3257 50.5503 60.6295 49.3673 57.9435 48.2629C55.1839 47.1286 52.3742 46.0749 49.7637 44.6324C47.0981 43.1602 44.6758 41.3201 42.3505 39.3875C39.9844 37.4202 37.7082 35.3525 35.3206 33.409C32.9964 31.5172 30.5321 29.6463 27.8021 28.3381C27.1311 28.017 26.4387 27.7337 25.7421 27.4712C25.4199 27.35 25.192 27.8719 25.506 28.016C28.2442 29.2785 30.8168 30.8989 33.1962 32.7191C35.5858 34.5483 37.8231 36.5524 40.0983 38.5127C42.3693 40.4691 44.6873 42.3907 47.2109 44.036C49.6812 45.6464 52.355 46.8542 55.088 47.9756C57.7934 49.085 60.5428 50.1368 63.0806 51.5872C64.2937 52.2801 65.4527 53.0644 66.4921 53.9889C67.6286 54.9999 68.5637 56.16 69.3782 57.4285C70.2766 58.8272 71.0717 60.2915 72.1142 61.5988C73.1527 62.902 74.4283 63.9936 75.7582 65.0085C77.1003 66.0335 78.47 67.0196 79.7641 68.1042C81.0633 69.1937 82.3083 70.3459 83.4919 71.5547C84.6878 72.7765 85.8224 74.0549 86.8885 75.386C87.8922 76.6395 88.8519 77.9329 89.6398 79.3266C91.0406 81.8039 92.1574 84.829 91.3411 87.6631C91.147 88.3381 90.8659 88.9704 90.4724 89.5579C90.3988 89.6682 90.5737 89.8044 90.6637 89.701L90.6586 89.6991Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M93.4575 83.4791C93.4705 83.4791 93.4705 83.459 93.4575 83.459C93.4445 83.459 93.4445 83.4791 93.4575 83.4791Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M86.732 71.4101C86.7289 71.2352 86.7431 71.0821 86.783 70.9111C86.8208 70.7491 86.8299 70.585 86.8463 70.42C86.8769 70.1039 86.9115 69.7868 86.9749 69.4746C87.1026 68.8464 87.3203 68.2121 87.6659 67.6634H87.1922C87.7091 68.4149 88.2291 69.1665 88.7133 69.9399C89.1985 70.7143 89.652 71.5066 90.0768 72.3138C90.2908 72.7214 90.4965 73.1319 90.6941 73.5475C90.7371 73.6369 90.7791 73.7274 90.82 73.8179C90.82 73.8179 90.8467 73.8785 90.8323 73.8447C90.8149 73.8059 90.8487 73.8825 90.8518 73.8904C90.8733 73.9411 90.8938 73.9918 90.9132 74.0425C90.9869 74.2334 91.0494 74.4282 91.0955 74.6271C91.1058 74.6728 91.116 74.7185 91.1252 74.7643C91.1303 74.7901 91.1345 74.8159 91.1386 74.8428C91.1375 74.8348 91.1324 74.7831 91.1365 74.8309C91.1457 74.9342 91.154 75.0356 91.1499 75.139C91.1479 75.1838 91.1448 75.2275 91.1407 75.2712C91.1479 75.1937 91.1336 75.3031 91.1274 75.3289C91.1182 75.3716 91.106 75.4144 91.0927 75.4561C91.0845 75.48 91.0753 75.5039 91.0671 75.5277C91.0804 75.488 91.0794 75.5039 91.0641 75.5337C91.0406 75.5804 91.016 75.6251 90.9884 75.6689C90.9792 75.6828 90.968 75.6967 90.9598 75.7116C90.9352 75.7564 91.0201 75.654 90.9802 75.6868C90.9587 75.7037 90.9393 75.7285 90.9209 75.7474C90.9127 75.7554 90.9015 75.7623 90.8933 75.7713C90.8636 75.8061 90.9731 75.7236 90.9107 75.7574C90.8861 75.7703 90.8626 75.7872 90.837 75.8001C90.7378 75.8518 90.837 75.8021 90.8381 75.8041C90.8411 75.816 90.6621 75.8528 90.6468 75.8568C90.6324 75.8607 90.5874 75.8637 90.6539 75.8568C90.7296 75.8498 90.6519 75.8568 90.6355 75.8568C90.6017 75.8588 90.568 75.8607 90.5342 75.8597C90.4964 75.8597 90.4585 75.8568 90.4206 75.8538C90.3234 75.8478 90.5035 75.8697 90.4084 75.8528C90.3388 75.8399 90.2713 75.8269 90.2037 75.8051C90.1925 75.8011 90.1812 75.7971 90.17 75.7931C90.0871 75.7663 90.1935 75.7971 90.1914 75.8031C90.1914 75.8021 90.1178 75.7673 90.1086 75.7613C90.0799 75.7454 90.0523 75.7236 90.0226 75.7087C89.9888 75.6918 90.0605 75.7335 90.0605 75.7375C90.0605 75.7335 90.0257 75.7077 90.0195 75.7027C90.0052 75.6898 89.9336 75.6351 89.9868 75.6739C90.0277 75.7037 90.0001 75.6947 89.9868 75.6719C89.9786 75.658 89.9704 75.642 89.9612 75.6291C89.9336 75.5894 89.9919 75.7116 89.9612 75.6271C89.9315 75.5446 89.9561 75.6719 89.9571 75.6251C89.9571 75.5933 89.955 75.5615 89.9571 75.5287C89.9571 75.5178 89.9591 75.5068 89.9581 75.4959C89.955 75.4214 89.9428 75.5735 89.9601 75.4959C89.9949 75.3309 89.9252 75.1619 89.7585 75.0963C89.6009 75.0346 89.4106 75.0853 89.3237 75.2345C88.9351 75.8985 89.5758 76.5556 90.2459 76.658C90.603 76.7127 90.9826 76.6779 91.2987 76.494C91.6649 76.2803 91.8909 75.8757 91.9593 75.473C92.1268 74.4958 91.6282 73.5842 91.186 72.7412C90.7161 71.8456 90.2063 70.9708 89.6556 70.1198C89.0333 69.1575 88.37 68.2181 87.6249 67.3413C87.5174 67.215 87.2668 67.2498 87.1942 67.395C86.8803 68.0292 86.6268 68.6744 86.5052 69.3712C86.445 69.7182 86.4052 70.0681 86.4217 70.42C86.4299 70.586 86.4422 70.753 86.4965 70.9111C86.5549 71.0811 86.6051 71.2461 86.6511 71.4201C86.6624 71.4638 86.733 71.4549 86.733 71.4092L86.732 71.4101Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M50.3053 55.2074C49.1346 55.9977 48.4968 57.3308 48.3305 58.6788C48.1612 60.0507 48.5656 61.4255 49.3872 62.5459C50.2221 63.6841 51.422 64.549 52.7793 65.0083C54.0762 65.4467 55.5039 65.4864 56.8385 65.1991C57.5042 65.056 58.1628 64.8244 58.763 64.5092C59.0483 64.3591 59.3233 64.1901 59.5851 64.0022C59.8796 63.7905 60.1914 63.5509 60.3897 63.2467C60.4797 63.1085 60.5297 62.9395 60.5737 62.7825C60.6156 62.6354 60.4621 62.4524 60.2985 62.5151C60.1543 62.5707 59.9999 62.6165 59.8639 62.688C59.7719 62.7368 59.689 62.7924 59.6072 62.8551C59.5786 62.8779 59.55 62.9008 59.5213 62.9236C59.507 62.9346 59.4927 62.9455 59.4784 62.9574C59.4273 62.9982 59.5357 62.9167 59.4825 62.9545C59.233 63.1354 58.9804 63.3143 58.7156 63.4734C58.4498 63.6324 58.1716 63.7746 57.8874 63.8999C57.8536 63.9148 57.8199 63.9297 57.7861 63.9436C57.7698 63.9506 57.7524 63.9575 57.735 63.9645C57.7381 63.9635 57.8137 63.9327 57.7636 63.9525C57.689 63.9814 57.6153 64.0102 57.5407 64.038C57.3914 64.0927 57.2401 64.1424 57.0867 64.1871C56.787 64.2756 56.4802 64.3442 56.1714 64.3949C56.1346 64.4009 56.0988 64.4068 56.062 64.4118C56.0446 64.4148 55.9331 64.4287 55.9965 64.4218C56.0599 64.4138 55.9485 64.4267 55.9311 64.4287C55.8881 64.4337 55.8452 64.4377 55.8022 64.4416C55.6437 64.4565 55.4842 64.4665 55.3246 64.4715C55.0178 64.4804 54.711 64.4715 54.4062 64.4416C54.3633 64.4377 54.3213 64.4327 54.2784 64.4277C54.261 64.4257 54.1505 64.4108 54.2129 64.4198C54.2743 64.4287 54.1648 64.4128 54.1475 64.4098C54.1055 64.4039 54.0626 64.3969 54.0206 64.3899C53.8703 64.3641 53.7199 64.3333 53.5716 64.2985C53.2679 64.2259 52.9702 64.1305 52.6797 64.0172C52.5969 63.9843 52.735 64.042 52.6532 64.0062C52.6133 63.9893 52.5734 63.9714 52.5335 63.9535C52.4578 63.9197 52.3831 63.8839 52.3085 63.8482C52.1663 63.7776 52.0261 63.702 51.8891 63.6215C51.7469 63.538 51.6078 63.4485 51.4717 63.3541C51.44 63.3322 51.4093 63.3104 51.3786 63.2885C51.3643 63.2785 51.2804 63.2159 51.3173 63.2437C51.3541 63.2716 51.2712 63.208 51.2579 63.197C51.2231 63.1692 51.1884 63.1423 51.1536 63.1135C50.904 62.9097 50.6697 62.687 50.4538 62.4485C50.4027 62.3928 50.3536 62.3361 50.3055 62.2785C50.2809 62.2496 50.2574 62.2198 50.2339 62.191C50.1909 62.1393 50.2748 62.2447 50.2339 62.191C50.2185 62.1711 50.2032 62.1512 50.1878 62.1313C50.0917 62.0071 50.0016 61.8798 49.9157 61.7496C49.8267 61.6144 49.7438 61.4742 49.667 61.3321C49.6312 61.2665 49.5974 61.1999 49.5647 61.1333C49.5483 61.0995 49.532 61.0667 49.5166 61.0329C49.5084 61.016 49.5012 60.9991 49.4931 60.9822C49.49 60.9742 49.4583 60.9036 49.4777 60.9474C49.4941 60.9851 49.4552 60.8937 49.4491 60.8778C49.4347 60.843 49.4214 60.8082 49.4081 60.7734C49.3795 60.6979 49.3528 60.6213 49.3272 60.5448C49.275 60.3917 49.2269 60.2376 49.188 60.0805C49.1512 59.9304 49.1214 59.7793 49.0989 59.6272C49.0917 59.5815 49.0989 59.6312 49.1009 59.6391C49.0979 59.6143 49.0948 59.5894 49.0917 59.5656C49.0876 59.5288 49.0835 59.492 49.0804 59.4542C49.0732 59.3737 49.0681 59.2942 49.064 59.2137C49.0568 59.0596 49.0578 58.9045 49.0639 58.7504C49.0679 58.6699 49.073 58.5904 49.0801 58.5108C49.0832 58.474 49.0873 58.4373 49.0914 58.4005C49.0934 58.3846 49.1067 58.2832 49.1005 58.3269C49.1465 58.0148 49.221 57.7076 49.3232 57.4084C49.5153 56.8497 49.8035 56.294 50.2114 55.8277C50.3137 55.7104 50.4139 55.5911 50.5233 55.4788C50.6572 55.3416 50.4802 55.0881 50.3064 55.2054L50.3053 55.2074Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M60.6275 69.7663C60.8196 69.1092 60.8889 68.4193 61.172 67.786C61.4091 67.2562 61.7751 66.8108 62.2864 66.5573C62.3201 66.5404 62.3539 66.5245 62.3886 66.5096C62.3733 66.5166 62.3355 66.5275 62.404 66.5046C62.4745 66.4808 62.5451 66.4569 62.6177 66.439C62.678 66.4241 62.7394 66.4132 62.8018 66.4032C62.7189 66.4162 62.8406 66.4003 62.8478 66.3993C62.8979 66.3953 62.949 66.3943 62.9992 66.3943C63.2681 66.3973 63.5719 66.4957 63.8184 66.6219C64.1171 66.775 64.3902 66.9679 64.6613 67.1627C64.9569 67.3745 65.2495 67.5902 65.54 67.8079C66.654 68.6429 67.8335 69.6032 68.9138 70.5536C69.1869 70.7942 69.458 71.0348 69.7281 71.2793C69.9746 71.503 70.2457 71.7207 70.4554 71.9801C70.3899 71.8996 70.4687 72.003 70.4759 72.0139C70.4902 72.0358 70.5035 72.0577 70.5168 72.0806C70.5271 72.0984 70.57 72.2098 70.5352 72.1094C70.5475 72.1452 70.5578 72.1819 70.568 72.2187C70.5997 72.3271 70.5751 72.1392 70.568 72.2466C70.568 72.2525 70.5721 72.3082 70.565 72.3171C70.568 72.2993 70.5701 72.2814 70.5731 72.2635C70.569 72.2863 70.5639 72.3082 70.5578 72.3311C70.5517 72.3529 70.5445 72.3748 70.5364 72.3967C70.5629 72.34 70.5639 72.335 70.5425 72.3818C70.5128 72.4335 70.4822 72.4832 70.4495 72.5329C70.384 72.6303 70.5159 72.4692 70.4311 72.5537C70.4045 72.5806 70.3799 72.6084 70.3534 72.6353C70.2992 72.6889 70.2429 72.7396 70.1836 72.7893C70.1642 72.8053 70.1438 72.8222 70.1243 72.8381C70.1049 72.854 70.0845 72.8699 70.064 72.8848C70.11 72.851 70.1121 72.849 70.0691 72.8808C69.7747 73.0935 69.474 73.2983 69.1601 73.4832C68.9996 73.5777 68.836 73.6671 68.6683 73.7496C68.5916 73.7874 68.5139 73.8232 68.4362 73.857C68.4249 73.862 68.294 73.9147 68.3953 73.8749C68.3431 73.8958 68.291 73.9157 68.2388 73.9345C68.0721 73.9942 67.9013 74.0429 67.7285 74.0817C67.6508 74.0986 67.5731 74.1135 67.4943 74.1244C67.616 74.1075 67.4851 74.1234 67.4657 74.1244C67.4135 74.1284 67.3624 74.1314 67.3102 74.1324C67.2335 74.1334 67.1558 74.1324 67.0791 74.1254C67.0576 74.1234 66.9329 74.1026 67.0515 74.1234C67.0004 74.1145 66.9492 74.1075 66.8991 74.0986C66.8224 74.0857 66.7457 74.0678 66.671 74.0459C66.6332 74.035 66.5964 74.021 66.5585 74.0091C66.5125 73.9912 66.5094 73.9902 66.5493 74.0071C66.5237 73.9962 66.4992 73.9852 66.4746 73.9733L66.6834 74.3272C66.6823 74.2407 66.6711 74.1562 66.6751 74.0688C66.6792 73.9813 66.6812 73.9644 66.7078 73.8868C66.7568 73.7447 66.8253 73.6055 66.9245 73.4902C67.0175 73.3808 66.9336 73.1542 66.7628 73.2198C66.5542 73.3003 66.3558 73.4146 66.2127 73.5856C66.0686 73.7576 65.8978 73.9753 65.856 74.2179C65.8233 74.4107 65.8817 74.5688 66.0494 74.6801C67.3659 75.551 69.0102 74.7368 70.1492 73.9634C70.7433 73.5598 71.456 73.0876 71.511 72.3162C71.5405 71.9046 71.3133 71.5358 71.0402 71.2415C70.7855 70.9682 70.4908 70.7256 70.2116 70.4771C69.0085 69.4064 67.7492 68.3964 66.4542 67.4321C65.8394 66.9748 65.2246 66.4917 64.5587 66.107C63.9153 65.7342 63.1349 65.4857 62.3966 65.7332C61.7411 65.9519 61.2053 66.437 60.869 67.0196C60.4878 67.6797 60.3653 68.4252 60.3256 69.1708C60.3155 69.3577 60.3125 69.5396 60.3258 69.7255C60.3371 69.8896 60.5785 69.9333 60.6275 69.7653L60.6275 69.7663Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M68.683 58.5826C68.2309 58.4276 67.7338 58.3749 67.2603 58.4584C66.7848 58.5419 66.3441 58.7347 65.9525 59.0091C65.113 59.5976 64.5436 60.4933 64.4734 61.5073C64.4031 62.5153 64.8841 63.5144 65.6248 64.2043C66.3992 64.926 67.4527 65.3167 68.5255 65.1875C69.1882 65.1069 69.8068 64.8763 70.4235 64.6377C70.7487 64.5115 71.0636 64.3614 71.3857 64.2282C71.3438 64.246 71.4082 64.2192 71.4113 64.2182C71.4573 64.2003 71.5043 64.1824 71.5503 64.1645C71.6383 64.1317 71.7232 64.0949 71.8091 64.0572C71.9665 63.9876 72.0995 63.925 72.2334 63.8166C72.3592 63.7152 72.2681 63.5482 72.1474 63.4995C71.8825 63.3931 71.5675 63.4339 71.2934 63.4885C71.0276 63.5422 70.7688 63.6128 70.5111 63.6943C69.9978 63.8573 69.5059 64.077 68.9823 64.2132C68.8606 64.245 68.7379 64.2729 68.6132 64.2948C68.5579 64.3047 68.5027 64.3127 68.4475 64.3216C68.3156 64.3425 68.5017 64.3186 68.4219 64.3256C68.38 64.3286 68.3381 64.3345 68.2961 64.3375C68.1785 64.3464 68.0609 64.3504 67.9443 64.3455C67.8911 64.3435 67.8369 64.3405 67.7838 64.3355C67.7807 64.3355 67.6641 64.3216 67.7367 64.3315C67.8022 64.3395 67.6856 64.3226 67.6723 64.3206C67.5669 64.3027 67.4626 64.2788 67.3603 64.249C67.3092 64.2341 67.258 64.2182 67.2079 64.2013C67.1854 64.1934 67.1629 64.1854 67.1414 64.1775C67.1067 64.1645 67.0443 64.1387 67.1138 64.1685C66.9062 64.081 66.7078 63.9727 66.5216 63.8464C66.497 63.8295 66.4725 63.8126 66.449 63.7957C66.4305 63.7828 66.3681 63.7331 66.4367 63.7868C66.3998 63.7569 66.362 63.7281 66.3262 63.6973C66.2352 63.6208 66.1492 63.5402 66.0663 63.4557C65.9927 63.3792 65.9221 63.2997 65.8556 63.2171C65.8658 63.2301 65.9057 63.2788 65.8556 63.2171C65.8382 63.1933 65.8208 63.1704 65.8034 63.1466C65.7656 63.0939 65.7297 63.0402 65.695 62.9865C65.6387 62.898 65.5865 62.8066 65.5394 62.7121C65.5292 62.6913 65.519 62.6704 65.5087 62.6495C65.5087 62.6505 65.4606 62.5471 65.4862 62.6028C65.5118 62.6585 65.4657 62.5541 65.4668 62.5551C65.4535 62.5223 65.4412 62.4905 65.4299 62.4577C65.3941 62.3602 65.3624 62.2608 65.3368 62.1594C65.3255 62.1147 65.3153 62.07 65.306 62.0242C65.2999 61.9964 65.2948 61.9676 65.2896 61.9397C65.2866 61.9228 65.2835 61.9059 65.2814 61.889C65.2866 61.9308 65.2876 61.9367 65.2845 61.9079C65.2743 61.7976 65.265 61.6892 65.265 61.5779C65.265 61.5311 65.267 61.4844 65.269 61.4377C65.2711 61.4089 65.2731 61.38 65.2751 61.3522C65.2762 61.3403 65.2884 61.2379 65.2823 61.2846C65.2741 61.3423 65.2915 61.2319 65.2915 61.2339C65.2956 61.212 65.2996 61.1892 65.3047 61.1673C65.315 61.1176 65.3262 61.0679 65.3395 61.0192C65.3671 60.9158 65.4008 60.8144 65.4396 60.715C65.4376 60.719 65.4805 60.6176 65.46 60.6653C65.4396 60.713 65.4856 60.6116 65.4835 60.6166C65.503 60.5758 65.5234 60.5351 65.5449 60.4953C65.598 60.3959 65.6573 60.2985 65.7207 60.205C65.7524 60.1583 65.7861 60.1126 65.8209 60.0668C65.826 60.0599 65.8628 60.0151 65.828 60.0569C65.8423 60.039 65.8577 60.0221 65.872 60.0042C65.9456 59.9157 66.0212 59.8302 66.103 59.7487C66.4353 59.4157 66.8147 59.1751 67.2666 58.9783C67.7074 58.7864 68.188 58.6711 68.6718 58.688C68.7362 58.69 68.7413 58.6035 68.686 58.5846L68.683 58.5826Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M72.9713 65.4456C71.6389 64.8809 70.0099 65.8611 69.7359 67.2091C69.5989 67.8861 69.8049 68.5621 70.2905 69.0651C70.7391 69.5303 71.3577 69.7848 72.0019 69.8544C72.7126 69.931 73.499 69.6983 73.8808 69.078C73.9995 68.8852 73.7608 68.6486 73.5612 68.7679C73.4526 68.8325 73.3359 68.8862 73.2212 68.9398C73.21 68.9458 73.1393 68.9756 73.169 68.9637C73.1997 68.9518 73.1178 68.9816 73.1045 68.9866C73.0431 69.0084 72.9827 69.0313 72.9202 69.0502C72.8618 69.0671 72.8024 69.082 72.7431 69.0939C72.7154 69.0999 72.6878 69.1039 72.6591 69.1088C72.571 69.1237 72.7062 69.1058 72.6171 69.1138C72.4881 69.1247 72.3621 69.1377 72.2321 69.1347C72.1696 69.1337 72.1071 69.1297 72.0447 69.1237C72.0303 69.1228 71.9412 69.1108 71.9945 69.1188C72.0457 69.1267 71.9965 69.1188 71.9873 69.1168C71.9638 69.1118 71.9402 69.1088 71.9156 69.1049C71.7876 69.081 71.6617 69.0472 71.5388 69.0045C71.5111 68.9945 71.4845 68.9846 71.4579 68.9746C71.3892 68.9498 71.5091 68.9975 71.4425 68.9687C71.381 68.9418 71.3196 68.915 71.2602 68.8842C71.2049 68.8553 71.1516 68.8255 71.0994 68.7927C71.0717 68.7758 71.043 68.7569 71.0164 68.739C71.0031 68.7301 70.9283 68.6754 70.9621 68.7013C70.9959 68.7271 70.9253 68.6714 70.9119 68.6595C70.8904 68.6416 70.8699 68.6227 70.8484 68.6038C70.8003 68.5601 70.7542 68.5134 70.7112 68.4656C70.7019 68.4547 70.6405 68.3821 70.6681 68.4169C70.6948 68.4507 70.6456 68.3861 70.6384 68.3752C70.6005 68.3225 70.5667 68.2678 70.535 68.2121C70.5196 68.1843 70.5052 68.1545 70.4899 68.1267C70.4591 68.069 70.5042 68.1684 70.4806 68.1068C70.4571 68.0451 70.4345 67.9835 70.4181 67.9199C70.4099 67.8901 70.4027 67.8592 70.3966 67.8284C70.3925 67.8075 70.3884 67.7857 70.3843 67.7648C70.3853 67.7708 70.3904 67.8135 70.3843 67.7738C70.375 67.6992 70.372 67.6246 70.373 67.5501C70.3729 67.5183 70.375 67.4865 70.377 67.4556C70.378 67.4387 70.3903 67.3443 70.3811 67.401C70.3923 67.3284 70.4087 67.2558 70.4281 67.1842C70.4465 67.1176 70.468 67.053 70.4926 66.9884C70.4987 66.9735 70.5038 66.9586 70.51 66.9437C70.5069 66.9506 70.4946 66.9785 70.51 66.9457C70.5284 66.9069 70.5468 66.8681 70.5673 66.8303C70.7055 66.5729 70.857 66.39 71.0863 66.1971C71.5531 65.8015 72.2115 65.5649 72.8444 65.7388C73.0165 65.7865 73.1434 65.5231 72.9703 65.4495L72.9713 65.4456Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M77.6532 69.9134C77.6103 69.8826 77.5663 69.8428 77.5141 69.8259C77.4599 69.807 77.3944 69.81 77.3382 69.7951C77.2114 69.7613 77.0978 69.7553 76.9669 69.7613C76.7061 69.7742 76.4546 69.8279 76.2102 69.9154C75.7244 70.0884 75.2694 70.3667 74.9187 70.7385C74.1959 71.506 73.9682 72.5905 74.2334 73.5896C74.5098 74.6304 75.3027 75.4545 76.346 75.8035C77.376 76.1494 78.5357 76.0242 79.5634 75.7359C80.1565 75.5698 80.7466 75.3462 81.2926 75.0648C81.581 74.9167 81.854 74.7428 82.1014 74.536C82.3815 74.3014 82.6228 73.9932 82.5992 73.6174C82.5827 73.358 82.3024 73.1711 82.056 73.3142C81.8239 73.4484 81.6593 73.6343 81.461 73.8063C81.4221 73.8401 81.3822 73.8719 81.3413 73.9037C81.4354 73.8312 81.2728 73.9485 81.2513 73.9624C81.1522 74.027 81.0499 74.0867 80.9456 74.1423C80.7278 74.2596 80.5018 74.365 80.2758 74.4644C80.2288 74.4853 80.1807 74.5052 80.1327 74.526C80.0161 74.5767 80.1991 74.5002 80.1245 74.53C80.0938 74.5419 80.0642 74.5549 80.0335 74.5668C79.923 74.6105 79.8116 74.6513 79.7001 74.6911C79.2389 74.8521 78.7665 74.9714 78.2828 75.046C78.157 75.0648 78.3543 75.039 78.2756 75.047C78.2429 75.0499 78.2112 75.0549 78.1795 75.0579C78.1283 75.0629 78.0772 75.0678 78.025 75.0718C77.8982 75.0808 77.7704 75.0857 77.6425 75.0857C77.529 75.0857 77.4165 75.0817 77.303 75.0728C77.2529 75.0688 77.2038 75.0639 77.1547 75.0589C77.034 75.047 77.2263 75.0718 77.1506 75.0589C77.1138 75.0519 77.077 75.0479 77.0412 75.041C76.8162 75.0012 76.6014 74.9366 76.3876 74.8571C76.4889 74.8949 76.3579 74.8422 76.3303 74.8302C76.2741 74.8044 76.2188 74.7785 76.1636 74.7507C76.0582 74.696 75.957 74.6364 75.8598 74.5698C75.8342 74.5519 75.8087 74.534 75.7831 74.5151C75.7964 74.5251 75.8475 74.5668 75.7851 74.5151C75.7483 74.4843 75.7105 74.4545 75.6746 74.4227C75.5856 74.3431 75.5018 74.2576 75.424 74.1682C75.4087 74.1503 75.3933 74.1324 75.378 74.1135C75.4301 74.1771 75.38 74.1135 75.3677 74.0976C75.336 74.0548 75.3053 74.0101 75.2756 73.9654C75.2132 73.8709 75.158 73.7735 75.1078 73.6721C75.0976 73.6512 75.0403 73.52 75.0669 73.5876C75.0495 73.5439 75.0311 73.4991 75.0157 73.4544C74.9758 73.3431 74.943 73.2287 74.9164 73.1134C74.9051 73.0617 74.8949 73.009 74.8857 72.9574C74.8826 72.9405 74.8734 72.8639 74.8816 72.9325C74.8785 72.9086 74.8765 72.8858 74.8734 72.8619C74.8621 72.7506 74.859 72.6382 74.861 72.5259C74.8711 72.1362 74.9825 71.7426 75.2104 71.3837C75.4568 70.996 75.8289 70.664 76.2604 70.4423C76.4803 70.3299 76.7155 70.2544 76.9548 70.1918C77.0714 70.1609 77.1931 70.149 77.3056 70.1063C77.3649 70.0844 77.4191 70.0824 77.4804 70.0715C77.5438 70.0605 77.595 70.0277 77.6532 70.0009C77.6911 69.983 77.6808 69.9353 77.6532 69.9154L77.6532 69.9134Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M70.7555 77.5648C71.1033 77.6304 71.4602 77.6712 71.81 77.7209C72.1669 77.7706 72.5229 77.8412 72.8696 77.9396C73.5569 78.1334 74.1982 78.4337 74.7987 78.8402C74.8764 78.8929 74.9532 78.9466 75.0278 79.0023C74.9798 78.9655 75.0565 79.0251 75.0708 79.0361C75.1127 79.0689 75.1537 79.1017 75.1946 79.1355C75.3327 79.2498 75.4667 79.3691 75.5956 79.4934C75.7245 79.6176 75.8483 79.7479 75.9649 79.8841C75.9956 79.9188 76.0253 79.9546 76.0549 79.9904C76.0672 80.0053 76.0805 80.0212 76.0928 80.0361C76.0877 80.0302 76.0539 79.9854 76.0846 80.0252C76.144 80.1047 76.2043 80.1823 76.2616 80.2638C76.4663 80.5561 76.6453 80.8652 76.7958 81.1863C76.8152 81.2281 76.8347 81.2698 76.8541 81.3116C76.8623 81.3295 76.8705 81.3474 76.8787 81.3653C76.8756 81.3593 76.85 81.2967 76.8705 81.3454C76.9053 81.4309 76.9401 81.5154 76.9728 81.6019C77.0373 81.7738 77.0936 81.9488 77.1428 82.1258C77.195 82.3156 77.238 82.5075 77.2718 82.7013C77.281 82.753 77.2882 82.8047 77.2964 82.8564C77.3056 82.9111 77.2933 82.8345 77.2923 82.8296C77.2964 82.8624 77.3005 82.8942 77.3046 82.927C77.3159 83.0244 77.3241 83.1218 77.3313 83.2203C77.3446 83.433 77.3048 83.6895 77.3744 83.8903C77.4072 83.9847 77.4246 84.0841 77.4574 84.1776C77.4696 84.2114 77.4891 84.2442 77.5044 84.276C77.528 84.3257 77.4973 84.2372 77.5167 84.2949C77.5341 84.3446 77.5382 84.4052 77.5474 84.4569C77.5802 84.6478 77.9034 84.6905 77.9852 84.5126C78.0036 84.4738 78.021 84.435 78.0373 84.3963C78.0496 84.3684 78.0608 84.3406 78.0731 84.3128C78.0373 84.3883 78.0465 84.3535 78.07 84.3346C78.1293 84.2879 78.1682 84.1895 78.1896 84.1239C78.1957 84.106 78.1998 84.0871 78.206 84.0682C78.209 84.0583 78.2448 83.9589 78.2243 84.0126C78.207 84.0573 78.2284 84.0046 78.2305 83.9976C78.2509 83.9519 78.2836 83.8962 78.2938 83.8535C78.3092 83.7869 78.3122 83.7173 78.3122 83.6497C78.3122 83.5453 78.3091 83.44 78.3039 83.3356C78.2823 82.9349 78.2249 82.5343 78.1317 82.1436C77.9535 81.3921 77.6363 80.6654 77.1963 80.0242C76.2918 78.707 74.9078 77.7557 73.3143 77.4058C72.492 77.2258 71.5368 77.1363 70.7463 77.4883C70.7146 77.5022 70.7228 77.5559 70.7566 77.5618L70.7555 77.5648Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M87.7383 80.4485C87.3138 80.366 86.8883 80.2745 86.4598 80.2159C86.021 80.1562 85.5813 80.1065 85.1405 80.0677C84.4051 80.0031 83.636 79.9803 82.9048 80.0876C82.2575 80.1821 81.6245 80.4435 81.2207 80.9624C80.7668 81.546 80.6954 82.3075 80.7263 83.0162C80.7861 84.3633 81.258 85.6874 82.1736 86.7113C83.0371 87.6776 84.2768 88.2522 85.6012 88.1915C86.2352 88.1627 86.8539 88.0096 87.4194 87.7283C87.6965 87.5901 87.9532 87.4052 88.1801 87.1984C88.3038 87.0861 88.4071 86.9608 88.5083 86.8306C88.6054 86.7054 88.7097 86.5672 88.7608 86.4171C88.8078 86.2769 88.821 86.1169 88.8374 85.9707C88.8679 85.6894 88.465 85.5631 88.2809 85.747C88.194 85.8335 88.0907 85.9041 88.0038 85.9886C87.9088 86.0821 87.8321 86.1944 87.735 86.2878C87.645 86.3743 87.5509 86.4578 87.4538 86.5354C87.4456 86.5423 87.4374 86.5483 87.4293 86.5553C87.3873 86.5871 87.3965 86.5811 87.4558 86.5364C87.4425 86.5364 87.3914 86.5831 87.3792 86.591C87.328 86.6268 87.2749 86.6606 87.2217 86.6934C87.1143 86.759 87.0029 86.8207 86.8894 86.8773C86.8321 86.9052 86.7738 86.931 86.7155 86.9579C86.6112 87.0046 86.827 86.9171 86.7186 86.9559C86.6787 86.9708 86.6388 86.9867 86.5979 87.0006C86.4762 87.0434 86.3515 87.0801 86.2257 87.11C86.1725 87.1229 86.1204 87.1338 86.0672 87.1448C86.0007 87.1577 85.9025 87.1557 85.8422 87.1825C85.8657 87.1795 85.8893 87.1766 85.9128 87.1736C85.8913 87.1766 85.8698 87.1786 85.8473 87.1815C85.8146 87.1855 85.7819 87.1885 85.7491 87.1905C85.6837 87.1964 85.6182 87.1994 85.5528 87.2024C85.4106 87.2074 85.2675 87.2054 85.1263 87.1955C85.0609 87.1905 84.9954 87.1845 84.9299 87.1776C84.8134 87.1656 85.0506 87.1974 84.9351 87.1776C84.9023 87.1716 84.8706 87.1676 84.8379 87.1617C84.709 87.1388 84.5812 87.111 84.4544 87.0772C84.3275 87.0434 84.2058 87.0016 84.0831 86.9569C83.9757 86.9181 84.1854 87.0026 84.081 86.9569C84.0514 86.9439 84.0217 86.931 83.992 86.9171C83.9164 86.8823 83.8417 86.8445 83.768 86.8048C83.6494 86.7402 83.5338 86.6706 83.4223 86.595C83.3916 86.5741 83.3619 86.5543 83.3323 86.5324C83.3169 86.5215 83.2198 86.4469 83.3108 86.5175C83.2433 86.4648 83.1768 86.4121 83.1123 86.3564C83.0019 86.261 82.8965 86.1616 82.7962 86.0562C82.7461 86.0035 82.697 85.9498 82.6489 85.8952C82.6254 85.8683 82.6018 85.8405 82.5783 85.8127C82.563 85.7938 82.5476 85.7749 82.5323 85.757C82.564 85.7977 82.565 85.7987 82.5343 85.759C82.3573 85.5244 82.1977 85.2808 82.0585 85.0223C81.7863 84.5183 81.596 84.0094 81.4741 83.395C81.4597 83.3234 81.4464 83.2509 81.4351 83.1793C81.4198 83.0858 81.4208 83.0928 81.4126 83.0153C81.3941 82.8562 81.3808 82.6952 81.3756 82.5351C81.3653 82.213 81.3877 81.8919 81.497 81.5857C81.6871 81.0489 82.1963 80.7527 82.7342 80.6115C83.4582 80.4206 84.2253 80.4485 84.9677 80.4525C85.8882 80.4584 86.8117 80.4574 87.7301 80.533C87.7802 80.537 87.7915 80.4574 87.7424 80.4475L87.7383 80.4485Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M85.4108 90.7267C85.8573 90.535 86.3395 90.3973 86.8249 90.3434C87.0646 90.3165 87.3072 90.3055 87.5479 90.3105C87.6698 90.3135 87.7906 90.3095 87.9114 90.3075C88.0425 90.3065 88.1705 90.2725 88.2995 90.2516C88.491 90.2196 88.4469 89.9681 88.2994 89.9142C88.1704 89.8673 88.0495 89.8254 87.9113 89.8144C87.7802 89.8044 87.6553 89.8024 87.5252 89.8144C87.2559 89.8394 86.9866 89.8813 86.7234 89.9422C86.2145 90.0599 85.724 90.2386 85.2643 90.4831C85.0985 90.572 85.2439 90.7965 85.4098 90.7257L85.4108 90.7267Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M55.3958 53.9104C55.934 54.7782 56.4958 55.6391 57.2129 56.3797C57.9383 57.1293 58.7638 57.7794 59.6701 58.3123C60.1877 58.6165 60.7543 58.8501 61.37 58.8322C61.9621 58.8143 62.5327 58.6175 63.0573 58.36C63.949 57.9226 64.6974 57.2357 65.2279 56.4165C65.3823 56.1779 65.5121 55.9294 65.6214 55.6689C65.7287 55.4155 65.8146 55.1759 65.7766 54.8995C65.7418 54.645 65.5811 54.3786 65.3418 54.2583C65.0585 54.1162 64.7885 54.2384 64.671 54.5118C64.5851 54.7126 64.8828 54.9333 65.0607 54.8031C65.1231 54.7574 65.0781 54.7931 65.03 54.7941C64.9564 54.7961 64.9216 54.7574 64.8756 54.7106C64.8858 54.7216 64.8889 54.7365 64.8981 54.7474C64.893 54.7414 64.8684 54.6689 64.8889 54.7285C64.9022 54.7663 64.9165 54.8031 64.9267 54.8419C64.9319 54.8607 64.9339 54.8796 64.939 54.8985C64.9544 54.9522 64.9349 54.825 64.9349 54.8796C64.935 54.9184 64.9442 54.9582 64.9442 54.9969C64.9442 55.0158 64.9411 55.0367 64.9432 55.0556C64.9483 55.1083 64.9687 54.985 64.9452 55.0307C64.937 55.0476 64.89 55.1779 64.9238 55.1003C64.7592 55.4771 64.5487 55.8399 64.3002 56.171C64.2839 56.1928 64.196 56.3012 64.2553 56.2296C64.2225 56.2684 64.1909 56.3072 64.1581 56.3459C64.0927 56.4225 64.0242 56.497 63.9537 56.5696C63.8044 56.7237 63.6449 56.8698 63.4772 57.005C63.4425 57.0329 63.4077 57.0607 63.3729 57.0875C63.3525 57.1034 63.3331 57.1183 63.3126 57.1343C63.2584 57.176 63.3729 57.0925 63.3157 57.1313C63.2267 57.1929 63.1398 57.2555 63.0478 57.3142C62.8709 57.4265 62.6868 57.5289 62.4966 57.6194C62.4506 57.6412 62.4046 57.6621 62.3576 57.683C62.334 57.6929 62.3105 57.7029 62.287 57.7128C62.2226 57.7407 62.3637 57.685 62.287 57.7128C62.1622 57.7576 62.0385 57.8053 61.9097 57.8411C61.789 57.8759 61.6673 57.9027 61.5436 57.9226C61.5303 57.9246 61.4536 57.9315 61.5272 57.9246C61.4965 57.9275 61.4658 57.9305 61.4341 57.9325C61.3646 57.9375 61.295 57.9385 61.2245 57.9365C61.1938 57.9365 61.1621 57.9345 61.1314 57.9315C61.1202 57.9315 61.024 57.9206 61.0772 57.9276C61.1243 57.9335 61.0506 57.9226 61.0486 57.9226C61.0189 57.9166 60.9903 57.9116 60.9606 57.9057C60.8287 57.8768 60.7018 57.8351 60.575 57.7884C60.5648 57.7844 60.4952 57.7556 60.5586 57.7824C60.531 57.7705 60.5034 57.7586 60.4758 57.7456C60.4206 57.7208 60.3674 57.6939 60.3132 57.6671C60.2058 57.6124 60.1004 57.5548 59.9971 57.4951C59.5982 57.2675 59.2125 57.017 58.8422 56.7466C58.833 56.7396 58.7082 56.6471 58.7604 56.6869C58.699 56.6412 58.6366 56.5954 58.5742 56.5497C58.5046 56.499 58.4443 56.4523 58.342 56.3728C58.1609 56.2306 57.985 56.0845 57.8121 55.9334C57.05 55.2653 56.3113 54.5446 55.766 53.6937C55.6186 53.463 55.2454 53.6728 55.3907 53.9074L55.3958 53.9104Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M39.6245 52.3007C40.2532 51.4805 41.0067 50.6873 41.9045 50.1405C42.11 50.0152 42.3646 49.884 42.5538 49.8124C42.6652 49.7697 42.7798 49.7329 42.8953 49.7021C42.9526 49.6872 43.0109 49.6733 43.0692 49.6613C43.0927 49.6564 43.1162 49.6524 43.1387 49.6474C43.152 49.6444 43.2645 49.6265 43.2308 49.6315C43.1449 49.6444 43.4823 49.6027 43.3514 49.6166C43.2839 49.6236 43.3453 49.6176 43.3576 49.6166C43.4169 49.6126 43.4762 49.6067 43.5355 49.6057C43.6685 49.6017 43.8014 49.6077 43.9334 49.6216C43.8628 49.6136 43.9262 49.6206 43.9395 49.6226C43.9763 49.6285 44.0131 49.6345 44.0489 49.6415C44.1123 49.6544 44.1758 49.6683 44.2371 49.6852C44.3056 49.7031 44.3721 49.725 44.4386 49.7478C44.4652 49.7568 44.4918 49.7667 44.5174 49.7767C44.5634 49.7946 44.5695 49.7975 44.5378 49.7846C44.5573 49.7926 44.5757 49.8015 44.5951 49.8105C44.858 49.9307 45.1055 50.0809 45.3398 50.2479C45.3684 50.2687 45.3971 50.2896 45.4257 50.3105C45.4902 50.3582 45.3521 50.2528 45.4605 50.3363C45.5167 50.3801 45.573 50.4238 45.6283 50.4676C45.7438 50.561 45.8584 50.6564 45.971 50.7529C46.1817 50.9318 46.3934 51.1117 46.5899 51.3056C46.685 51.399 46.775 51.4965 46.862 51.5979C46.9162 51.6605 46.8794 51.6187 46.8681 51.6048C46.8927 51.6356 46.9152 51.6674 46.9387 51.6993C46.9797 51.7569 47.0185 51.8166 47.0544 51.8782C47.0871 51.9339 47.1147 51.9915 47.1444 52.0482C47.1771 52.1118 47.1127 51.9567 47.1526 52.07C47.1608 52.0939 47.17 52.1178 47.1782 52.1426C47.1987 52.2043 47.215 52.2659 47.2283 52.3295C47.2304 52.3395 47.2458 52.4707 47.2376 52.3762C47.2406 52.416 47.2448 52.4568 47.2458 52.4965C47.2479 52.5641 47.2428 52.6297 47.2397 52.6973C47.2346 52.8226 47.252 52.6486 47.2377 52.7222C47.2315 52.755 47.2264 52.7888 47.2193 52.8216C47.205 52.8872 47.1876 52.9528 47.1662 53.0174C47.158 53.0433 47.1488 53.0691 47.1396 53.095C47.1304 53.1208 47.1202 53.1467 47.111 53.1715C47.0936 53.2143 47.0906 53.2222 47.1018 53.1954C47.1263 53.1397 47.0691 53.263 47.0722 53.256C47.0568 53.2868 47.0405 53.3177 47.0241 53.3485C46.9945 53.4041 46.9628 53.4588 46.9301 53.5125C46.8933 53.5721 46.8544 53.6308 46.8146 53.6885C46.79 53.7232 46.7655 53.757 46.7399 53.7908C46.6592 53.9012 46.7941 53.7282 46.7072 53.8326C46.5314 54.0443 46.3361 54.2422 46.1286 54.4241C46.0734 54.4728 46.0171 54.5205 45.9599 54.5662C45.9282 54.5911 45.8965 54.616 45.8648 54.6408C45.7605 54.7223 45.9363 54.5911 45.828 54.6676C45.7022 54.7571 45.5734 54.8426 45.4404 54.9231C45.3075 55.0027 45.1715 55.0772 45.0324 55.1448C44.9598 55.1806 44.8862 55.2144 44.8126 55.2472C44.788 55.2581 44.7635 55.2691 44.7379 55.279C44.8269 55.2412 44.695 55.2959 44.6776 55.3019C44.3882 55.4122 44.0876 55.4997 43.7838 55.5693C43.6325 55.6041 43.4791 55.6279 43.3267 55.6558C43.248 55.6707 43.1682 55.6836 43.0895 55.6965C43.0792 55.6985 43.0117 55.7075 43.0751 55.6985C43.0005 55.7085 42.9258 55.7164 42.8512 55.7274C42.976 55.9351 43.0998 56.1429 43.2247 56.3507C43.3279 56.2403 43.4148 56.1111 43.513 55.9958C43.6101 55.8795 43.7246 55.7781 43.834 55.6727C43.9649 55.5474 43.8001 55.3705 43.6478 55.4381C43.5169 55.4967 43.3891 55.5594 43.252 55.6041C43.1201 55.6478 42.98 55.6777 42.8522 55.7274C42.6733 55.7969 42.5506 55.9391 42.5772 56.1359C42.6039 56.3308 42.7614 56.4401 42.9537 56.459C43.5673 56.5206 44.2096 56.4043 44.7863 56.2025C45.408 55.9858 45.9776 55.6776 46.497 55.282C47.4868 54.5295 48.4528 53.2351 48.0362 51.9498C47.8427 51.3513 47.3997 50.8791 46.9271 50.4705C46.4494 50.058 45.9542 49.6365 45.4019 49.3214C44.8618 49.0132 44.2348 48.8323 43.6059 48.8621C43.0352 48.8889 42.4912 49.0808 42.0044 49.3671C40.8735 50.0321 40.0782 51.1008 39.3268 52.1307C39.197 52.3086 39.4947 52.4707 39.6245 52.2997L39.6245 52.3007Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M49.279 47.0786C48.4598 47.0766 48.3599 48.0747 48.5319 48.6563C48.6312 48.9923 48.8349 49.3144 49.0405 49.5977C49.2543 49.8919 49.4968 50.1673 49.7689 50.4118C50.8564 51.391 52.4162 51.9249 53.893 51.8662C54.3194 51.8493 54.7489 51.7877 55.16 51.6753C55.3768 51.6157 55.5813 51.5342 55.7807 51.4328C55.9965 51.3224 56.2133 51.1693 56.2838 50.9347C56.3236 50.8045 56.2356 50.6614 56.1026 50.6256C55.9165 50.5759 55.7222 50.6216 55.5402 50.6753C55.3827 50.722 55.2252 50.7657 55.0687 50.8145C54.9174 50.8612 54.764 50.9009 54.6086 50.9327C54.5339 50.9487 54.4582 50.9626 54.3826 50.9745C54.3457 50.9805 54.3069 50.9894 54.269 50.9914C54.3897 50.9854 54.2322 50.9954 54.2056 50.9974C53.8825 51.0302 53.5572 51.0322 53.233 51.0103C53.1563 51.0053 53.0796 50.9984 53.0019 50.9904C52.9804 50.9884 52.871 50.9745 52.9272 50.9825C52.9886 50.9904 52.917 50.9805 52.9017 50.9785C52.8741 50.9745 52.8475 50.9705 52.8198 50.9656C52.6613 50.9397 52.5038 50.9079 52.3484 50.8701C52.1878 50.8304 52.0282 50.7836 51.8717 50.731C51.7991 50.7061 51.7265 50.6803 51.6539 50.6524C51.6242 50.6415 51.5393 50.6067 51.614 50.6375C51.5731 50.6206 51.5332 50.6037 51.4923 50.5858C51.1915 50.4526 50.9021 50.2935 50.63 50.1096C50.5665 50.0669 50.5052 50.0222 50.4438 49.9784C50.4264 49.9665 50.3497 49.9098 50.3783 49.9317C50.4172 49.9605 50.362 49.9188 50.3527 49.9118C50.3354 49.8979 50.318 49.885 50.3016 49.8711C50.1747 49.7697 50.052 49.6623 49.9354 49.549C49.8198 49.4356 49.7093 49.3173 49.6059 49.1931C49.5957 49.1811 49.5343 49.1036 49.5691 49.1493C49.5456 49.1195 49.5231 49.0897 49.5006 49.0589C49.4525 48.9933 49.4054 48.9267 49.3614 48.8591C49.3103 48.7825 49.2622 48.704 49.2171 48.6235C49.1987 48.5897 49.1813 48.5559 49.1639 48.5221C49.1424 48.4773 49.1803 48.5648 49.1619 48.5181C49.1527 48.4952 49.1435 48.4723 49.1353 48.4495C49.1076 48.3749 49.0861 48.2984 49.0697 48.2208C49.0656 48.202 49.0513 48.1075 49.0564 48.1532C49.0513 48.1095 49.0482 48.0658 49.0472 48.022C49.0472 47.9842 49.0472 47.9465 49.0492 47.9087C49.0492 47.8948 49.0512 47.8809 49.0522 47.8669C49.0604 47.7824 49.0461 47.8938 49.0553 47.8471C49.0635 47.8083 49.0716 47.7705 49.0839 47.7337C49.088 47.7218 49.0921 47.7099 49.0972 47.6979C49.1084 47.6711 49.0808 47.7238 49.1064 47.683C49.1146 47.6701 49.1636 47.6025 49.133 47.6383C49.1534 47.6154 49.1759 47.5926 49.2004 47.5737C49.1606 47.6045 49.2577 47.5468 49.2434 47.5528C49.2454 47.5528 49.315 47.5349 49.3416 47.5309C49.6095 47.4872 49.5388 47.0806 49.279 47.0796L49.279 47.0786Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M33.7534 46.0059C33.9302 45.6948 34.2513 45.481 34.5611 45.3051C34.872 45.1281 35.2053 45.0108 35.5561 44.9323C35.7453 44.8896 35.9314 44.8408 36.1237 44.811C36.1472 44.807 36.1717 44.8041 36.1963 44.8001C36.1891 44.8001 36.1411 44.807 36.185 44.8021C36.2331 44.7961 36.2812 44.7911 36.3282 44.7872C36.4233 44.7782 36.5194 44.7732 36.6156 44.7703C36.8078 44.7643 36.9991 44.7643 37.1903 44.7772C37.2814 44.7832 37.3724 44.7921 37.4634 44.8031C37.3826 44.7941 37.4921 44.807 37.5176 44.812C37.5718 44.821 37.626 44.8299 37.6802 44.8399C37.8715 44.8766 38.0607 44.9253 38.2448 44.986C38.2847 44.9989 38.3246 45.0128 38.3645 45.0277C38.387 45.0357 38.4095 45.0446 38.432 45.0536C38.4433 45.0576 38.5138 45.0874 38.4658 45.0665C38.43 45.0516 38.5261 45.0933 38.5466 45.1033C38.5946 45.1252 38.6427 45.149 38.6898 45.1739C38.7685 45.2146 38.8452 45.2574 38.9199 45.3041C38.9598 45.329 38.9987 45.3548 39.0365 45.3806C39.056 45.3936 39.0744 45.4075 39.0938 45.4204C39.0631 45.3995 39.056 45.3906 39.0897 45.4174C39.235 45.5327 39.3649 45.659 39.4846 45.7982C39.4979 45.8141 39.5286 45.8628 39.4805 45.7932C39.4938 45.8121 39.5081 45.83 39.5214 45.8489C39.545 45.8817 39.5675 45.9145 39.589 45.9483C39.6299 46.0119 39.722 46.1262 39.7292 46.2028C39.7292 46.2048 39.6985 46.1213 39.7138 46.168C39.7199 46.1869 39.7281 46.2048 39.7353 46.2236C39.7486 46.2604 39.7609 46.2982 39.7711 46.336C39.7803 46.3688 39.7885 46.4026 39.7957 46.4364C39.7998 46.4553 39.8029 46.4752 39.807 46.494C39.8234 46.5746 39.8018 46.4254 39.8059 46.4811C39.8101 46.5547 39.8193 46.6282 39.8193 46.7018C39.8193 46.7406 39.8337 46.9175 39.804 46.9384C39.8122 46.9324 39.8204 46.845 39.8071 46.9106C39.803 46.9305 39.8 46.9493 39.7959 46.9692C39.7877 47.008 39.7795 47.0468 39.7693 47.0855C39.7489 47.1621 39.7254 47.2386 39.6968 47.3132C39.6927 47.3251 39.6825 47.3619 39.6743 47.3688C39.6999 47.348 39.7101 47.2933 39.6774 47.3599C39.6579 47.3997 39.6385 47.4394 39.616 47.4782C39.5751 47.5518 39.5291 47.6204 39.4821 47.6889C39.4719 47.7039 39.4423 47.7575 39.4729 47.7029C39.5056 47.6452 39.4647 47.7128 39.4525 47.7257C39.4239 47.7585 39.3952 47.7903 39.3646 47.8212C39.3339 47.851 39.3032 47.8808 39.2705 47.9086C39.2562 47.9206 39.2408 47.9325 39.2265 47.9454C39.1744 47.9902 39.2429 47.9246 39.25 47.9285C39.2357 47.9226 39.0629 48.0538 39.0394 48.0667C39.0026 48.0866 38.9648 48.1025 38.9279 48.1214C38.8778 48.1462 39.0087 48.0995 38.9535 48.1095C38.932 48.1134 38.9085 48.1254 38.887 48.1313C38.7838 48.1621 38.6825 48.2019 38.5905 48.2566C38.5619 48.2735 38.5322 48.2904 38.5026 48.3053C38.4882 48.3132 38.4729 48.3202 38.4576 48.3262C38.5015 48.3063 38.431 48.3351 38.4228 48.3381C38.2244 48.4077 38.202 48.6353 38.3677 48.7526C38.5344 48.8709 38.7237 48.9554 38.9333 48.9594C39.142 48.9634 39.3812 48.861 39.5612 48.7695C39.9079 48.5936 40.19 48.2735 40.3771 47.9444C40.7818 47.2327 40.8378 46.3519 40.4203 45.6341C39.9732 44.8657 39.1518 44.3786 38.2926 44.1529C37.4345 43.9273 36.5141 43.9293 35.6612 44.1728C35.1898 44.307 34.7562 44.5526 34.3963 44.8776C34.2307 45.0267 34.0968 45.2057 33.9823 45.3936C33.8678 45.5824 33.8055 45.7892 33.7309 45.995C33.7258 46.0079 33.7473 46.0169 33.7544 46.0049L33.7534 46.0059Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M41.2193 42.668C40.942 43.3122 40.9852 44.0717 41.264 44.7069C41.4074 45.035 41.6103 45.3372 41.8797 45.5817C42.1614 45.8382 42.5158 46.0678 42.9152 46.0698C43.1763 46.0698 43.2366 45.7497 43.041 45.6185C42.9068 45.528 42.7624 45.4555 42.6221 45.373C42.5565 45.3342 42.493 45.2944 42.4305 45.2517C42.3762 45.2139 42.3537 45.197 42.2882 45.1403C42.0526 44.9366 41.8805 44.7288 41.7319 44.4624C41.4399 43.9365 41.3721 43.3311 41.6013 42.7714C41.6412 42.675 41.5582 42.5597 41.463 42.5348C41.3483 42.504 41.2602 42.5726 41.2193 42.669L41.2193 42.668Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M32.919 38.9888C31.5296 38.9858 30.2398 40.1797 30.2239 41.5416C30.2069 42.996 31.5476 44.2645 33.0403 44.2217C33.5385 44.2078 34.0081 44.0647 34.4531 43.8549C34.8817 43.6521 35.2407 43.3439 35.6028 43.0497C35.6877 42.9811 35.6846 42.8419 35.6201 42.7644C35.5444 42.6729 35.437 42.665 35.3316 42.7087C35.1628 42.7783 34.9868 42.828 34.8201 42.9006C34.6544 42.9731 34.4897 43.0407 34.3188 43.1004C33.9823 43.2187 33.6549 43.333 33.3009 43.3927C33.3009 43.3927 33.1597 43.4105 33.2375 43.4026C33.1935 43.4076 33.1495 43.4105 33.1055 43.4135C33.0175 43.4185 32.9285 43.4195 32.8395 43.4155C32.8037 43.4135 32.7679 43.4105 32.7321 43.4076C32.6154 43.3996 32.815 43.4255 32.6993 43.4036C32.6175 43.3877 32.5356 43.3718 32.4558 43.3489C32.3873 43.329 32.3197 43.3062 32.2532 43.2813C32.3412 43.3141 32.2317 43.2714 32.2205 43.2664C32.199 43.2565 32.1775 43.2465 32.156 43.2356C32.0926 43.2038 32.0302 43.17 31.9688 43.1332C31.9381 43.1143 31.9084 43.0954 31.8787 43.0755C31.8654 43.0666 31.7477 42.9801 31.8173 43.0338C31.7047 42.9463 31.5993 42.8499 31.5031 42.7455C31.455 42.6938 31.409 42.6391 31.365 42.5844C31.4202 42.6511 31.3475 42.5596 31.3414 42.5526C31.3138 42.5149 31.2872 42.4761 31.2616 42.4363C31.2298 42.3866 31.2002 42.3369 31.1715 42.2852C31.1551 42.2544 31.1387 42.2236 31.1234 42.1918C31.1203 42.1848 31.0742 42.0804 31.1049 42.155C31.0466 42.0158 31.0025 41.8707 30.9749 41.7226C30.9739 41.7156 30.9585 41.6033 30.9677 41.6808C30.9636 41.646 30.9605 41.6112 30.9585 41.5764C30.9543 41.5068 30.9523 41.4363 30.9543 41.3667C30.9543 41.3319 30.9574 41.2971 30.9594 41.2623C30.9594 41.2603 30.9716 41.147 30.9624 41.2146C30.9716 41.146 30.9859 41.0774 31.0033 41.0098C31.0728 40.7334 31.1812 40.5127 31.3601 40.2692C31.713 39.79 32.3001 39.4391 32.9181 39.3924C33.181 39.3725 33.1891 38.9888 32.9179 38.9888H32.919Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M35.499 38.1875C35.9363 38.2203 36.3664 38.269 36.7986 38.3376C37.2154 38.4032 37.6312 38.4927 38.007 38.6875C38.3327 38.8565 38.5714 39.0534 38.7527 39.3427C38.7958 39.4122 38.8337 39.4838 38.8706 39.5564C38.8993 39.6131 38.8829 39.5822 38.8767 39.5683C38.8849 39.5882 38.8931 39.6081 38.9003 39.628C38.9177 39.6727 38.9331 39.7184 38.9474 39.7642C38.971 39.8407 38.9874 39.9173 39.0028 39.9948C39.0049 40.0057 39.012 40.0594 39.0049 40.0008C39.0069 40.0216 39.009 40.0415 39.011 40.0624C39.0141 40.1032 39.0162 40.1439 39.0172 40.1857C39.0172 40.2314 39.0172 40.2771 39.0142 40.3228C39.0142 40.3397 38.9999 40.469 39.0111 40.4004C38.9978 40.4889 38.9753 40.5753 38.9436 40.6589C38.9293 40.6956 38.915 40.7324 38.9017 40.7692C38.8802 40.8259 38.8935 40.7891 38.8986 40.7772C38.8884 40.8 38.8751 40.8219 38.8638 40.8438C38.8198 40.9352 38.7789 41.0376 38.7512 41.135C38.7073 41.2881 38.8537 41.4104 39.0032 41.3796C39.4558 41.2881 39.64 40.7901 39.689 40.3974C39.7391 40.0018 39.6181 39.5872 39.4357 39.2353C39.0074 38.4062 38.1246 37.9957 37.2132 37.8654C36.6438 37.7839 36.0703 37.8247 35.4989 37.8654C35.2849 37.8803 35.285 38.1726 35.499 38.1885L35.499 38.1875Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M24.4211 34.6881C23.4546 34.5668 22.741 35.4824 22.7321 36.3463C22.7222 37.2738 23.3279 38.1317 24.047 38.6943C25.3012 39.6765 27.0746 39.9718 28.6147 39.5294C29.036 39.4081 29.4532 39.2282 29.8152 38.9856C30.0268 38.8435 30.2283 38.6973 30.3806 38.4935C30.4542 38.3951 30.4777 38.3603 30.5574 38.2569C30.6249 38.1705 30.6586 38.073 30.7026 37.9746C30.7721 37.8195 30.6207 37.6187 30.4448 37.7241C30.3773 37.7649 30.3016 37.7927 30.2341 37.8335C30.1564 37.8812 30.0879 37.9398 30.0061 37.9806C29.8548 38.0561 29.7126 38.1376 29.5664 38.2241C29.4212 38.3106 29.2699 38.3842 29.1165 38.4568C29.0817 38.4727 29.047 38.4896 29.0122 38.5055C28.9918 38.5144 28.9723 38.5234 28.9519 38.5323C28.9396 38.5383 28.8742 38.5651 28.9263 38.5432C28.9754 38.5234 28.9243 38.5432 28.9161 38.5472C28.8956 38.5552 28.8752 38.5631 28.8547 38.5711C28.8087 38.588 28.7627 38.6049 28.7157 38.6208C28.3864 38.7331 28.0479 38.8097 27.7043 38.8623C27.7912 38.8494 27.7114 38.8614 27.6695 38.8653C27.6306 38.8693 27.5928 38.8733 27.5539 38.8763C27.466 38.8842 27.377 38.8892 27.288 38.8922C27.1111 38.8981 26.9332 38.8952 26.7562 38.8822C26.6734 38.8763 26.5905 38.8663 26.5087 38.8584C26.4596 38.8534 26.5363 38.8623 26.5394 38.8623C26.5179 38.8594 26.4954 38.8564 26.4739 38.8534C26.4249 38.8464 26.3758 38.8375 26.3267 38.8285C26.1589 38.7977 25.9922 38.759 25.8286 38.7112C25.7498 38.6884 25.6711 38.6625 25.5933 38.6357C25.5575 38.6228 25.5207 38.6098 25.4849 38.5959C25.4644 38.588 25.444 38.58 25.4235 38.5721C25.3243 38.5333 25.4726 38.5959 25.4174 38.5691C25.264 38.4965 25.1095 38.4309 24.9612 38.3484C24.8088 38.2639 24.6625 38.1695 24.5224 38.0671C24.5858 38.1128 24.508 38.0561 24.4876 38.0392C24.4538 38.0124 24.4201 37.9846 24.3863 37.9557C24.3198 37.8991 24.2554 37.8404 24.193 37.7788C24.0426 37.6317 23.928 37.4994 23.8236 37.3503C23.7131 37.1913 23.5955 36.9865 23.5392 36.8413C23.4522 36.6167 23.4122 36.4298 23.4183 36.2041C23.4183 36.1793 23.4213 36.1534 23.4224 36.1286C23.4234 36.1166 23.4244 36.1057 23.4254 36.0938C23.4213 36.1156 23.4213 36.1156 23.4254 36.0938C23.4336 36.0411 23.4458 35.9894 23.4601 35.9387C23.4857 35.8482 23.5184 35.7627 23.5511 35.6981C23.7187 35.3721 24.0254 35.0708 24.4222 35.043C24.6615 35.0261 24.6512 34.7179 24.4221 34.6891L24.4211 34.6881Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M29.4793 33.6607C30.1213 33.5363 30.7645 33.6985 31.3104 33.9989C31.8881 34.3162 32.3081 34.7678 32.5858 35.3607C32.6032 35.3975 32.5858 35.3587 32.5827 35.3517C32.594 35.3766 32.6032 35.4025 32.6134 35.4283C32.6288 35.4691 32.6442 35.5099 32.6575 35.5517C32.6872 35.6402 32.7098 35.7307 32.7313 35.8212C32.7518 35.9068 32.7713 35.9913 32.7857 36.0779C32.7754 36.0172 32.7857 36.0729 32.7857 36.0848C32.7918 36.1316 32.7959 36.1784 32.8062 36.2241C32.8246 36.3067 32.8554 36.3763 32.9199 36.435C33.0439 36.5484 33.2446 36.5564 33.3674 36.435C33.5497 36.2549 33.4891 35.9555 33.4553 35.7277C33.4286 35.5487 33.3691 35.3766 33.2984 35.2095C33.1427 34.8414 32.9255 34.5102 32.6438 34.2197C32.1142 33.6736 31.4034 33.2906 30.6363 33.1902C30.2124 33.1354 29.7813 33.1653 29.3737 33.2936C29.1331 33.3692 29.2315 33.7064 29.4773 33.6597L29.4793 33.6607Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M20.2081 30.2238C19.6791 29.9355 18.9947 30.1472 18.6163 30.5757C18.1274 31.1294 18.2095 31.9257 18.5156 32.543C19.0746 33.6723 20.3056 34.3473 21.5528 34.4815C21.8843 34.5173 22.2414 34.4944 22.5667 34.4258C22.9094 34.3533 23.2091 34.2101 23.5068 34.0332C23.7124 33.9119 23.5803 33.5739 23.3389 33.6474C23.2345 33.6793 23.1169 33.717 23.0136 33.725C22.8816 33.7349 22.724 33.7608 22.634 33.7697C22.3813 33.7946 22.1255 33.8045 21.8718 33.7866C21.8124 33.7826 21.7531 33.7767 21.6938 33.7697C21.6702 33.7667 21.6467 33.7647 21.6221 33.7618C21.615 33.7618 21.4973 33.7459 21.5802 33.7578C21.4503 33.7399 21.3213 33.715 21.1945 33.6842C21.0788 33.6564 20.9642 33.6226 20.8527 33.5838C20.7964 33.5649 20.7412 33.5441 20.6859 33.5222C20.7596 33.551 20.6522 33.5073 20.646 33.5043C20.6133 33.4904 20.5816 33.4755 20.5488 33.4596C20.3247 33.3532 20.1088 33.2319 19.9082 33.0858C19.9686 33.1295 19.8755 33.0599 19.8724 33.0579C19.8499 33.04 19.8264 33.0212 19.8038 33.0023C19.7588 32.9645 19.7148 32.9257 19.6718 32.886C19.5736 32.7945 19.4804 32.6961 19.3945 32.5927C19.2614 32.4317 19.0997 32.1553 19.0229 31.9286C18.9369 31.6771 18.8959 31.4395 18.9654 31.1841C19.0185 30.9892 19.1545 30.7755 19.357 30.6443C19.5493 30.52 19.7867 30.4554 20.0087 30.5498C20.2328 30.6443 20.4302 30.345 20.2051 30.2228L20.2081 30.2238Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M23.7896 29.9028C24.1315 30.1156 24.3824 30.4238 24.5269 30.7927C24.5975 30.9727 24.6355 31.1576 24.6662 31.3466C24.6806 31.439 24.6909 31.5365 24.7104 31.629C24.7298 31.7224 24.7718 31.8129 24.7923 31.9074C24.821 32.0436 25.0094 32.0178 25.0513 31.9074C25.0912 31.802 25.1413 31.6846 25.1444 31.5713C25.1474 31.4659 25.1289 31.3456 25.1043 31.2442C25.0521 31.0324 24.9394 30.8216 24.8175 30.6406C24.581 30.2886 24.24 29.9863 23.8571 29.7894C23.7803 29.7497 23.7159 29.8571 23.7896 29.9018L23.7896 29.9028Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M12.4252 31.7991C11.2489 32.5348 10.6764 33.9305 10.8487 35.2606C10.94 35.9625 11.2277 36.6255 11.7128 37.1574C12.2532 37.7498 13.0042 38.1306 13.7839 38.3324C14.2392 38.4497 14.7048 38.5074 15.1754 38.5024C15.4148 38.5004 15.6491 38.4676 15.8844 38.4278C16.1105 38.3891 16.3284 38.3423 16.535 38.2419C16.6834 38.1704 16.6475 37.9308 16.4879 37.896C16.2996 37.8552 16.1083 37.8453 15.9159 37.8314C15.7328 37.8184 15.5517 37.7916 15.3696 37.7757C15.2785 37.7677 15.1874 37.7618 15.0964 37.7528C15.0514 37.7479 15.0053 37.7429 14.9603 37.7379C15.0258 37.7459 14.8979 37.729 14.8733 37.725C14.8171 37.716 14.7608 37.7071 14.7045 37.7001C14.6738 37.6962 14.6421 37.6922 14.6114 37.6882C14.6288 37.6902 14.6871 37.6991 14.6053 37.6872C14.5163 37.6743 14.4272 37.6594 14.3382 37.6425C14.1561 37.6077 13.976 37.564 13.799 37.5103C13.7141 37.4844 13.6302 37.4566 13.5473 37.4268C13.5064 37.4119 13.4644 37.3959 13.4235 37.38C13.4931 37.4079 13.3641 37.3542 13.3478 37.3462C13.1881 37.2747 13.0336 37.1932 12.8863 37.1007C12.8126 37.055 12.7399 37.0063 12.6693 36.9566C12.654 36.9456 12.6386 36.9347 12.6243 36.9237C12.5721 36.887 12.6673 36.9576 12.6171 36.9188C12.5772 36.888 12.5383 36.8571 12.5005 36.8243C12.3766 36.72 12.26 36.6066 12.1545 36.4844C12.1371 36.4645 12.0809 36.3929 12.1249 36.4506C12.1024 36.4207 12.0798 36.3919 12.0583 36.3621C12.0123 36.2975 11.9683 36.2319 11.9283 36.1643C11.8935 36.1056 11.8598 36.046 11.829 35.9863C11.8127 35.9535 11.7963 35.9207 11.7809 35.8879C11.7717 35.869 11.7635 35.8501 11.7553 35.8312C11.7697 35.863 11.7697 35.866 11.7553 35.8312C11.7 35.6891 11.6499 35.5459 11.613 35.3988C11.5966 35.3332 11.5812 35.2666 11.5689 35.199C11.5618 35.1632 11.5546 35.1274 11.5484 35.0906C11.5454 35.0697 11.5413 35.0489 11.5382 35.029C11.53 34.9743 11.5443 35.0827 11.5382 35.028C11.5218 34.8759 11.5105 34.7238 11.5125 34.5707C11.5134 34.4236 11.5226 34.2765 11.543 34.1303C11.5359 34.184 11.5502 34.0896 11.5532 34.0737C11.5594 34.0369 11.5665 34.0011 11.5737 33.9643C11.589 33.8868 11.6084 33.8102 11.6288 33.7337C11.8036 33.0994 12.1216 32.5358 12.675 32.1123C12.8581 31.9731 12.6206 31.6789 12.4273 31.8001L12.4252 31.7991Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M16.039 42.1122C15.903 42.32 15.7732 42.5456 15.7712 42.7981C15.7703 43.0864 15.8604 43.3429 15.9903 43.5984C16.2278 44.0676 16.593 44.4752 16.9592 44.853C17.6743 45.5886 18.4048 46.3043 19.2416 46.9107C20.0251 47.4784 20.9467 47.9625 21.9225 48.1096C22.8163 48.2438 23.7143 48.1484 24.5477 47.8034C24.9761 47.6265 25.3769 47.373 25.7051 47.0499C26.0548 46.706 26.3993 46.2149 26.3858 45.7129C26.3817 45.5389 26.2589 45.358 26.0758 45.3172C25.8764 45.2735 25.7189 45.354 25.5993 45.5061C25.6596 45.4295 25.6249 45.4743 25.6106 45.4902C25.5799 45.527 25.5461 45.5637 25.5185 45.6035C25.4961 45.6373 25.4787 45.6761 25.4572 45.7119C25.4102 45.7914 25.3622 45.8719 25.3121 45.9504C25.2906 45.9852 25.2671 46.019 25.2436 46.0528C25.2252 46.0787 25.1771 46.1224 25.17 46.1522C25.1812 46.1015 25.2293 46.0807 25.1914 46.1244C25.1751 46.1433 25.1587 46.1632 25.1424 46.1831C25.1127 46.2179 25.082 46.2526 25.0504 46.2864C24.9941 46.3461 24.9358 46.4038 24.8745 46.4594C24.8438 46.4873 24.8121 46.5141 24.7804 46.5399C24.761 46.5559 24.7385 46.5718 24.7201 46.5887C24.6751 46.6294 24.808 46.526 24.7344 46.5777C24.5872 46.6801 24.4359 46.7746 24.2743 46.8561C24.2528 46.867 24.0483 46.9734 24.0401 46.9634C24.0401 46.9634 24.1424 46.9237 24.0698 46.9505C24.0493 46.9585 24.0289 46.9664 24.0084 46.9734C23.9573 46.9923 23.9062 47.0102 23.854 47.0271C23.6761 47.0847 23.4941 47.1294 23.31 47.1632C23.266 47.1712 23.223 47.1782 23.1791 47.1851C23.1821 47.1851 23.1157 47.197 23.1136 47.1951C23.1177 47.2 23.2231 47.1831 23.1453 47.1901C23.0451 47.2 22.9459 47.209 22.8457 47.2139C22.6565 47.2229 22.4673 47.2199 22.2791 47.205C22.2351 47.201 22.1911 47.197 22.1472 47.1921C22.1318 47.1901 22.093 47.1911 22.0817 47.1841C22.0868 47.1871 22.2034 47.203 22.1124 47.1871C22.0152 47.1702 21.9181 47.1543 21.8209 47.1324C21.6051 47.0837 21.3934 47.0181 21.1868 46.9416C21.1346 46.9227 21.0835 46.9028 21.0323 46.8819C21.1244 46.9187 20.9771 46.8581 20.9556 46.8481C20.8421 46.7984 20.7306 46.7447 20.6211 46.6881C20.4135 46.5817 20.2109 46.4644 20.0145 46.3381C19.9215 46.2785 19.8294 46.2179 19.7394 46.1552C19.6944 46.1234 19.6483 46.0916 19.6044 46.0598C19.5818 46.0439 19.5593 46.027 19.5368 46.0111C19.5287 46.0051 19.4407 45.9395 19.4836 45.9713C19.5348 46.0091 19.4253 45.9266 19.4305 45.9306C19.4079 45.9137 19.3865 45.8968 19.365 45.8799C19.321 45.8461 19.277 45.8113 19.234 45.7765C19.142 45.7019 19.0499 45.6264 18.9599 45.5498C18.5978 45.2426 18.2458 44.9235 17.9001 44.5995C17.7077 44.4195 17.5144 44.2406 17.3302 44.0527C17.2361 43.9573 17.143 43.8589 17.055 43.7575C17.0366 43.7356 17.0182 43.7147 16.9998 43.6928C17.0018 43.6948 16.9251 43.5994 16.9568 43.6401C16.9179 43.5904 16.8801 43.5397 16.8443 43.4881C16.6877 43.2644 16.6038 43.0844 16.5178 42.8667C16.4697 42.7425 16.4216 42.6162 16.3766 42.492C16.35 42.4174 16.3285 42.2842 16.3325 42.1888C16.3386 42.0287 16.1156 41.986 16.0349 42.1102L16.039 42.1122Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M27.124 47.6702C26.668 48.042 26.212 48.4128 25.756 48.7846C25.5607 48.9437 25.3419 49.0938 25.1844 49.2906C25.0198 49.4964 24.9811 49.734 25.0323 49.9885C25.0825 50.236 25.2134 50.4736 25.3199 50.7022C25.4263 50.9329 25.5471 51.1555 25.6719 51.3772C25.9195 51.8176 26.1805 52.255 26.4741 52.6676C27.0819 53.5195 27.7571 54.3367 28.5213 55.0614C28.8998 55.4212 29.2967 55.7781 29.754 56.0435C30.2398 56.3259 30.7911 56.479 31.3567 56.4849C31.9938 56.4909 32.6023 56.3179 33.1831 56.0773C33.4653 55.961 33.7363 55.8278 33.9971 55.6708C34.1341 55.5882 34.2568 55.4829 34.3815 55.3835C34.4531 55.3268 34.5114 55.2811 34.5645 55.2065C34.6044 55.1508 34.6422 55.1041 34.6903 55.0534C34.8375 54.8973 34.6942 54.6409 34.4754 54.6955C34.3629 54.7234 34.2412 54.7234 34.1328 54.7582C34.007 54.7989 33.8792 54.8427 33.7555 54.8884C33.508 54.9808 33.2687 55.1011 33.0264 55.2065C32.9988 55.2184 32.9701 55.2304 32.9425 55.2423C32.8597 55.2781 32.9047 55.2582 32.9231 55.2503C32.8668 55.2731 32.8106 55.295 32.7544 55.3159C32.6286 55.3626 32.5008 55.4053 32.3719 55.4431C32.2594 55.4759 32.1449 55.5057 32.0293 55.5316C31.9721 55.5445 31.9158 55.5564 31.8585 55.5674C31.8299 55.5723 31.8013 55.5773 31.7726 55.5823C31.7624 55.5843 31.6489 55.5992 31.7041 55.5922C31.7583 55.5863 31.6683 55.5952 31.6571 55.5962C31.6284 55.5992 31.5998 55.6012 31.5712 55.6032C31.5139 55.6071 31.4566 55.6091 31.3994 55.6101C31.2777 55.6121 31.157 55.6041 31.0353 55.5932C31.114 55.6002 31.0414 55.5932 31.0261 55.5912C30.9974 55.5863 30.9688 55.5813 30.9412 55.5763C30.8839 55.5654 30.8276 55.5525 30.7714 55.5375C30.7141 55.5226 30.6579 55.5057 30.6026 55.4868C30.575 55.4779 30.5484 55.468 30.5208 55.458C30.4482 55.4322 30.529 55.464 30.4871 55.4451C30.2702 55.3497 30.0667 55.2284 29.8743 55.0922C29.8508 55.0753 29.8273 55.0584 29.8048 55.0415C29.8559 55.0793 29.7976 55.0355 29.7905 55.0306C29.7454 54.9948 29.6994 54.959 29.6554 54.9232C29.5552 54.8407 29.458 54.7562 29.3608 54.6697C28.6447 54.0285 27.9644 53.3416 27.3485 52.6089C26.7439 51.8902 26.1913 51.1188 25.6644 50.3314C25.5355 50.1396 25.2879 49.8642 25.3881 49.6206C25.479 49.399 25.751 49.2379 25.933 49.0918C26.4166 48.7011 26.9002 48.3104 27.3839 47.9197C27.5638 47.7746 27.305 47.5241 27.1261 47.6692L27.124 47.6702Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M36.0394 56.6192C35.3082 56.6122 34.7408 57.2167 34.5405 57.8569C34.2831 58.682 34.6382 59.5021 35.1395 60.1652C35.4117 60.525 35.7176 60.8551 36.0276 61.1841C36.3212 61.4953 36.623 61.8015 36.9575 62.0719C37.3319 62.3751 37.7267 62.6166 38.1829 62.7866C38.6616 62.9646 39.1791 62.9974 39.6874 62.9974C39.9727 62.9974 40.2591 62.9894 40.5444 63.0073C40.617 63.0123 40.6907 63.0182 40.7633 63.0272C40.7449 63.0252 40.6774 63.0133 40.7663 63.0282C40.8001 63.0341 40.8339 63.0391 40.8686 63.0461C40.9842 63.0679 41.0977 63.0958 41.2092 63.1296C41.2685 63.1475 41.3268 63.1674 41.3851 63.1882C41.4107 63.1972 41.4363 63.2081 41.4629 63.2171C41.5161 63.2359 41.3984 63.1872 41.4813 63.225C41.5938 63.2767 41.7043 63.3314 41.8117 63.393C41.9181 63.4546 42.0183 63.5262 42.1226 63.5928C42.319 63.7191 42.4878 63.8095 42.7291 63.7121C42.6504 63.7022 42.5727 63.6922 42.4939 63.6823C42.5185 63.6932 42.543 63.7042 42.5665 63.7161C42.8212 63.8354 43.0707 63.5948 42.9469 63.3463C42.9356 63.3224 42.9233 63.2996 42.9111 63.2767C42.9213 63.3533 42.9316 63.4288 42.9418 63.5053C43.0164 63.2817 42.957 63.1087 42.7923 62.9447C42.6961 62.8492 42.5857 62.7677 42.4731 62.6932C42.3013 62.5798 42.1192 62.4824 41.93 62.4019C41.4851 62.212 41.0309 62.1057 40.5451 62.0758C40.0645 62.047 39.5828 62.0917 39.1021 62.051C39.0694 62.048 39.0377 62.045 39.0049 62.042C39.0264 62.044 39.0847 62.055 38.9865 62.039C38.9313 62.0301 38.8771 62.0202 38.8229 62.0092C38.7237 61.9883 38.6265 61.9615 38.5304 61.9297C38.4792 61.9128 38.4301 61.8929 38.379 61.875C38.4567 61.9019 38.3759 61.874 38.3442 61.8601C38.247 61.8164 38.1519 61.7677 38.0588 61.716C37.8829 61.6175 37.7121 61.5082 37.5494 61.3909C37.533 61.379 37.5167 61.367 37.5003 61.3551C37.443 61.3143 37.5515 61.3959 37.4952 61.3511C37.4574 61.3213 37.4195 61.2925 37.3827 61.2627C37.2967 61.1941 37.2139 61.1235 37.131 61.0519C36.8272 60.7875 36.5387 60.5071 36.2533 60.2248C36.107 60.0797 35.9617 59.9325 35.8236 59.7795C35.7602 59.7089 35.6967 59.6363 35.6374 59.5627C35.6108 59.5299 35.6282 59.5518 35.6343 59.5588C35.618 59.5369 35.6016 59.516 35.5852 59.4941C35.5525 59.4504 35.5218 59.4067 35.4911 59.3619C35.3898 59.2138 35.2783 59.02 35.222 58.8848C35.1861 58.7983 35.1524 58.7118 35.1258 58.6223C35.1114 58.5766 35.0991 58.5309 35.0889 58.4841C35.0858 58.4682 35.0684 58.3648 35.0735 58.4086C34.9956 57.8052 35.3073 56.9771 36.0416 56.9115C36.2308 56.8946 36.2378 56.6212 36.0415 56.6192H36.0394Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M12.2596 49.3443C12.7378 49.1972 13.2764 49.2191 13.7618 49.3284C13.9974 49.3821 14.2278 49.4576 14.4449 49.562C14.5586 49.6167 14.6692 49.6773 14.7758 49.744C14.8874 49.8135 14.9786 49.8782 15.0605 49.9448C15.1578 50.0233 15.2521 50.1048 15.3402 50.1933C15.3822 50.235 15.4231 50.2788 15.4631 50.3225C15.4825 50.3444 15.502 50.3673 15.5215 50.3901C15.5327 50.404 15.544 50.418 15.5553 50.4319C15.5368 50.409 15.5399 50.414 15.5655 50.4468C15.6362 50.5452 15.7038 50.6446 15.7643 50.75C15.794 50.8037 15.8227 50.8573 15.8493 50.912C15.8493 50.913 15.9006 51.0224 15.8719 50.9577C15.8862 50.9915 15.8995 51.0253 15.9129 51.0591C15.9569 51.1725 15.9928 51.2888 16.0225 51.4061C16.0389 51.4707 16.0523 51.5363 16.0656 51.6019C16.0718 51.6318 16.0779 51.6616 16.083 51.6914C16.0851 51.7053 16.1036 51.8226 16.0984 51.7838C16.0912 51.7272 16.1046 51.8465 16.1046 51.8415C16.1087 51.8783 16.1118 51.9141 16.1138 51.9509C16.118 52.0115 16.12 52.0721 16.1211 52.1328C16.1232 52.267 16.114 52.4002 16.1017 52.5334C16.0946 52.6109 16.0997 52.5553 16.1017 52.5384C16.0956 52.5861 16.0864 52.6348 16.0782 52.6825C16.0649 52.7541 16.0486 52.8257 16.0302 52.8962C15.9933 53.0374 15.9463 53.1756 15.891 53.3118C15.8972 53.2969 15.9197 53.2482 15.888 53.3187C15.8583 53.3824 15.8296 53.447 15.803 53.5116C15.7989 53.5225 15.7744 53.5782 15.8 53.5205C15.7744 53.5782 15.7447 53.6339 15.7232 53.6935C15.6761 53.8257 15.6455 53.951 15.582 54.0703C15.4438 54.3347 15.7624 54.5534 15.9897 54.3755C16.2446 54.1747 16.4657 53.9798 16.5988 53.6806C16.7216 53.4022 16.8157 53.1179 16.8637 52.8177C16.9598 52.2213 16.934 51.6009 16.7157 51.0313C16.2853 49.909 15.2896 49.1037 14.0751 48.888C13.7596 48.8324 13.4268 48.8025 13.1073 48.8383C12.793 48.8731 12.4766 48.9596 12.1806 49.063C12.0004 49.1256 12.0742 49.402 12.2606 49.3443H12.2596Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M18.8218 57.3704C19.0385 57.1915 19.2849 57.0444 19.5457 56.935C19.6674 56.8843 19.7942 56.8436 19.922 56.8078C19.9803 56.7919 20.0396 56.7779 20.0989 56.765C20.1347 56.7581 20.1705 56.7511 20.2073 56.7451C20.2217 56.7431 20.3382 56.7243 20.3014 56.7292C20.5929 56.6895 20.8936 56.6875 21.1861 56.7054C21.3241 56.7143 21.4622 56.7272 21.5992 56.7451C21.5052 56.7332 21.6289 56.7501 21.6391 56.7521C21.676 56.7581 21.7138 56.764 21.7506 56.771C21.8253 56.7839 21.8989 56.7988 21.9726 56.8157C22.2671 56.8813 22.5545 56.9768 22.8358 57.0821C22.9524 57.1259 22.753 57.0444 22.8665 57.0951C22.9002 57.11 22.935 57.1249 22.9688 57.1398C23.0332 57.1686 23.0966 57.1994 23.1601 57.2313C23.3186 57.3108 23.4731 57.3973 23.6244 57.4887C23.7574 57.5692 23.8873 57.6537 24.0142 57.7432C24.0837 57.7919 24.1523 57.8406 24.2198 57.8913C24.139 57.8307 24.2505 57.9152 24.2576 57.9212C24.3016 57.956 24.3466 57.9907 24.3896 58.0255C24.6423 58.2293 24.8847 58.447 25.12 58.6707C25.6776 59.1996 26.187 59.7732 26.6935 60.3468C26.6668 60.1499 26.6412 59.9531 26.6145 59.7573C26.5849 59.801 26.5552 59.8438 26.5246 59.8865C26.5113 59.9044 26.4039 60.0376 26.4827 59.9442C26.4234 60.0147 26.363 60.0843 26.2997 60.1509C26.1637 60.2931 26.0165 60.4283 25.8621 60.5516C25.8416 60.5685 25.8201 60.5844 25.7997 60.6003C25.8477 60.5645 25.8488 60.5625 25.8048 60.5953C25.7721 60.6182 25.7394 60.641 25.7066 60.6629C25.6187 60.7215 25.5277 60.7772 25.4347 60.8289C25.3529 60.8736 25.27 60.9144 25.1862 60.9542C25.0665 61.0118 24.9674 61.0834 24.862 61.1639C24.7281 61.2663 24.7128 61.487 24.7722 61.6252C24.8367 61.7743 24.9962 61.8916 25.1691 61.8846C25.6436 61.8677 26.115 61.5765 26.4841 61.3021C26.8808 61.0069 27.21 60.6579 27.4799 60.2484C27.6056 60.0575 27.5442 59.8179 27.401 59.6589C26.4413 58.5912 25.4571 57.5185 24.2 56.774C23.0452 56.09 21.6521 55.7431 20.3176 56.0701C19.6355 56.2372 18.9913 56.5632 18.5046 57.0623C18.3042 57.268 18.604 57.5494 18.8207 57.3694L18.8218 57.3704Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M30.4912 62.9684C31.6131 62.863 32.7259 63.1225 33.7263 63.5857C34.2623 63.8342 34.7706 64.1315 35.278 64.4307C35.725 64.6951 36.172 64.9645 36.5945 65.2648C36.6405 65.2976 36.6865 65.3324 36.7326 65.3652C36.795 65.4099 36.6415 65.2946 36.7397 65.3701C36.7592 65.386 36.7796 65.4009 36.8001 65.4159C36.8993 65.4934 36.9965 65.5729 37.0906 65.6554C37.2666 65.8095 37.4384 65.9676 37.5939 66.1416C37.6297 66.1813 37.6635 66.2231 37.6993 66.2638C37.7484 66.3205 37.6287 66.1674 37.6973 66.2608C37.7116 66.2797 37.7259 66.2986 37.7392 66.3175C37.8078 66.4109 37.8702 66.5074 37.9265 66.6088C37.949 66.6485 37.9694 66.6883 37.9899 66.7291C37.994 66.737 38.0441 66.8374 38.0063 66.7619C37.9694 66.6873 38.0155 66.7867 38.0196 66.7957C38.0595 66.9 38.0923 67.0074 38.1148 67.1178C38.1189 67.1396 38.123 67.1615 38.1271 67.1844C38.1455 67.2808 38.124 67.1526 38.124 67.1526C38.1394 67.1605 38.1363 67.3056 38.1363 67.3235C38.1384 67.3762 38.1364 67.4279 38.1343 67.4806C38.1333 67.5094 38.1313 67.5373 38.1282 67.5651C38.1272 67.576 38.1262 67.586 38.1252 67.5969C38.1191 67.6516 38.1201 67.6387 38.1313 67.5581C38.1139 67.589 38.116 67.6436 38.1078 67.6794C38.0966 67.7291 38.0833 67.7778 38.069 67.8265C38.0567 67.8643 38.0445 67.9021 38.0302 67.9399C38.0108 67.9896 37.9658 68.0254 38.0363 67.9309C38.0199 67.9538 38.0108 67.9866 37.9975 68.0115C37.9576 68.091 37.9116 68.1675 37.8615 68.2411C37.839 68.2739 37.8155 68.3057 37.792 68.3385C37.7307 68.422 37.8554 68.2699 37.8073 68.3196C37.7859 68.3415 37.7685 68.3654 37.748 68.3882C37.6836 68.4608 37.6141 68.5294 37.5425 68.594C37.5119 68.6218 37.4802 68.6487 37.4485 68.6755C37.428 68.6924 37.4076 68.7083 37.3871 68.7252C37.2982 68.7988 37.4311 68.6964 37.3912 68.7242C37.1959 68.8574 37.0027 68.9867 36.792 69.098C36.6867 69.1537 36.5804 69.2054 36.472 69.2551C36.4147 69.2809 36.3564 69.3058 36.2992 69.3306C36.2736 69.3416 36.2102 69.3614 36.3247 69.3207C36.292 69.3326 36.2603 69.3465 36.2276 69.3595C36.0006 69.4479 35.7684 69.5175 35.5394 69.599C35.4207 69.6408 35.3021 69.6796 35.1835 69.7213C35.1037 69.7491 35.026 69.7819 34.9514 69.8217C35.0618 69.7631 34.9279 69.8346 34.8788 69.8555C34.844 69.8694 34.8103 69.8843 34.7755 69.8993C34.6149 69.9659 34.5332 70.2015 34.5844 70.3555C34.6376 70.5166 34.7993 70.6647 34.9854 70.6518C35.06 70.6468 35.1613 70.6498 35.2308 70.6269C35.1347 70.6578 35.192 70.6339 35.2278 70.6369C35.2799 70.6409 35.3648 70.6249 35.4026 70.618C35.5151 70.5991 35.6266 70.5743 35.737 70.5494C35.9682 70.4977 36.1931 70.4202 36.415 70.3406C36.8752 70.1746 37.3323 69.9798 37.7413 69.7134C38.5624 69.1795 39.1778 68.3534 39.1601 67.3603C39.1393 66.2608 38.3771 65.388 37.5209 64.7528C37.1107 64.4476 36.6698 64.1871 36.2218 63.9376C35.6715 63.6314 35.114 63.3441 34.531 63.1006C33.2606 62.5717 31.798 62.1681 30.4523 62.6831C30.3091 62.7377 30.3092 62.9873 30.4923 62.9704L30.4912 62.9684Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M35.7277 74.2089C36.1979 73.3451 37.2327 72.9226 38.1971 72.8719C38.4518 72.8589 38.7095 72.8669 38.9632 72.8987C38.9038 72.8917 39.0112 72.9057 39.0112 72.9057C39.044 72.9106 39.0767 72.9156 39.1094 72.9206C39.1646 72.9295 39.2189 72.9385 39.2731 72.9484C39.404 72.9733 39.5328 73.0041 39.6607 73.0409C39.7773 73.0747 39.8908 73.1154 40.0054 73.1572C40.1077 73.1939 39.9399 73.1273 40.0381 73.1701C40.0708 73.184 40.1026 73.1979 40.1343 73.2128C40.214 73.2496 40.2928 73.2884 40.3716 73.3282C40.6549 73.4713 40.927 73.6324 41.1858 73.8153C41.2073 73.8312 41.2298 73.8461 41.2513 73.862C41.2533 73.863 41.3597 73.9425 41.2963 73.8948C41.3607 73.9435 41.4231 73.9932 41.4855 74.0439C41.6113 74.1463 41.7331 74.2517 41.8518 74.361C42.0819 74.5718 42.306 74.7905 42.5208 75.0161C42.9546 75.4714 43.3546 75.9546 43.7495 76.4417C44.2304 77.0332 44.7092 77.6267 45.189 78.2181L45.3619 78.4319C45.3937 78.4706 45.4243 78.5094 45.4561 78.5482C45.4622 78.5551 45.5635 78.6854 45.4949 78.5949C45.5369 78.6506 45.5788 78.7053 45.6147 78.7649C45.6361 78.7997 45.6576 78.8355 45.673 78.8723C45.6177 78.741 45.6894 79.0174 45.6668 78.8593C45.6781 78.9359 45.6689 78.8782 45.675 78.8504C45.672 78.8623 45.6689 78.8733 45.6668 78.8852C45.6495 78.9349 45.6525 78.9299 45.676 78.8683C45.6699 78.8782 45.6638 78.8882 45.6587 78.8981C45.629 78.9409 45.6331 78.9369 45.6709 78.8862C45.6638 78.91 45.6116 78.9468 45.5943 78.9627C45.5789 78.9766 45.4808 79.0522 45.5779 78.9806C45.5585 78.9955 45.538 79.0094 45.5176 79.0234C45.4286 79.085 45.3386 79.1446 45.2487 79.2053C44.5258 79.6934 43.7926 80.1706 43.0953 80.6925C42.9092 80.8316 42.6986 80.9579 42.581 81.1627C42.4226 81.438 42.5301 81.8317 42.8615 81.9271C43.0793 81.9898 43.3145 81.8894 43.4208 81.6955C43.5302 81.4957 43.4493 81.2074 43.1967 81.1617C42.9962 81.1259 42.7283 81.2959 42.8235 81.5245C42.8235 81.4828 42.8255 81.442 42.8265 81.4003C42.8541 81.3535 42.8828 81.3068 42.9104 81.2601L43.1026 81.1845C43.1691 81.1975 43.1875 81.2004 43.1578 81.1925C43.1139 81.1855 43.0699 81.1786 43.0249 81.1746C43.0914 81.1915 43.1568 81.2094 43.2233 81.2263C43.2182 81.2233 43.2131 81.2203 43.208 81.2173C43.3696 81.3416 43.4156 81.4689 43.3492 81.5971C43.341 81.608 43.3328 81.619 43.3257 81.6299C43.3635 81.5971 43.3635 81.5961 43.3236 81.6279C43.3891 81.5842 43.4586 81.5454 43.5261 81.5036C43.6979 81.3993 43.8717 81.2979 44.0404 81.1895C44.3646 80.9817 44.6795 80.7561 44.9975 80.5404C45.3022 80.3336 45.6079 80.1258 45.9126 79.919C46.2173 79.7123 46.5322 79.4767 46.617 79.1019C46.7161 78.6655 46.4818 78.3026 46.2147 77.9776C45.9774 77.6893 45.737 77.405 45.4986 77.1177C45.0464 76.5759 44.5983 76.0311 44.142 75.4923C43.3327 74.537 42.4672 73.6115 41.3614 72.9733C40.3836 72.4086 39.2861 72.1651 38.1602 72.3639C37.6151 72.4603 37.0813 72.6671 36.6355 72.9902C36.2091 73.3003 35.8973 73.7149 35.6981 74.194C35.6909 74.2099 35.7185 74.2219 35.7277 74.2059L35.7277 74.2089Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M45.4104 83.7002C45.5669 83.5212 45.7202 83.3234 45.9175 83.1852C46.1108 83.05 46.2785 82.8741 46.4635 82.726C46.7999 82.4586 47.1803 82.1951 47.573 82.0341C47.6752 81.9923 47.7816 81.9585 47.8879 81.9297C47.9421 81.9148 47.9963 81.9029 48.0505 81.8909C48.0812 81.885 48.1119 81.88 48.1426 81.874C48.1548 81.872 48.1671 81.87 48.1794 81.8681C48.1548 81.871 48.1558 81.87 48.1794 81.8681C48.4217 81.8392 48.7204 81.8661 48.9178 81.8999C49.4752 81.9963 50.0091 82.215 50.5328 82.4178C50.5921 82.4407 50.6504 82.4635 50.7097 82.4874C50.7343 82.4973 50.8714 82.553 50.7977 82.5222C50.9266 82.5759 51.0555 82.6315 51.1823 82.6912C51.4084 82.7975 51.6293 82.9148 51.838 83.051C51.884 83.0809 51.929 83.1127 51.974 83.1435C52.0825 83.2171 51.9321 83.1077 51.9945 83.1574C52.0211 83.1783 52.0487 83.1992 52.0743 83.221C52.1694 83.2996 52.2615 83.3831 52.3464 83.4715C52.3853 83.5113 52.4201 83.5541 52.4569 83.5948C52.507 83.6505 52.3924 83.5043 52.462 83.6008C52.4763 83.6207 52.4917 83.6405 52.506 83.6604C52.5735 83.7569 52.6349 83.8573 52.6871 83.9626C52.7014 83.9905 52.7137 84.0183 52.727 84.0461C52.7199 84.0312 52.6912 83.9537 52.7219 84.0352C52.7393 84.0809 52.7567 84.1267 52.7721 84.1734C52.7895 84.2251 52.8038 84.2778 52.8171 84.3314C52.8243 84.3613 52.8304 84.3901 52.8366 84.4199C52.8437 84.4547 52.8826 84.5462 52.8417 84.4358C52.8724 84.5183 52.8571 84.6506 52.852 84.737C52.851 84.7579 52.8571 84.8086 52.8449 84.8245C52.8479 84.8195 52.8663 84.7082 52.8479 84.8017C52.8367 84.8593 52.8244 84.916 52.8081 84.9726C52.8009 84.9955 52.7938 85.0174 52.7866 85.0392C52.7846 85.0462 52.7376 85.1506 52.7723 85.08C52.802 85.0184 52.7672 85.088 52.7591 85.1029C52.7458 85.1297 52.7304 85.1556 52.7151 85.1814C52.6926 85.2192 52.666 85.255 52.6415 85.2917C52.5945 85.3613 52.6548 85.2679 52.664 85.2649C52.6466 85.2699 52.619 85.3186 52.6047 85.3345C52.4749 85.4786 52.3266 85.6059 52.1743 85.7272C51.8573 85.9807 51.5168 86.2173 51.2848 86.5533C51.157 86.7382 51.0824 86.9479 51.0651 87.1696C51.0549 87.2939 51.0549 87.436 51.1214 87.5454C51.1971 87.6716 51.3393 87.7512 51.4876 87.7372C51.6339 87.7233 51.7484 87.6269 51.8087 87.5006C51.822 87.4728 51.869 87.3873 51.8679 87.3535C51.868 87.3674 51.825 87.435 51.8608 87.3784C51.8751 87.3565 51.8863 87.3326 51.9017 87.3108C51.9211 87.2809 51.9436 87.2521 51.9651 87.2233C52.0448 87.1199 51.9139 87.276 51.9845 87.1984C52.0448 87.1318 52.1072 87.0662 52.1716 87.0036C52.4487 86.7342 52.7779 86.5195 53.0662 86.261C53.4077 85.9548 53.6919 85.5751 53.7869 85.1247C53.8992 84.5889 53.7988 84.0601 53.5675 83.568C53.1091 82.5938 52.0831 82.0718 51.1053 81.702C50.6031 81.5122 50.0845 81.3084 49.5557 81.197C49.254 81.1334 48.9359 81.0867 48.6261 81.1006C48.3683 81.1125 48.0943 81.1811 47.8519 81.2666C47.3938 81.4277 46.9899 81.6891 46.6321 82.0072C46.2875 82.3124 45.9685 82.6971 45.7396 83.0898C45.6241 83.2876 45.4779 83.4656 45.3419 83.6495C45.3143 83.6863 45.3767 83.733 45.4074 83.6982L45.4104 83.7002Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M53.5516 89.3471C53.7141 89.0697 53.9278 88.8063 54.1844 88.6184C54.4687 88.4096 54.7744 88.2675 55.0873 88.168C55.4616 88.0498 55.7449 88.008 56.1274 88.009C56.2154 88.009 56.3033 88.012 56.3913 88.0189C56.4322 88.0219 56.4731 88.0259 56.514 88.0299C56.5232 88.0299 56.5958 88.0398 56.5529 88.0338C56.5089 88.0279 56.6183 88.0438 56.6275 88.0458C56.8535 88.0826 57.0775 88.1352 57.2964 88.2019C58.1484 88.4593 58.9381 88.9395 59.7043 89.4256C60.0746 89.6612 60.4489 89.8928 60.8049 90.1493C60.807 90.1513 60.8622 90.191 60.8254 90.1642C60.7855 90.1344 60.853 90.1861 60.8622 90.192C60.9001 90.2209 60.9369 90.2507 60.9737 90.2805C61.0576 90.3491 61.1394 90.4197 61.2182 90.4933C61.297 90.5668 61.3727 90.6424 61.4443 90.7219C61.476 90.7567 61.5047 90.7935 61.5364 90.8273C61.5834 90.878 61.4995 90.7766 61.5405 90.8313C61.5609 90.8581 61.5804 90.8839 61.5998 90.9108C61.6643 91.0002 61.7246 91.0927 61.7768 91.1891C61.8004 91.2329 61.8218 91.2786 61.8433 91.3233C61.8004 91.2339 61.8474 91.3363 61.8597 91.372C61.8945 91.4665 61.9222 91.5639 61.9426 91.6623C61.9478 91.6842 61.9519 91.7061 61.956 91.7279C61.959 91.7428 61.9672 91.8383 61.9631 91.7677C61.959 91.7051 61.9621 91.7627 61.9631 91.7747C61.9652 91.8025 61.9683 91.8303 61.9693 91.8582C61.9755 91.9576 61.9714 92.057 61.9653 92.1564C61.9653 92.1673 61.9653 92.1962 61.9602 92.2051C61.9694 92.1435 61.9714 92.1305 61.9653 92.1653C61.9633 92.1812 61.9602 92.1971 61.9571 92.213C61.949 92.2558 61.9398 92.2976 61.9285 92.3393C61.9163 92.386 61.902 92.4318 61.8866 92.4775C61.8764 92.5093 61.8264 92.6485 61.8703 92.5332C61.8223 92.6604 61.7722 92.7688 61.8101 92.9089C61.8254 92.9646 61.8582 93.0272 61.8817 93.0769C61.8694 92.9865 61.8571 92.897 61.8448 92.8065C61.8121 92.904 61.7907 92.9994 61.7835 93.1018C61.7948 93.06 61.806 93.0193 61.8183 92.9775C61.7866 93.0391 61.757 93.0968 61.712 93.1505C61.6609 93.2111 61.6414 93.2897 61.6844 93.3612C61.7213 93.4219 61.8143 93.4706 61.8869 93.4408C62.0915 93.3573 62.2806 93.3006 62.4493 93.1475C62.3645 93.1813 62.2796 93.2161 62.1937 93.2499C62.3809 93.24 62.5506 93.1783 62.6569 93.0163C62.7234 92.9139 62.7693 92.7896 62.8071 92.6743C62.8736 92.4725 62.9001 92.2498 62.9031 92.0391C62.9091 91.6136 62.7995 91.1911 62.6051 90.8124C62.1773 89.9783 61.3222 89.4057 60.5264 88.9335C58.9276 87.9841 57.0669 86.9244 55.1301 87.4851C54.2742 87.7326 53.4419 88.3281 53.212 89.2049C53.1609 89.4007 53.4443 89.524 53.5506 89.3441L53.5516 89.3471Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M65.2186 94.8749C65.2872 94.7553 65.3353 94.6915 65.4192 94.6069C65.5206 94.5043 65.5656 94.4694 65.6731 94.4016C65.7243 94.3698 65.7765 94.3409 65.8308 94.314C65.8605 94.3 65.8892 94.2861 65.9199 94.2731C65.8748 94.2931 65.9516 94.2612 65.966 94.2562C66.0858 94.2134 66.2097 94.1805 66.3346 94.1596C66.353 94.1566 66.3725 94.1536 66.3909 94.1506C66.3858 94.1506 66.3397 94.1566 66.3776 94.1526C66.4063 94.1496 66.4339 94.1466 66.4626 94.1446C66.5291 94.1396 66.5957 94.1367 66.6623 94.1377C66.7247 94.1377 66.7862 94.1406 66.8486 94.1456C66.8671 94.1476 66.9541 94.1576 66.9183 94.1526C66.8814 94.1476 66.9695 94.1616 66.9859 94.1645C67.1118 94.1875 67.2337 94.2233 67.3535 94.2672C67.4375 94.298 67.3279 94.2522 67.3853 94.2801C67.4099 94.2921 67.4355 94.303 67.4611 94.316C67.5195 94.3449 67.5758 94.3767 67.6301 94.4116C67.6608 94.4315 67.6905 94.4535 67.7212 94.4744C67.6536 94.4286 67.7305 94.4823 67.753 94.5023C67.8052 94.5471 67.8544 94.5959 67.9005 94.6457C67.922 94.6696 67.9445 94.6925 67.9661 94.7165C67.9896 94.7414 68.0429 94.8121 67.9947 94.7463C68.0654 94.845 68.1412 94.9197 68.2457 94.9854C68.4618 95.1219 68.7608 94.9436 68.7556 94.7005C68.7483 94.3349 68.4185 94.047 68.1225 93.8587C67.8674 93.6963 67.5663 93.5877 67.2652 93.5399C66.6457 93.4413 65.9811 93.529 65.4497 93.8717C65.1589 94.059 64.9153 94.311 64.7638 94.6178C64.7024 94.7424 64.7291 94.8938 64.8582 94.9675C64.979 95.0362 65.148 94.9964 65.2176 94.8758L65.2186 94.8749Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M45.1664 65.3352C44.2563 65.7368 44.1432 66.8234 44.3735 67.6604C44.5036 68.1316 44.7471 68.568 45.0643 68.9438C45.3876 69.3265 45.7865 69.6526 46.1671 69.9787C46.3665 70.1487 46.564 70.3216 46.7512 70.5055C46.8381 70.591 46.9241 70.6795 47.0049 70.771C47.0448 70.8167 47.0837 70.8624 47.1226 70.9091C47.0581 70.8326 47.1348 70.925 47.143 70.936C47.1645 70.9648 47.186 70.9936 47.2065 71.0235C47.275 71.1209 47.3395 71.2223 47.3958 71.3277C47.4244 71.3803 47.45 71.435 47.4756 71.4887C47.4377 71.4112 47.4664 71.4668 47.4735 71.4847C47.4909 71.5314 47.5094 71.5782 47.5247 71.6249C47.6127 71.8873 47.6588 72.1607 47.7459 72.4241C47.9332 72.9848 48.3158 73.4401 48.9091 73.6151C49.398 73.7592 49.9461 73.6867 50.4155 73.5107C50.6998 73.4043 50.9728 73.2731 51.2233 73.1031C51.4728 72.9341 51.6875 72.7293 51.9196 72.5405C51.9451 72.5196 51.9707 72.4997 51.9963 72.4798C52.0116 72.4679 52.0269 72.456 52.0433 72.444C52.0014 72.4748 52.0024 72.4748 52.0443 72.444C52.1087 72.3993 52.1742 72.3556 52.2396 72.3128C52.2856 72.283 52.3173 72.2591 52.3664 72.2223C52.4063 72.1915 52.4063 72.1915 52.3644 72.2223C52.3889 72.2035 52.4145 72.1846 52.439 72.1657C52.4727 72.1398 52.5044 72.113 52.5382 72.0862C52.4717 72.1398 52.5566 72.0792 52.5709 72.0683C52.6455 72.0106 52.5167 72.0782 52.6057 72.0474C52.6374 72.0365 52.6701 72.0265 52.7028 72.0176C52.7642 72.0017 52.8266 71.9907 52.8879 71.9748C52.9482 71.9589 52.9063 71.9728 52.891 71.9738C52.9114 71.9728 52.9319 71.9718 52.9523 71.9718C52.9145 71.9559 52.9339 71.9569 53.0117 71.9748C53.0485 71.9798 53.0822 71.9877 53.1334 72.0136C53.3042 72.1001 53.5199 71.9201 53.4084 71.7462C53.2744 71.5364 53.081 71.3803 52.8284 71.3257C52.676 71.2929 52.5216 71.3167 52.3712 71.3475C52.2485 71.3724 52.1187 71.3893 52.0011 71.433C51.7055 71.5434 51.4581 71.7412 51.2188 71.939C51.1299 72.0126 51.045 72.0911 50.9571 72.1667C50.9141 72.2035 50.8702 72.2383 50.8262 72.273C50.909 72.2074 50.8456 72.2581 50.8242 72.273C50.7915 72.2969 50.7577 72.3188 50.725 72.3416C50.6381 72.3993 50.5471 72.453 50.455 72.5027C50.4039 72.5305 50.3507 72.5564 50.2986 72.5812C50.272 72.5931 50.2454 72.6061 50.2188 72.617C50.1074 72.6657 50.2741 72.6001 50.1851 72.6309C50.0869 72.6647 49.9908 72.6995 49.8896 72.7254C49.8354 72.7393 49.7801 72.7522 49.7249 72.7621C49.6983 72.7671 49.6697 72.7691 49.6431 72.7761C49.6073 72.781 49.6216 72.78 49.685 72.7711C49.6636 72.7741 49.6421 72.7761 49.6196 72.778C49.5183 72.787 49.4191 72.785 49.3179 72.782C49.2228 72.779 49.3271 72.7651 49.3332 72.787C49.3332 72.786 49.2811 72.7781 49.2729 72.7771C49.2136 72.7661 49.1542 72.7512 49.097 72.7323C49.1011 72.7333 49.0407 72.7134 49.0407 72.7124C49.0407 72.7154 49.1379 72.7582 49.0407 72.7095C48.9998 72.6886 48.9619 72.6647 48.9231 72.6419C48.8576 72.6031 48.8955 72.6498 48.9292 72.6488C48.922 72.6488 48.8903 72.616 48.8822 72.6091C48.8586 72.5882 48.8361 72.5663 48.8146 72.5434C48.7983 72.5265 48.7399 72.45 48.7972 72.5285C48.7584 72.4749 48.7215 72.4192 48.6908 72.3605C48.6785 72.3377 48.6673 72.3138 48.655 72.2899C48.6929 72.3655 48.655 72.288 48.6458 72.2671C48.5946 72.1359 48.5567 71.9997 48.5209 71.8635C48.4462 71.5851 48.3663 71.3167 48.2435 71.0543C48.0296 70.598 47.6818 70.2033 47.3125 69.8584C46.9452 69.5154 46.5432 69.2102 46.1606 68.8851C45.9734 68.7261 45.7872 68.5631 45.6235 68.3811C45.5918 68.3463 45.5621 68.3106 45.5324 68.2748C45.5918 68.3463 45.4946 68.2231 45.4803 68.2022C45.4148 68.1107 45.3554 68.0163 45.3012 67.9189C45.2726 67.8672 45.2449 67.8155 45.2193 67.7628C45.2081 67.7389 45.1968 67.7151 45.1856 67.6902C45.1743 67.6654 45.1764 67.6713 45.1917 67.7061C45.1835 67.6863 45.1753 67.6664 45.1671 67.6475C45.1242 67.5391 45.0842 67.4308 45.0525 67.3184C45.0361 67.2588 45.0208 67.1982 45.0085 67.1375C45.0023 67.1107 44.9798 66.9725 44.9911 67.051C44.9757 66.9387 44.9695 66.8244 44.9725 66.711C44.9746 66.6584 44.9786 66.6067 44.9837 66.554C44.9756 66.6275 44.9827 66.5639 44.9858 66.545C44.9929 66.5132 44.998 66.4814 45.0062 66.4496C45.0174 66.4049 45.0307 66.3611 45.045 66.3184C45.0491 66.3084 45.0828 66.2239 45.0522 66.2945C45.0634 66.2697 45.0757 66.2448 45.088 66.221C45.1135 66.1722 45.1442 66.1285 45.1738 66.0818C45.18 66.0718 45.2096 66.0341 45.1738 66.0798C45.1912 66.0579 45.2096 66.037 45.227 66.0152C45.2638 65.9724 45.3037 65.9317 45.3466 65.8939C45.3977 65.8492 45.3844 65.8591 45.454 65.8144C45.7628 65.6145 45.4967 65.1911 45.1664 65.3372L45.1664 65.3352Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M55.843 74.532C54.9685 74.0628 53.9869 74.8024 53.7274 75.6166C53.5547 76.1574 53.7001 76.733 53.9345 77.233C54.1637 77.7221 54.5177 78.1545 54.8901 78.5472C56.3009 80.0334 58.4991 81.279 60.622 80.5255C61.1445 80.3396 61.6333 80.0602 62.029 79.6775C62.4379 79.2818 62.7712 78.758 62.8109 78.1883C62.8231 78.0104 62.6666 77.8175 62.4896 77.7778C62.3137 77.739 62.0775 77.7996 61.9957 77.9736C61.9691 78.0313 61.9395 78.0869 61.914 78.1446C61.8996 78.1784 61.8853 78.2112 61.8721 78.245C61.8659 78.2599 61.8394 78.3275 61.8639 78.2679C61.8925 78.1983 61.8496 78.2977 61.8465 78.3037C61.8373 78.3235 61.8271 78.3434 61.8169 78.3623C61.7944 78.406 61.7698 78.4498 61.7443 78.4915C61.6962 78.5711 61.6451 78.6506 61.591 78.7271C61.5777 78.745 61.5644 78.7629 61.5521 78.7808C61.502 78.8504 61.5623 78.7729 61.5664 78.7629C61.545 78.8077 61.4918 78.8514 61.4581 78.8882C61.3936 78.9578 61.3262 79.0244 61.2546 79.087C61.2168 79.1208 61.1779 79.1536 61.138 79.1844C61.1227 79.1964 61.0961 79.2123 61.0849 79.2262C61.1155 79.1874 61.1432 79.1834 61.0879 79.2222C60.9243 79.3375 60.7495 79.4379 60.5675 79.5234C60.5276 79.5423 60.4836 79.5682 60.4407 79.5801C60.5665 79.5463 60.411 79.59 60.3783 79.6019C60.2791 79.6377 60.1799 79.6705 60.0787 79.6984C59.9825 79.7252 59.8864 79.7481 59.7882 79.767C59.7422 79.7759 59.6962 79.7839 59.6502 79.7908C59.6287 79.7938 59.6031 79.7998 59.5806 79.8008C59.7146 79.7938 59.595 79.7978 59.5694 79.8008C59.373 79.8197 59.1746 79.8226 58.9772 79.8087C58.9149 79.8047 58.8535 79.7968 58.7911 79.7908C58.7175 79.7839 58.8668 79.8038 58.7942 79.7908C58.7604 79.7849 58.7256 79.7809 58.6919 79.7749C58.5702 79.754 58.4495 79.7282 58.3298 79.6984C58.2235 79.6715 58.1181 79.6407 58.0148 79.6069C57.9626 79.59 57.9115 79.5721 57.8593 79.5532C57.8276 79.5413 57.7949 79.5294 57.7632 79.5175C57.7294 79.5045 57.6793 79.4837 57.7407 79.5095C57.5116 79.4141 57.2896 79.3027 57.0748 79.1795C56.8702 79.0622 56.6728 78.9339 56.4815 78.7977C56.4365 78.7659 56.3915 78.7331 56.3475 78.6993C56.4089 78.746 56.3373 78.6904 56.3219 78.6794C56.2994 78.6625 56.2779 78.6456 56.2554 78.6287C56.1562 78.5532 56.058 78.4746 55.9619 78.3941C55.6018 78.0939 55.2243 77.739 54.9491 77.398C54.6718 77.0551 54.462 76.6713 54.3739 76.2339C54.3668 76.2001 54.3647 76.1564 54.3586 76.0898C54.3524 76.0262 54.3462 75.9645 54.3462 75.9009C54.3462 75.7757 54.3513 75.7389 54.386 75.6106C54.4402 75.4128 54.5352 75.2219 54.6661 75.0539C54.9431 74.698 55.3552 74.4624 55.8185 74.5857C55.8533 74.5947 55.8758 74.5459 55.843 74.529L55.843 74.532Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M65.9727 81.3253C65.6688 80.9087 65.1481 80.6642 64.6266 80.6533C64.0088 80.6403 63.4567 80.9217 63.0211 81.3312C62.5273 81.7955 62.1971 82.3949 61.9662 83.0182C61.7179 83.6873 61.6384 84.4209 61.8779 85.1048C62.3129 86.3475 63.4535 87.1795 64.5194 87.8983C65.6241 88.6429 66.96 89.3377 68.3498 89.2334C69.0166 89.1837 69.6834 88.9779 70.2253 88.5912C70.5228 88.3784 70.7744 88.1418 70.987 87.8466C71.0698 87.7323 71.1393 87.611 71.1976 87.4827C71.2793 87.3038 71.3815 87.0811 71.362 86.8793C71.3415 86.6785 71.2269 86.4747 71.007 86.426C70.7922 86.3783 70.5785 86.4588 70.4609 86.6417C70.4119 86.7173 70.3853 86.8068 70.3526 86.8903C70.3424 86.9151 70.3332 86.941 70.323 86.9668C70.3189 86.9767 70.3148 86.9867 70.3117 86.9976C70.2954 87.0374 70.2954 87.0374 70.3117 86.9976C70.3158 86.9877 70.3199 86.9777 70.325 86.9678C70.3158 86.9877 70.3066 87.0066 70.2974 87.0264C70.2831 87.0553 70.2678 87.0841 70.2525 87.1119C70.2208 87.1686 70.187 87.2233 70.1502 87.277C70.138 87.2949 70.1257 87.3127 70.1124 87.3296C70.1063 87.3386 70.0991 87.3475 70.093 87.3555C70.0603 87.3982 70.0664 87.3903 70.1124 87.3316C70.1186 87.3485 70.0173 87.441 70.004 87.4549C69.9202 87.5434 69.8282 87.6229 69.7341 87.7014C69.6615 87.7611 69.7556 87.6885 69.7587 87.6845C69.7495 87.7034 69.6932 87.7313 69.6758 87.7432C69.6288 87.775 69.5807 87.8058 69.5327 87.8347C69.4243 87.8993 69.3118 87.9569 69.1963 88.0086C69.186 88.0136 69.1748 88.0176 69.1646 88.0225C69.1124 88.0444 69.1216 88.0404 69.1922 88.0116C69.185 88.0196 69.1329 88.0345 69.1267 88.0365C69.0725 88.0563 69.0173 88.0762 68.9621 88.0931C68.8404 88.1329 68.7156 88.1647 68.5899 88.1895C68.5551 88.1965 68.5213 88.2025 68.4866 88.2084C68.4753 88.2104 68.4641 88.2124 68.4518 88.2144C68.4058 88.2214 68.4058 88.2214 68.4518 88.2144L68.4866 88.2104C68.4631 88.2134 68.4406 88.2164 68.417 88.2184C68.3884 88.2214 68.3598 88.2243 68.3301 88.2263C68.1982 88.2363 68.0652 88.2383 67.9323 88.2313C67.8597 88.2273 67.787 88.2204 67.7144 88.2144C67.6919 88.2124 67.6122 88.2035 67.7216 88.2164C67.6786 88.2114 67.6357 88.2045 67.5927 88.1965C67.4362 88.1707 67.2818 88.1359 67.1284 88.0931C66.9893 88.0543 66.8522 88.0106 66.7162 87.9609C66.6753 87.946 66.6354 87.9301 66.5945 87.9152C66.5761 87.9082 66.5034 87.8784 66.5955 87.9162C66.5147 87.8834 66.4349 87.8476 66.3561 87.8108C66.0769 87.6816 65.8069 87.5354 65.544 87.3774C65.2678 87.2123 64.9988 87.0344 64.7338 86.8515C64.6213 86.7739 64.5098 86.6954 64.3993 86.6159C64.3461 86.5771 64.2929 86.5383 64.2408 86.4996C64.3257 86.5632 64.252 86.5085 64.2316 86.4916C64.1947 86.4638 64.1579 86.435 64.1221 86.4061C63.9042 86.2341 63.6925 86.0552 63.495 85.8614C63.4029 85.7709 63.3139 85.6765 63.229 85.578C63.2034 85.5492 63.1799 85.5194 63.1554 85.4896C63.2178 85.5631 63.1728 85.5114 63.1595 85.4945C63.1144 85.4339 63.0694 85.3723 63.0264 85.3096C62.9538 85.2003 62.8873 85.087 62.83 84.9697C62.8167 84.9418 62.8034 84.914 62.7901 84.8852C62.8371 84.9885 62.787 84.8732 62.7808 84.8573C62.7563 84.7937 62.7348 84.7281 62.7153 84.6625C62.6959 84.5959 62.6795 84.5293 62.6672 84.4607C62.6621 84.4358 62.658 84.411 62.6539 84.3861C62.6693 84.4766 62.6488 84.3314 62.6488 84.3265C62.6354 84.1614 62.6333 83.9964 62.6476 83.8314C62.6496 83.8016 62.6537 83.7718 62.6568 83.7419C62.6721 83.5988 62.6394 83.8185 62.667 83.6763C62.6813 83.6018 62.6945 83.5272 62.7119 83.4526C62.7497 83.2896 62.7977 83.1296 62.8539 82.9715C62.8774 82.9039 62.9019 82.8373 62.9285 82.7717C62.9428 82.7359 62.9571 82.7001 62.9724 82.6643C62.9755 82.6564 63.0021 82.5977 62.9796 82.6484C63.0409 82.5122 63.0797 82.4188 63.1646 82.2587C63.4262 81.7676 63.8137 81.3064 64.372 81.1105C64.8946 80.9276 65.5256 80.9396 65.9287 81.3521C65.9481 81.372 65.986 81.3452 65.9686 81.3223L65.9727 81.3253Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M73.4434 88.1254C72.7848 88.2884 72.3033 88.8421 72.0989 89.4545C71.9988 89.7547 71.958 90.0897 71.998 90.4039C72.0216 90.5878 72.0113 90.4993 72.0062 90.4586C72.0134 90.5102 72.0164 90.5401 72.0267 90.5838C72.0359 90.6206 72.0472 90.6564 72.0584 90.6922C72.0912 90.7896 72.1331 90.886 72.1802 90.9785C72.2672 91.1475 72.39 91.3025 72.526 91.4377C72.8718 91.7807 73.3413 91.9865 73.7944 92.1595C74.2608 92.3384 74.7334 92.5064 75.209 92.6595C76.1592 92.9647 77.1993 93.1705 78.2026 93.0641C78.7354 93.0074 79.2375 92.8842 79.7263 92.6694C79.9554 92.569 80.1639 92.4348 80.3623 92.2867C80.5729 92.1286 80.7887 91.9278 80.9062 91.6922C80.9869 91.5302 80.9859 91.3175 80.8385 91.1862C80.7025 91.065 80.4826 91.0182 80.318 91.1206C80.2607 91.1574 80.2065 91.1992 80.1544 91.2419C80.1022 91.2847 80.2116 91.2021 80.1574 91.2399C80.1421 91.2508 80.1278 91.2618 80.1124 91.2727C80.0327 91.3314 79.9499 91.386 79.8691 91.4437C79.7157 91.5531 79.5531 91.6485 79.3824 91.731C79.3486 91.7479 79.3139 91.7638 79.2791 91.7797C79.2607 91.7887 79.1584 91.8483 79.14 91.8423C79.14 91.8423 79.23 91.8075 79.1738 91.8284C79.1503 91.8374 79.1257 91.8473 79.1022 91.8563C79.0541 91.8742 79.0061 91.8911 78.957 91.907C78.7729 91.9676 78.5847 92.0143 78.3945 92.0501C78.3495 92.0581 78.3056 92.066 78.2606 92.073C78.2411 92.076 78.2217 92.0789 78.2033 92.0819C78.1297 92.0939 78.2964 92.072 78.2217 92.0799C78.1246 92.0899 78.0284 92.0998 77.9313 92.1058C77.7257 92.1177 77.5191 92.1157 77.3135 92.1038C77.2021 92.0968 77.0906 92.0859 76.9791 92.075C76.9627 92.073 76.8809 92.063 76.9699 92.075C76.9464 92.072 76.9229 92.068 76.8983 92.065C76.8267 92.0551 76.7561 92.0432 76.6856 92.0312C76.4565 91.9915 76.2304 91.9417 76.0054 91.8851C75.5462 91.7688 75.0931 91.6296 74.642 91.4845C74.4293 91.4159 74.2165 91.3463 74.0038 91.2737C73.9128 91.2429 73.8217 91.2121 73.7327 91.1773C73.7072 91.1673 73.6816 91.1574 73.656 91.1475C73.6734 91.1544 73.7317 91.1803 73.6509 91.1445C73.6008 91.1226 73.5517 91.0997 73.5026 91.0759C73.4177 91.0341 73.3349 90.9884 73.2561 90.9377C73.2162 90.9129 73.1784 90.886 73.1405 90.8592C73.1323 90.8532 73.0669 90.8035 73.1037 90.8323C73.1344 90.8562 73.074 90.8065 73.0689 90.8015C73.0085 90.7498 72.9543 90.6951 72.9021 90.6365C72.8561 90.5848 72.94 90.6961 72.8868 90.6136C72.8653 90.5818 72.8438 90.551 72.8244 90.5182C72.808 90.4894 72.7916 90.4605 72.7763 90.4317C72.7681 90.4148 72.7609 90.3979 72.7517 90.381C72.7538 90.385 72.7732 90.4446 72.762 90.4049C72.7538 90.376 72.7394 90.3482 72.7282 90.3214C72.6893 90.2269 72.7169 90.2935 72.7241 90.3124C72.7087 90.2727 72.6944 90.2329 72.6811 90.1921C72.6616 90.1295 72.6473 90.0649 72.634 90.0013C72.6309 89.9873 72.6289 89.9734 72.6268 89.9595C72.6371 90.0192 72.6278 89.9704 72.6268 89.9575C72.6237 89.9197 72.6196 89.881 72.6196 89.8432C72.6165 89.6643 72.6298 89.5678 72.6727 89.4038C72.7115 89.2567 72.7636 89.1265 72.8392 88.9952C72.9905 88.7348 73.2359 88.524 73.5253 88.4177C73.7063 88.3511 73.6387 88.0817 73.4434 88.1304L73.4434 88.1254Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M31.2564 27.3091C31.6358 27.3568 32.0183 27.2991 32.4018 27.322C32.77 27.3438 33.129 27.4035 33.4869 27.491C34.2448 27.6759 35.016 27.9562 35.7065 28.2415C36.0276 28.3747 36.357 28.505 36.6434 28.7028C36.6598 28.7147 36.6772 28.7256 36.6935 28.7376C36.6782 28.7266 36.6475 28.6988 36.7068 28.7505C36.7375 28.7773 36.7682 28.8032 36.7969 28.831C36.8265 28.8589 36.8531 28.8887 36.8807 28.9185C36.8838 28.9225 36.9247 28.9742 36.8961 28.9364C36.8685 28.8996 36.9104 28.9593 36.9155 28.9662C36.935 28.9951 36.9534 29.0259 36.9698 29.0567C36.9779 29.0726 36.9851 29.0885 36.9943 29.1034C36.9913 29.0974 36.9728 29.0438 36.9872 29.0875C37.0117 29.1601 37.0312 29.2307 37.0486 29.3052C37.0322 29.2356 37.0476 29.2983 37.0486 29.334C37.0496 29.3678 37.0486 29.4016 37.0476 29.4354C37.0456 29.513 37.065 29.3847 37.0435 29.4593C37.0394 29.4752 37.0343 29.4911 37.0313 29.507C37.0292 29.516 37.0067 29.5855 37.0241 29.5358C37.0384 29.4951 36.9955 29.5846 36.9842 29.6044C36.9475 29.6671 37.02 29.5766 36.9658 29.6273C36.9474 29.6442 36.9301 29.6631 36.9106 29.679C36.9014 29.6869 36.8902 29.6949 36.881 29.7038C36.8442 29.7386 36.9485 29.6611 36.9035 29.6869C36.8033 29.7436 36.7092 29.8033 36.6039 29.851C36.5783 29.8629 36.5517 29.8728 36.5251 29.8848C36.5875 29.8569 36.564 29.8689 36.519 29.8868C36.4617 29.9096 36.4035 29.9315 36.3452 29.9534C36.0752 30.0548 35.7766 30.1492 35.5783 30.3659C35.5455 30.4017 35.5139 30.4425 35.4903 30.4852C35.474 30.515 35.4597 30.5498 35.4474 30.5816C35.4832 30.4882 35.4474 30.5667 35.4321 30.6144C35.4117 30.6781 35.3994 30.7496 35.4004 30.8172C35.4025 30.9624 35.465 31.0956 35.5785 31.189C35.6655 31.2606 35.8209 31.2676 35.8792 31.1513C35.8874 31.1354 35.8966 31.1194 35.9058 31.1035C35.9109 31.0956 35.9487 31.033 35.9242 31.0717C35.8914 31.1244 35.9589 31.027 35.9589 31.028C35.9487 31.0419 35.9037 31.0976 35.9569 31.028C36.0131 30.9554 35.9661 31.021 35.9548 31.032C35.9661 31.022 35.9753 31.0091 35.9875 31.0002C36.0039 30.9882 35.918 31.0409 35.9763 31.0101C35.9967 30.9992 36.0162 30.9872 36.0356 30.9763C36.0806 30.9514 36.1235 30.9256 36.1696 30.9027C36.2135 30.8819 36.2575 30.862 36.3015 30.8411C36.3291 30.8282 36.3567 30.8172 36.3843 30.8043C36.4242 30.7854 36.3475 30.8212 36.3465 30.8202C36.3465 30.8202 36.3925 30.8023 36.3966 30.8003C36.5152 30.7546 36.6348 30.7129 36.7534 30.6671C37.0306 30.5608 37.3036 30.4445 37.5234 30.2436C37.8322 29.9623 37.918 29.5527 37.8606 29.1601C37.7407 28.3389 36.9684 27.9204 36.2544 27.6311C35.4986 27.324 34.7181 26.9999 33.9132 26.8378C33.4478 26.7444 32.9661 26.6818 32.4906 26.7116C32.2543 26.7265 32.0161 26.7543 31.787 26.813C31.6735 26.8428 31.5579 26.8746 31.4495 26.9204C31.3411 26.9671 31.2573 27.0387 31.1704 27.1152C31.0865 27.1898 31.1612 27.3001 31.2543 27.311L31.2564 27.3091Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M36.8396 32.1673C37.3692 31.6026 38.0635 31.2418 38.8336 31.0966C39.2038 31.0271 39.5689 30.9972 39.9729 31.0171C40.4239 31.039 40.8698 31.1344 41.3096 31.2656C42.2465 31.545 43.0894 31.9565 43.9711 32.3949C44.1613 32.4894 44.3495 32.5868 44.5326 32.6922C44.6165 32.7399 44.6983 32.7896 44.7792 32.8423C44.8221 32.8701 44.8641 32.898 44.906 32.9268C44.9265 32.9417 44.9469 32.9556 44.9684 32.9705C45.0666 33.0411 44.9346 32.9427 44.9889 32.9864C45.0666 33.0481 45.1433 33.1127 45.2149 33.1813C45.2456 33.2111 45.2763 33.2419 45.306 33.2727C45.3224 33.2906 45.3397 33.3085 45.3561 33.3264C45.3612 33.3324 45.439 33.4248 45.3837 33.3552C45.441 33.4268 45.4922 33.5034 45.5372 33.5829C45.5618 33.6256 45.5822 33.6704 45.6068 33.7141C45.6385 33.7728 45.5843 33.6425 45.6007 33.6982C45.6068 33.7211 45.6181 33.7439 45.6252 33.7668C45.6385 33.8086 45.6498 33.8513 45.659 33.895C45.6631 33.9139 45.6652 33.9338 45.6703 33.9527C45.6826 34.0044 45.6651 33.8632 45.6682 33.9438C45.6713 34.0332 45.6724 34.1207 45.6673 34.2112C45.6622 34.2937 45.6734 34.1913 45.6714 34.1873C45.6765 34.2012 45.6612 34.244 45.6581 34.2609C45.6489 34.3046 45.6387 34.3474 45.6254 34.3901C45.6172 34.4189 45.6019 34.5124 45.5764 34.5293C45.5743 34.5313 45.6152 34.4507 45.5917 34.4945C45.5794 34.5154 45.5702 34.5382 45.559 34.5591C45.5365 34.6009 45.512 34.6426 45.4854 34.6824C45.4752 34.6983 45.4629 34.7132 45.4527 34.7291C45.4128 34.7868 45.469 34.7092 45.469 34.7092C45.4742 34.7152 45.3832 34.8007 45.374 34.8096C45.3607 34.8225 45.3464 34.8335 45.3331 34.8454C45.2779 34.8961 45.3903 34.8166 45.3453 34.8365C45.3095 34.8514 45.2727 34.8792 45.24 34.8981C45.1879 34.9289 45.2431 34.8742 45.2697 34.8882C45.2615 34.8842 45.2134 34.908 45.2042 34.91C45.1633 34.9219 45.1224 34.9269 45.0815 34.9369C45.0355 34.9478 44.9977 34.9667 44.9516 34.9866C45.0099 34.9617 45.0028 34.9667 44.9475 34.9836C44.5692 35.1029 44.5806 35.596 44.9478 35.7202C45.3743 35.8644 45.8559 35.5999 46.1217 35.2798C46.3988 34.9458 46.5439 34.5203 46.5437 34.0919C46.5434 33.1226 45.7445 32.4277 44.9405 31.9834C44.5129 31.7468 44.0629 31.544 43.6179 31.3402C43.1044 31.1046 42.5828 30.8809 42.0458 30.7C41.0823 30.3769 40.0391 30.2417 39.0308 30.4187C38.0725 30.5877 37.0807 31.1463 36.6524 32.0231C36.5973 32.1365 36.7446 32.2717 36.8437 32.1663L36.8396 32.1673Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M43.576 38.9566C44.1782 38.2757 45.073 38.1624 45.9311 38.1773C46.1602 38.1812 46.3903 38.1981 46.6173 38.225C46.6368 38.227 46.7176 38.2379 46.6409 38.228C46.6644 38.2309 46.6889 38.2349 46.7125 38.2379C46.7667 38.2459 46.8219 38.2548 46.8761 38.2638C47.0091 38.2856 47.143 38.3045 47.276 38.3274C47.8017 38.4178 48.3223 38.5411 48.8327 38.6962C49.0843 38.7727 49.3339 38.8572 49.5804 38.9487C49.7 38.9934 49.8197 39.0392 49.9384 39.0879C49.8708 39.06 49.9557 39.0948 49.9721 39.1018C50.0048 39.1157 50.0376 39.1296 50.0703 39.1435C50.1358 39.1714 50.2002 39.2002 50.2646 39.229C50.7433 39.4437 51.2077 39.6883 51.6568 39.9557C51.8879 40.0929 52.114 40.238 52.336 40.3891C52.4414 40.4607 52.5447 40.5343 52.647 40.6088C52.6684 40.6247 52.7861 40.7122 52.7247 40.6655C52.7861 40.7122 52.8475 40.7599 52.9088 40.8077C53.1114 40.9667 53.3098 41.1317 53.5001 41.3047C53.5912 41.3882 53.6791 41.4737 53.7641 41.5622C53.8111 41.6119 53.8572 41.6616 53.9022 41.7133C53.9196 41.7342 53.937 41.755 53.9543 41.7759C54.0393 41.8773 53.9052 41.7063 53.982 41.8127C54.0608 41.9201 54.1344 42.0304 54.1968 42.1477C54.2122 42.1765 54.2255 42.2074 54.2409 42.2352C54.2542 42.265 54.2521 42.259 54.2347 42.2173C54.2419 42.2352 54.2501 42.2531 54.2562 42.272C54.2818 42.3386 54.3043 42.4072 54.3217 42.4768C54.3279 42.5016 54.334 42.5275 54.3391 42.5533C54.3432 42.5712 54.3525 42.6905 54.3473 42.5901C54.3504 42.6458 54.3545 42.6994 54.3525 42.7551C54.3515 42.7829 54.3484 42.8108 54.3464 42.8386C54.3423 42.8734 54.3443 42.8605 54.3515 42.8018C54.3484 42.8187 54.3454 42.8346 54.3413 42.8515C54.328 42.9122 54.3116 42.9718 54.2902 43.0295C54.2871 43.0384 54.2687 43.0921 54.2657 43.0921C54.2881 43.0414 54.2922 43.0305 54.2779 43.0613C54.2708 43.0762 54.2626 43.0911 54.2554 43.106C54.2289 43.1557 54.2002 43.2034 54.1675 43.2502C54.1634 43.2561 54.0949 43.3376 54.143 43.284C54.189 43.2333 54.1236 43.3038 54.1144 43.3138C54.096 43.3337 54.0755 43.3536 54.0561 43.3724C54.0459 43.3824 53.9661 43.4609 54.0162 43.4112C54.0653 43.3615 53.9947 43.4251 53.9845 43.4321C53.9579 43.449 53.9293 43.4659 53.9017 43.4808C53.8833 43.4907 53.8639 43.4997 53.8455 43.5096C53.7555 43.5563 53.9375 43.4868 53.8383 43.5106C53.6287 43.5613 53.4559 43.6746 53.4048 43.8894C53.4344 43.8397 53.4651 43.789 53.4947 43.7393C53.5448 43.7214 53.5551 43.7174 53.5254 43.7283C53.5111 43.7333 53.4968 43.7383 53.4814 43.7422C53.3301 43.789 53.2279 44.0126 53.3772 44.126C53.4151 44.1548 53.4744 44.1956 53.4939 44.2194C53.4642 44.1697 53.4335 44.119 53.4038 44.0693C53.497 44.3178 53.7179 44.4441 53.991 44.3964C54.128 44.3725 54.265 44.3198 54.3867 44.2542C54.6352 44.122 54.8397 43.9073 54.9909 43.6776C55.3007 43.2044 55.3557 42.6149 55.1694 42.0881C54.9729 41.5334 54.5862 41.0701 54.1493 40.6735C53.7074 40.2718 53.2236 39.909 52.7264 39.576C51.7608 38.9308 50.698 38.4278 49.5893 38.0619C48.5307 37.713 47.3892 37.4565 46.2663 37.4625C45.1516 37.4685 43.9449 37.8005 43.2906 38.7429C43.1761 38.9079 43.4411 39.1107 43.577 38.9576L43.576 38.9566Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M51.1658 36.7501C52.9873 36.9638 54.6137 37.8277 56.0602 38.8864C56.7691 39.4053 57.5046 40.0197 58.1787 40.6281C58.5225 40.9372 58.8601 41.2533 59.1956 41.5715C59.524 41.8826 59.8687 42.1858 60.1654 42.5268C60.1828 42.5467 60.1992 42.5685 60.2176 42.5884C60.2493 42.6242 60.189 42.5467 60.235 42.6103C60.2739 42.663 60.3128 42.7167 60.3476 42.7723C60.3783 42.821 60.4079 42.8717 60.4335 42.9234C60.4397 42.9344 60.4734 43.0079 60.4509 42.9582C60.4284 42.9055 60.4663 43.002 60.4704 43.0119C60.4908 43.0726 60.5041 43.1332 60.5185 43.1948C60.5144 43.1779 60.5123 43.1054 60.5175 43.1908C60.5195 43.2217 60.5205 43.2525 60.5216 43.2833C60.5216 43.2883 60.5216 43.2932 60.5216 43.2982C60.5185 43.338 60.5195 43.339 60.5246 43.3002C60.5308 43.2614 60.5308 43.2624 60.5236 43.3022L60.5165 43.332C60.5114 43.3519 60.5042 43.3708 60.4991 43.3917C60.4746 43.4861 60.5461 43.3141 60.4971 43.3996C60.4746 43.4404 60.4449 43.4791 60.4235 43.5199C60.3969 43.5716 60.4817 43.4672 60.4368 43.504C60.4132 43.5239 60.3938 43.5517 60.3713 43.5726C60.356 43.5865 60.3376 43.5994 60.3243 43.6143C60.2906 43.6541 60.401 43.5676 60.3315 43.6104C60.3202 43.6173 60.2016 43.6909 60.1985 43.6859C60.1955 43.6809 60.311 43.6491 60.2261 43.673C60.2026 43.6799 60.1791 43.6859 60.1556 43.6939C60.129 43.7018 60.0809 43.6959 60.1474 43.6998C60.2261 43.7048 60.1443 43.6998 60.1249 43.6998C60.1208 43.6998 60.0758 43.6939 60.0686 43.6978C60.1402 43.7088 60.1576 43.7108 60.1218 43.7028C60.1085 43.6998 60.0942 43.6968 60.0809 43.6919C60.0134 43.677 60.1177 43.6849 60.1106 43.7048C60.1085 43.7098 59.9807 43.6183 60.1004 43.7098C59.9142 43.5696 59.6421 43.5209 59.4632 43.7098C59.3027 43.8798 59.2793 44.1621 59.4634 44.3291C59.9033 44.7277 60.5097 44.6393 60.9422 44.2824C61.3522 43.9444 61.5024 43.4265 61.3826 42.9244C61.2597 42.4115 60.8832 41.99 60.5057 41.6311C60.1446 41.2881 59.7743 40.9531 59.4009 40.6221C57.895 39.287 56.2931 38.0036 54.4059 37.2143C53.3759 36.7839 52.2856 36.4976 51.1637 36.4339C50.9499 36.422 50.9613 36.7272 51.1638 36.7511L51.1658 36.7501Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M59.1061 47.1413C59.6184 46.9991 60.1379 46.8977 60.6656 46.8291C61.1923 46.7615 61.7179 46.7426 62.2467 46.7128C62.7785 46.682 63.3133 46.682 63.8452 46.7108C64.1121 46.7257 64.378 46.7516 64.6439 46.7754C64.7769 46.7874 64.9098 46.8013 65.0428 46.8162C65.1635 46.8301 65.2187 46.8371 65.3711 46.8599C65.8538 46.9325 66.3366 47.0249 66.805 47.1641C66.9155 47.1969 67.026 47.2327 67.1344 47.2715C67.1855 47.2894 67.2367 47.3083 67.2868 47.3281C67.299 47.3331 67.3768 47.3649 67.3256 47.3441C67.2725 47.3212 67.3727 47.3649 67.3819 47.3689C67.5885 47.4604 67.79 47.5667 67.9782 47.692C68.0007 47.7069 68.0222 47.7218 68.0437 47.7367C68.0417 47.7357 68.147 47.8113 68.0928 47.7705C68.0468 47.7367 68.1133 47.7864 68.1235 47.7954C68.144 47.8113 68.1644 47.8282 68.1849 47.8451C68.2708 47.9177 68.3526 47.9942 68.4304 48.0747C68.4682 48.1145 68.5041 48.1572 68.5409 48.199C68.5839 48.2487 68.4938 48.1324 68.5296 48.1861C68.5429 48.2049 68.5573 48.2228 68.5706 48.2417C68.6268 48.3223 68.678 48.4067 68.724 48.4932C68.7353 48.5141 68.7455 48.534 68.7558 48.5549C68.7588 48.5598 68.809 48.6632 68.7752 48.5936C68.7466 48.534 68.8028 48.6652 68.809 48.6821C68.8428 48.7746 68.8704 48.868 68.8919 48.9634C68.9032 49.0141 68.9114 49.0648 68.9206 49.1155C68.9319 49.1822 68.9124 49.0241 68.9165 49.0907C68.9175 49.1136 68.9206 49.1354 68.9227 49.1583C68.9298 49.2537 68.9309 49.3492 68.9248 49.4446C68.9228 49.4724 68.9197 49.5003 68.9177 49.5281C68.9136 49.5897 68.9381 49.4267 68.9187 49.5162C68.9074 49.5698 68.8972 49.6235 68.8829 49.6772C68.8696 49.7249 68.8533 49.7717 68.8369 49.8184C68.8308 49.8353 68.8022 49.9019 68.8308 49.8373C68.8625 49.7657 68.8134 49.8701 68.8063 49.884C68.7828 49.9277 68.7582 49.9705 68.7306 50.0122C68.7184 50.0311 68.7051 50.048 68.6928 50.0669C68.6305 50.1594 68.7644 49.9923 68.6867 50.0739C68.61 50.1554 68.5211 50.2279 68.4485 50.3124C68.3176 50.4645 68.2256 50.6335 68.2431 50.8383C68.2544 50.9666 68.3004 51.065 68.3833 51.1614C68.3925 51.1723 68.417 51.2022 68.3741 51.1495C68.3997 51.1813 68.4222 51.2161 68.4518 51.2439C68.6452 51.4318 68.9684 51.4666 69.133 51.23C69.2607 51.0471 69.0193 50.8771 68.8486 50.9536C68.913 50.9248 68.9386 50.9517 68.9764 50.9855C68.9815 51.0024 68.9795 50.9964 68.9713 50.9666C68.9764 51.0004 68.9785 50.9994 68.9795 50.9626C68.9468 51.0381 68.9151 51.1147 68.8824 51.1912C68.9151 51.1505 68.8629 51.2012 68.8558 51.2052C68.8711 51.1952 68.8875 51.1863 68.9028 51.1763C69.0807 51.062 68.9948 51.1137 68.954 51.1415C68.9969 51.1127 69.0398 51.0849 69.0807 51.0521C69.1646 50.9845 69.2464 50.9089 69.322 50.8324C69.4723 50.6803 69.6001 50.5023 69.69 50.3105C69.874 49.9188 69.9444 49.4863 69.8901 49.0589C69.8337 48.6175 69.6904 48.1851 69.4315 47.8153C69.1604 47.4276 68.7952 47.1134 68.385 46.8689C67.5708 46.3838 66.6084 46.1839 65.6736 46.0597C64.6109 45.9185 63.5493 45.9086 62.4827 46.0269C61.3005 46.1571 60.1541 46.5249 59.0528 46.9514C58.9342 46.9971 58.9772 47.179 59.1071 47.1432L59.1061 47.1413Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M69.9502 53.3486C70.2029 53.4411 70.4708 53.4818 70.7327 53.5444C70.9863 53.6051 71.2389 53.6707 71.4936 53.7313C71.7595 53.7949 72.0224 53.8556 72.2832 53.9391C72.4029 53.9769 72.5226 54.0176 72.6402 54.0614C72.7097 54.0872 72.7793 54.1131 72.8488 54.1409C72.8089 54.125 72.7476 54.1021 72.9317 54.1747C72.9736 54.1906 73.0145 54.2065 73.0565 54.2234C73.1383 54.2552 73.0943 54.2383 73.0759 54.2314C73.1035 54.2423 73.1301 54.2542 73.1577 54.2652C73.2263 54.294 73.2938 54.3238 73.3603 54.3536C73.482 54.4083 73.6017 54.466 73.7213 54.5256C73.973 54.6519 74.2205 54.7881 74.4609 54.9332C74.689 55.0704 74.912 55.2165 75.134 55.3636C75.2475 55.4392 75.36 55.5167 75.4715 55.5953C75.5268 55.635 75.583 55.6748 75.6372 55.7146C75.6679 55.7364 75.6986 55.7593 75.7283 55.7822C75.804 55.8378 75.7068 55.7653 75.7518 55.7991C76.6367 56.478 77.4438 57.2375 78.2285 58.0229C78.6162 58.4106 79.0254 58.7893 79.3835 59.2029C79.4009 59.2237 79.4203 59.2446 79.4367 59.2665C79.3671 59.174 79.4224 59.2516 79.4387 59.2754C79.4428 59.2814 79.538 59.4255 79.5308 59.4295C79.5196 59.4365 79.5001 59.3301 79.5216 59.4116C79.5298 59.4424 79.538 59.4733 79.5472 59.5031C79.5677 59.5707 79.5513 59.4076 79.5411 59.4772C79.5411 59.4961 79.5411 59.516 79.5411 59.5349C79.5544 59.4554 79.5574 59.4335 79.5503 59.4703C79.5401 59.5021 79.5309 59.5379 79.5227 59.5697C79.5074 59.6383 79.5452 59.512 79.5503 59.5071C79.539 59.518 79.5319 59.5419 79.5237 59.5558C79.5166 59.5687 79.5074 59.5806 79.4992 59.5935C79.4665 59.6482 79.4511 59.6045 79.535 59.5518C79.5053 59.5707 79.4808 59.6114 79.4552 59.6363C79.4266 59.6641 79.3939 59.688 79.3642 59.7148C79.3059 59.7665 79.4112 59.679 79.4133 59.678C79.3918 59.689 79.3714 59.7079 79.3509 59.7218C79.2753 59.7725 79.1986 59.8202 79.1219 59.8699C78.944 59.9852 78.7763 60.1105 78.6219 60.2546C78.4839 60.3829 78.354 60.529 78.2651 60.694C78.2068 60.8014 78.1731 60.9097 78.1773 61.032C78.1773 61.0608 78.1978 61.1871 78.1875 61.1155C78.1773 61.0459 78.1937 61.1632 78.2029 61.1921C78.2193 61.2438 78.2469 61.2954 78.2755 61.3412C78.3697 61.4933 78.5691 61.4734 78.6672 61.3412C78.6355 61.3829 78.6775 61.3322 78.6846 61.3233C78.7132 61.2925 78.7429 61.2626 78.7633 61.2249C78.7265 61.2607 78.6887 61.2974 78.6519 61.3332C78.7194 61.2865 78.7766 61.2318 78.8329 61.1732C78.8584 61.1463 78.885 61.1225 78.9106 61.0966C78.9494 61.0589 78.8881 61.1076 78.884 61.1165C78.8881 61.1066 78.932 61.0847 78.9412 61.0787C78.9719 61.0598 79.0036 61.0449 79.0343 61.026C79.0701 61.0042 79.0854 60.9704 79.0046 61.032C79.0373 61.0072 79.0956 60.9942 79.1345 60.9783C79.249 60.9296 79.0527 61.0072 79.1519 60.9714C79.1959 60.9555 79.2388 60.9386 79.2828 60.9227C79.6397 60.7944 80.018 60.5986 80.2715 60.3153C80.6641 59.8779 80.713 59.2983 80.3979 58.7973C80.2403 58.5458 80.0234 58.334 79.8158 58.1223C79.6152 57.9175 79.4137 57.7127 79.2111 57.5089C78.4132 56.7077 77.5805 55.9313 76.6751 55.2434C76.2056 54.8865 75.7238 54.5385 75.2042 54.2522C74.6958 53.9719 74.1649 53.7303 73.6187 53.5295C73.0173 53.3078 72.3945 53.1687 71.7573 53.0891C71.432 53.0484 71.117 53.0553 70.7929 53.0981C70.5014 53.1369 70.2028 53.1856 69.9451 53.3287C69.9349 53.3347 69.938 53.3476 69.9482 53.3516L69.9502 53.3486Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M76.0424 63.0628C76.8432 63.0221 77.646 63.0151 78.4458 63.0787C79.2261 63.1404 79.984 63.2994 80.7348 63.5221C80.9219 63.5778 81.1071 63.6374 81.2902 63.705C81.327 63.7189 81.3638 63.7329 81.4006 63.7468C81.417 63.7527 81.5121 63.7905 81.4712 63.7746C81.4303 63.7587 81.5438 63.8054 81.5581 63.8114C81.599 63.8293 81.6389 63.8472 81.6788 63.8651C81.9724 63.9983 82.2567 64.1524 82.5288 64.3243C82.6628 64.4088 82.7907 64.4993 82.9196 64.5908C82.9615 64.6206 82.9063 64.5808 82.9022 64.5768C82.9176 64.5888 82.9319 64.5997 82.9472 64.6116C82.9769 64.6345 83.0066 64.6574 83.0362 64.6812C83.0996 64.7319 83.162 64.7836 83.2234 64.8373C83.4638 65.0451 83.6848 65.2717 83.8894 65.5133C83.917 65.5461 83.9447 65.5799 83.9723 65.6127C83.9201 65.5501 83.9651 65.6038 83.9887 65.6346C84.0367 65.6982 84.0838 65.7628 84.1288 65.8284C84.2158 65.9547 84.2966 66.0839 84.3713 66.2171C84.4102 66.2867 84.4471 66.3563 84.4818 66.4279C84.4982 66.4607 84.5136 66.4935 84.5289 66.5273C84.5453 66.5621 84.5842 66.6535 84.5473 66.566C84.6436 66.7977 84.8216 67.0899 85.1131 67.0909C85.29 67.0909 85.473 66.9617 85.5139 66.7897C85.5404 66.6764 85.5251 66.5611 85.5097 66.4477C85.4841 66.2618 85.3756 66.075 85.2886 65.9079C85.1453 65.6316 84.9734 65.3701 84.7791 65.1246C83.936 64.053 82.7423 63.2915 81.4341 62.86C79.9101 62.358 78.2155 62.3689 76.6303 62.5181C76.434 62.5369 76.2386 62.5578 76.0433 62.5807C75.9093 62.5966 75.7938 62.6811 75.7938 62.8233C75.7939 62.9495 75.9084 63.0728 76.0434 63.0658L76.0424 63.0628Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M83.3429 61.6157C83.7034 61.9629 84.0579 62.315 84.4041 62.6761C84.5721 62.8512 84.7411 63.0273 84.9091 63.2023C84.9952 63.2929 85.0802 63.3844 85.1693 63.4729C85.2697 63.5724 85.3977 63.7087 85.5421 63.7355C85.7572 63.7753 85.9271 63.6142 85.8841 63.4033C85.8564 63.268 85.7263 63.1526 85.6269 63.0571C85.5368 62.9706 85.4395 62.89 85.3463 62.8074C85.1588 62.6413 84.9714 62.4742 84.7839 62.3081C84.409 61.9748 84.0443 61.6346 83.6827 61.2865C83.4635 61.0746 83.1237 61.4049 83.3439 61.6157H83.3429Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M83.3548 75.6154C83.3364 75.7118 83.3303 75.7983 83.3457 75.8947C83.357 75.9683 83.3898 76.0767 83.3959 76.1144C83.4236 76.3003 83.5506 76.4852 83.655 76.6403C83.8496 76.9306 84.0759 77.197 84.2459 77.5032C84.2612 77.531 84.2746 77.5599 84.2899 77.5877C84.3309 77.6603 84.2633 77.4952 84.2828 77.5738C84.2858 77.5877 84.293 77.6016 84.2971 77.6155C84.3032 77.6354 84.3094 77.71 84.3217 77.7199C84.3125 77.713 84.3186 77.6086 84.3135 77.6702C84.3125 77.6871 84.3125 77.7149 84.3135 77.7328C84.3217 77.8084 84.337 77.6434 84.3207 77.6911C84.3156 77.707 84.3125 77.7259 84.3084 77.7428C84.2859 77.8422 84.3452 77.6851 84.3125 77.7418C84.291 77.7786 84.2685 77.8183 84.247 77.8561C84.2869 77.7845 84.2777 77.8233 84.2542 77.8432C84.2388 77.8591 84.2225 77.874 84.2061 77.8879C84.2511 77.8561 84.2593 77.8491 84.2317 77.868C84.1877 77.8839 84.1416 77.9187 84.0986 77.9406C84.1907 77.8949 84.1232 77.9297 84.0945 77.9386C84.0669 77.9476 84.0382 77.9555 84.0096 77.9635C83.9635 77.9754 83.9165 77.9853 83.8694 77.9943C83.8346 78.0003 83.7977 78.0092 83.7619 78.0112C83.8407 78.0062 83.7916 78.0072 83.7414 78.0112C83.4385 78.042 83.1345 78.0619 82.8305 78.0857C82.462 78.1156 82.0925 78.1454 81.7241 78.1762C81.5398 78.1911 81.3546 78.204 81.1703 78.2209C80.938 78.2418 80.7057 78.2577 80.4897 78.3482C80.328 78.4158 80.2534 78.6315 80.2749 78.7846C80.2975 78.9496 80.4244 79.1087 80.5974 79.1484C80.7858 79.1912 80.9792 79.1683 81.1696 79.1524C81.3538 79.1365 81.5381 79.1176 81.7233 79.0997C82.059 79.0679 82.3937 79.0361 82.7294 79.0043C83.0662 78.9725 83.404 78.9456 83.7407 78.9079C84.0365 78.8741 84.322 78.8264 84.5902 78.6921C85.0538 78.4595 85.3167 77.9237 85.1353 77.4356C84.9919 77.0489 84.6827 76.7855 84.3797 76.5161C84.2199 76.3739 84.0582 76.2307 83.922 76.0657C83.9046 76.0448 83.8974 76.0319 83.8667 75.9902C83.878 76.0051 83.7469 75.854 83.7868 75.9096C83.7971 75.9236 83.7674 75.8679 83.7674 75.8689C83.7274 75.7933 83.6947 75.7019 83.669 75.6144C83.6281 75.4722 83.3844 75.4544 83.3548 75.6144L83.3548 75.6154Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M129.583 41.143C128.017 39.801 126.147 39.0643 124.146 38.5623C121.971 38.0166 119.736 37.6885 117.529 37.2929C115.033 36.8455 112.537 36.3902 110.041 35.9389C107.854 35.5442 105.566 35.3056 103.495 34.4676C100.229 33.1445 97.958 29.1611 94.0627 29.4603C90.5192 29.7327 88.4821 33.2677 87.3938 36.1645C86.6142 38.2402 85.9961 40.4362 85.6266 42.6173C85.252 44.8291 85.1954 47.0718 85.6778 49.2728C86.1622 51.4817 87.1691 53.5643 88.2303 55.5605C89.2157 57.4135 90.2379 59.2635 91.4831 60.9664C92.7292 62.6723 94.1962 64.1853 95.9689 65.3812C97.6577 66.5205 99.5417 67.3485 101.447 68.0812C103.439 68.8476 105.478 69.4898 107.459 70.2801C109.583 71.1271 111.64 72.1341 113.639 73.2296C117.643 75.4236 121.405 77.9924 125.158 80.5621C129.133 83.284 133.065 86.0705 137.078 88.7386C140.86 91.2537 144.864 93.5232 149.29 94.7758C153.359 95.927 157.675 96.2282 161.847 95.4727C168.994 94.1784 175.593 89.9524 179.634 84.0803C183.421 78.5749 185.112 70.7533 181.484 64.748C180.639 63.3493 179.489 62.1385 178.099 61.2368C176.234 60.027 174.031 59.4534 171.907 58.838C167.485 57.5586 163.108 56.1281 158.793 54.5435C150.149 51.3693 141.754 47.5629 133.691 43.1779C131.731 42.1123 129.763 41.0406 127.845 39.9054C127.313 39.5902 126.828 40.4014 127.358 40.7155C135.026 45.2566 142.959 49.2917 151.219 52.7243C155.318 54.4272 159.476 55.9929 163.688 57.4095C165.813 58.1243 167.952 58.7983 170.104 59.4315C172.215 60.0528 174.431 60.528 176.411 61.4963C182.828 64.6336 183.419 72.84 181.221 78.7181C178.804 85.1847 173.322 90.4097 166.81 93.0073C163.463 94.3424 159.855 95.0055 156.236 94.8643C151.651 94.6854 147.259 93.3115 143.243 91.1951C139.272 89.1025 135.629 86.4621 131.948 83.9321C128.135 81.3097 124.372 78.6157 120.496 76.0797C116.841 73.6889 113.06 71.4512 109.022 69.7225C105.253 68.109 101.159 67.1418 97.5928 65.0999C93.9074 62.9894 91.6728 59.5697 89.7143 55.98C88.6593 54.0484 87.632 52.0821 87.0105 49.9706C86.3809 47.8353 86.2729 45.6443 86.5555 43.4454C86.8391 41.2404 87.4674 39.0753 88.2143 36.9807C88.7671 35.4299 89.4998 33.8592 90.5763 32.5818C91.5455 31.4316 92.847 30.4952 94.4363 30.4992C96.2024 30.5041 97.6489 31.6364 98.9337 32.6882C100.407 33.894 101.835 35.0164 103.669 35.6635C105.731 36.3902 107.973 36.6765 110.127 37.0254C112.541 37.4161 114.95 37.8267 117.362 38.2313C119.544 38.5981 121.753 38.9023 123.907 39.4013C125.778 39.8348 127.66 40.4869 129.23 41.5884C129.497 41.7753 129.829 41.3558 129.583 41.144L129.583 41.143Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M106.686 38.7986C106.63 38.6555 106.554 38.5173 106.476 38.3841C106.393 38.2429 106.242 38.1276 106.111 38.0312C105.838 37.8304 105.517 37.7091 105.189 37.6186C104.486 37.4238 103.748 37.383 103.031 37.2558C102.636 37.1862 102.245 37.0937 101.861 36.9794C101.669 36.9228 101.478 36.8601 101.289 36.7925C101.1 36.7249 100.905 36.6484 100.765 36.5887C100.022 36.2716 99.3143 35.8809 98.6596 35.4137C98.6166 35.3829 98.5737 35.3521 98.5307 35.3203C98.5092 35.3044 98.4877 35.2885 98.4662 35.2725C98.5 35.2974 98.4662 35.2725 98.4519 35.2616C98.3578 35.189 98.2637 35.1155 98.1716 35.0399C98.0028 34.9017 97.8381 34.7576 97.6786 34.6095C97.5139 34.4564 97.3543 34.2983 97.2008 34.1353C97.1241 34.0538 97.0484 33.9703 96.9737 33.8868C96.9236 33.8291 96.8785 33.7754 96.8121 33.7337C96.7302 33.683 96.6177 33.6701 96.5246 33.6631C96.6044 33.6949 96.6842 33.7277 96.764 33.7595C96.6566 33.677 96.5696 33.6194 96.4356 33.5885C96.2873 33.5547 96.136 33.6561 96.1361 33.8102C96.1361 33.9405 96.1709 34.0438 96.2313 34.1592C96.2159 34.1035 96.2006 34.0488 96.1852 33.9931C96.1546 34.2615 96.3766 34.4504 96.5485 34.6314C96.6845 34.7745 96.8257 34.9147 96.97 35.0499C97.2748 35.3352 97.5981 35.5996 97.9336 35.8511C98.5709 36.3283 99.2624 36.7359 99.9917 37.0649C100.732 37.3989 101.512 37.6534 102.31 37.8175C102.721 37.901 103.137 37.9656 103.555 37.9934C103.904 38.0163 104.254 38.0312 104.602 38.064C104.961 38.0988 105.323 38.1634 105.675 38.2896C105.996 38.405 106.316 38.5919 106.506 38.8732C106.564 38.9587 106.73 38.906 106.687 38.7986H106.686Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M92.4339 36.9614C92.6876 37.3433 93.0293 37.6776 93.4518 37.8835C93.8906 38.0983 94.3549 38.2267 94.8407 38.2873C95.7592 38.4027 96.7266 38.2147 97.5293 37.7651C97.7563 37.6378 97.97 37.4856 98.1663 37.3175C98.4086 37.1106 98.7695 36.8032 98.6416 36.462L98.6416 36.6251C98.658 36.5127 98.6538 36.4361 98.5955 36.3377C98.6058 36.3725 98.615 36.4083 98.6252 36.4431C98.6252 36.4342 98.6252 36.4262 98.6252 36.4172C98.6292 36.2591 98.4564 36.1934 98.3265 36.2511C98.3183 36.2551 98.3091 36.2591 98.301 36.2621C98.3562 36.2551 98.4114 36.2481 98.4666 36.2412C98.3531 36.2233 98.2795 36.2302 98.1772 36.278C98.2304 36.2641 98.2836 36.2501 98.3367 36.2362C98.0187 36.2123 97.8572 36.5028 97.6517 36.6888C97.5832 36.7505 97.5126 36.8092 97.439 36.8649C97.5239 36.8002 97.3909 36.8977 97.3736 36.9096C97.3316 36.9385 97.2877 36.9663 97.2447 36.9932C97.1568 37.0469 97.0678 37.0966 96.9758 37.1434C96.9339 37.1643 96.893 37.1842 96.85 37.2041C96.8265 37.215 96.803 37.225 96.7795 37.2359C96.7007 37.2717 96.851 37.2091 96.7631 37.2429C96.5729 37.3155 96.3806 37.3772 96.1823 37.4229C96.0851 37.4448 95.988 37.4637 95.8898 37.4796C95.8693 37.4826 95.8479 37.4856 95.8274 37.4886C95.9286 37.4727 95.854 37.4856 95.8284 37.4886C95.7712 37.4945 95.7139 37.5005 95.6566 37.5045C95.4531 37.5194 95.2475 37.5234 95.044 37.5115C94.997 37.5085 94.9499 37.5055 94.9029 37.5015C94.8763 37.4995 94.7137 37.4786 94.8241 37.4945C94.7208 37.4796 94.6185 37.4627 94.5163 37.4408C94.3138 37.3971 94.1164 37.3354 93.923 37.2618C93.9057 37.2548 93.8566 37.2309 93.9312 37.2648C93.9036 37.2518 93.875 37.2399 93.8463 37.227C93.7901 37.2011 93.7328 37.1772 93.6765 37.1514C93.5783 37.1066 93.4832 37.0559 93.3891 37.0041C93.204 36.9027 92.9902 36.7724 92.8408 36.657C92.7396 36.5784 92.6097 36.5535 92.5013 36.6371C92.4052 36.7117 92.3633 36.8549 92.4349 36.9624L92.4339 36.9614Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M93.7359 38.2847C93.8281 38.4219 93.8609 38.5153 93.8968 38.6873C93.8999 38.7042 93.9112 38.7847 93.906 38.731C93.9101 38.7708 93.9122 38.8105 93.9132 38.8503C93.9133 38.8911 93.9133 38.9308 93.9102 38.9716C93.9092 38.9895 93.9072 39.0064 93.9061 39.0243C93.901 39.0869 93.9235 38.9438 93.902 39.0521C93.8877 39.1287 93.8704 39.2042 93.8478 39.2798C93.8274 39.3464 93.7824 39.4667 93.7701 39.4955C93.7578 39.5233 93.7036 39.6277 93.6708 39.6864C93.6237 39.7689 93.5756 39.8504 93.5224 39.9299C93.4978 39.9667 93.4722 40.0025 93.4467 40.0383C93.4364 40.0522 93.3801 40.1248 93.417 40.079C93.3576 40.1526 93.2941 40.2212 93.2286 40.2898C93.1068 40.417 92.9778 40.5383 92.8488 40.6586C92.5806 40.9071 92.3042 41.1487 92.0605 41.4211C91.7913 41.7213 91.5723 42.0434 91.4229 42.4152C91.2735 42.786 91.2255 43.1945 91.2184 43.5902C91.2114 43.969 91.2432 44.3477 91.2618 44.7255C91.2711 44.9173 91.2773 45.1102 91.2732 45.302C91.2712 45.3905 91.2671 45.478 91.259 45.5665C91.2549 45.6132 91.2498 45.6599 91.2447 45.7076C91.2447 45.6997 91.2559 45.641 91.2467 45.6917C91.2416 45.7186 91.2386 45.7444 91.2334 45.7713C91.2161 45.8637 91.1946 45.9552 91.168 46.0456C91.1567 46.0844 91.1445 46.1232 91.1301 46.1609C91.1209 46.1868 91.1107 46.2116 91.1015 46.2375C91.0769 46.3021 91.1281 46.1848 91.0974 46.2494C91.0104 46.4313 90.9091 46.6053 90.8037 46.7783C90.5857 47.1342 90.383 47.4921 90.2561 47.8897C90.0116 48.6601 90.0518 49.4892 90.2405 50.2676C90.4343 51.0668 90.7827 51.8313 91.1669 52.559C91.5348 53.2569 91.963 53.9219 92.3186 54.6257C92.4047 54.7967 92.4877 54.9687 92.5666 55.1427C92.5778 55.1685 92.5891 55.1944 92.6014 55.2202C92.5983 55.2133 92.5738 55.1546 92.5942 55.2053C92.6137 55.251 92.6332 55.2958 92.6516 55.3415C92.6896 55.432 92.7254 55.5244 92.7603 55.6159C92.8956 55.9767 93.0083 56.3465 93.0822 56.7233C93.0986 56.8088 93.1129 56.8943 93.1263 56.9798C93.1355 57.0364 93.1232 56.9549 93.1222 56.95C93.1283 56.9748 93.1283 57.0046 93.1314 57.0285C93.1365 57.0742 93.1407 57.1199 93.1448 57.1657C93.1592 57.3466 93.1623 57.5285 93.1531 57.7094C93.1511 57.7542 93.148 57.7989 93.1439 57.8437C93.1419 57.8645 93.146 57.9441 93.1317 57.958C93.1358 57.954 93.1511 57.8397 93.1337 57.9421C93.1307 57.961 93.1276 57.9798 93.1245 57.9987C93.1153 58.0484 93.1061 58.0991 93.0949 58.1488C93.0571 58.3178 93.0028 58.4819 92.9414 58.6439C92.9097 58.7284 92.9404 58.6499 92.9466 58.635C92.9384 58.6529 92.9302 58.6707 92.922 58.6886C92.9026 58.7304 92.8821 58.7721 92.8606 58.8129C92.8166 58.8964 92.7695 58.9769 92.7183 59.0565C92.5566 59.31 92.7021 59.7136 93.0196 59.7742C93.3658 59.8408 93.715 59.8438 94.0662 59.8597C94.2598 59.8686 94.4246 59.7086 94.4491 59.5306C94.4757 59.3348 94.3548 59.1807 94.1694 59.1151C93.8785 59.0117 93.5908 58.8924 93.2866 58.8318L93.5879 59.5495C94.5029 58.1329 94.1645 56.4092 93.5332 54.9568C93.2104 54.2142 92.7996 53.5223 92.3877 52.8234C92.1797 52.4705 91.9789 52.1146 91.7934 51.7498C91.7002 51.5669 91.612 51.382 91.528 51.1951C91.4911 51.1126 91.5147 51.1643 91.5219 51.1822C91.5137 51.1623 91.5044 51.1424 91.4962 51.1225C91.4768 51.0758 91.4573 51.0291 91.4378 50.9823C91.3999 50.8889 91.3651 50.7945 91.3312 50.7C91.2626 50.5062 91.2011 50.3103 91.1508 50.1125C91.1283 50.025 91.1078 49.9375 91.0893 49.8491C91.079 49.8024 91.0708 49.7546 91.0616 49.7069C91.0575 49.687 91.0544 49.6662 91.0513 49.6463C91.0493 49.6353 91.0329 49.526 91.0411 49.5846C91.0483 49.6363 91.039 49.5687 91.039 49.5628C91.0359 49.5359 91.0329 49.5091 91.0298 49.4822C91.0257 49.4415 91.0216 49.4017 91.0185 49.361C91.0113 49.2606 91.0072 49.1602 91.0061 49.0588C91.0061 48.9723 91.0091 48.8848 91.0142 48.7983C91.0173 48.7516 91.0214 48.7049 91.0265 48.6591C91.0285 48.6392 91.0316 48.6194 91.0336 48.5995C91.0234 48.6919 91.0336 48.5995 91.0377 48.5796C91.0684 48.3937 91.1154 48.2108 91.1778 48.0328C91.1942 47.9871 91.2116 47.9424 91.229 47.8976C91.23 47.8937 91.2566 47.831 91.2382 47.8748C91.2177 47.9235 91.2535 47.843 91.2576 47.833C91.3006 47.7426 91.3477 47.6541 91.3978 47.5666C91.6148 47.1889 91.8615 46.833 92.0017 46.4174C92.2595 45.6569 92.1364 44.8467 92.0859 44.0664C92.0736 43.8755 92.0664 43.6836 92.0724 43.4928C92.0745 43.3983 92.0806 43.3039 92.0898 43.2105C92.0918 43.1906 92.0949 43.1707 92.0959 43.1508C92.102 43.0832 92.0846 43.2075 92.0969 43.1409C92.1061 43.0951 92.1122 43.0484 92.1225 43.0027C92.1419 42.9112 92.1664 42.8198 92.1961 42.7313C92.2115 42.6866 92.2278 42.6418 92.2452 42.5981C92.2636 42.5524 92.2452 42.5981 92.2422 42.606C92.2555 42.5772 92.2698 42.5484 92.2841 42.5205C92.322 42.447 92.3629 42.3754 92.408 42.3068C92.4315 42.269 92.4571 42.2332 92.4827 42.1965C92.4939 42.1806 92.5052 42.1656 92.5165 42.1497C92.5216 42.1428 92.582 42.0642 92.5543 42.1C92.5287 42.1318 92.5687 42.0831 92.5697 42.0811C92.5861 42.0613 92.6024 42.0414 92.6188 42.0225C92.6444 41.9937 92.67 41.9638 92.6956 41.936C92.7611 41.8634 92.8277 41.7939 92.8962 41.7253C93.0252 41.595 93.1593 41.4698 93.2924 41.3435C93.5719 41.0801 93.8473 40.8157 94.0797 40.5115C94.5208 39.9339 94.8247 39.067 94.5152 38.3692C94.4435 38.2071 94.339 38.063 94.214 37.9347C93.9795 37.6952 93.5454 38.0083 93.7369 38.2926L93.7359 38.2847Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M94.2059 58.8181C94.8861 59.2257 95.5019 59.7158 96.0983 60.2307C96.6998 60.7506 97.2942 61.2785 97.8886 61.8064C99.0947 62.876 100.3 63.9318 101.65 64.8294C103.05 65.7609 104.555 66.5274 106.062 67.2819C107.685 68.0951 109.308 68.9072 110.931 69.7234C112.528 70.5276 114.123 71.3368 115.73 72.1222C116.5 72.4979 117.291 72.8568 118.123 73.0825C118.982 73.3151 119.877 73.3688 120.765 73.3747C121.622 73.3807 122.483 73.3519 123.336 73.4582C123.244 73.4463 123.342 73.4592 123.357 73.4612C123.395 73.4672 123.433 73.4722 123.471 73.4781C123.548 73.49 123.624 73.503 123.699 73.5169C123.869 73.5477 124.038 73.5835 124.205 73.6233C124.518 73.6988 124.825 73.7893 125.129 73.8956C125.2 73.9205 125.27 73.9463 125.341 73.9732C125.385 73.9901 125.429 74.007 125.472 74.0239C125.484 74.0289 125.591 74.0726 125.533 74.0477C125.475 74.0239 125.582 74.0686 125.594 74.0736C125.628 74.0885 125.662 74.1034 125.697 74.1183C125.774 74.1521 125.85 74.1869 125.927 74.2227C126.225 74.3619 126.515 74.516 126.797 74.681C127.075 74.843 127.345 75.016 127.608 75.1989C127.898 75.4007 128.031 75.5021 128.31 75.7308C129.351 76.5807 130.271 77.5629 131.117 78.5958C131.167 78.6574 131.217 78.719 131.267 78.7807C131.291 78.8115 131.317 78.8423 131.342 78.8741C131.325 78.8542 131.286 78.8045 131.359 78.897C131.47 79.0381 131.579 79.1793 131.687 79.3214C131.892 79.5909 132.093 79.8622 132.29 80.1366C132.682 80.6814 133.05 81.2411 133.432 81.7928C133.637 82.088 133.858 82.3684 134.082 82.6497C134.248 82.8585 134.616 82.8406 134.808 82.6915C135.03 82.5195 135.079 82.2421 134.95 81.9986C134.32 80.8086 133.477 79.7042 132.649 78.6385C131.803 77.5519 130.9 76.5042 129.876 75.5717C128.9 74.682 127.812 73.8797 126.61 73.3012C125.322 72.6808 123.941 72.3319 122.504 72.2723C121.616 72.2345 120.726 72.2842 119.838 72.2305C119.014 72.1808 118.227 71.987 117.463 71.6848C116.697 71.3825 115.95 70.9869 115.208 70.6191C114.386 70.2125 113.565 69.8059 112.741 69.4033C111.117 68.609 109.494 67.8147 107.873 67.0175C106.313 66.25 104.735 65.5074 103.228 64.6435C101.828 63.8403 100.551 62.877 99.2836 61.8909C98.6504 61.3988 98.0212 60.9007 97.3809 60.4156C96.7528 59.9394 96.0777 59.5199 95.4056 59.1064C95.0711 58.9006 94.7305 58.7008 94.3909 58.503C94.1853 58.3837 94.0013 58.6928 94.2038 58.8141L94.2059 58.8181Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M132.994 80.6119C133.367 80.7173 133.719 80.8694 134.085 80.9857C134.449 81.102 134.805 81.2432 135.15 81.4052C135.847 81.7343 136.503 82.1418 137.132 82.5822C138.43 83.4908 139.658 84.4909 140.965 85.3876C143.781 87.3201 147.021 88.6343 150.328 89.535C152.013 89.9933 153.729 90.3531 155.456 90.6126C157.257 90.884 159.079 91.051 160.903 90.9923C162.694 90.9347 164.495 90.6623 166.188 90.0758C167.737 89.5389 169.191 88.7705 170.534 87.851C171.89 86.9235 173.142 85.8568 174.327 84.7315C175.514 83.6042 176.703 82.4381 177.671 81.1239C178.153 80.4688 178.557 79.7669 178.856 79.0144C179.181 78.1933 179.325 77.3165 179.374 76.4407C179.424 75.5668 179.376 74.69 179.335 73.8162C179.298 73.0359 179.25 72.2545 179.161 71.4771C178.983 69.9392 178.651 68.3994 177.883 67.0275C177.168 65.7491 176.07 64.7222 174.774 64.0034C172.174 62.562 169.106 62.2876 166.219 61.7647C162.792 61.1444 159.423 60.2328 156.157 59.0468C152.91 57.8678 149.769 56.3956 146.738 54.7603C146.382 54.5684 146.028 54.3736 145.676 54.1748C145.303 53.964 144.869 53.8368 144.508 53.6111C144.217 53.4282 143.948 53.8805 144.237 54.0614C144.414 54.1718 144.574 54.3358 144.736 54.465C144.909 54.6022 145.085 54.7285 145.271 54.8468C145.624 55.0694 145.979 55.2891 146.337 55.5039C147.063 55.9403 147.796 56.3707 148.545 56.7684C150.056 57.5706 151.618 58.2824 153.202 58.9375C156.362 60.2447 159.627 61.3035 162.968 62.0838C164.56 62.4556 166.167 62.7459 167.781 63.0153C169.219 63.2549 170.663 63.5064 172.056 63.9358C173.333 64.3295 174.59 64.8922 175.592 65.7739C176.682 66.7323 177.36 67.9898 177.74 69.3577C178.14 70.7991 178.242 72.2953 178.311 73.7804C178.39 75.4605 178.501 77.1882 177.863 78.7877C177.298 80.2063 176.242 81.4122 175.176 82.5017C174.055 83.6469 172.886 84.7533 171.635 85.7653C170.419 86.7495 169.11 87.6362 167.7 88.3381C166.216 89.0767 164.621 89.5588 162.972 89.7984C159.531 90.2984 155.963 89.7805 152.599 89.0469C149.321 88.3321 146.107 87.2585 143.189 85.6212C141.791 84.8368 140.502 83.9113 139.188 83.0057C137.929 82.1389 136.627 81.3356 135.168 80.8217C134.819 80.6994 134.464 80.601 134.104 80.5175C133.761 80.4379 133.366 80.4548 133.013 80.4628C132.927 80.4648 132.909 80.5861 132.993 80.6089L132.994 80.6119Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M141.989 52.3105C140.531 50.5321 138.63 49.0936 136.702 47.8261C134.777 46.5606 132.732 45.4711 130.619 44.5347C128.458 43.5773 126.23 42.7731 123.961 42.0951C121.689 41.4162 119.379 40.8634 117.05 40.4042C114.71 39.9429 112.348 39.5632 109.978 39.2848C109.685 39.25 109.392 39.2321 109.098 39.2093C108.615 39.1725 108.498 39.9598 108.983 40.0393C110.142 40.2282 111.309 40.3724 112.47 40.5443C113.632 40.7163 114.792 40.9072 115.947 41.1199C118.266 41.5474 120.569 42.0633 122.837 42.6995C125.056 43.3219 127.303 44.0774 129.385 44.9502C131.506 45.8379 133.563 46.8738 135.509 48.0806C136.475 48.6791 137.415 49.3193 138.322 49.9982C139.214 50.6653 140.098 51.4009 140.98 52.1107C141.201 52.2887 141.421 52.4676 141.644 52.6445C141.888 52.8384 142.182 52.5481 141.988 52.3105H141.989Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M88.0293 37.5066C85.9536 41.8846 84.2473 46.8521 84.9085 51.7381C85.2313 54.129 86.175 56.3687 87.1952 58.5487C88.2043 60.7059 89.2828 62.8373 90.5444 64.8662C92.8793 68.621 95.8809 71.8786 99.5981 74.3828C103.229 76.8293 107.302 78.3652 111.618 79.2072C113.903 79.6525 116.283 80.0432 118.309 81.2302C120.261 82.3724 121.694 84.1618 123.555 85.4243C125.452 86.7116 127.712 87.2793 129.807 88.174C131.849 89.0458 133.535 90.365 135.123 91.8671C136.639 93.3015 138.069 94.8325 139.732 96.1129C141.483 97.4609 143.455 98.4261 145.61 98.9997C149.956 100.157 154.634 99.9412 159.093 99.7751C163.344 99.6171 167.837 99.1648 171.535 96.9429C175.279 94.6933 177.357 90.9545 178.881 87.0665C179.254 86.1142 179.599 85.1519 179.941 84.1896C180.136 83.6399 179.242 83.4053 179.047 83.95C177.681 87.7594 176.206 91.8661 173.097 94.6933C169.983 97.5255 165.646 98.4053 161.523 98.6916C159.388 98.8397 157.244 98.8526 155.105 98.8466C152.88 98.8407 150.636 98.786 148.431 98.4599C146.273 98.1398 144.142 97.5474 142.249 96.4707C140.432 95.4379 138.927 93.9934 137.454 92.552C135.986 91.1155 134.519 89.6582 132.794 88.508C130.96 87.2842 128.849 86.659 126.811 85.8468C125.775 85.4342 124.77 84.9431 123.868 84.295C122.973 83.6518 122.179 82.8853 121.356 82.1596C120.542 81.4419 119.693 80.744 118.737 80.2072C117.781 79.6694 116.736 79.2807 115.676 78.9835C113.535 78.3821 111.311 78.1246 109.162 77.556C107.127 77.0182 105.165 76.2626 103.292 75.3202C99.4812 73.4026 96.0973 70.6907 93.4476 67.4072C91.9877 65.5979 90.7486 63.6256 89.6342 61.6006C88.5015 59.5428 87.4148 57.4174 86.5786 55.2274C85.7086 52.949 85.3192 50.6059 85.4913 48.1773C85.6634 45.7387 86.3131 43.3539 87.0487 41.0257C87.4144 39.8666 87.771 38.7084 88.1081 37.5414C88.1214 37.4956 88.0477 37.4618 88.0263 37.5076L88.0293 37.5066Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M96.7251 59.6115C95.9369 57.2932 95.343 54.9014 94.9904 52.4838C94.9064 51.9052 94.8397 51.3236 94.7884 50.7421C94.7371 50.1605 94.6571 49.5522 94.7306 48.9696C94.8663 47.9049 95.7774 47.4099 96.7008 47.0182C101.048 45.1712 105.91 44.683 110.609 45.0061C115.489 45.3411 120.245 46.6007 124.829 48.2181C127.203 49.0561 129.539 49.9935 131.86 50.9598C133.009 51.439 134.156 51.9251 135.302 52.4122C136.288 52.8307 137.273 53.2542 138.226 53.7403C140.01 54.6509 141.801 55.8379 142.798 57.5915C143.637 59.0677 143.982 61.039 143.191 62.6057C143.003 62.9775 142.764 63.3085 142.467 63.6058C142.051 64.0213 142.706 64.6595 143.123 64.243C144.544 62.8204 144.807 60.7189 144.297 58.8599C143.739 56.828 142.302 55.2603 140.556 54.0803C138.647 52.79 136.444 51.9579 134.322 51.0662C131.935 50.0621 129.54 49.073 127.11 48.1684C122.32 46.383 117.368 44.9246 112.252 44.3888C107.365 43.8768 102.338 44.2248 97.6945 45.8621C97.13 46.0609 96.5676 46.2746 96.0225 46.5192C95.546 46.7329 95.0746 46.9933 94.7025 47.3592C93.8089 48.2389 93.8952 49.4716 93.9896 50.6109C94.198 53.1269 94.6826 55.6231 95.5229 58.013C95.7297 58.6005 95.962 59.178 96.2067 59.7507C96.3356 60.0509 96.8357 59.9395 96.7241 59.6115H96.7251Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M177.663 80.9179C177.748 80.388 177.859 79.8144 177.831 79.2786C177.801 78.7209 177.726 78.1642 177.611 77.6185C177.385 76.5478 176.957 75.51 176.435 74.5457C175.346 72.5346 173.745 70.8208 171.888 69.4529C167.755 66.409 162.488 65.2767 157.494 64.372C152.564 63.4783 147.484 62.7825 142.476 63.4416C140.046 63.7617 137.667 64.4247 135.491 65.5341C134.437 66.071 133.329 66.6982 132.677 67.6983C131.989 68.754 131.998 70.1289 132.055 71.3357C132.265 75.8092 134.502 80.1862 138.016 83.0781C138.452 83.4369 138.907 83.7729 139.378 84.0881C139.595 84.2342 139.921 84.1278 140.046 83.9171C140.188 83.6815 140.089 83.4131 139.87 83.2669C136.268 80.8562 133.851 76.9246 133.2 72.7384C133.035 71.6777 132.957 70.5663 133.074 69.4966C133.132 68.9598 133.297 68.42 133.634 67.9846C133.966 67.5562 134.426 67.2281 134.888 66.9458C136.849 65.7449 139.079 64.9914 141.348 64.5699C146.069 63.6921 150.979 64.2239 155.673 65.0093C160.52 65.8195 165.547 66.7479 169.83 69.2203C171.753 70.3307 173.447 71.7861 174.763 73.5496C176.026 75.2416 176.943 77.2506 177.161 79.3442C177.187 79.5888 177.247 79.8273 177.278 80.0719C177.312 80.3373 177.316 80.6057 177.316 80.8722C177.316 81.0581 177.63 81.1127 177.662 80.9179H177.663Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M129.828 76.3279C130.19 76.3139 130.549 76.286 130.909 76.257C131.288 76.2261 131.669 76.2041 132.044 76.1542C132.764 76.0584 133.481 75.9676 134.19 75.8079C134.559 75.725 134.483 75.1402 134.099 75.1581C133.355 75.1931 132.62 75.2989 131.883 75.4007C131.534 75.4486 131.187 75.5244 130.841 75.5903C130.478 75.6592 130.117 75.728 129.756 75.8129C129.465 75.8818 129.523 76.3389 129.828 76.3279Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M97.7564 50.8494C97.598 51.5891 97.5409 52.3297 97.5943 53.0832C97.6478 53.8377 97.7893 54.5833 98.0229 55.305C98.4921 56.7514 99.2796 58.0945 100.349 59.2019C100.659 59.524 100.99 59.8163 101.353 60.0807C101.518 60.2 101.69 60.3083 101.867 60.4087C102.064 60.5211 102.294 60.5956 102.51 60.6672C102.773 60.7547 102.959 60.4048 102.774 60.2258C102.52 59.9793 102.268 59.7337 102 59.5021C101.725 59.2645 101.455 59.018 101.198 58.7615C100.944 58.509 100.708 58.2416 100.482 57.9642C100.45 57.9235 100.496 57.9801 100.498 57.9841C100.482 57.9642 100.467 57.9454 100.453 57.9265C100.426 57.8927 100.4 57.8579 100.374 57.8241C100.318 57.7505 100.263 57.6759 100.209 57.6014C100.104 57.4572 100.003 57.3101 99.9068 57.16C99.7102 56.8558 99.5299 56.5407 99.3681 56.2176C99.3292 56.1411 99.2923 56.0635 99.2554 55.986C99.2401 55.9532 99.2247 55.9194 99.2094 55.8856C99.1991 55.8637 99.1889 55.8408 99.1797 55.819C99.1745 55.808 99.1346 55.7146 99.1581 55.7712C99.1796 55.821 99.1551 55.7643 99.152 55.7563C99.1428 55.7335 99.1325 55.7116 99.1233 55.6887C99.1069 55.649 99.0905 55.6092 99.0752 55.5694C99.0414 55.484 99.0086 55.3985 98.9768 55.312C98.732 54.6469 98.5649 53.958 98.4572 53.2601C98.4696 53.3427 98.4593 53.279 98.4572 53.2621C98.4531 53.2323 98.449 53.2015 98.446 53.1717C98.4398 53.123 98.4347 53.0752 98.4295 53.0265C98.4193 52.9301 98.4111 52.8327 98.4039 52.7353C98.3895 52.5354 98.3812 52.3346 98.3801 52.1338C98.378 51.7322 98.3768 51.3346 98.4156 50.9339C98.4503 50.5691 97.833 50.4886 97.7554 50.8475L97.7564 50.8494Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M103.757 61.329C103.889 61.4464 104.02 61.5627 104.151 61.68C104.282 61.7964 104.405 61.9227 104.538 62.037C104.686 62.1653 104.838 62.2965 105.002 62.4049C105.075 62.4536 105.147 62.5073 105.226 62.5491C105.304 62.5909 105.385 62.6276 105.465 62.6664C105.608 62.736 105.773 62.7132 105.874 62.5869C105.971 62.4646 105.959 62.2955 105.849 62.1832C105.788 62.1205 105.729 62.0549 105.666 61.9952C105.602 61.9346 105.529 61.8829 105.46 61.8292C105.304 61.7069 105.134 61.6025 104.964 61.5011C104.813 61.4106 104.652 61.332 104.499 61.2435C104.345 61.155 104.191 61.0665 104.038 60.978C103.817 60.8508 103.563 61.155 103.759 61.329H103.757Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M136.244 72.7516C136.265 72.848 136.238 72.9464 136.272 73.0389C136.309 73.1403 136.357 73.2387 136.4 73.3371C136.485 73.535 136.571 73.7318 136.657 73.9296C136.827 74.3203 137.043 74.6831 137.269 75.044C137.734 75.7886 138.272 76.4964 138.831 77.1764C139.895 78.4707 141.14 79.6517 142.62 80.4907C143.049 80.7332 143.496 80.94 143.956 81.119C144.174 81.2035 144.396 81.28 144.62 81.3476C144.727 81.3794 144.835 81.4112 144.943 81.4381C145.122 81.4808 145.346 81.5325 145.525 81.4689C145.7 81.4063 145.838 81.2959 145.89 81.114C145.94 80.938 145.887 80.7492 145.756 80.6199C145.566 80.433 145.259 80.3913 145.008 80.3217C144.812 80.267 144.617 80.2054 144.426 80.1368C144.334 80.104 144.242 80.0692 144.151 80.0334C144.128 80.0245 144.106 80.0135 144.082 80.0066C144.095 80.0105 144.203 80.0573 144.114 80.0195C144.064 79.9976 144.013 79.9767 143.963 79.9549C143.779 79.8743 143.598 79.7869 143.42 79.6944C143.063 79.5095 142.718 79.3017 142.386 79.0761C142.311 79.0244 142.235 78.9727 142.161 78.919C142.122 78.8902 142.082 78.8614 142.043 78.8325C142.023 78.8176 142.004 78.8037 141.983 78.7888C141.929 78.749 142.07 78.8554 141.991 78.7947C141.829 78.6715 141.67 78.5442 141.515 78.414C140.887 77.8871 140.305 77.3046 139.76 76.6972C139.48 76.385 139.213 76.063 138.948 75.7399C138.884 75.6613 138.819 75.5818 138.756 75.5033C138.739 75.4834 138.724 75.4635 138.708 75.4436C138.718 75.4565 138.768 75.5192 138.713 75.4496C138.677 75.4039 138.641 75.3591 138.606 75.3134C138.476 75.1474 138.348 74.9794 138.221 74.8104C138.205 74.7895 138.19 74.7696 138.175 74.7488C138.154 74.7209 138.039 74.5748 138.092 74.6424C138.127 74.6861 138.076 74.6225 138.068 74.6126C138.049 74.5877 138.028 74.5619 138.009 74.537C137.937 74.4465 137.867 74.3551 137.796 74.2636C137.636 74.0569 137.47 73.8551 137.294 73.6602C137.144 73.4952 136.986 73.3371 136.834 73.1741C136.759 73.0936 136.684 73.0121 136.609 72.9305C136.566 72.8838 136.53 72.8381 136.47 72.8112C136.408 72.7824 136.356 72.7635 136.299 72.7218C136.275 72.7029 136.239 72.7198 136.246 72.7516H136.244Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M147.587 82.9433C147.595 82.9951 147.617 83.043 147.639 83.0909C147.651 83.1179 147.667 83.1428 147.685 83.1667C147.704 83.1897 147.721 83.2146 147.741 83.2366C147.754 83.2506 147.77 83.2615 147.786 83.2725C147.806 83.2875 147.827 83.3034 147.848 83.3174C147.893 83.3453 147.945 83.3653 147.996 83.3833C148.071 83.4102 148.158 83.4202 148.239 83.4122C148.317 83.4042 148.336 83.3972 148.408 83.3663C148.421 83.3603 148.434 83.3543 148.446 83.3473C148.516 83.3054 148.557 83.2366 148.579 83.1608C148.59 83.1179 148.586 83.074 148.569 83.0331C148.553 82.9981 148.524 82.9542 148.486 82.9393C148.475 82.9353 148.466 82.9303 148.457 82.9243C148.432 82.9093 148.425 82.9024 148.384 82.8914C148.358 82.8844 148.326 82.8844 148.297 82.8804C148.321 82.8834 148.343 82.8864 148.367 82.8894C148.355 82.8874 148.343 82.8854 148.331 82.8824C148.296 82.8734 148.262 82.8714 148.226 82.8674C148.25 82.8704 148.276 82.8744 148.3 82.8774C148.259 82.8714 148.221 82.8585 148.183 82.8435C148.206 82.8535 148.23 82.8624 148.252 82.8724C148.221 82.8585 148.19 82.8415 148.162 82.8205C148.183 82.8355 148.202 82.8515 148.223 82.8664C148.202 82.8505 148.185 82.8315 148.164 82.8156C148.145 82.7996 148.126 82.7816 148.111 82.7617C148.126 82.7806 148.142 82.8006 148.157 82.8195C148.14 82.7976 148.125 82.7746 148.115 82.7487C148.124 82.7707 148.135 82.7936 148.144 82.8156C148.142 82.8096 148.139 82.8036 148.137 82.7976C148.111 82.7288 148.072 82.6699 148.006 82.632C147.944 82.5971 147.855 82.5821 147.786 82.604C147.718 82.626 147.651 82.6669 147.617 82.7317C147.607 82.7537 147.597 82.7756 147.588 82.7976C147.575 82.8465 147.575 82.8964 147.588 82.9453L147.587 82.9433Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M165.759 71.4787C166.376 71.7362 166.937 72.0821 167.488 72.449C167.627 72.5414 167.765 72.6339 167.9 72.7323C167.923 72.7482 167.945 72.7651 167.968 72.781C167.97 72.783 168.08 72.8645 168.014 72.8148C168.091 72.8734 168.167 72.9321 168.243 72.9927C168.505 73.2005 168.755 73.4212 169.005 73.6429C169.499 74.0813 169.966 74.5475 170.42 75.0237C170.649 75.2643 170.886 75.4979 171.109 75.7424C171.166 75.8041 171.22 75.8657 171.274 75.9283C171.302 75.9601 171.328 75.9919 171.355 76.0247C171.368 76.0416 171.461 76.149 171.374 76.0476C171.483 76.1739 171.577 76.317 171.666 76.4562C171.718 76.5367 171.767 76.6192 171.813 76.7037C171.848 76.7683 171.906 76.8479 171.922 76.9194C171.895 76.7912 171.914 76.9005 171.927 76.9353C171.945 76.9831 171.963 77.0318 171.979 77.0815C172.006 77.166 172.024 77.2515 172.045 77.338C172.074 77.4642 172.037 77.2117 172.046 77.3389C172.049 77.3817 172.053 77.4244 172.054 77.4672C172.054 77.498 172.054 77.5278 172.054 77.5586C172.054 77.5825 172.052 77.6074 172.05 77.6312C172.044 77.6919 172.046 77.6799 172.057 77.5934C172.033 77.5964 172.003 77.9752 172.003 77.9553C172.002 78.0269 172.012 78.0865 172.022 78.1621C172.001 78.01 172.019 78.172 172.021 78.2028C172.036 78.4971 172.378 78.7426 172.661 78.5597C172.876 78.4205 173.043 78.2595 173.119 78.012C173.173 77.836 173.188 77.6332 173.178 77.4493C173.157 77.0497 173.033 76.6789 172.855 76.321C172.535 75.6778 172.024 75.137 171.517 74.629C170.511 73.622 169.425 72.6607 168.184 71.934C167.49 71.5274 166.72 71.2461 165.927 71.087C165.819 71.0652 165.709 71.1089 165.667 71.2113C165.63 71.2998 165.655 71.436 165.757 71.4787H165.759Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M172.504 81.3775C172.916 81.3775 172.917 80.7539 172.504 80.7539C172.091 80.7539 172.092 81.3775 172.504 81.3775Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M97.498 69.3455C98.2804 69.5275 99.0506 69.7591 99.8218 69.9818C100.209 70.0941 100.592 70.2233 100.974 70.3565C101.164 70.4231 101.353 70.4937 101.541 70.5673C101.584 70.5842 101.628 70.6011 101.671 70.619C101.671 70.619 101.741 70.6468 101.703 70.6319C101.665 70.617 101.736 70.6458 101.734 70.6448C101.828 70.6836 101.92 70.7224 102.012 70.7631C102.369 70.9192 102.726 71.0832 103.067 71.2701C103.212 71.3487 103.352 71.4342 103.487 71.5276C103.518 71.5495 103.549 71.5723 103.58 71.5942C103.637 71.635 103.52 71.5455 103.574 71.5902C103.588 71.6022 103.603 71.6141 103.619 71.626C103.682 71.6777 103.743 71.7304 103.803 71.7871C103.861 71.8417 103.916 71.8994 103.97 71.959C103.982 71.973 103.993 71.9869 104.005 71.9998C104.044 72.0425 103.983 71.973 103.985 71.973C103.995 71.971 104.049 72.0614 104.058 72.0724C104.099 72.134 104.135 72.1986 104.17 72.2652C104.213 72.3457 104.146 72.1877 104.174 72.2732C104.186 72.31 104.2 72.3457 104.21 72.3835C104.218 72.4153 104.222 72.4491 104.233 72.4799C104.25 72.5346 104.22 72.4312 104.226 72.4322C104.228 72.4322 104.23 72.478 104.23 72.4819C104.233 72.5207 104.234 72.5595 104.232 72.5992C104.232 72.6161 104.228 72.633 104.227 72.6499C104.225 72.7146 104.248 72.5595 104.231 72.6231C104.214 72.6847 104.193 72.7484 104.178 72.811C104.167 72.8597 104.195 72.7682 104.2 72.7653C104.194 72.7682 104.178 72.81 104.173 72.8199C104.157 72.8507 104.139 72.8816 104.12 72.9114C104.112 72.9243 104.103 72.9362 104.095 72.9492C104.057 73.0078 104.102 72.9273 104.119 72.9213C104.098 72.9283 104.065 72.983 104.049 72.9999C104.02 73.0287 103.99 73.0565 103.96 73.0834C103.948 73.0933 103.936 73.1032 103.924 73.1132C103.867 73.1629 103.941 73.0893 103.952 73.0923C103.93 73.0864 103.791 73.1957 103.764 73.2116C103.692 73.2514 103.616 73.2842 103.542 73.32C103.49 73.3458 103.588 73.2991 103.587 73.3021C103.583 73.311 103.534 73.3229 103.524 73.3259C103.487 73.3398 103.449 73.3548 103.412 73.3677C103.33 73.3965 103.248 73.4234 103.164 73.4472C102.998 73.4949 102.823 73.5178 102.664 73.5824C102.468 73.6629 102.301 73.812 102.307 74.0377C102.308 74.0805 102.311 74.1222 102.325 74.163C102.391 74.3668 102.572 74.5029 102.793 74.5099C102.985 74.5159 103.182 74.4662 103.368 74.4204C103.524 74.3817 103.679 74.3369 103.828 74.2783C104.169 74.1441 104.5 73.9711 104.754 73.7077C105.32 73.1221 105.373 72.2513 104.908 71.5902C104.454 70.9441 103.745 70.5534 103.031 70.2333C102.22 69.8694 101.378 69.5593 100.512 69.3445C100.018 69.2223 99.525 69.1308 99.0187 69.0742C98.5298 69.0185 98.0338 69.0175 97.5429 69.0314C97.3609 69.0364 97.3109 69.3048 97.499 69.3485L97.498 69.3455Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M107.795 75.7942C107.471 75.1152 107.545 74.3289 107.966 73.7085C107.838 73.7592 107.71 73.8099 107.582 73.8596C108.876 74.1678 110.172 74.4531 111.446 74.8319C112.073 75.0188 112.695 75.2176 113.312 75.4323C113.442 75.478 113.571 75.5248 113.699 75.5745C113.712 75.5794 113.777 75.6073 113.709 75.5784C113.747 75.5943 113.784 75.6102 113.822 75.6271C113.885 75.655 113.946 75.6848 114.007 75.7156C114.128 75.7773 114.244 75.8468 114.354 75.9234C114.425 75.9721 114.374 75.9383 114.359 75.9264C114.391 75.9512 114.422 75.9771 114.451 76.0029C114.501 76.0477 114.549 76.0944 114.595 76.1431C114.607 76.157 114.677 76.2564 114.616 76.165C114.635 76.1938 114.657 76.2216 114.675 76.2514C114.691 76.2763 114.706 76.3011 114.72 76.327C114.732 76.3479 114.785 76.4672 114.743 76.3628C114.764 76.4175 114.784 76.4721 114.8 76.5288C114.809 76.5626 114.816 76.5974 114.824 76.6312C114.847 76.7236 114.821 76.5457 114.827 76.6481C114.831 76.7107 114.833 76.7724 114.829 76.835C114.829 76.8409 114.829 76.8459 114.828 76.8519C114.823 76.9036 114.824 76.8966 114.832 76.831C114.84 76.8539 114.816 76.9036 114.811 76.9284C114.823 76.8658 114.794 77.1103 114.791 77.1133C114.794 77.0964 114.796 77.0795 114.799 77.0626C114.796 77.0845 114.792 77.1054 114.787 77.1272C114.778 77.1929 114.789 77.1441 114.795 77.1253C114.769 77.2167 114.725 77.2764 114.728 77.3768C114.735 77.6124 114.962 77.7923 115.202 77.7277C115.389 77.678 115.514 77.512 115.619 77.3628C115.725 77.2107 115.755 77.0328 115.766 76.8519C115.784 76.5457 115.698 76.2445 115.565 75.9701C115.283 75.3866 114.68 75.0426 114.091 74.807C113.476 74.5615 112.827 74.3835 112.19 74.2036C111.51 74.0117 110.827 73.8358 110.139 73.6777C109.354 73.4968 108.565 73.3268 107.765 73.2214C107.62 73.2025 107.456 73.2324 107.382 73.3725C106.945 74.1937 106.935 75.2086 107.378 76.0298C107.439 76.1431 107.601 76.1769 107.711 76.1143C107.832 76.0447 107.853 75.9075 107.797 75.7912L107.795 75.7942Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M119.596 78.8649C119.661 78.6611 119.805 78.5736 119.998 78.5329C120.053 78.5209 120.061 78.5199 120.135 78.517C120.201 78.515 120.269 78.517 120.335 78.5249C120.369 78.5289 120.338 78.5249 120.332 78.5249C120.347 78.5269 120.361 78.5299 120.375 78.5319C120.404 78.5378 120.432 78.5438 120.461 78.5508C120.529 78.5677 120.594 78.5895 120.659 78.6134C120.692 78.6253 120.659 78.6124 120.652 78.6094C120.666 78.6154 120.679 78.6213 120.692 78.6273C120.723 78.6422 120.754 78.6571 120.783 78.673C120.809 78.687 120.834 78.7019 120.859 78.7178C120.874 78.7277 120.942 78.7764 120.919 78.7585C120.894 78.7387 120.952 78.7874 120.961 78.7963C120.992 78.8232 121.022 78.851 121.05 78.8798C121.112 78.9395 121.17 79.0031 121.224 79.0697C121.248 79.0995 121.307 79.179 121.346 79.2367C121.398 79.3132 121.448 79.3918 121.496 79.4703C121.586 79.6184 121.671 79.7685 121.76 79.9177C121.946 80.2298 122.152 80.533 122.415 80.7905C122.68 81.0499 122.996 81.2607 123.299 81.4774C123.364 81.5241 123.429 81.5708 123.493 81.6176C123.531 81.6454 123.495 81.6186 123.488 81.6136C123.51 81.6295 123.53 81.6454 123.552 81.6623C123.589 81.6901 123.624 81.719 123.66 81.7488C123.792 81.8572 123.919 81.9715 124.034 82.0977C124.06 82.1265 124.085 82.1574 124.11 82.1872C124.153 82.2379 124.081 82.1365 124.106 82.1832C124.112 82.1951 124.123 82.2061 124.131 82.218C124.165 82.2687 124.194 82.3224 124.223 82.3771C124.268 82.4616 124.207 82.3264 124.232 82.395C124.241 82.4218 124.252 82.4486 124.261 82.4755C124.281 82.5391 124.299 82.6047 124.311 82.6703C124.314 82.6842 124.315 82.6992 124.318 82.7131C124.333 82.7658 124.312 82.6326 124.315 82.6872C124.317 82.72 124.321 82.7538 124.323 82.7866C124.327 82.8572 124.323 82.9278 124.32 82.9984C124.315 83.0968 124.333 82.9407 124.32 83.0103C124.313 83.0461 124.307 83.0819 124.298 83.1167C124.291 83.1465 124.281 83.1773 124.271 83.2061C124.267 83.2191 124.262 83.231 124.258 83.2439C124.239 83.3006 124.258 83.226 124.272 83.2151C124.239 83.2409 124.2 83.3403 124.177 83.3801C124.155 83.4199 124.204 83.3384 124.207 83.3433C124.208 83.3453 124.177 83.3771 124.174 83.3801C124.151 83.403 124.125 83.4248 124.102 83.4477C124.057 83.4934 124.18 83.404 124.101 83.4477C124.076 83.4616 124.049 83.4765 124.024 83.4905C124.009 83.4984 123.979 83.5223 124.028 83.4895C124.082 83.4537 124.026 83.4875 124.004 83.4934C123.968 83.5034 123.933 83.5103 123.897 83.5163C123.687 83.5491 123.565 83.7877 123.59 83.9726C123.616 84.1575 123.799 84.3583 124.011 84.3335C124.398 84.2877 124.708 84.1247 124.931 83.8066C125.113 83.5461 125.186 83.2081 125.188 82.897C125.19 82.562 125.105 82.226 124.946 81.9297C124.77 81.6017 124.471 81.3343 124.175 81.1086C124.005 80.9784 123.83 80.8541 123.653 80.7318C123.576 80.6791 123.499 80.6255 123.424 80.5718C123.386 80.5449 123.348 80.5171 123.31 80.4903C123.244 80.4425 123.283 80.4704 123.298 80.4813C123.276 80.4654 123.256 80.4495 123.234 80.4326C123.079 80.3103 122.927 80.1801 122.793 80.035C122.762 80.0012 122.731 79.9664 122.701 79.9306C122.688 79.9157 122.676 79.8998 122.663 79.8849C122.696 79.9256 122.655 79.8739 122.651 79.8679C122.592 79.7874 122.532 79.7069 122.476 79.6244C122.056 79.0061 121.667 78.2655 120.88 78.0448C120.25 77.8688 119.368 78.0527 119.195 78.7575C119.133 79.011 119.516 79.1134 119.596 78.8649Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M127.817 86.113C127.902 86.0285 128.035 85.9778 128.151 85.9579C128.259 85.939 128.353 85.9102 128.456 85.8734C128.653 85.8018 128.853 85.7481 129.057 85.6964C129.46 85.594 129.853 85.5085 130.271 85.4897C130.689 85.4708 131.097 85.4926 131.479 85.5682C131.686 85.609 131.891 85.6626 132.092 85.7243C132.193 85.7551 132.294 85.7899 132.393 85.8267C132.42 85.8366 132.448 85.8475 132.476 85.8585C132.479 85.8595 132.546 85.8873 132.501 85.8684C132.555 85.8913 132.609 85.9151 132.662 85.939C133.078 86.1299 133.467 86.3685 133.843 86.6239C134.034 86.7522 134.223 86.8824 134.408 87.0166C134.498 87.0822 134.587 87.1478 134.676 87.2134C134.7 87.2313 134.723 87.2492 134.747 87.2661C134.755 87.2731 134.815 87.3178 134.76 87.2761C134.807 87.3119 134.854 87.3466 134.901 87.3824C135.231 87.632 135.567 87.8825 135.844 88.1896C135.879 88.2284 135.913 88.2682 135.947 88.3079C135.891 88.2403 135.961 88.3298 135.978 88.3547C136.038 88.4392 136.09 88.5266 136.136 88.6181C136.142 88.631 136.178 88.7036 136.153 88.6499C136.13 88.6002 136.156 88.6589 136.159 88.6658C136.178 88.7155 136.196 88.7662 136.211 88.8169C136.226 88.8686 136.236 88.9213 136.248 88.974C136.25 88.9819 136.263 89.0476 136.253 88.9919C136.241 88.9283 136.257 89.0366 136.258 89.0495C136.268 89.1678 136.267 89.2881 136.258 89.4064C136.254 89.4601 136.249 89.5128 136.241 89.5665C136.253 89.474 136.245 89.5456 136.241 89.5645C136.235 89.5983 136.23 89.6311 136.223 89.6649C136.177 89.9035 136.112 90.1381 136.045 90.3717C135.98 90.6013 135.913 90.832 135.86 91.0646C135.827 91.2137 135.805 91.3618 135.81 91.5149C135.814 91.6173 135.827 91.7147 135.874 91.8072C135.893 91.846 135.921 91.8867 135.953 91.9175C135.965 91.9295 136.095 92.0348 136.019 91.9652C135.994 91.9225 135.968 91.8807 135.943 91.838C135.955 91.8758 135.967 91.9126 135.98 91.9503C136.065 92.1919 136.375 92.173 136.467 91.9503C136.472 91.9354 136.478 91.9215 136.486 91.9076L136.379 92.011L136.334 92.0249C136.334 92.0249 136.343 92.0219 136.349 92.0199C136.359 92.0458 136.51 91.9344 136.528 91.9185C136.6 91.8509 136.64 91.7605 136.672 91.67C136.71 91.5567 136.743 91.4473 136.769 91.331C136.819 91.1044 136.883 90.8817 136.946 90.658C137.075 90.2057 137.203 89.7424 137.211 89.2692C137.219 88.7831 137.081 88.294 136.792 87.8944C136.524 87.5226 136.183 87.2244 135.816 86.947C135.037 86.3585 134.245 85.764 133.343 85.3594C132.896 85.1596 132.427 84.9876 131.938 84.9151C131.479 84.8465 131.018 84.8266 130.556 84.8723C130.039 84.923 129.533 85.0423 129.051 85.2342C128.82 85.3266 128.604 85.4509 128.397 85.5871C128.291 85.6567 128.192 85.7233 128.112 85.8207C128.026 85.9251 127.932 86.0374 127.805 86.0981C127.792 86.104 127.806 86.1249 127.817 86.114L127.817 86.113Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M140.882 95.7968C141.071 95.2301 141.638 94.8206 142.224 94.6963C142.984 94.5353 143.751 94.7251 144.475 94.9508C144.646 95.0045 144.816 95.0621 144.985 95.1228C145.063 95.1506 145.14 95.1804 145.218 95.2103C145.257 95.2252 145.295 95.2401 145.334 95.256C145.353 95.2639 145.373 95.2709 145.391 95.2788C145.351 95.2629 145.393 95.2788 145.409 95.2868C145.74 95.425 146.064 95.5781 146.379 95.7451C146.689 95.9091 146.993 96.0861 147.288 96.2739C147.439 96.3694 147.588 96.4688 147.734 96.5712C147.802 96.6189 147.868 96.6666 147.935 96.7153C147.951 96.7273 147.968 96.7402 147.985 96.7521C147.987 96.7531 148.041 96.7939 148.007 96.768C147.973 96.7422 148.027 96.7829 148.028 96.7849C148.05 96.8018 148.072 96.8177 148.094 96.8346C148.408 97.0772 148.709 97.3356 148.997 97.609C149.298 97.8953 149.557 98.2313 149.895 98.4769C150.033 98.5773 150.279 98.5335 150.391 98.4142C150.519 98.278 150.54 98.0961 150.455 97.9321C150.277 97.5931 149.944 97.3088 149.666 97.0454C149.397 96.7919 149.116 96.5513 148.825 96.3236C148.217 95.8505 147.572 95.426 146.879 95.077C146.185 94.7271 145.454 94.4388 144.703 94.2261C143.891 93.9955 142.92 93.8384 142.109 94.1515C141.377 94.4339 140.754 94.9756 140.652 95.7679C140.635 95.9021 140.845 95.9161 140.884 95.7988L140.882 95.7968Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M154.734 98.6922C155.009 98.166 155.473 97.7989 156.02 97.5682C156.025 97.5662 156.042 97.5592 156.081 97.5443C156.115 97.5313 156.15 97.5184 156.186 97.5065C156.263 97.4796 156.339 97.4528 156.416 97.4289C156.575 97.3782 156.736 97.3364 156.899 97.3016C157.06 97.2668 157.224 97.2389 157.388 97.215C157.405 97.213 157.422 97.2101 157.439 97.2081C157.378 97.216 157.438 97.2081 157.448 97.2081C157.488 97.2031 157.528 97.1991 157.569 97.1941C157.655 97.1852 157.741 97.1772 157.827 97.1703C158.592 97.1116 159.359 97.1553 160.125 97.1653C161.123 97.1772 162.119 97.1892 163.116 97.2011C163.397 97.2041 163.678 97.2071 163.96 97.2081C164.005 97.2081 164.049 97.2091 164.094 97.212C164.109 97.213 164.125 97.214 164.141 97.216C164.148 97.216 164.246 97.2339 164.179 97.22C164.117 97.2071 164.187 97.222 164.203 97.225C164.224 97.229 164.246 97.2329 164.267 97.2379C164.315 97.2479 164.365 97.2598 164.412 97.2737C164.454 97.2857 164.493 97.3026 164.535 97.3145C164.447 97.2886 164.535 97.3145 164.575 97.3344C164.611 97.3523 164.644 97.3742 164.679 97.3941C164.738 97.4279 164.651 97.3851 164.659 97.3782C164.66 97.3772 164.697 97.411 164.7 97.414C164.697 97.411 164.736 97.4518 164.737 97.4518C164.727 97.4538 164.684 97.3702 164.715 97.4259C164.773 97.5264 164.698 97.3593 164.728 97.4468C164.732 97.4587 164.736 97.4697 164.74 97.4806C164.754 97.5134 164.769 97.5473 164.783 97.5801C164.758 97.5214 164.751 97.5065 164.761 97.5373C164.774 97.5781 164.754 97.4955 164.757 97.4955C164.76 97.4955 164.753 97.5741 164.752 97.5771C164.733 97.7353 164.884 97.8944 165.032 97.9342C165.19 97.977 165.381 97.9074 165.461 97.7641C165.588 97.5383 165.62 97.3006 165.502 97.0638C165.416 96.8917 165.266 96.7594 165.104 96.656C164.782 96.4501 164.363 96.3655 163.983 96.3586C162.91 96.3397 161.835 96.3566 160.762 96.3566C159.876 96.3566 158.986 96.3397 158.103 96.4292C157.364 96.5038 156.599 96.6311 155.926 96.9524C155.221 97.2896 154.66 97.8248 154.434 98.5699C154.383 98.739 154.647 98.8544 154.732 98.6922H154.734Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M170.458 96.8275C170.425 96.0939 170.861 95.4239 171.399 94.9715C171.643 94.7658 172.053 94.5471 172.359 94.4337C172.781 94.2777 173.224 94.1852 173.67 94.1216C173.757 94.1087 173.865 94.0957 173.958 94.0838C174.084 94.0689 174.211 94.056 174.337 94.044C174.463 94.0321 174.59 94.0252 174.716 94.0112C174.928 93.9884 175.076 93.9138 175.187 93.7339C175.257 93.6206 175.224 93.4903 175.141 93.3949C174.929 93.1523 174.625 93.214 174.337 93.2398C174.077 93.2627 173.817 93.2895 173.559 93.3283C173.085 93.3989 172.612 93.5042 172.167 93.6782C171.291 94.0192 170.527 94.6246 170.169 95.4925C169.987 95.9338 169.962 96.416 170.099 96.8733C170.156 97.0602 170.467 97.0313 170.458 96.8265L170.458 96.8275Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M85.2888 50.565C85.164 50.5729 85.0433 50.569 84.9185 50.5799C84.7754 50.5939 84.6342 50.6118 84.4921 50.6327C84.2477 50.6686 83.9992 50.7054 83.7302 50.7443C83.587 50.7652 83.5615 50.7692 83.4408 50.7831C83.3068 50.7991 83.1718 50.812 83.0379 50.828C82.7924 50.8569 82.547 50.8828 82.2995 50.9017C81.2891 50.9794 80.2704 50.9645 79.263 50.8559C78.9777 50.825 78.6923 50.7941 78.408 50.7572C78.4346 50.7602 78.4939 50.7682 78.3743 50.7533C78.3211 50.7463 78.272 50.7433 78.2188 50.7443C78.1482 50.7443 78.0777 50.7463 78.0071 50.7463C77.8435 50.7463 77.6901 50.7572 77.5305 50.7921C77.4201 50.816 77.3352 50.9226 77.322 51.0272C77.3077 51.1478 77.3629 51.2394 77.4611 51.3091C77.9092 51.6269 78.5126 51.6997 79.0496 51.7564C79.565 51.8112 80.0835 51.8421 80.6021 51.8491C81.6534 51.862 82.714 51.7853 83.7448 51.5801C84.026 51.5243 84.3052 51.4626 84.5793 51.3789C84.7306 51.3321 84.8789 51.2822 85.0251 51.2225C85.1632 51.1657 85.2848 51.095 85.4168 51.0282C85.6366 50.9166 85.5404 50.548 85.2877 50.564L85.2888 50.565Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M54.1655 32.9165C52.7996 30.6907 52.3835 27.946 53.1273 25.4488C53.8975 22.8621 55.9168 21.0986 58.2051 19.7277C60.5241 18.339 62.9833 17.2296 65.1233 15.5674C66.3522 14.6131 67.4963 13.5623 68.7191 12.6C69.9491 11.6318 71.2854 10.8096 72.6791 10.083C75.4737 8.62659 78.4431 7.44759 81.4208 6.39583C84.4241 5.33512 87.5011 4.46031 90.6282 3.81912C93.7615 3.17693 96.946 2.76537 100.149 2.66795C103.505 2.56655 106.844 2.8777 110.185 3.13617C113.525 3.39463 116.843 3.51194 120.184 3.20078C123.46 2.89559 126.7 2.32399 129.952 1.85278C135.924 0.987912 142.426 0.435192 148.121 2.83794C153.151 4.96034 156.648 9.24791 160.39 12.9629C161.332 13.8983 162.299 14.8109 163.321 15.6638C163.804 16.0665 164.306 16.4412 164.8 16.8289C165.296 17.2186 165.894 17.6868 166.018 18.333C166.157 19.0527 165.726 19.7973 165.412 20.4176C165.115 21.0022 164.805 21.5797 164.481 22.1504C163.86 23.2469 163.19 24.3175 162.475 25.3583C156.825 33.5786 148.096 40.1009 138.085 42.2988C136.862 42.5672 135.626 42.778 134.379 42.9092C133.659 42.9848 133.651 44.0912 134.38 44.0146C145.108 42.8913 154.717 36.9983 161.319 28.8267C162.977 26.7739 164.467 24.5968 165.738 22.2975C166.379 21.1384 167.331 19.7357 167.21 18.3698C167.087 16.981 165.843 16.1937 164.829 15.3944C160.472 11.9598 157.218 7.38794 152.695 4.13425C150.312 2.42041 147.6 1.22948 144.703 0.616118C141.686 -0.0230895 138.571 -0.107588 135.499 0.0942146C128.643 0.544543 121.951 2.34983 115.046 2.22955C111.502 2.16791 107.979 1.73945 104.441 1.57244C101.086 1.41438 97.7403 1.57543 94.4167 2.03967C87.8514 2.95723 81.4818 5.05677 75.4509 7.70108C72.4947 8.99739 69.7493 10.5462 67.2802 12.602C66.0134 13.6568 64.7937 14.7741 63.4267 15.7076C62.2897 16.485 61.0688 17.1351 59.8561 17.7922C57.5156 19.0607 55.1035 20.4127 53.5702 22.6226C52.1095 24.7271 51.6542 27.431 52.2277 29.8954C52.5103 31.1122 53.0455 32.1808 53.8394 33.1581C53.9877 33.34 54.2842 33.1064 54.1655 32.9135L54.1655 32.9165Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M60.7723 35.0849C62.0074 34.1424 63.6099 33.8373 65.147 33.7935C66.8846 33.7438 68.6171 33.9416 70.3456 34.0917C72.3665 34.2677 74.3925 34.4128 76.4084 34.6305C77.3841 34.7359 78.3567 34.884 79.3038 35.1395C80.1711 35.3731 81.0109 35.6913 81.8496 36.0064C82.6924 36.3225 83.5342 36.6456 84.4138 36.8534C85.2781 37.0572 86.1679 37.1874 87.0597 37.1456C87.2867 37.1347 87.5127 37.1098 87.7377 37.079C87.8972 37.0572 87.9841 36.8603 87.9452 36.7231C87.8981 36.5561 87.7396 36.5005 87.579 36.5213C86.72 36.6357 85.8516 36.5382 85.015 36.3354C84.1456 36.1257 83.2946 35.8125 82.4569 35.5064C81.606 35.1952 80.7601 34.8691 79.8897 34.6117C78.9374 34.3303 77.9617 34.1574 76.9758 34.0351C75.9694 33.9098 74.9559 33.8343 73.9454 33.7478C72.9227 33.6603 71.8999 33.5728 70.8772 33.4853C69.0997 33.3332 67.3119 33.1175 65.5252 33.1881C63.9482 33.2497 62.3366 33.6106 61.0677 34.5649C60.9123 34.6822 60.764 34.8065 60.6209 34.9377C60.5196 35.0312 60.6659 35.1614 60.7702 35.0829L60.7723 35.0849Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M108.086 35.6006C108.393 35.6324 108.71 35.6852 109.019 35.6742C109.356 35.6623 109.692 35.6484 110.029 35.6265C110.675 35.5837 111.32 35.5101 111.964 35.4375C113.254 35.2902 114.537 35.0823 115.828 34.9421C118.463 34.6566 121.089 34.7173 123.721 34.9998C125.043 35.141 126.358 35.345 127.678 35.5121C128.97 35.6752 130.265 35.8254 131.562 35.9607C132.882 36.099 134.209 36.1955 135.535 36.2591C136.866 36.3238 138.189 36.4133 139.516 36.5287C141.003 36.659 142.489 36.7734 143.98 36.841C144.725 36.8749 145.469 36.8948 146.214 36.9107C146.962 36.9266 147.712 36.9614 148.451 36.8301C148.75 36.7774 148.744 36.3059 148.451 36.2482C147.791 36.1179 147.125 36.1199 146.454 36.1069C145.789 36.094 145.124 36.0721 144.459 36.0592C143.13 36.0333 141.801 36.0035 140.472 35.9766C139.143 35.9488 137.812 35.9169 136.489 35.7747C135.164 35.6324 133.838 35.4892 132.514 35.34C131.193 35.1908 129.868 35.0674 128.548 34.9122C127.229 34.7571 125.912 34.5939 124.592 34.4537C121.96 34.1751 119.324 33.9563 116.68 34.212C115.23 34.3522 113.782 34.5651 112.344 34.7949C111.625 34.9103 110.905 35.0266 110.183 35.1201C109.821 35.1669 109.46 35.2176 109.097 35.2584C108.748 35.2972 108.409 35.3808 108.063 35.4414C107.964 35.4594 108 35.5916 108.086 35.6006Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M67.1236 26.6338C65.9965 26.5403 65.9511 25.1416 66.2781 24.3563C66.8862 22.8969 68.8671 23.0113 70.1701 23.3005C71.8351 23.6704 73.446 24.2022 75.1335 24.4905C76.8599 24.7847 78.5985 24.9796 80.3483 25.08C83.9001 25.2838 87.4509 25.3076 91.0057 25.1615C94.586 25.0144 98.1633 24.7867 101.747 24.7022C105.3 24.6187 108.897 24.7112 112.43 25.1148C114.265 25.3245 116.092 25.6228 117.933 25.7888C119.749 25.9528 121.543 25.9031 123.34 25.5929C125.087 25.2907 126.791 24.8006 128.524 24.4338C130.355 24.0471 132.202 23.8801 134.074 23.8821C137.783 23.8861 141.443 24.5392 145.133 24.8106C150.836 25.2301 157.176 24.917 161.873 21.364C162.438 20.9366 162.96 20.4664 163.442 19.9524C163.744 19.6313 163.26 19.1561 162.949 19.4733C160.855 21.6195 158.193 22.8124 155.259 23.4596C153.797 23.7827 152.297 23.9934 150.799 24.068C149.216 24.1465 147.64 24.0481 146.062 23.9159C142.283 23.6008 138.519 23.1176 134.721 23.055C132.836 23.0242 130.941 23.1286 129.08 23.4367C127.27 23.737 125.501 24.2261 123.701 24.577C121.845 24.9388 120.001 25.0263 118.115 24.8663C116.207 24.7042 114.328 24.3374 112.427 24.1187C108.752 23.6942 105.076 23.7101 101.383 23.8244C97.71 23.9388 94.0437 24.1893 90.3724 24.3414C86.7041 24.4935 83.0317 24.6346 79.3704 24.3086C77.5081 24.1425 75.6651 23.895 73.8252 23.5759C72.1858 23.2906 70.5524 22.7399 68.8824 22.6643C67.6971 22.6106 66.382 22.9546 65.8506 24.0789C65.4898 24.8414 65.4707 25.917 66.0702 26.5781C66.3454 26.8823 66.7126 27.0264 67.1227 27.0493C67.3998 27.0652 67.3946 26.6556 67.1225 26.6328L67.1236 26.6338Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M72.6025 15.4982C75.3678 15.3978 78.129 15.3153 80.8923 15.1572C83.6555 14.9991 86.4177 14.8262 89.1819 14.685C94.5877 14.4076 100.033 14.2197 105.409 13.5786C108.045 13.2644 110.63 12.7564 113.196 12.0944C115.725 11.4422 118.27 10.7295 120.897 10.6032C123.591 10.473 126.262 10.9273 128.932 11.1897C131.507 11.4432 134.047 11.3577 136.608 11.0177C141.606 10.3547 146.565 8.90727 151.651 9.18363C152.303 9.21941 152.955 9.28304 153.602 9.37151C154.028 9.43016 154.222 8.80388 153.784 8.73032C148.787 7.88931 143.744 9.14188 138.841 9.97692C136.292 10.4113 133.713 10.7493 131.12 10.6619C128.427 10.5704 125.772 10.0574 123.083 9.91926C117.769 9.64688 112.808 11.7325 107.639 12.5596C102.227 13.4255 96.7371 13.5686 91.2741 13.9146C88.5109 14.0895 85.7476 14.2456 82.9844 14.4037C80.2192 14.5617 77.4508 14.691 74.6948 14.9594C73.9984 15.027 73.2999 15.0777 72.6024 15.1313C72.3642 15.1502 72.3571 15.5071 72.6025 15.4982Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M59.2261 31.9126C59.3752 31.3897 59.2155 30.8638 59.02 30.3737C58.9269 30.1411 58.8246 29.9104 58.7488 29.6719C58.716 29.5695 58.6884 29.4661 58.6669 29.3607C58.6403 29.2295 58.6392 29.2285 58.632 29.0983C58.6259 28.9939 58.6279 28.8885 58.636 28.7841C58.6381 28.7613 58.6401 28.7384 58.6421 28.7155C58.634 28.7831 58.6411 28.7255 58.6442 28.7116C58.6575 28.6519 58.6697 28.5923 58.6891 28.5336C58.6963 28.5127 58.7034 28.4919 58.7116 28.472C58.7341 28.4153 58.6687 28.5416 58.7208 28.4551C58.7433 28.4173 58.7658 28.3795 58.7883 28.3418C58.823 28.2841 58.8016 28.3239 58.7893 28.3368C58.8036 28.3199 58.8189 28.303 58.8343 28.2861C58.8547 28.2652 58.8752 28.2463 58.8966 28.2264C58.914 28.2125 58.914 28.2115 58.8966 28.2225C58.913 28.2105 58.9304 28.1986 58.9478 28.1877C59.0521 28.1211 59.1257 28.0902 59.2116 28.0624C59.3364 28.0216 59.4652 27.9928 59.5951 27.968C59.6963 27.9481 59.7976 27.9322 59.8988 27.9163C59.9765 27.9043 59.9193 27.9133 59.9029 27.9153C59.9326 27.9113 59.9622 27.9083 59.9929 27.9043C60.0532 27.8974 60.1126 27.8914 60.1729 27.8864C60.6045 27.8497 61.0401 27.8566 61.4707 27.9034C61.5004 27.9063 61.5311 27.9103 61.5607 27.9133C61.5761 27.9153 61.6395 27.9242 61.5607 27.9133C61.6088 27.9203 61.6558 27.9272 61.7039 27.9342C61.8164 27.9521 61.9299 27.9719 62.0414 27.9958C62.2541 28.0395 62.4638 28.0932 62.6715 28.1559C62.8801 28.2185 63.0826 28.294 63.2851 28.3706C63.3516 28.3954 63.1962 28.3328 63.3025 28.3775C63.325 28.3865 63.3465 28.3964 63.369 28.4054C63.413 28.4243 63.457 28.4441 63.501 28.464C63.6104 28.5137 63.7188 28.5664 63.8252 28.6211C64.0175 28.7195 64.2057 28.8269 64.3878 28.9422C64.4686 28.9929 64.5494 29.0456 64.6282 29.1003C64.6773 29.1341 64.7264 29.1688 64.7745 29.2036C64.7939 29.2176 64.8133 29.2315 64.8328 29.2464C64.7315 29.1728 64.9678 29.3488 64.8614 29.2673C65.2409 29.5565 65.5928 29.8796 65.9039 30.2385C65.9816 30.328 66.0543 30.4204 66.13 30.5119C66.1678 30.5566 66.2057 30.6023 66.2425 30.6481C66.1944 30.5884 66.2435 30.6501 66.2558 30.665C66.2742 30.6888 66.2916 30.7117 66.31 30.7355C66.396 30.8499 66.4686 30.9801 66.5822 31.0706C66.6824 31.1511 66.7827 31.2306 66.888 31.3062C67.0292 31.4066 67.2255 31.2704 67.2245 31.1183C67.2244 31.0049 67.2101 30.8946 67.1906 30.7823C67.167 30.6421 67.1087 30.5268 67.0371 30.4045C66.9112 30.1908 66.7731 29.988 66.6155 29.7941C66.3321 29.4442 66.0119 29.1231 65.6631 28.8358C64.9245 28.2274 64.0663 27.7672 63.1478 27.4679C62.261 27.1786 61.3037 27.0474 60.369 27.1101C59.8771 27.1429 59.3484 27.2045 58.8892 27.3864C58.3759 27.5902 58.0027 27.9928 57.9139 28.5346C57.821 29.1052 57.992 29.6569 58.2366 30.1709C58.4945 30.7127 58.8148 31.2515 58.8456 31.8619C58.8559 32.0676 59.1627 32.1203 59.222 31.9116L59.2261 31.9126Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M70.4035 30.5857C70.1222 30.3372 69.9728 30.0429 69.8724 29.7029C69.8458 29.6125 69.8223 29.521 69.8059 29.4286C69.7967 29.3749 69.7874 29.2964 69.7833 29.194C69.7802 29.1085 69.7812 29.023 69.7863 28.9365C69.7893 28.8888 69.7934 28.8411 69.7985 28.7933C69.8006 28.7744 69.8026 28.7556 69.8046 28.7367C69.7965 28.8073 69.8097 28.7068 69.8128 28.6929C69.8291 28.6035 69.8496 28.516 69.8751 28.4285C69.8874 28.3877 69.9007 28.347 69.915 28.3062C69.9231 28.2834 69.9313 28.2615 69.9395 28.2396C69.9426 28.2317 69.9804 28.1452 69.9497 28.2128C69.9844 28.1352 70.0233 28.0597 70.0662 27.9861C70.0897 27.9454 70.1153 27.9056 70.1419 27.8668C70.1552 27.847 70.1684 27.8281 70.1828 27.8092C70.1889 27.8012 70.2431 27.7296 70.2155 27.7654C70.1828 27.8062 70.242 27.7346 70.242 27.7346C70.2543 27.7207 70.2666 27.7068 70.2799 27.6929C70.3116 27.6581 70.3453 27.6243 70.379 27.5925C70.4097 27.5636 70.4424 27.5358 70.4752 27.508C70.4895 27.495 70.5426 27.4563 70.4813 27.501C70.5048 27.4841 70.5283 27.4672 70.5518 27.4513C70.7533 27.3171 70.9404 27.2495 71.1807 27.2008C71.7094 27.0934 72.3036 27.1103 72.8876 27.1342C73.5452 27.161 74.2018 27.1988 74.8584 27.2485C75.515 27.2982 76.1696 27.3608 76.8241 27.4274C76.8916 27.4344 76.9591 27.4414 77.0266 27.4493C77.0481 27.4513 77.1381 27.4652 77.0532 27.4523C77.0808 27.4563 77.1074 27.4602 77.135 27.4652C77.2025 27.4771 77.27 27.4901 77.3365 27.508C77.3631 27.5149 77.3887 27.5229 77.4143 27.5308C77.4398 27.5388 77.4654 27.5477 77.491 27.5577C77.4541 27.5428 77.449 27.5408 77.4777 27.5547C77.5288 27.5865 77.5851 27.6104 77.6342 27.6461C77.5697 27.5984 77.6362 27.6531 77.6505 27.667C77.6741 27.6899 77.6966 27.7137 77.7191 27.7376C77.7314 27.7505 77.7621 27.8022 77.7232 27.7426C77.7416 27.7704 77.761 27.7963 77.7784 27.8241C77.8173 27.8857 77.8521 27.9493 77.8838 28.015C77.8951 28.0388 77.9063 28.0627 77.9176 28.0865C77.8808 28.006 77.9381 28.1362 77.9442 28.1531C77.9739 28.2277 78.0015 28.3032 78.0271 28.3788C78.0783 28.5309 78.1234 28.685 78.1592 28.8411C78.1756 28.9116 78.1909 28.9832 78.2043 29.0548C78.2125 29.0975 78.2186 29.1413 78.2268 29.184C78.2432 29.2765 78.2237 29.1403 78.235 29.2417C78.2535 29.4007 78.2668 29.5598 78.2709 29.7198C78.2751 29.8799 78.2721 30.0399 78.2609 30.2C78.2487 30.3849 78.2374 30.4724 78.2139 30.6046C78.1558 30.9366 78.0597 31.2657 78.0557 31.6047C78.0528 31.877 78.4547 32.0788 78.65 31.8442C78.879 31.5689 78.9996 31.2478 79.0639 30.9008C79.1252 30.5698 79.1629 30.2328 79.1638 29.8958C79.1667 29.2645 79.0591 28.6214 78.838 28.0269C78.7224 27.7157 78.5873 27.4165 78.3683 27.159C78.1504 26.9026 77.8395 26.7405 77.5091 26.665C77.1706 26.5874 76.8146 26.5685 76.469 26.5357C76.1171 26.5029 75.7633 26.4771 75.4104 26.4532C74.7037 26.4055 73.997 26.3717 73.2893 26.3508C72.6041 26.3309 71.9076 26.2952 71.2306 26.4164C70.7172 26.5089 70.1896 26.7664 69.8328 27.1421C69.5271 27.4652 69.3186 27.8708 69.2226 28.2993C69.1164 28.7754 69.1329 29.2785 69.2977 29.7407C69.4584 30.191 69.7929 30.5807 70.2164 30.8213C70.3637 30.9048 70.5334 30.703 70.4025 30.5867L70.4035 30.5857Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M83.3116 33.2906C83.0712 32.9566 82.8307 32.6196 82.6373 32.2567C82.4674 31.9366 82.3037 31.5808 82.2637 31.2308C82.2442 31.0598 82.2483 30.8889 82.2676 30.7179C82.2799 30.6145 82.335 30.3978 82.378 30.3033C82.5231 29.9862 82.7695 29.7894 83.108 29.6433C83.426 29.5061 83.8003 29.4106 84.1449 29.3142C84.4957 29.2158 84.8495 29.1273 85.2074 29.0547C85.5868 28.9772 85.8752 28.9315 86.228 28.9017C86.5778 28.8718 86.9306 28.8659 87.2804 28.8967C87.3285 28.9007 87.3755 28.9056 87.4236 28.9116C87.4287 28.9116 87.487 28.9195 87.443 28.9136C87.3949 28.9066 87.4993 28.9225 87.4972 28.9225C87.5842 28.9364 87.6711 28.9533 87.757 28.9722C87.9391 29.013 88.115 29.0697 88.2889 29.1343C88.2347 29.1084 88.3461 29.1551 88.2889 29.1343C88.3093 29.1442 88.3308 29.1532 88.3523 29.1621C88.3942 29.181 88.4351 29.2009 88.476 29.2218C88.5579 29.2635 88.6387 29.3092 88.7164 29.3589C88.7952 29.4086 88.874 29.4583 88.9507 29.512C88.965 29.522 88.9793 29.5329 88.9936 29.5428C88.9251 29.4941 89.053 29.5876 89.0642 29.5955C89.1256 29.6353 89.1911 29.6631 89.2596 29.689C89.3915 29.7387 89.5623 29.6651 89.641 29.5627C89.733 29.4424 89.734 29.3043 89.6695 29.1711C89.5785 28.9832 89.3565 28.8311 89.1836 28.7167C89.0353 28.6183 88.8716 28.5398 88.7069 28.4712C88.3316 28.3151 87.9511 28.2257 87.5461 28.176C86.7729 28.0805 85.9793 28.1779 85.2215 28.334C84.838 28.4135 84.4596 28.512 84.0854 28.6223C83.6804 28.7416 83.2714 28.8649 82.8818 29.0289C82.4809 29.1979 82.122 29.4554 81.9002 29.8282C81.6968 30.1701 81.6069 30.5817 81.6347 30.9744C81.6675 31.4406 81.8262 31.9019 82.084 32.2975C82.3623 32.724 82.7337 33.0918 83.0928 33.4527C83.1992 33.559 83.3996 33.4179 83.3085 33.2906H83.3116Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M83.8828 39.0126C83.2343 38.0885 82.0411 37.4171 80.8749 37.7762C80.3404 37.9413 79.85 38.2875 79.5757 38.7699C79.2983 39.2593 79.2759 39.8363 79.5075 40.3466C79.6223 40.6002 79.8077 40.8678 80.0556 41.014C80.1744 41.0847 80.2984 41.1692 80.4376 41.1931C80.5779 41.217 80.7397 41.219 80.8821 41.205C81.0756 41.1851 81.1083 40.9504 80.927 40.8817C80.8523 40.8529 80.7826 40.8151 80.7283 40.7644C80.6382 40.6778 80.5583 40.64 80.4886 40.5694C80.4743 40.5545 80.461 40.5376 80.4477 40.5216C80.4927 40.5744 80.4169 40.4819 80.3975 40.46C80.3657 40.4242 80.3309 40.3903 80.3002 40.3535C80.3329 40.3933 80.3002 40.3515 80.294 40.3446C80.2786 40.3227 80.2633 40.3008 80.2489 40.2789C80.2172 40.2292 80.1874 40.1785 80.1608 40.1257C80.1516 40.1068 80.1413 40.0869 80.1331 40.067C80.1557 40.1188 80.1342 40.067 80.1311 40.0581C80.1137 40.0074 80.0942 39.9576 80.0788 39.9059C80.0665 39.8651 80.0563 39.8233 80.047 39.7816C80.047 39.7865 80.0306 39.6831 80.0368 39.7318C80.0419 39.7666 80.0316 39.6761 80.0316 39.6652C80.0285 39.6174 80.0285 39.5697 80.0306 39.5219C80.0306 39.501 80.0336 39.4792 80.0346 39.4583C80.0408 39.3588 80.0265 39.4941 80.0377 39.4354C80.0469 39.3876 80.0582 39.3399 80.0715 39.2921C80.0776 39.2703 80.0858 39.2484 80.0929 39.2265C80.0929 39.2265 80.1318 39.13 80.1114 39.1758C80.2741 38.8077 80.6058 38.5282 80.9734 38.3899C81.3983 38.2298 81.8181 38.2218 82.2657 38.3521C82.788 38.5053 83.2346 38.8376 83.5757 39.2444C83.715 39.4105 84.0068 39.1927 83.8818 39.0146L83.8828 39.0126Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M85.8719 44.4549C84.477 44.6302 83.0831 44.8235 81.6738 44.8464C80.285 44.8683 78.8992 44.7886 77.5307 44.5545C77.139 44.4878 76.7503 44.4101 76.3637 44.3214C76.1776 44.2786 75.9925 44.2357 75.8053 44.1979C75.5895 44.155 75.3757 44.0953 75.1569 44.1421C74.9892 44.1779 74.9391 44.4001 75.0568 44.5117C75.1938 44.6422 75.3698 44.697 75.5498 44.7538C75.7318 44.8115 75.9139 44.8623 76.1011 44.9042C76.4417 44.9809 76.7843 45.0496 77.129 45.1094C77.8449 45.2339 78.568 45.3236 79.2931 45.3784C80.7168 45.485 82.1383 45.4362 83.5527 45.2479C83.9444 45.1961 84.335 45.1224 84.7216 45.0407C85.1276 44.956 85.5182 44.8354 85.9088 44.699C86.0336 44.6551 86.0274 44.435 85.875 44.4539L85.8719 44.4549Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M63.8441 37.0639C64.6683 36.7726 65.5304 36.4943 66.4078 36.4118C66.6349 36.3909 66.8619 36.3819 67.09 36.3889C67.1922 36.3919 67.2955 36.3979 67.3978 36.4078C67.4152 36.4098 67.5553 36.4257 67.4939 36.4167C67.542 36.4237 67.5901 36.4307 67.6371 36.4396C67.8059 36.4694 67.9726 36.5092 68.1362 36.5579C68.2181 36.5828 68.2999 36.6096 68.3807 36.6404C68.396 36.6464 68.4799 36.6792 68.4267 36.6573C68.4717 36.6762 68.5167 36.6961 68.5607 36.716C68.7152 36.7875 68.8645 36.8691 69.0067 36.9615C69.0425 36.9844 69.0773 37.0082 69.1121 37.0321C69.1274 37.043 69.2144 37.1086 69.1622 37.0679C69.2328 37.1226 69.3003 37.1802 69.3658 37.2399C69.422 37.2916 69.4762 37.3452 69.5284 37.4019C69.556 37.4317 69.5837 37.4625 69.6103 37.4944C69.6215 37.5073 69.6328 37.5212 69.644 37.5351C69.5949 37.4755 69.6461 37.5391 69.6553 37.551C69.7535 37.6812 69.8394 37.8184 69.9101 37.9646C69.9152 37.9755 69.9469 38.0411 69.9254 37.9954C69.906 37.9536 69.9295 38.0063 69.9315 38.0113C69.9459 38.0491 69.9612 38.0878 69.9745 38.1256C70.0022 38.2061 70.0257 38.2886 70.0431 38.3711C70.0513 38.4089 70.0585 38.4636 70.0493 38.391C70.0534 38.4278 70.0575 38.4656 70.0595 38.5034C70.0647 38.5839 70.0647 38.6644 70.0596 38.7439C70.0576 38.7817 70.0525 38.8185 70.0494 38.8563C70.0454 38.904 70.0525 38.8314 70.0535 38.8274C70.0504 38.8433 70.0484 38.8593 70.0453 38.8752C70.029 38.9547 70.0116 39.0332 69.9871 39.1108C69.9646 39.1833 69.9381 39.2549 69.9095 39.3245C69.9371 39.2579 69.9135 39.3126 69.8982 39.3444C69.8788 39.3831 69.8584 39.4219 69.8369 39.4597C69.794 39.5352 69.7469 39.6078 69.6958 39.6784C69.6836 39.6963 69.6692 39.7132 69.657 39.7301C69.6764 39.7042 69.6938 39.6863 69.6631 39.7221C69.6345 39.7539 69.6069 39.7867 69.5772 39.8186C69.519 39.8802 69.4556 39.9388 69.3901 39.9925C69.3779 40.0025 69.3646 40.0124 69.3523 40.0224C69.3134 40.0562 69.4167 39.9806 69.3503 40.0224C69.3145 40.0452 69.2807 40.0691 69.2439 40.0909C69.1723 40.1337 69.0977 40.1715 69.022 40.2082C69.0128 40.2122 68.9637 40.2331 69.0159 40.2122C69.0701 40.1894 69.0046 40.2162 68.9934 40.2192C68.9535 40.2321 68.9146 40.246 68.8737 40.257C68.8328 40.2679 68.7919 40.2758 68.751 40.2848C68.7367 40.2878 68.6682 40.2977 68.7285 40.2898C68.7878 40.2818 68.7163 40.2898 68.705 40.2908C68.613 40.2977 68.5219 40.3067 68.4289 40.3047C68.5404 40.4936 68.6519 40.6834 68.7645 40.8723C68.9035 40.6576 69.019 40.4081 69.1018 40.1675C69.1621 39.9925 68.9391 39.8345 68.7826 39.9289C68.5607 40.0631 68.3378 40.2331 68.1548 40.415C67.9585 40.6109 68.0353 40.9807 68.3258 41.0453C69.142 41.2272 69.8966 40.7958 70.374 40.1735C70.8269 39.583 71.02 38.7777 70.8213 38.06C70.6084 37.2896 70.0375 36.6643 69.3389 36.2656C68.6003 35.8441 67.7514 35.6761 66.9006 35.7358C65.7613 35.8163 64.708 36.2259 63.6885 36.703C63.485 36.7985 63.6283 37.1365 63.8441 37.0609L63.8441 37.0639Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M74.5962 41.1103C74.421 40.6461 74.0872 40.2485 73.8005 39.8448C73.6571 39.643 73.525 39.4462 73.4615 39.2196C73.4093 39.0356 73.402 38.7951 73.4388 38.6271C73.5318 38.2046 73.8214 37.8199 74.1662 37.5684C74.3648 37.4232 74.5848 37.3109 74.7864 37.2463C75.0771 37.1538 75.3759 37.1041 75.6809 37.0912C76.0279 37.0763 76.377 37.0991 76.7199 37.1449C76.9143 37.1707 77.1068 37.1985 77.3023 37.2164C77.5009 37.2343 77.6667 37.1906 77.8611 37.1657C78.0003 37.1478 78.077 36.9749 77.9368 36.8934C77.7802 36.8029 77.6532 36.7005 77.4771 36.6448C77.2949 36.5872 77.1097 36.5514 76.9213 36.5245C76.5651 36.4729 76.2058 36.4341 75.8445 36.4351C75.1915 36.4371 74.518 36.5603 73.9654 36.9142C73.4701 37.2304 73.0711 37.6847 72.8727 38.2304C72.6732 38.7772 72.7604 39.3558 73.0891 39.8359C73.4393 40.3489 74.0024 40.6829 74.2994 41.2336C74.3834 41.3897 74.6618 41.2823 74.5972 41.1113L74.5962 41.1103Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M97.7598 30.0557C97.7251 30.0706 97.7056 30.0687 97.6749 30.0518C97.6903 30.0875 97.7046 30.1223 97.72 30.1581C97.7465 30.0776 97.7567 30.015 97.7301 29.9345C97.7199 29.9056 97.7076 29.8838 97.6994 29.85C97.6882 29.8052 97.6861 29.7456 97.6912 29.7158C97.7045 29.6472 97.7259 29.5796 97.7505 29.514C97.7556 29.5 97.7607 29.4861 97.7668 29.4732C97.7852 29.4275 97.7504 29.509 97.7709 29.4642C97.7872 29.4295 97.8036 29.3947 97.821 29.3609C97.8496 29.3062 97.8813 29.2535 97.916 29.2018C97.9273 29.1859 97.9712 29.1263 97.959 29.1412C97.9487 29.1541 98.0019 29.0925 98.0183 29.0746C98.0612 29.0288 98.1062 28.9851 98.1532 28.9443C98.1788 28.9215 98.2054 28.9006 98.233 28.8787C98.2728 28.8469 98.1972 28.9046 98.2381 28.8747C98.2544 28.8628 98.2708 28.8519 98.2872 28.84C98.4099 28.7555 98.5418 28.6839 98.6767 28.6203C98.7054 28.6063 98.735 28.5944 98.7637 28.5805C98.7718 28.5765 98.823 28.5556 98.7718 28.5765C98.7872 28.5705 98.8015 28.5646 98.8168 28.5586C98.8935 28.5298 98.9702 28.502 99.0479 28.4761C99.3476 28.3787 99.6564 28.3121 99.9683 28.2634C100.007 28.2574 100.046 28.2514 100.086 28.2455C100.102 28.2435 100.12 28.2405 100.136 28.2385C100.069 28.2475 100.127 28.2395 100.139 28.2385C100.216 28.2296 100.293 28.2206 100.37 28.2137C100.555 28.1958 100.74 28.1828 100.926 28.1689C101.354 28.1381 101.784 28.1143 102.212 28.1272C102.65 28.1391 103.007 28.1789 103.428 28.3011C103.522 28.328 103.615 28.3588 103.707 28.3936C103.715 28.3966 103.8 28.4304 103.762 28.4145C103.731 28.4016 103.787 28.4254 103.786 28.4254C103.831 28.4463 103.877 28.4672 103.921 28.49C104 28.5298 104.076 28.5735 104.15 28.6212C104.182 28.6411 104.214 28.662 104.244 28.6839C104.265 28.6978 104.285 28.7127 104.306 28.7276C104.272 28.7028 104.294 28.7187 104.314 28.7346C104.47 28.8608 104.615 29 104.742 29.1551C104.699 29.1034 104.775 29.2008 104.79 29.2217C104.818 29.2615 104.845 29.3022 104.871 29.344C104.922 29.4265 104.965 29.512 105.008 29.5994C105.005 29.5935 104.985 29.5418 105.001 29.5855C105.012 29.6134 105.024 29.6402 105.033 29.669C105.05 29.7138 105.064 29.7585 105.076 29.8042C105.087 29.844 105.097 29.8838 105.106 29.9235C105.111 29.9464 105.114 29.9693 105.119 29.9921C105.133 30.0518 105.115 29.9265 105.119 29.9881C105.125 30.0816 105.132 30.174 105.126 30.2685C105.125 30.2864 105.123 30.3033 105.122 30.3212C105.114 30.4315 105.135 30.2734 105.121 30.3361C105.117 30.353 105.114 30.3719 105.112 30.3888C105.125 30.3082 105.081 30.6323 105.099 30.4981C105.07 30.7029 105.15 30.9355 105.384 30.9872C105.618 31.0389 105.807 30.9186 105.888 30.7099C106.034 30.3341 105.981 29.8609 105.849 29.4881C105.708 29.0895 105.472 28.7306 105.17 28.4294C104.511 27.7693 103.612 27.483 102.688 27.4055C102.223 27.3667 101.756 27.3826 101.29 27.4164C100.867 27.4472 100.444 27.484 100.024 27.5506C99.3473 27.658 98.6417 27.8429 98.0661 28.2176C97.7522 28.4224 97.4669 28.6869 97.2972 29.0189C97.2042 29.1998 97.1552 29.3837 97.1307 29.5835C97.1021 29.8172 97.1728 30.019 97.3273 30.1979C97.3774 30.2556 97.494 30.2894 97.5666 30.2595C97.6627 30.2208 97.7527 30.2357 97.8376 30.1601C97.8979 30.1054 97.8212 30.0299 97.7557 30.0577L97.7598 30.0557Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M108.478 33.175C108.439 32.8101 108.419 32.4433 108.444 32.0755C108.451 31.985 108.461 31.8946 108.471 31.8051C108.474 31.7782 108.477 31.7524 108.48 31.7256C108.478 31.7395 108.471 31.7773 108.482 31.7136C108.491 31.6609 108.5 31.6092 108.511 31.5566C108.546 31.3786 108.597 31.2027 108.658 31.0317C108.674 30.9859 108.692 30.9402 108.71 30.8955C108.718 30.8756 108.726 30.8557 108.735 30.8358C108.756 30.7851 108.715 30.8776 108.739 30.8279C108.782 30.7344 108.826 30.643 108.876 30.5525C108.963 30.3905 109.063 30.2344 109.171 30.0853C109.2 30.0455 109.229 30.0068 109.259 29.968C109.294 29.9232 109.225 30.0087 109.261 29.965C109.275 29.9481 109.289 29.9312 109.303 29.9153C109.369 29.8368 109.439 29.7602 109.511 29.6867C109.641 29.5544 109.779 29.4332 109.927 29.3188C109.861 29.3695 109.974 29.286 109.992 29.2731C110.028 29.2483 110.064 29.2244 110.1 29.2005C110.186 29.1449 110.275 29.0922 110.366 29.0435C110.443 29.0027 110.521 28.9639 110.6 28.9282C110.62 28.9192 110.64 28.9113 110.661 28.9023C110.585 28.9371 110.636 28.9122 110.654 28.9053C110.705 28.8864 110.755 28.8665 110.807 28.8496C110.989 28.788 111.176 28.7432 111.366 28.7124C111.384 28.7095 111.457 28.7015 111.387 28.7095C111.419 28.7055 111.452 28.7025 111.485 28.6995C111.55 28.6935 111.617 28.6886 111.682 28.6856C111.831 28.6786 111.98 28.6796 112.128 28.6856C112.652 28.7075 113.109 28.779 113.639 28.9053C113.874 28.961 114.101 29.0345 114.327 29.117C114.401 29.1439 114.232 29.0733 114.35 29.127C114.374 29.1379 114.399 29.1488 114.423 29.1598C114.472 29.1826 114.52 29.2055 114.569 29.2304C114.676 29.286 114.78 29.3477 114.88 29.4153C114.902 29.4302 114.924 29.4461 114.945 29.461C114.865 29.4073 114.971 29.4809 114.979 29.4878C115.031 29.5306 115.081 29.5743 115.13 29.621C115.172 29.6618 115.213 29.7036 115.251 29.7483C115.266 29.7662 115.282 29.7841 115.296 29.802C115.247 29.7423 115.283 29.7861 115.308 29.8228C115.373 29.9143 115.429 30.0117 115.478 30.1121C115.485 30.126 115.515 30.1956 115.49 30.138C115.465 30.0753 115.508 30.1847 115.512 30.1976C115.529 30.2473 115.546 30.297 115.56 30.3477C115.575 30.4034 115.587 30.4601 115.599 30.5167C115.617 30.6032 115.601 30.5068 115.598 30.4959C115.608 30.5257 115.605 30.5664 115.607 30.5982C115.61 30.6549 115.611 30.7116 115.609 30.7682C115.609 30.7911 115.607 30.813 115.605 30.8358C115.604 30.8527 115.602 30.8696 115.6 30.8855C115.596 30.9213 115.598 30.9074 115.605 30.8448C115.62 30.8776 115.576 30.971 115.567 31.0068C115.554 31.0605 115.544 31.1152 115.527 31.1679C115.521 31.1887 115.513 31.2096 115.506 31.2305C115.483 31.309 115.531 31.1868 115.506 31.2345C115.477 31.2901 115.453 31.3478 115.423 31.4035C115.204 31.815 115.716 32.1878 116.071 31.8896C116.478 31.5466 116.608 30.9999 116.546 30.4959C116.48 29.967 116.254 29.4779 115.886 29.0812C115.118 28.2551 113.904 28.0116 112.818 27.8933C111.762 27.778 110.692 27.8843 109.791 28.4709C109.035 28.9639 108.468 29.6757 108.13 30.4939C107.773 31.3567 107.665 32.4363 108.21 33.2475C108.28 33.3529 108.493 33.3251 108.478 33.1769L108.478 33.175Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M119.176 31.3799C119.057 31.2447 118.981 31.0946 118.939 30.9266C118.915 30.8332 118.911 30.8004 118.907 30.7039C118.905 30.6592 118.906 30.6135 118.907 30.5687C118.908 30.5439 118.91 30.518 118.912 30.4932C118.912 30.4833 118.925 30.3988 118.917 30.4504C118.946 30.2725 119.023 30.0528 119.082 29.9216C119.063 29.9633 119.108 29.8679 119.105 29.8739C119.114 29.855 119.125 29.8351 119.135 29.8162C119.155 29.7784 119.176 29.7407 119.198 29.7029C119.226 29.6562 119.255 29.6104 119.287 29.5657C119.299 29.5478 119.313 29.5309 119.325 29.513C119.384 29.4285 119.283 29.5587 119.351 29.4802C119.414 29.4056 119.48 29.3341 119.553 29.2675C119.589 29.2347 119.627 29.2029 119.664 29.172C119.678 29.1611 119.736 29.1203 119.681 29.1591C119.707 29.1402 119.734 29.1223 119.761 29.1044C119.975 28.9653 120.164 28.8847 120.387 28.8152C120.508 28.7774 120.63 28.7476 120.753 28.7197C120.816 28.7058 120.877 28.6939 120.941 28.6819C120.968 28.677 120.997 28.672 121.024 28.668C121.028 28.668 121.152 28.6491 121.088 28.6581C121.358 28.6213 121.633 28.6104 121.905 28.6074C122.481 28.6014 123.057 28.6412 123.63 28.669C124.266 28.6998 124.902 28.7316 125.538 28.7605C125.829 28.7734 126.121 28.7833 126.412 28.8032C126.477 28.8072 126.542 28.8132 126.606 28.8191C126.635 28.8221 126.664 28.8251 126.692 28.8281C126.829 28.842 126.647 28.8201 126.728 28.833C126.862 28.8529 126.994 28.8788 127.124 28.9156C127.191 28.9344 127.259 28.9563 127.324 28.9812C127.262 28.9573 127.393 29.012 127.414 29.0239C127.474 29.0537 127.529 29.0885 127.586 29.1223C127.602 29.1313 127.648 29.171 127.586 29.1203C127.614 29.1432 127.642 29.1661 127.668 29.1899C127.708 29.2267 127.743 29.2685 127.781 29.3062C127.828 29.353 127.73 29.2277 127.791 29.3202C127.804 29.34 127.819 29.3589 127.831 29.3788C127.859 29.4235 127.882 29.4713 127.91 29.517C127.943 29.5737 127.882 29.4265 127.915 29.5289C127.925 29.5617 127.937 29.5935 127.946 29.6273C127.953 29.6492 127.957 29.6711 127.963 29.6939C127.988 29.7983 127.963 29.6094 127.966 29.7158C127.966 29.7377 127.968 29.7605 127.968 29.7824C127.968 29.8271 127.961 29.8759 127.973 29.8033C127.968 29.8311 127.963 29.858 127.956 29.8848C127.953 29.8967 127.916 29.9991 127.938 29.9464C127.964 29.8858 127.913 29.9902 127.913 29.9912C127.897 30.018 127.88 30.0439 127.862 30.0687C127.849 30.0856 127.798 30.1492 127.849 30.0866C127.826 30.1154 127.801 30.1443 127.777 30.1721C127.736 30.2198 127.696 30.2665 127.657 30.3153C127.544 30.4564 127.447 30.5966 127.391 30.7706C127.286 31.0996 127.435 31.5768 127.802 31.6841C128.052 31.7577 128.352 31.6971 128.488 31.4615C128.613 31.2457 128.371 31.0588 128.165 31.1473C128.208 31.1294 128.202 31.1394 128.259 31.1632C128.279 31.1722 128.301 31.1811 128.321 31.1901C128.297 31.1652 128.301 31.1712 128.332 31.208C128.308 31.1503 128.34 31.2298 128.341 31.2348C128.337 31.2159 128.33 31.195 128.325 31.1771C128.305 31.1125 128.276 31.0459 128.234 30.9902C128.178 30.9147 128.258 31.0529 128.236 30.9982C128.201 30.9097 128.231 31.029 128.232 30.9982C128.234 30.9376 128.202 31.1036 128.229 31.0131C128.253 30.9376 128.233 30.9962 128.225 31.0131C128.252 30.9574 128.286 30.9087 128.32 30.858C128.329 30.8451 128.371 30.7964 128.32 30.856C128.341 30.8322 128.36 30.8083 128.38 30.7845C128.441 30.7139 128.5 30.6423 128.556 30.5687C128.911 30.1105 128.901 29.522 128.622 29.0299C127.997 27.9254 126.553 27.9771 125.434 27.9334C124.79 27.9075 124.146 27.8857 123.502 27.8628C122.912 27.8419 122.32 27.8081 121.73 27.833C120.64 27.8777 119.499 28.1511 118.811 29.0368C118.223 29.7943 118.071 30.9982 118.862 31.6851C119.075 31.87 119.359 31.5907 119.174 31.3819L119.176 31.3799Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M130.824 32.2187C130.714 32.0816 130.645 31.9364 130.597 31.7873C130.57 31.7038 130.551 31.6183 130.536 31.5308C130.528 31.4781 130.54 31.5765 130.536 31.5239C130.534 31.498 130.531 31.4732 130.529 31.4473C130.526 31.3956 130.525 31.3439 130.525 31.2922C130.525 31.2077 130.527 31.1242 130.534 31.0407C130.536 31.0199 130.538 30.998 130.541 30.9771C130.533 31.0487 130.541 30.9781 130.544 30.9602C130.553 30.9075 130.564 30.8548 130.576 30.8031C130.597 30.7137 130.623 30.6242 130.654 30.5367C130.668 30.495 130.684 30.4542 130.701 30.4135C130.709 30.3926 130.717 30.3727 130.724 30.3518C130.755 30.2693 130.704 30.3916 130.737 30.319C130.822 30.1361 130.923 29.9621 131.042 29.7981C131.056 29.7782 131.131 29.6848 131.084 29.7414C131.117 29.7027 131.149 29.6639 131.183 29.6271C131.251 29.5526 131.323 29.481 131.398 29.4144C131.436 29.3806 131.474 29.3498 131.513 29.317C131.525 29.308 131.573 29.2722 131.513 29.316C131.531 29.303 131.549 29.2901 131.567 29.2772C131.671 29.2056 131.779 29.14 131.89 29.0794C131.992 29.0227 132.097 28.971 132.205 28.9243C132.23 28.9134 132.255 28.9024 132.28 28.8915C132.229 28.9124 132.292 28.8865 132.3 28.8845C132.364 28.8607 132.428 28.8358 132.494 28.8139C132.73 28.7334 132.972 28.6718 133.218 28.6231C133.335 28.6002 133.453 28.5793 133.571 28.5624C133.598 28.5585 133.627 28.5545 133.655 28.5505C133.725 28.5406 133.601 28.5565 133.672 28.5485C133.743 28.5396 133.812 28.5316 133.883 28.5247C134.384 28.474 134.888 28.459 135.391 28.4501C135.649 28.4451 135.907 28.4421 136.164 28.4481C136.28 28.4511 136.394 28.4551 136.509 28.462C136.573 28.466 136.638 28.471 136.702 28.4759C136.738 28.4789 136.774 28.4829 136.809 28.4859C136.818 28.4869 136.928 28.4998 136.879 28.4938C136.819 28.4859 136.957 28.5058 136.949 28.5038C136.976 28.5078 137.005 28.5127 137.033 28.5177C137.088 28.5276 137.143 28.5376 137.198 28.5495C137.322 28.5754 137.444 28.6072 137.563 28.6449C137.623 28.6638 137.682 28.6847 137.74 28.7066C137.814 28.7344 137.65 28.6638 137.771 28.7195C137.797 28.7314 137.822 28.7424 137.847 28.7543C137.955 28.805 138.063 28.8627 138.163 28.9283C138.181 28.9402 138.2 28.9531 138.218 28.966C138.309 29.0287 138.153 28.9084 138.235 28.98C138.277 29.0167 138.32 29.0525 138.361 29.0913C138.402 29.1301 138.44 29.1708 138.478 29.2126C138.493 29.2295 138.507 29.2474 138.522 29.2633C138.453 29.1877 138.525 29.2682 138.536 29.2832C138.602 29.3736 138.661 29.4691 138.711 29.5675C138.721 29.5874 138.731 29.6072 138.741 29.6271C138.79 29.7255 138.711 29.5436 138.749 29.646C138.767 29.6977 138.787 29.7484 138.802 29.8001C138.818 29.8518 138.831 29.9035 138.842 29.9562C138.845 29.9711 138.857 30.0069 138.854 30.0188C138.851 30.0019 138.849 29.985 138.847 29.9681C138.85 29.989 138.852 30.0098 138.855 30.0307C138.863 30.1301 138.857 30.2276 138.852 30.327C138.847 30.3906 138.876 30.2226 138.852 30.32C138.845 30.3449 138.84 30.3697 138.834 30.3946C138.818 30.4592 138.794 30.5178 138.785 30.5834C138.775 30.658 138.764 30.7306 138.774 30.8051C138.784 30.8817 138.794 30.8847 138.823 30.9682C138.832 30.995 138.827 31.0238 138.817 30.9612L138.817 30.8171C138.806 30.8558 138.792 30.8936 138.778 30.9304C138.705 31.1193 138.96 31.2932 139.126 31.1898C139.135 31.1839 139.203 31.1491 139.203 31.1391C139.203 31.1431 139.08 31.1521 139.137 31.1511C139.255 31.1491 139.364 31.1044 139.449 31.0268C139.566 30.9214 139.64 30.7843 139.68 30.6351C139.739 30.4184 139.756 30.1878 139.729 29.9661C139.667 29.4512 139.44 28.9819 139.088 28.5933C138.319 27.7413 137.044 27.6081 135.948 27.616C133.915 27.631 131.252 27.7324 130.176 29.7295C129.683 30.6441 129.653 31.8161 130.443 32.5866C130.545 32.686 130.72 32.686 130.822 32.5866C130.935 32.4762 130.911 32.3291 130.822 32.2177L130.824 32.2187Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M143.179 32.1951C143.129 32.1583 143.082 32.1126 143.041 32.0659C143.02 32.043 143.018 32.04 142.998 32.0102C142.977 31.9794 142.957 31.9485 142.955 31.9446C142.896 31.8153 142.859 31.6573 142.837 31.5181C142.846 31.5748 142.837 31.5022 142.835 31.4823C142.832 31.4455 142.831 31.4088 142.831 31.372C142.831 31.3352 142.831 31.2974 142.834 31.2606C142.836 31.2348 142.851 31.1264 142.839 31.196C142.852 31.1225 142.867 31.0489 142.89 30.9773C142.901 30.9415 142.912 30.9057 142.925 30.8699C142.93 30.855 142.935 30.8391 142.94 30.8242C142.943 30.8153 142.976 30.7328 142.956 30.7795C142.941 30.8153 142.986 30.7198 142.992 30.7079C143.007 30.6801 143.023 30.6512 143.04 30.6244C143.061 30.5916 143.082 30.5598 143.105 30.528C143.109 30.522 143.157 30.4584 143.133 30.4892C143.116 30.5111 143.16 30.4584 143.164 30.4534C143.223 30.3858 143.286 30.3222 143.353 30.2616C143.387 30.2317 143.422 30.2029 143.455 30.1741C143.461 30.1681 143.514 30.1293 143.468 30.1631C143.488 30.1472 143.509 30.1333 143.531 30.1184C143.686 30.0101 143.854 29.9186 144.027 29.8381C144.069 29.8182 144.112 29.7993 144.155 29.7814C144.1 29.8043 144.19 29.7675 144.206 29.7615C144.299 29.7257 144.394 29.6929 144.489 29.6621C145.343 29.3858 146.169 29.2545 147.047 29.2287C147.5 29.2148 147.954 29.2317 148.405 29.2794C148.62 29.3023 148.78 29.3251 149.023 29.3689C149.221 29.4046 149.418 29.4454 149.612 29.5021C149.662 29.517 149.712 29.5329 149.762 29.5508C149.781 29.5577 149.799 29.5647 149.817 29.5707C149.893 29.5975 149.797 29.5577 149.84 29.5796C149.931 29.6273 150.019 29.679 150.109 29.7277C150.151 29.7496 150.105 29.7228 150.098 29.7168C150.123 29.7357 150.147 29.7566 150.17 29.7774C150.208 29.8112 150.241 29.85 150.278 29.8858C150.316 29.9236 150.263 29.8679 150.26 29.8629C150.274 29.8848 150.29 29.9057 150.303 29.9275C150.311 29.9405 150.318 29.9554 150.327 29.9683C150.369 30.0339 150.314 29.9186 150.328 29.9653C150.339 30.0051 150.355 30.0439 150.366 30.0836C150.37 30.0985 150.372 30.1144 150.376 30.1293C150.396 30.2059 150.381 30.0747 150.376 30.1234C150.372 30.1621 150.378 30.2069 150.379 30.2457C150.379 30.2506 150.379 30.2884 150.376 30.2914C150.385 30.2327 150.387 30.2188 150.381 30.2516C150.38 30.2616 150.378 30.2715 150.375 30.2814C150.365 30.3182 150.349 30.357 150.341 30.3948C150.332 30.4445 150.351 30.354 150.356 30.36C150.362 30.3669 150.321 30.4127 150.319 30.4226C150.308 30.4703 150.344 30.3878 150.344 30.3948C150.344 30.4067 150.303 30.4375 150.293 30.4475C150.263 30.4803 150.231 30.5121 150.197 30.5399C150.062 30.6512 150.038 30.8908 150.132 31.033C150.224 31.1722 150.431 31.2905 150.604 31.2199C150.844 31.1234 151.023 30.9833 151.134 30.7507C151.23 30.5498 151.277 30.3292 151.253 30.1075C151.203 29.6273 150.944 29.2496 150.533 28.9851C150.14 28.7326 149.661 28.6302 149.204 28.5537C148.674 28.4642 148.135 28.4115 147.596 28.4036C146.555 28.3877 145.496 28.5249 144.5 28.8231C143.663 29.0736 142.745 29.516 142.333 30.3142C142.122 30.7248 142.066 31.1861 142.167 31.6344C142.188 31.7259 142.218 31.8143 142.255 31.9008C142.321 32.0549 142.35 32.0917 142.457 32.212C142.595 32.3681 142.746 32.5062 142.937 32.5987C143.218 32.7359 143.425 32.372 143.18 32.1961L143.179 32.1951Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M152.952 31.6511C153.102 31.2595 153.159 30.8409 153.327 30.4542C153.309 30.497 153.337 30.4334 153.341 30.4234C153.354 30.3986 153.365 30.3727 153.377 30.3479C153.397 30.3081 153.418 30.2683 153.44 30.2296C153.494 30.1311 153.552 30.0357 153.616 29.9423C153.673 29.8578 153.735 29.7772 153.796 29.6947C153.86 29.6073 153.772 29.7216 153.813 29.6719C153.831 29.65 153.849 29.6281 153.868 29.6063C153.904 29.5625 153.942 29.5208 153.981 29.479C154.294 29.143 154.561 28.9382 154.969 28.7245C155.06 28.6768 155.154 28.633 155.25 28.5913C155.191 28.6161 155.246 28.5933 155.257 28.5883C155.289 28.5764 155.321 28.5634 155.353 28.5515C155.407 28.5316 155.461 28.5137 155.516 28.4968C155.614 28.466 155.714 28.4402 155.814 28.4183C155.864 28.4074 155.914 28.3974 155.965 28.3885C155.993 28.3835 156.022 28.3795 156.05 28.3746C155.966 28.3875 156.077 28.3716 156.086 28.3706C156.303 28.3457 156.519 28.3447 156.738 28.3487C156.874 28.3517 157.017 28.3736 157.141 28.303C157.257 28.2374 157.335 28.1211 157.306 27.9908C157.236 27.6926 156.863 27.6489 156.6 27.628C156.361 27.6081 156.121 27.628 155.884 27.6638C154.988 27.795 154.141 28.2752 153.53 28.9183C153.169 29.2981 152.899 29.7325 152.723 30.2206C152.557 30.6819 152.467 31.2316 152.713 31.679C152.77 31.7833 152.916 31.7446 152.953 31.6481L152.952 31.6511Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M145.276 39.0795C143.765 38.5304 142.118 38.3195 140.514 38.2598C139.061 38.2061 137.482 38.2837 136.336 39.2615C135.775 39.74 135.38 40.4124 135.35 41.1465C135.342 41.3465 135.531 41.5166 135.73 41.5166C135.95 41.5166 136.094 41.3465 136.111 41.1465C136.111 41.1406 136.124 41.0212 136.113 41.1008C136.118 41.065 136.124 41.0292 136.132 40.9943C136.144 40.9357 136.158 40.877 136.173 40.8193C136.191 40.7496 136.217 40.683 136.24 40.6144C136.278 40.5059 136.209 40.675 136.258 40.5706C136.273 40.5378 136.289 40.5049 136.306 40.4731C136.368 40.3547 136.442 40.2433 136.519 40.1339C136.588 40.0384 136.475 40.1816 136.552 40.0921C136.577 40.0643 136.6 40.0354 136.625 40.0086C136.675 39.9538 136.727 39.9001 136.781 39.8484C136.991 39.6485 137.166 39.5271 137.439 39.3849C137.723 39.2376 138.029 39.1392 138.348 39.0675C139.022 38.9143 139.721 38.9054 140.417 38.9183C141.169 38.9323 141.923 38.987 142.672 39.0626C143.512 39.1471 144.348 39.2854 145.185 39.4018C145.403 39.4316 145.488 39.1551 145.277 39.0785L145.276 39.0795Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M133.116 40.8455C133.006 40.1943 132.732 39.578 132.306 39.063C131.875 38.5431 131.319 38.1196 130.707 37.8174C129.2 37.0709 127.488 37.0559 125.853 37.3323C125.366 37.4148 124.883 37.5162 124.408 37.6484C124.162 37.717 123.917 37.7886 123.673 37.8622C123.535 37.9039 123.394 37.9576 123.266 38.0262C123.192 38.066 123.119 38.1176 123.068 38.1823C123.035 38.223 123.017 38.2519 122.995 38.2976C122.933 38.4268 123.069 38.229 122.974 38.3135C122.834 38.4387 122.897 38.7081 123.091 38.7449C123.144 38.7549 123.119 38.7648 123.103 38.732C123.094 38.725 123.084 38.7181 123.075 38.7121C123.101 38.732 123.127 38.7519 123.154 38.7718C123.228 38.8145 123.313 38.8344 123.398 38.8414C123.532 38.8523 123.68 38.8264 123.811 38.8056C124.022 38.7708 124.229 38.7081 124.437 38.6604C124.854 38.565 125.273 38.4686 125.693 38.387C125.903 38.3463 126.112 38.3095 126.323 38.2767C126.371 38.2697 126.42 38.2628 126.468 38.2558C126.473 38.2558 126.554 38.2439 126.496 38.2519C126.438 38.2598 126.518 38.2489 126.523 38.2489C126.637 38.235 126.75 38.223 126.864 38.2121C127.277 38.1743 127.692 38.1534 128.106 38.1674C128.316 38.1743 128.526 38.1892 128.734 38.2141C128.854 38.228 128.671 38.2031 128.764 38.2181C128.8 38.224 128.837 38.229 128.872 38.235C128.951 38.2479 129.03 38.2628 129.108 38.2787C129.422 38.3433 129.73 38.4348 130.03 38.5431C130.065 38.556 130.1 38.569 130.134 38.5819C130.17 38.5958 130.262 38.6346 130.173 38.5968C130.247 38.6276 130.321 38.6604 130.393 38.6942C130.538 38.7618 130.677 38.8364 130.816 38.9139C130.953 38.9905 131.088 39.069 131.219 39.1565C131.278 39.1963 131.336 39.238 131.395 39.2798C131.433 39.3066 131.388 39.2748 131.382 39.2708C131.401 39.2857 131.42 39.2996 131.439 39.3145C131.471 39.3404 131.504 39.3672 131.536 39.3931C132.056 39.8275 132.475 40.3156 132.688 40.9638C132.776 41.2312 133.158 41.1179 133.113 40.8494L133.116 40.8455Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M122.901 38.0917C122.868 37.278 122.381 36.5856 121.69 36.1509C120.878 35.6406 119.838 35.6277 118.917 35.7759C118.636 35.8217 118.357 35.8844 118.082 35.955C117.938 35.9918 117.799 36.0375 117.66 36.0843C117.504 36.137 117.299 36.1917 117.193 36.323C117.027 36.5289 117.079 36.8035 117.348 36.894C117.588 36.9746 117.905 36.8542 118.143 36.7995C118.366 36.7488 118.586 36.6881 118.811 36.6433C119.247 36.5548 119.642 36.509 120.117 36.527C120.173 36.5289 120.229 36.5329 120.286 36.5369C120.317 36.5399 120.35 36.5429 120.382 36.5459C120.431 36.5508 120.401 36.5468 120.39 36.5459C120.481 36.5568 120.571 36.5757 120.66 36.5966C120.744 36.6165 120.827 36.6394 120.908 36.6662C120.949 36.6801 120.989 36.6941 121.029 36.709C121.034 36.711 121.091 36.7329 121.049 36.716C121.002 36.6971 121.093 36.7349 121.102 36.7388C121.258 36.8095 121.413 36.8851 121.557 36.9756C121.593 36.9975 121.628 37.0213 121.663 37.0452C121.669 37.0502 121.729 37.092 121.699 37.0691C121.67 37.0482 121.718 37.084 121.718 37.084C121.789 37.1387 121.858 37.1954 121.924 37.2561C122.189 37.5018 122.359 37.7813 122.412 38.1543C122.451 38.4259 122.913 38.3603 122.902 38.0897L122.901 38.0917Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M78.4351 48.1035C78.9355 47.6602 79.5423 47.4171 80.2035 47.3056C80.8473 47.197 81.4952 47.2627 82.1197 47.4749C82.1637 47.4899 82.2087 47.5058 82.2517 47.5227C82.2681 47.5287 82.2845 47.5357 82.3009 47.5417C82.2568 47.5237 82.3254 47.5526 82.3326 47.5556C82.4186 47.5935 82.5015 47.6383 82.5875 47.6752C82.7861 47.7598 82.9929 47.9143 83.2191 47.8535C83.3122 47.8286 83.3859 47.7389 83.3838 47.6433C83.3776 47.4032 83.1698 47.2717 82.9865 47.1462C82.8227 47.0346 82.6344 46.9599 82.4481 46.8901C82.0959 46.7576 81.7223 46.678 81.3456 46.657C80.5851 46.6142 79.8461 46.7796 79.1758 47.1253C78.8074 47.3155 78.4707 47.5666 78.1893 47.8664C78.0389 48.0268 78.2693 48.25 78.434 48.1045L78.4351 48.1035Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M58.2256 24.7181C58.3944 24.8364 58.553 24.9667 58.7218 25.086C58.8916 25.2053 59.0818 25.3037 59.2711 25.3902C59.6638 25.5691 60.1302 25.6367 60.5597 25.6586C61.4045 25.7003 62.2431 25.4399 62.9097 24.9369C63.5375 24.4637 64.02 23.7698 64.1885 23.0103C64.3611 22.2359 64.1993 21.4167 63.7317 20.7636C63.4728 20.4027 63.1404 20.0737 62.7414 19.86C62.5471 19.7566 62.3323 19.6582 62.1114 19.6254C61.9651 19.6035 61.826 19.5826 61.6788 19.6075C61.5796 19.6234 61.4834 19.6502 61.3883 19.681C61.1276 19.7655 61.1471 20.0866 61.3885 20.1781C61.5174 20.2278 61.6923 20.3153 61.8447 20.3729C61.7792 20.3481 61.8498 20.3769 61.8754 20.3878C61.9357 20.4147 61.9961 20.4405 62.0574 20.4624C62.1035 20.4793 62.0411 20.4564 62.037 20.4544C62.0585 20.4644 62.0799 20.4733 62.1014 20.4833C62.1382 20.5012 62.1751 20.5191 62.2109 20.5389C62.2784 20.5747 62.3428 20.6155 62.4073 20.6562C62.442 20.6781 62.4768 20.701 62.5106 20.7238C62.5249 20.7338 62.5392 20.7447 62.5535 20.7547C62.4789 20.704 62.5484 20.7507 62.5638 20.7636C62.6886 20.863 62.8042 20.9744 62.9085 21.0946C62.9239 21.1125 62.9392 21.1314 62.9546 21.1483C62.9505 21.1444 62.9126 21.0937 62.9423 21.1324C62.9668 21.1652 62.9924 21.198 63.0159 21.2318C63.063 21.2994 63.107 21.369 63.1479 21.4406C63.1858 21.5072 63.2186 21.5758 63.2523 21.6444C63.28 21.701 63.2298 21.5818 63.2503 21.6414C63.2564 21.6583 63.2636 21.6742 63.2697 21.6901C63.2861 21.7339 63.3015 21.7776 63.3158 21.8223C63.3383 21.8949 63.3578 21.9685 63.3741 22.042C63.3823 22.0818 63.3885 22.1225 63.3967 22.1623C63.3803 22.0788 63.3967 22.1752 63.4008 22.208C63.4152 22.376 63.405 22.5401 63.3907 22.7071C63.3866 22.7558 63.3928 22.6912 63.3938 22.6862C63.3907 22.7041 63.3887 22.721 63.3856 22.7389C63.3785 22.7796 63.3703 22.8204 63.3611 22.8612C63.3427 22.9427 63.3213 23.0232 63.2957 23.1027C63.2702 23.1823 63.2416 23.2608 63.2078 23.3373C63.2354 23.2737 63.2007 23.3503 63.1905 23.3721C63.17 23.4159 63.1475 23.4586 63.124 23.5004C63.0433 23.6485 62.9503 23.7907 62.845 23.9239C62.8838 23.8742 62.8286 23.9427 62.8153 23.9577C62.7877 23.9905 62.7591 24.0223 62.7294 24.0531C62.6712 24.1157 62.6108 24.1764 62.5475 24.234C62.4892 24.2877 62.4278 24.3394 62.3665 24.3891C62.3471 24.404 62.3287 24.4199 62.3092 24.4348C62.3154 24.4299 62.3501 24.405 62.3143 24.4309C62.2745 24.4597 62.2336 24.4875 62.1927 24.5144C62.0546 24.6048 61.9084 24.6853 61.756 24.7529C61.7335 24.7629 61.711 24.7728 61.6885 24.7818C61.6967 24.7778 61.7274 24.7659 61.6865 24.7818C61.6415 24.7987 61.5965 24.8156 61.5515 24.8305C61.4615 24.8603 61.3695 24.8871 61.2764 24.91C61.1149 24.9498 60.9185 24.9846 60.7866 24.9985C60.3683 25.0432 59.9694 25.0044 59.5573 24.9359C59.1349 24.8653 58.6818 24.8026 58.3084 24.5849C58.2184 24.5323 58.1458 24.6615 58.2277 24.7191L58.2256 24.7181Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M67.4615 21.2687C67.083 21.0361 66.953 20.5937 67.0112 20.199C67.0479 19.9475 67.1236 19.7736 67.2452 19.5708C67.3597 19.3799 67.5417 19.191 67.7431 19.0369C68.1971 18.688 68.7309 18.515 69.2994 18.357C69.8619 18.2009 70.4325 18.0747 71.0083 17.9782C71.1443 17.9554 71.2803 17.9355 71.4163 17.9156C71.5452 17.8977 71.3314 17.9255 71.4603 17.9096C71.4992 17.9047 71.538 17.8997 71.5769 17.8957C71.6546 17.8868 71.7323 17.8788 71.8101 17.8709C72.1005 17.843 72.393 17.8261 72.6855 17.8222C72.9739 17.8182 73.2623 17.8261 73.5497 17.85C73.6192 17.8559 73.6888 17.8619 73.7583 17.8699C73.79 17.8728 73.8207 17.8768 73.8524 17.8808C73.9792 17.8947 73.7583 17.8659 73.8831 17.8848C74.0314 17.9066 74.1787 17.9305 74.3259 17.9613C74.5919 18.016 74.8537 18.0866 75.1104 18.1751C75.1738 18.1969 75.2373 18.2208 75.2997 18.2446C75.3242 18.2536 75.403 18.2864 75.3068 18.2466C75.3406 18.2605 75.3743 18.2755 75.4071 18.2894C75.541 18.348 75.672 18.4126 75.7998 18.4822C75.9072 18.5409 76.0116 18.6035 76.1139 18.6701C76.1752 18.7099 76.2366 18.7516 76.2959 18.7944C76.298 18.7964 76.3952 18.8689 76.3369 18.8242C76.2847 18.7834 76.3952 18.8709 76.4054 18.8789C76.6202 19.0519 76.8146 19.2457 77.0059 19.4435C77.4172 19.868 77.7998 20.3253 78.2704 20.6911C78.5271 20.8899 78.8238 21.0878 79.148 21.1653C79.3403 21.211 79.5244 21.2319 79.7197 21.1981C79.8547 21.1753 79.9876 21.1325 80.1144 21.0828C80.2249 21.0391 80.3087 20.9575 80.3087 20.8343C80.3086 20.7249 80.2268 20.6096 80.1143 20.5858C80.0509 20.5718 79.9885 20.5549 79.9271 20.5341C79.831 20.5022 79.9793 20.5639 79.8964 20.5201C79.8698 20.5062 79.8422 20.4943 79.8166 20.4794C79.7634 20.4506 79.7225 20.4327 79.6622 20.4078C79.7072 20.4267 79.8033 20.4675 79.6029 20.383C79.7123 20.4287 79.6131 20.3859 79.5926 20.377C79.5548 20.3591 79.518 20.3392 79.4801 20.3193C79.3748 20.2637 79.2694 20.212 79.1702 20.1474C79.1139 20.1116 79.0607 20.0728 79.0065 20.034C78.982 20.0161 78.9451 19.9982 78.9247 19.9754C79.0035 20.0639 78.9451 19.9903 78.9165 19.9684C78.4766 19.6205 78.1114 19.195 77.7226 18.7964C77.3073 18.3699 76.8408 17.9902 76.3089 17.7078C75.778 17.4265 75.1971 17.2297 74.6039 17.1163C73.3602 16.8797 72.0828 16.9593 70.8454 17.1879C70.2461 17.2983 69.654 17.4523 69.0742 17.6363C68.4423 17.8361 67.8246 18.0856 67.3052 18.4962C66.7827 18.9107 66.47 19.4992 66.4937 20.1623C66.5133 20.716 66.7599 21.2965 67.2847 21.564C67.4852 21.6663 67.6538 21.387 67.4615 21.2687Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M82.6228 21.8177C82.4899 21.6954 82.3773 21.5572 82.276 21.4091C82.1717 21.257 82.1 21.1148 82.0468 20.9657C81.9854 20.7937 81.9321 20.6188 81.9004 20.4388C81.9004 20.4428 81.886 20.3414 81.8922 20.3891C81.8973 20.4289 81.8901 20.3643 81.8891 20.3553C81.885 20.3086 81.8809 20.2619 81.8788 20.2152C81.8747 20.1207 81.8757 20.0273 81.8818 19.9328C81.8849 19.8911 81.889 19.8493 81.893 19.8076C81.9002 19.738 81.8951 19.7957 81.893 19.8086C81.8971 19.7827 81.9012 19.7579 81.9063 19.732C81.9247 19.6356 81.9461 19.5382 81.9747 19.4437C81.9982 19.3642 82.0258 19.2857 82.0585 19.2091C82.0258 19.2857 82.0831 19.1624 82.0933 19.1425C82.1147 19.1008 82.1372 19.06 82.1618 19.0203C82.1863 18.9805 82.2118 18.9407 82.2394 18.9029C82.2548 18.8811 82.2701 18.8602 82.2865 18.8393C82.2773 18.8513 82.2384 18.895 82.2855 18.8423C82.3529 18.7668 82.4204 18.6952 82.4961 18.6276C82.5329 18.5948 82.5707 18.564 82.6096 18.5341C82.5554 18.5759 82.6188 18.5282 82.6331 18.5182C82.6535 18.5043 82.673 18.4904 82.6934 18.4775C82.7905 18.4148 82.8928 18.3592 82.9981 18.3095C83.0206 18.2995 83.0431 18.2896 83.0656 18.2796C83.0503 18.2866 82.9981 18.3055 83.0717 18.2777C83.1178 18.2608 83.1638 18.2439 83.2108 18.2289C83.3223 18.1932 83.4368 18.1633 83.5524 18.1415C83.6076 18.1305 83.6628 18.1216 83.718 18.1136C83.6301 18.1256 83.7743 18.1097 83.7947 18.1077C83.9072 18.0987 84.0208 18.0957 84.1333 18.0977C84.2406 18.0997 84.347 18.1106 84.4534 18.1186C84.527 18.1236 84.3531 18.1017 84.4728 18.1206C84.4973 18.1246 84.5229 18.1285 84.5475 18.1325C84.6099 18.1435 84.6712 18.1554 84.7326 18.1693C84.8298 18.1922 84.9269 18.219 85.022 18.2498C85.0783 18.2677 85.1335 18.2876 85.1877 18.3085C85.2051 18.3154 85.2859 18.3492 85.2164 18.3194C85.2471 18.3323 85.2778 18.3463 85.3084 18.3602C85.5222 18.4576 85.7258 18.5729 85.9191 18.7041C85.9692 18.7379 86.0183 18.7727 86.0664 18.8085C86.1216 18.8493 86.0204 18.7727 86.0746 18.8145C86.1012 18.8353 86.1278 18.8552 86.1534 18.8761C86.2475 18.9517 86.3385 19.0302 86.4275 19.1127C86.6004 19.2728 86.7631 19.4427 86.9165 19.6207C86.9564 19.6664 86.9943 19.7131 87.0332 19.7599C87.0424 19.7708 87.0843 19.8255 87.0383 19.7658C87.0546 19.7867 87.071 19.8076 87.0874 19.8295C87.16 19.9249 87.2306 20.0223 87.2992 20.1207C87.5846 20.5303 87.863 20.9667 88.2425 21.3007C88.4778 21.5085 88.7192 21.6636 89.0424 21.6894C89.1007 21.6944 89.1538 21.6864 89.2121 21.6815C89.3584 21.6685 89.1518 21.6775 89.2602 21.6815C89.2807 21.6815 89.4146 21.6636 89.3666 21.6695C89.4883 21.6546 89.6079 21.6129 89.7255 21.5244C89.8236 21.4508 89.7755 21.3007 89.6886 21.246C89.6456 21.2192 89.6067 21.1914 89.5607 21.1695C89.5709 21.1745 89.4656 21.1297 89.5034 21.1456C89.4799 21.1357 89.4574 21.1268 89.4339 21.1168C89.438 21.1168 89.4431 21.1168 89.4472 21.1178C89.4502 21.1198 89.3653 21.0661 89.4032 21.0949C89.4339 21.1178 89.3879 21.079 89.3807 21.0731C89.3398 21.0353 89.2968 20.9995 89.2549 20.9627C89.2231 20.9349 89.1925 20.9051 89.1597 20.8772C89.1157 20.8405 89.0717 20.8116 89.0257 20.7798C89.0032 20.7649 88.9418 20.7162 89.0227 20.7798C88.9357 20.7112 88.8549 20.6377 88.7771 20.5601C88.7055 20.4875 88.636 20.414 88.5705 20.3364C88.551 20.3136 88.5316 20.2907 88.5122 20.2669C88.4968 20.249 88.4446 20.1834 88.504 20.2569C88.4661 20.2092 88.4293 20.1605 88.3925 20.1118C88.2574 19.9308 88.1295 19.745 87.9955 19.563C87.3591 18.7071 86.5611 17.9635 85.5465 17.5559C84.6167 17.1822 83.5347 17.1841 82.6267 17.6186C81.782 18.0222 81.231 18.8314 81.171 19.742C81.1109 20.6645 81.5336 21.6546 82.4194 22.0731C82.5841 22.1507 82.7722 21.9509 82.6249 21.8147L82.6228 21.8177Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M91.6265 21.8176C91.5885 21.2718 91.5607 20.7261 91.4603 20.1873C91.362 19.6564 91.1931 19.1335 91.0068 18.6255L91.0069 18.8413C91.014 18.8214 91.0222 18.8005 91.0304 18.7806C90.9966 18.8671 91.0232 18.7995 91.0334 18.7776C91.0518 18.7409 91.0702 18.7031 91.0917 18.6673C91.1152 18.6275 91.1418 18.5898 91.1684 18.552C91.1827 18.5311 91.2195 18.5033 91.1581 18.5639C91.1765 18.546 91.1919 18.5251 91.2092 18.5062C91.2696 18.4416 91.336 18.384 91.4056 18.3293C91.3299 18.3879 91.4199 18.3223 91.4485 18.3034C91.4935 18.2746 91.5405 18.2468 91.5876 18.2209C91.6653 18.1782 91.7471 18.1434 91.8268 18.1046C91.7287 18.1514 91.8698 18.0887 91.8954 18.0788C91.9434 18.0609 91.9925 18.044 92.0416 18.0291C92.2349 17.9674 92.4332 17.9187 92.6327 17.878C93.1194 17.7796 93.6154 17.7189 94.1084 17.6523C94.182 17.6424 94.2546 17.6324 94.3282 17.6235C94.361 17.6195 94.3937 17.6145 94.4254 17.6106C94.5072 17.5996 94.3661 17.6175 94.4479 17.6076C94.5941 17.5897 94.7404 17.5708 94.8866 17.5549C95.1709 17.5231 95.4552 17.4972 95.7406 17.4783C96.3071 17.4416 96.8758 17.4346 97.4423 17.4774C97.5712 17.4873 97.7001 17.5002 97.8279 17.5141C97.9271 17.5251 97.8658 17.5181 97.8443 17.5151C97.876 17.5191 97.9087 17.5241 97.9404 17.529C98.0202 17.541 98.1 17.5539 98.1798 17.5678C98.4273 17.6116 98.6727 17.6642 98.9131 17.7368C99.0113 17.7666 99.1084 17.7994 99.2036 17.8352C99.2128 17.8382 99.2711 17.8591 99.2711 17.8611C99.2711 17.8611 99.1616 17.8134 99.2547 17.8541C99.3099 17.878 99.3652 17.9028 99.4194 17.9287C99.5063 17.9704 99.5912 18.0152 99.6741 18.0629C99.7569 18.1116 99.8776 18.1653 99.9421 18.2359C99.8633 18.1494 99.9503 18.2438 99.9789 18.2687C100.018 18.3025 100.057 18.3363 100.093 18.372C100.126 18.4039 100.158 18.4357 100.189 18.4685C100.204 18.4854 100.219 18.5013 100.234 18.5182C100.307 18.6027 100.215 18.4874 100.24 18.5222C100.293 18.5997 100.348 18.6742 100.393 18.7568C100.398 18.7657 100.457 18.8711 100.452 18.8741C100.448 18.877 100.407 18.7528 100.437 18.8452C100.448 18.8761 100.459 18.9069 100.469 18.9387C100.484 18.9864 100.498 19.0341 100.509 19.0828C100.511 19.0908 100.525 19.1653 100.525 19.1653C100.522 19.1653 100.512 19.0321 100.522 19.1544C100.534 19.2757 100.526 19.395 100.518 19.5153C100.511 19.6097 100.521 19.5093 100.522 19.4944C100.52 19.5322 100.51 19.5709 100.503 19.6087C100.491 19.6723 100.477 19.736 100.462 19.7996C100.434 19.9209 100.4 20.0411 100.366 20.1614C100.223 20.6684 99.8869 21.5512 100.486 21.8981C100.428 21.8246 100.37 21.751 100.311 21.6774C100.368 21.8464 100.468 21.9886 100.581 22.1258C100.727 22.3007 101.093 22.1626 101.061 21.9329C101.045 21.8126 101.056 21.6993 101.058 21.58C101.021 21.6675 100.983 21.754 100.946 21.8415C101.07 21.7222 101.133 21.5512 101.172 21.3891C101.195 21.2977 101.185 21.1973 101.208 21.1068C101.172 21.243 101.208 21.1237 101.213 21.0949C101.22 21.0571 101.227 21.0203 101.236 20.9826C101.296 20.7022 101.385 20.4278 101.454 20.1485C101.607 19.5242 101.634 18.891 101.312 18.3114C101.045 17.8342 100.586 17.4644 100.104 17.205C99.5715 16.9167 98.9844 16.7497 98.385 16.6532C96.9286 16.4176 95.4539 16.5399 94.0038 16.7596C93.3922 16.8521 92.7694 16.9346 92.1702 17.0897C91.6455 17.2258 91.122 17.4336 90.7181 17.7945C90.4952 17.9933 90.3153 18.2508 90.2244 18.5321C90.1774 18.6772 90.1764 18.7975 90.2409 18.9377C90.2798 19.0222 90.3217 19.1047 90.3606 19.1892C90.4404 19.3622 90.507 19.5163 90.5807 19.6992C90.7198 20.0461 90.8519 20.397 90.9737 20.7509C91.0341 20.9279 91.1098 21.0989 91.1743 21.2748C91.2429 21.4627 91.2839 21.6625 91.3279 21.8564C91.3648 22.0154 91.6348 21.9826 91.6235 21.8176H91.6265Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M102.937 21.9498C102.827 21.4468 102.742 20.9706 102.704 20.4617C102.684 20.2052 102.67 19.9467 102.674 19.6892C102.676 19.5749 102.681 19.4596 102.69 19.3453C102.695 19.2777 102.703 19.2101 102.71 19.1425C102.712 19.1286 102.722 19.0699 102.71 19.1415C102.718 19.0978 102.725 19.054 102.732 19.0103C102.774 18.7826 102.831 18.555 102.916 18.3383C102.925 18.3134 102.935 18.2886 102.945 18.2647C102.908 18.3542 102.95 18.2567 102.957 18.2428C102.979 18.1951 103.004 18.1484 103.03 18.1027C103.087 18.0013 103.152 17.9048 103.223 17.8114C103.163 17.8899 103.23 17.8054 103.24 17.7935C103.261 17.7686 103.283 17.7448 103.305 17.7219C103.343 17.6822 103.382 17.6444 103.422 17.6076C103.463 17.5698 103.506 17.535 103.549 17.4992C103.634 17.4277 103.478 17.544 103.573 17.4813C103.608 17.4585 103.642 17.4346 103.677 17.4118C103.742 17.371 103.808 17.3342 103.877 17.2994C103.907 17.2835 103.939 17.2686 103.97 17.2537C103.973 17.2517 104.1 17.2 104.021 17.2308C104.164 17.1742 104.311 17.1294 104.461 17.0927C104.605 17.0569 104.751 17.029 104.898 17.0062C104.933 17.0002 104.969 16.9952 105.004 16.9903C104.908 17.0042 105.048 16.9853 105.055 16.9843C105.14 16.9744 105.225 16.9664 105.309 16.9584C105.662 16.9266 106.017 16.9048 106.371 16.8859C107.089 16.8491 107.808 16.8411 108.527 16.864C109.247 16.8869 109.972 16.9306 110.687 17.0231C110.576 17.0091 110.72 17.028 110.733 17.03C110.762 17.034 110.79 17.039 110.819 17.0439C110.898 17.0569 110.975 17.0718 111.053 17.0887C111.215 17.1235 111.372 17.1692 111.527 17.2269C111.44 17.195 111.527 17.2269 111.549 17.2368C111.581 17.2517 111.614 17.2666 111.644 17.2825C111.708 17.3153 111.769 17.3501 111.828 17.3889C111.859 17.4088 111.893 17.4287 111.92 17.4525C111.825 17.37 111.911 17.4485 111.929 17.4635C111.98 17.5062 112.028 17.5519 112.074 17.6006C112.089 17.6165 112.104 17.6324 112.119 17.6493C112.133 17.6653 112.148 17.6822 112.162 17.6991C112.195 17.7388 112.189 17.7329 112.146 17.6802C112.187 17.6981 112.236 17.8064 112.257 17.8412C112.292 17.8969 112.324 17.9535 112.352 18.0112C112.362 18.0321 112.394 18.0768 112.394 18.0997C112.387 18.0818 112.379 18.0639 112.372 18.046C112.38 18.0659 112.388 18.0868 112.396 18.1066C112.445 18.2309 112.485 18.3591 112.517 18.4884C112.534 18.5599 112.55 18.6325 112.563 18.7051C112.568 18.7329 112.573 18.7617 112.577 18.7896C112.582 18.8124 112.585 18.8353 112.588 18.8582C112.578 18.7886 112.576 18.7806 112.584 18.8343C112.612 19.1157 112.626 19.397 112.624 19.6803C112.624 19.7847 112.63 19.8771 112.646 19.9825C112.648 19.9934 112.649 20.0054 112.651 20.0163C112.639 19.9239 112.642 19.9457 112.661 20.0839C112.669 20.1177 112.679 20.1465 112.692 20.1793C112.723 20.2589 112.754 20.3374 112.798 20.411C112.801 20.4169 112.826 20.4845 112.817 20.4527C112.828 20.4935 112.833 20.5382 112.839 20.581C112.855 20.6804 112.973 20.7519 113.07 20.7519C113.179 20.7519 113.266 20.6784 113.301 20.581C113.312 20.5501 113.328 20.5173 113.335 20.4855C113.339 20.4746 113.342 20.4637 113.346 20.4537C113.3 20.5213 113.307 20.5153 113.366 20.4368C113.403 20.3901 113.436 20.3454 113.464 20.2927C113.558 20.1157 113.603 19.9328 113.609 19.734C113.617 19.4566 113.608 19.1793 113.577 18.9039C113.511 18.3373 113.376 17.7607 113.042 17.2815C112.654 16.7258 112.08 16.3719 111.412 16.2139C110.69 16.0429 109.916 16.0141 109.177 15.9783C108.409 15.9415 107.639 15.9385 106.871 15.9693C106.114 16.0001 105.343 16.0459 104.598 16.19C103.945 16.3163 103.309 16.5717 102.83 17.034C102.44 17.4118 102.179 17.9038 102.051 18.4228C101.898 19.0391 101.936 19.6803 102.022 20.3026C102.013 20.238 102.031 20.3613 102.036 20.3901C102.043 20.4308 102.051 20.4706 102.058 20.5114C102.074 20.5929 102.091 20.6734 102.11 20.7539C102.143 20.904 102.182 21.0532 102.221 21.2023C102.299 21.4945 102.388 21.7838 102.485 22.0711C102.578 22.3495 102.998 22.2361 102.935 21.9508L102.937 21.9498Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M114.998 16.9218C115.019 17.4576 115.131 17.9755 115.359 18.4646C115.581 18.9428 115.914 19.3892 116.31 19.746C116.719 20.1148 117.196 20.4409 117.706 20.6636C118.296 20.9211 118.899 21.0732 119.541 21.1487C120.979 21.3197 122.45 21.0304 123.836 20.6755C124.469 20.5135 125.106 20.3485 125.726 20.1407C126.35 19.9319 126.943 19.6635 127.45 19.247C127.983 18.8096 128.31 18.2072 128.393 17.5371C128.472 16.9109 128.229 16.208 127.625 15.9038C127.363 15.7726 127.048 16.043 127.21 16.3074C127.238 16.3542 127.262 16.4019 127.286 16.4496C127.302 16.4784 127.317 16.5072 127.331 16.5361C127.339 16.551 127.356 16.6017 127.331 16.5361C127.371 16.6464 127.394 16.7578 127.417 16.8731C127.422 16.894 127.426 16.9158 127.431 16.9367C127.456 17.0441 127.426 16.8363 127.433 16.9456C127.436 16.9993 127.441 17.053 127.441 17.1077C127.441 17.1574 127.438 17.2061 127.436 17.2558C127.435 17.2836 127.433 17.3115 127.431 17.3383C127.429 17.3602 127.427 17.3831 127.424 17.4049C127.427 17.385 127.43 17.3642 127.432 17.3443C127.444 17.3821 127.409 17.4685 127.399 17.5093C127.386 17.564 127.371 17.6187 127.353 17.6733C127.336 17.728 127.316 17.7817 127.296 17.8354C127.293 17.8433 127.248 17.9467 127.283 17.8722C127.316 17.7986 127.256 17.9258 127.25 17.9378C127.201 18.0342 127.144 18.1276 127.08 18.2161C127.061 18.2439 127.029 18.3115 127.086 18.2121C127.073 18.235 127.05 18.2569 127.031 18.2768C126.986 18.3284 126.938 18.3772 126.888 18.4239C126.84 18.4696 126.79 18.5133 126.739 18.5561C126.713 18.577 126.687 18.5978 126.661 18.6187C126.6 18.6684 126.757 18.5541 126.651 18.6257C126.528 18.7072 126.407 18.7867 126.278 18.8573C126.165 18.9179 126.051 18.9746 125.933 19.0263C125.902 19.0402 125.871 19.0531 125.84 19.0671C125.933 19.0253 125.867 19.0561 125.846 19.0641C125.77 19.0939 125.694 19.1237 125.616 19.1516C125.05 19.3554 124.463 19.5084 123.882 19.6655C123.234 19.8395 122.582 19.9985 121.92 20.1099C121.841 20.1228 121.76 20.1357 121.679 20.1477C121.647 20.1526 121.615 20.1566 121.583 20.1616C121.424 20.1844 121.679 20.1506 121.52 20.1695C121.352 20.1894 121.183 20.2073 121.013 20.2202C120.684 20.2451 120.354 20.253 120.023 20.2391C119.863 20.2321 119.701 20.2222 119.542 20.2073C119.51 20.2043 119.477 20.2013 119.445 20.1974C119.441 20.1974 119.284 20.1765 119.381 20.1904C119.304 20.1795 119.229 20.1685 119.153 20.1546C118.9 20.1099 118.652 20.0472 118.409 19.9667C118.351 19.9478 118.294 19.927 118.236 19.9061C118.208 19.8961 118.035 19.8266 118.142 19.8713C118.029 19.8246 117.915 19.7759 117.805 19.7232C117.574 19.6128 117.35 19.4866 117.137 19.3444C117.082 19.3076 117.028 19.2679 116.974 19.2301C116.916 19.1903 117.05 19.2897 116.958 19.2182C116.929 19.1963 116.901 19.1734 116.873 19.1516C116.761 19.0621 116.652 18.9686 116.547 18.8722C116.344 18.6863 116.177 18.5004 116.045 18.3155C115.747 17.896 115.539 17.4397 115.518 16.9228C115.505 16.5997 114.987 16.5987 115.001 16.9228L114.998 16.9218Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M119.313 15.155C119.369 14.8416 119.512 14.587 119.744 14.3622C119.968 14.1443 120.25 13.9901 120.53 13.8499C120.815 13.7076 121.114 13.6062 121.444 13.5146C121.613 13.4679 121.784 13.4291 121.956 13.3963C122.034 13.3814 122.114 13.3674 122.194 13.3555C122.233 13.3495 122.273 13.3436 122.311 13.3386C122.242 13.3485 122.319 13.3386 122.329 13.3366C122.367 13.3316 122.404 13.3276 122.442 13.3227C123.34 13.2182 124.251 13.1844 125.155 13.2262C126.067 13.2689 126.889 13.3814 127.784 13.5843C128.281 13.6977 128.772 13.834 129.255 13.9941C129.756 14.1612 130.183 14.3283 130.639 14.5352C130.837 14.6248 131.099 14.5959 131.211 14.389C131.308 14.21 131.274 13.9265 131.061 13.832C129.284 13.0451 127.378 12.5846 125.428 12.4801C124.465 12.4284 123.505 12.4692 122.549 12.6055C121.789 12.7129 121.03 12.89 120.362 13.2739C119.676 13.6678 119.179 14.3114 119.069 15.0893C119.047 15.2445 119.287 15.3151 119.315 15.155H119.313Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M131.759 17.4946C131.812 17.6856 131.876 17.8875 131.982 18.0566C132.093 18.2337 132.221 18.4008 132.361 18.557C132.639 18.8703 132.969 19.13 133.339 19.3359C134.158 19.7934 135.096 19.9974 136.036 20.0222C137.119 20.0511 138.204 19.8491 139.262 19.6512C140.004 19.5129 140.775 19.31 141.419 18.9141C141.772 18.6972 142.137 18.4137 142.329 18.0447C142.43 17.8507 142.488 17.6319 142.506 17.415C142.523 17.2061 142.436 17.0211 142.319 16.851C142.256 16.7575 142.091 16.7356 142.032 16.851C142.002 16.9107 141.967 16.9654 141.931 17.0211C141.923 17.0321 141.914 17.043 141.907 17.0539C141.959 16.9813 141.876 17.0927 141.873 17.0967C141.853 17.1275 141.839 17.1604 141.822 17.1932C141.793 17.2559 141.76 17.3175 141.723 17.3762C141.706 17.4041 141.686 17.4299 141.667 17.4578C141.631 17.5105 141.683 17.4469 141.682 17.4399C141.683 17.4469 141.651 17.4767 141.646 17.4817C141.55 17.5901 141.453 17.6975 141.347 17.796C141.317 17.8229 141.287 17.8497 141.256 17.8756C141.24 17.8895 141.155 17.9611 141.208 17.9154C141.264 17.8666 141.171 17.9412 141.156 17.9512C141.117 17.978 141.077 18.0039 141.036 18.0288C140.897 18.1153 140.752 18.1939 140.604 18.2645C140.532 18.2984 140.46 18.3302 140.388 18.361C140.326 18.3879 140.473 18.3282 140.409 18.3521C140.393 18.358 140.378 18.365 140.361 18.371C140.313 18.3899 140.265 18.4078 140.216 18.4247C139.897 18.5391 139.569 18.6266 139.235 18.6953C138.769 18.7907 138.299 18.8753 137.827 18.9489C137.704 18.9678 137.582 18.9857 137.458 19.0026C137.538 18.9927 137.385 19.0116 137.365 19.0136C137.291 19.0225 137.217 19.0305 137.143 19.0374C136.897 19.0623 136.65 19.0792 136.403 19.0862C136.156 19.0931 135.91 19.0922 135.663 19.0802C135.549 19.0742 135.433 19.0663 135.318 19.0544C135.284 19.0514 135.118 19.0285 135.23 19.0454C135.18 19.0384 135.129 19.0305 135.079 19.0225C134.702 18.9599 134.328 18.8584 133.971 18.7241C133.946 18.7142 133.825 18.6644 133.897 18.6953C133.845 18.6724 133.791 18.6495 133.74 18.6256C133.643 18.5799 133.547 18.5311 133.454 18.4794C133.27 18.3769 133.086 18.2735 132.914 18.1511C132.792 18.0646 132.624 17.9194 132.494 17.7841C132.348 17.6319 132.198 17.4837 132.067 17.3195C131.948 17.1703 131.713 17.3345 131.757 17.4946H131.759Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M136.943 14.2136C138.117 13.5889 139.458 13.3154 140.792 13.3691C141.465 13.3959 142.093 13.5213 142.739 13.7511C142.817 13.7789 142.895 13.8088 142.973 13.8396C143.1 13.8883 142.901 13.8078 143.025 13.8615C143.05 13.8724 143.075 13.8834 143.101 13.8943C143.271 13.9689 143.437 14.0535 143.606 14.132C143.771 14.2096 143.932 14.2922 144.092 14.3797C144.288 14.4872 144.416 14.5349 144.586 14.6155C144.94 14.7836 145.275 15.0323 145.565 15.2611C145.746 15.4033 145.922 15.5555 146.112 15.6868C146.213 15.7575 146.314 15.834 146.434 15.8718C146.523 15.8997 146.618 15.9176 146.709 15.9355C146.943 15.9823 147.112 15.7624 147.009 15.5565C146.919 15.3765 146.822 15.2322 146.664 15.1009C146.503 14.9676 146.331 14.8503 146.158 14.7329C145.838 14.516 145.523 14.2922 145.198 14.0823C145.159 14.0564 145.084 13.9968 145.027 13.953C144.926 13.8754 144.878 13.8356 144.801 13.7759C144.636 13.6476 144.437 13.5541 144.249 13.4596C143.905 13.2875 143.547 13.1542 143.176 13.0498C142.488 12.8558 141.758 12.7583 141.044 12.7354C140.335 12.7126 139.623 12.7882 138.935 12.9573C138.161 13.1483 137.414 13.4586 136.74 13.8764C136.523 14.0117 136.715 14.336 136.944 14.2146L136.943 14.2136Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M144.723 18.2299C144.598 18.6683 144.645 19.1683 144.929 19.5381C145.285 20.0014 145.877 20.238 146.443 20.3553C147.048 20.4805 147.672 20.4964 148.288 20.5263C148.903 20.5561 149.52 20.575 150.137 20.5541C152.301 20.4815 154.659 19.7717 155.867 17.8909C156.171 17.4187 156.378 16.8879 156.277 16.3242C156.254 16.1999 156.207 16.0836 156.139 15.9753C156.1 15.9146 156.055 15.857 156.008 15.8023C156.086 15.8938 155.983 15.7745 155.975 15.7655C155.957 15.7476 155.939 15.7307 155.92 15.7148C155.871 15.6731 155.817 15.6333 155.76 15.6035C155.726 15.5856 155.689 15.5737 155.655 15.5577C155.599 15.5339 155.7 15.5786 155.634 15.5478C155.52 15.4941 155.395 15.4703 155.268 15.4683C154.988 15.4653 154.956 15.8421 155.205 15.9256C155.231 15.9345 155.234 15.9355 155.269 15.9554C155.266 15.9534 155.339 15.9922 155.305 15.9783C155.282 15.9683 155.319 16.0091 155.308 15.9792C155.295 15.9435 155.318 15.9991 155.318 16.0001C155.308 16.027 155.304 15.9594 155.315 15.9902C155.328 16.023 155.334 16.0747 155.351 16.1045C155.375 16.1463 155.346 16.0319 155.351 16.0797C155.353 16.0966 155.355 16.1125 155.356 16.1294C155.359 16.1691 155.358 16.2079 155.356 16.2477C155.351 16.3331 155.353 16.4186 155.351 16.5041C155.35 16.5439 155.346 16.5837 155.343 16.6234C155.339 16.6841 155.321 16.6224 155.348 16.5876C155.342 16.5946 155.339 16.6413 155.338 16.6463C155.321 16.7338 155.299 16.8222 155.273 16.9077C155.262 16.9386 155.232 16.9863 155.233 17.0181C155.23 16.9684 155.274 16.9296 155.248 16.9813C155.237 17.0032 155.227 17.026 155.215 17.0489C155.165 17.1483 155.111 17.2467 155.052 17.3422C154.997 17.4316 154.937 17.5191 154.875 17.6036C154.861 17.6235 154.844 17.6434 154.83 17.6633C154.789 17.7199 154.883 17.5996 154.838 17.6533C154.798 17.701 154.759 17.7487 154.718 17.7955C154.573 17.9585 154.416 18.1106 154.248 18.2518C154.209 18.2846 154.171 18.3164 154.132 18.3472C154.112 18.3631 154.092 18.378 154.072 18.3939C154.085 18.384 154.155 18.3333 154.083 18.386C153.991 18.4526 153.897 18.5182 153.8 18.5788C153.617 18.6961 153.428 18.8015 153.233 18.8979C153.135 18.9456 153.036 18.9914 152.935 19.0351C152.92 19.0411 152.843 19.0739 152.906 19.048C152.968 19.0222 152.891 19.054 152.876 19.06C152.817 19.0838 152.756 19.1067 152.696 19.1286C152.485 19.2051 152.271 19.2697 152.053 19.3254C151.791 19.392 151.525 19.4437 151.257 19.4845C151.226 19.4894 151.194 19.4934 151.162 19.4984C151.061 19.5133 151.13 19.5033 151.152 19.5004C151.088 19.5083 151.024 19.5163 150.96 19.5232C150.815 19.5391 150.671 19.5521 150.526 19.562C149.417 19.6405 148.309 19.5938 147.199 19.5481C146.639 19.5252 146.165 19.4914 145.681 19.219C145.578 19.1614 145.482 19.0918 145.387 19.0242C145.338 18.9894 145.416 19.048 145.368 19.0103C145.334 18.9824 145.301 18.9516 145.265 18.9258C145.225 18.8979 145.178 18.879 145.14 18.8502C144.947 18.7001 144.813 18.4774 144.783 18.2408C144.779 18.211 144.736 18.2011 144.727 18.2339L144.723 18.2299Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M151.614 13.5552C153.42 13.1538 155.353 13.2534 157.146 13.6837C157.402 13.7455 157.654 13.8143 157.911 13.872C158.04 13.9009 158.167 13.9328 158.297 13.9567C158.442 13.9836 158.586 13.9846 158.733 13.9966C158.833 14.0045 158.93 13.9208 158.955 13.8322C158.984 13.7306 158.934 13.6369 158.85 13.5791C158.757 13.5154 158.668 13.4407 158.566 13.3919C158.444 13.3331 158.316 13.2833 158.188 13.2374C157.961 13.1548 157.735 13.09 157.498 13.0392C157.007 12.9326 156.509 12.8549 156.008 12.8021C155.052 12.7015 154.079 12.7383 153.128 12.8629C152.582 12.9346 152.036 13.0312 151.501 13.1538C151.234 13.2155 151.347 13.616 151.615 13.5562L151.614 13.5552Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M161.541 16.5367C161.217 16.7415 160.89 16.9394 160.564 17.1402C160.407 17.2377 160.256 17.3481 160.104 17.4515C159.937 17.5648 159.8 17.709 159.655 17.8462C159.54 17.9546 159.685 18.1008 159.813 18.0461C159.984 17.9745 160.164 17.9119 160.322 17.8144C160.484 17.713 160.651 17.6185 160.807 17.5082C161.115 17.2904 161.426 17.0786 161.74 16.8688C161.828 16.8101 161.868 16.6998 161.812 16.6053C161.76 16.5188 161.631 16.479 161.541 16.5357L161.541 16.5367Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M77.0206 12.2643C76.778 11.7046 76.9537 11.1151 77.3269 10.6598C77.5293 10.4113 77.7798 10.1906 78.0354 10.0256C78.336 9.83176 78.5855 9.72937 78.9271 9.63493C79.0928 9.5892 79.2615 9.55341 79.4323 9.52657C79.5765 9.50371 79.7002 9.48979 79.8874 9.48084C80.0602 9.47289 80.232 9.47388 80.4049 9.48383C80.6033 9.49575 80.6974 9.50669 80.8579 9.53353C81.5647 9.65481 82.1303 9.88047 82.7093 10.292C82.7246 10.303 82.74 10.3139 82.7553 10.3248C82.8535 10.3954 82.7267 10.302 82.7809 10.3447C82.8157 10.3716 82.8505 10.3994 82.8842 10.4282C82.963 10.4938 83.0397 10.5624 83.1144 10.634C83.2597 10.7722 83.3988 10.9153 83.5471 11.0495C83.8622 11.3348 84.2663 11.5814 84.6938 11.653C84.9546 11.6967 85.1079 11.3826 84.8757 11.2325C84.5596 11.0287 84.3345 10.7414 84.0777 10.4769C83.7995 10.1896 83.511 9.91924 83.1836 9.68463C82.574 9.24822 81.8396 8.95695 81.094 8.83567C79.5772 8.59112 77.8704 8.9659 76.9217 10.2205C76.4392 10.8587 76.2349 11.6977 76.6166 12.4293C76.7282 12.6421 77.1178 12.49 77.0195 12.2643H77.0206Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M87.387 10.5135C87.2069 10.253 87.0759 9.88419 87.0482 9.59888C87.0308 9.42293 87.0225 9.24598 87.0378 9.06903C87.049 8.93582 87.0837 8.76583 87.1379 8.58888C87.1614 8.51134 87.19 8.43578 87.2186 8.36023C87.2441 8.29263 87.2268 8.33737 87.2206 8.35228C87.2298 8.3314 87.239 8.31053 87.2493 8.28965C87.2718 8.24293 87.2953 8.19621 87.3188 8.15048C87.4026 7.98446 87.4946 7.82541 87.607 7.67629C87.6132 7.66834 87.6592 7.61167 87.6295 7.64746C87.6029 7.68027 87.6387 7.63653 87.6418 7.63354C87.6735 7.59776 87.7041 7.56197 87.7369 7.52717C87.8135 7.44566 87.8953 7.36712 87.9792 7.29157C88.0528 7.22596 88.1295 7.16234 88.2092 7.10269C88.1581 7.14146 88.2787 7.05498 88.288 7.04802C88.3319 7.01819 88.3759 6.98837 88.4199 6.96054C88.5998 6.84522 88.7869 6.74283 88.9802 6.64938C89.0773 6.60266 89.1765 6.55793 89.2757 6.51518C89.2767 6.51518 89.3381 6.48834 89.3013 6.50424C89.2594 6.52214 89.3371 6.48933 89.3463 6.48635C89.4035 6.46349 89.4598 6.44161 89.5171 6.42074C89.9261 6.26864 90.3433 6.1404 90.7636 6.02509C91.1481 5.91971 91.5357 5.82726 91.9294 5.75867C92.0245 5.74276 92.1186 5.72785 92.2137 5.71393C92.2976 5.702 92.2332 5.71095 92.2158 5.71393C92.2413 5.71095 92.2669 5.70797 92.2915 5.70499C92.3487 5.69803 92.405 5.69206 92.4622 5.68709C92.6627 5.6682 92.8641 5.65826 93.0666 5.65826C93.172 5.65826 93.2773 5.66124 93.3816 5.6682C93.4369 5.67119 93.4911 5.67616 93.5463 5.68113C93.5709 5.68312 93.5944 5.6861 93.6189 5.68908C93.6609 5.69405 93.6926 5.70002 93.6322 5.69007C93.8439 5.72387 94.0526 5.76761 94.2561 5.83422C94.3062 5.85112 94.3553 5.87001 94.4044 5.8879C94.4505 5.90381 94.3891 5.88094 94.384 5.87895C94.4392 5.90182 94.4944 5.92369 94.5497 5.94755C94.4678 5.91275 94.5834 5.96445 94.609 5.97638C94.6622 6.00123 94.7133 6.02807 94.7645 6.0559C94.8514 6.10461 94.9384 6.15333 95.0233 6.20402C95.0846 6.24081 95.1501 6.26765 95.2197 6.28852C95.2401 6.29449 95.2606 6.30145 95.282 6.30542C95.3097 6.3094 95.3373 6.31238 95.3659 6.31636C95.3966 6.32033 95.4007 6.32033 95.3792 6.31636C95.5173 6.33525 95.7126 6.2587 95.6911 6.08573C95.6593 5.83124 95.5457 5.65528 95.3442 5.49225C95.16 5.34214 94.9514 5.22086 94.7304 5.13039C94.3182 4.9614 93.8825 4.87889 93.4376 4.84707C92.552 4.78445 91.6479 4.94649 90.7951 5.16817C89.0944 5.61055 86.9531 6.37103 86.474 8.23299C86.3617 8.67139 86.3281 9.17142 86.453 9.61181C86.5134 9.82454 86.6127 10.0353 86.7385 10.2192C86.8644 10.4011 87.0485 10.5413 87.2387 10.6576C87.3288 10.7133 87.4484 10.6009 87.387 10.5135Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M102.293 4.08994C100.595 4.19035 98.8481 4.85142 97.8111 6.20937C97.3304 6.83864 97.0299 7.62398 97.0311 8.4123C97.0324 9.19267 97.3508 9.93626 97.9157 10.49C98.2187 10.7872 98.6198 11.0676 99.0444 11.1709C99.4568 11.2713 99.9571 11.2763 100.334 11.0596C100.501 10.9632 100.493 10.657 100.275 10.6222C100.188 10.6083 100.101 10.5963 100.013 10.5884C99.9958 10.5864 99.9773 10.5854 99.9599 10.5824C99.9681 10.5834 99.9937 10.5874 99.9579 10.5814C99.9129 10.5735 99.8679 10.5645 99.8228 10.5546C99.6704 10.5178 99.5159 10.4721 99.3706 10.4144C99.4381 10.4413 99.3706 10.4114 99.3419 10.3995C99.3143 10.3876 99.2857 10.3757 99.258 10.3647C99.2406 10.3578 99.2232 10.3508 99.2069 10.3438C99.2498 10.3617 99.257 10.3647 99.2284 10.3518C99.1588 10.318 99.0892 10.2872 99.0206 10.2494C98.9531 10.2116 98.8866 10.1719 98.8211 10.1301C98.7863 10.1072 98.7525 10.0824 98.7177 10.0595C98.7853 10.1053 98.7003 10.0456 98.6778 10.0267C98.5519 9.92334 98.4383 9.80902 98.3309 9.68674C98.2777 9.6261 98.3554 9.72353 98.3084 9.65891C98.2828 9.62511 98.2582 9.59131 98.2347 9.55652C98.1876 9.48792 98.1436 9.41635 98.1026 9.34278C98.0852 9.31197 98.0688 9.28016 98.0535 9.24834C98.0412 9.22449 98.0013 9.12806 98.0299 9.20063C98.0002 9.12309 97.9705 9.04555 97.947 8.96602C97.9255 8.89047 97.907 8.81492 97.8927 8.73737C97.8896 8.71948 97.8753 8.62305 97.8794 8.65983C97.8845 8.70556 97.8783 8.64294 97.8773 8.63796C97.8753 8.61311 97.8722 8.58727 97.8712 8.56241C97.8588 8.39242 97.8629 8.22243 97.8812 8.05244C97.8833 8.03355 97.8853 8.01466 97.8884 7.99577C97.8782 8.06934 97.8884 8.00373 97.8904 7.98981C97.8976 7.95303 97.9037 7.91525 97.9119 7.87847C97.9303 7.79198 97.9517 7.7055 97.9773 7.62C98.0008 7.54047 98.0273 7.46194 98.057 7.3844C98.0703 7.34861 98.0846 7.31282 98.0999 7.27704C98.1255 7.2164 98.0774 7.32475 98.105 7.26511C98.1163 7.24224 98.1265 7.21838 98.1378 7.19552C98.2134 7.03845 98.3003 6.88635 98.3975 6.74121C98.5049 6.58017 98.5509 6.52052 98.6695 6.38632C98.7861 6.2551 98.9119 6.13084 99.0449 6.01552C99.1932 5.88728 99.2894 5.8157 99.451 5.70934C99.6105 5.60396 99.7763 5.50853 99.9461 5.42105C100.689 5.0403 101.529 4.8385 102.371 4.66155C102.699 4.59296 102.63 4.06807 102.291 4.08795L102.293 4.08994Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M113.357 5.9668C113.032 5.76798 112.663 5.61986 112.3 5.50156C111.939 5.38426 111.577 5.28485 111.202 5.21924C110.487 5.09398 109.773 5.06515 109.06 5.21625C107.779 5.48764 106.629 6.36444 106.371 7.66175C106.295 8.0405 106.299 8.41826 106.362 8.79801C106.393 8.98291 106.433 9.17278 106.551 9.32488C106.484 9.24038 106.691 9.50481 106.621 9.41435C106.662 9.46803 106.702 9.52171 106.75 9.56943C106.818 9.63603 106.894 9.69369 106.975 9.7434C107.131 9.83982 107.351 9.71457 107.345 9.53662C107.343 9.46902 107.339 9.40143 107.333 9.33383C107.331 9.30997 107.33 9.2881 107.327 9.26424C107.333 9.31991 107.315 9.05349 107.315 9.15886C107.315 8.99185 107.273 8.84175 107.239 8.67971C107.23 8.64293 107.224 8.60515 107.217 8.56737C107.202 8.48387 107.215 8.55246 107.217 8.56936C107.209 8.49381 107.202 8.41826 107.2 8.34271C107.195 8.20353 107.202 8.06436 107.218 7.92518C107.206 8.02857 107.222 7.90331 107.224 7.8894C107.228 7.86454 107.232 7.83969 107.237 7.81484C107.25 7.75221 107.264 7.69058 107.28 7.62994C107.3 7.55637 107.323 7.4838 107.35 7.41322C107.359 7.38936 107.368 7.3655 107.377 7.34264C107.396 7.2979 107.397 7.29592 107.379 7.33767C107.39 7.3148 107.401 7.29194 107.412 7.26908C107.468 7.15475 107.534 7.0454 107.608 6.94202C107.612 6.93705 107.688 6.83664 107.635 6.90424C107.65 6.88436 107.667 6.86547 107.683 6.84658C107.736 6.78495 107.792 6.7253 107.851 6.66864C107.9 6.62092 107.951 6.5742 108.004 6.53046C108.023 6.51455 108.043 6.49865 108.062 6.48274C108.155 6.4052 108 6.52251 108.1 6.45391C108.215 6.37538 108.332 6.30082 108.456 6.23521C108.517 6.2024 108.581 6.17159 108.644 6.14176C108.673 6.12884 108.702 6.11592 108.732 6.10299C108.661 6.13282 108.779 6.0851 108.781 6.08411C108.914 6.03341 109.05 5.99066 109.188 5.95388C109.326 5.9171 109.466 5.88827 109.607 5.8654C109.633 5.86143 109.659 5.85745 109.684 5.85347C109.809 5.83459 109.612 5.85944 109.739 5.84652C109.817 5.83856 109.895 5.8316 109.972 5.82564C110.313 5.80079 110.655 5.80775 110.994 5.83956C111.765 5.91113 112.526 6.14673 113.301 6.16363C113.413 6.16562 113.445 6.02148 113.357 5.9668Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M123.759 5.01444C123.055 4.91098 122.338 4.89706 121.628 4.89109C121.267 4.88811 120.905 4.89308 120.543 4.89308C120.24 4.89308 119.935 4.88512 119.632 4.90203C118.662 4.95873 117.459 5.18553 117.022 6.15142C116.875 6.4777 116.834 6.83978 116.945 7.18495C117.041 7.48039 117.29 7.7619 117.558 7.92205C117.74 8.03048 117.963 7.81363 117.851 7.63756C117.797 7.55301 117.745 7.46248 117.715 7.36798C117.705 7.34013 117.699 7.31128 117.693 7.28244C117.679 7.21778 117.687 7.24663 117.689 7.26254C117.681 7.19391 117.681 7.12328 117.674 7.05464C117.668 7.00689 117.666 6.96014 117.666 6.91239C117.666 6.88255 117.667 6.85271 117.669 6.82287C117.67 6.80297 117.685 6.72538 117.669 6.80098C117.68 6.74826 117.688 6.69554 117.7 6.64282C117.707 6.61397 117.714 6.58513 117.724 6.55628C117.727 6.54733 117.767 6.43791 117.733 6.51947C117.77 6.43293 117.822 6.35335 117.876 6.27576C117.827 6.3454 117.865 6.2887 117.881 6.27079C117.898 6.25189 117.915 6.23299 117.933 6.21409C117.969 6.17728 118.009 6.14446 118.047 6.11064C118.121 6.042 117.979 6.15341 118.064 6.09671C118.081 6.08477 118.099 6.07284 118.116 6.0619C118.16 6.03305 118.206 6.00619 118.252 5.98132C118.29 5.96143 118.328 5.94153 118.367 5.92363C118.367 5.92363 118.465 5.88085 118.409 5.90373C118.361 5.92363 118.473 5.87986 118.484 5.87588C118.688 5.80326 118.899 5.75353 119.113 5.71772C119.17 5.70777 119.228 5.69981 119.286 5.69185C119.204 5.7028 119.328 5.68787 119.355 5.68489C119.476 5.67196 119.597 5.664 119.719 5.65604C120.33 5.61725 120.941 5.57945 121.552 5.54264C122.289 5.49788 123.038 5.4372 123.759 5.28302C123.891 5.25516 123.901 5.03433 123.759 5.01344L123.759 5.01444Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M132.947 3.62958C132.879 3.57888 132.865 3.49239 132.797 3.4407C132.749 3.40392 132.671 3.37807 132.612 3.36117C132.473 3.32141 132.318 3.30948 132.176 3.2886C131.902 3.24784 131.624 3.22895 131.348 3.222C130.803 3.20808 130.242 3.2558 129.725 3.43175C128.839 3.73197 128.021 4.40597 127.776 5.31359C127.514 6.27886 128.002 7.20934 128.723 7.85551C129.433 8.49074 130.33 8.95995 131.257 9.21544C131.805 9.36654 132.359 9.42718 132.922 9.34865C133.191 9.31087 133.443 9.2214 133.684 9.09813C133.792 9.04246 133.894 8.97785 133.991 8.90627C134.127 8.80487 134.2 8.6826 134.279 8.53846C134.395 8.33168 134.203 8.05333 133.954 8.12789C133.909 8.14081 133.864 8.15274 133.819 8.16368C133.741 8.17362 133.804 8.16765 133.819 8.16368C133.74 8.17362 133.695 8.18356 133.619 8.21637C133.595 8.22631 133.473 8.27601 133.549 8.24818C133.504 8.26508 133.459 8.28198 133.414 8.29589C133.322 8.32472 133.229 8.34759 133.134 8.36548C133.125 8.36747 133.062 8.37741 133.062 8.37741C133.062 8.37741 133.182 8.3625 133.081 8.37443C133.025 8.38139 132.971 8.38835 132.916 8.3963C132.839 8.40723 132.924 8.38536 132.937 8.39431C132.918 8.38139 132.815 8.40624 132.791 8.40723C132.742 8.41022 132.693 8.4122 132.644 8.4132C132.538 8.41419 132.431 8.40922 132.326 8.40425C132.237 8.40027 132.127 8.40624 132.041 8.38139C132.164 8.41717 132.023 8.3784 131.984 8.37244C131.927 8.36349 131.869 8.35256 131.813 8.34063C131.607 8.29888 131.403 8.24321 131.204 8.1776C131.11 8.14678 131.017 8.11298 130.925 8.07719C130.9 8.06725 130.876 8.05731 130.851 8.04836C130.949 8.08614 130.882 8.06129 130.861 8.05234C130.807 8.02947 130.753 8.00562 130.7 7.98176C130.319 7.80878 129.948 7.60599 129.606 7.3674C129.585 7.35249 129.564 7.33758 129.543 7.32267C129.537 7.3177 129.483 7.27992 129.528 7.31273C129.578 7.34752 129.511 7.29881 129.5 7.28986C129.479 7.27396 129.459 7.25805 129.439 7.24215C129.355 7.17355 129.273 7.10198 129.194 7.02742C129.125 6.9628 129.06 6.89421 128.998 6.82462C128.981 6.80573 128.966 6.78685 128.949 6.76796C128.904 6.71925 128.991 6.82562 128.952 6.77194C128.919 6.72819 128.886 6.68346 128.854 6.63773C128.8 6.5582 128.751 6.4747 128.708 6.38821C128.7 6.37231 128.693 6.35541 128.684 6.3395C128.655 6.28284 128.708 6.40611 128.687 6.34547C128.669 6.29477 128.649 6.24506 128.632 6.19337C128.618 6.14764 128.606 6.10092 128.595 6.05519C128.589 6.02636 128.575 5.89514 128.581 5.98958C128.574 5.89315 128.567 5.79771 128.573 5.70129C128.575 5.67345 128.594 5.54521 128.577 5.63766C128.585 5.59194 128.594 5.54621 128.605 5.50048C128.628 5.41001 128.658 5.32055 128.694 5.23505C128.661 5.31259 128.716 5.19529 128.728 5.17242C128.751 5.13067 128.774 5.08892 128.799 5.04916C128.824 5.0084 128.85 4.96863 128.877 4.92986C128.892 4.90899 128.967 4.81355 128.923 4.86624C128.986 4.79168 129.052 4.71911 129.123 4.65151C129.158 4.61772 129.194 4.58392 129.232 4.5521C129.25 4.5362 129.27 4.52029 129.288 4.50439C129.294 4.49942 129.368 4.44076 129.336 4.46562C129.307 4.48848 129.356 4.4517 129.357 4.45071C129.377 4.43579 129.398 4.42188 129.418 4.40796C129.459 4.38012 129.501 4.35229 129.544 4.32644C129.634 4.27177 129.727 4.22107 129.823 4.17534C129.943 4.11868 129.95 4.11669 130.092 4.06996C130.224 4.02722 130.359 3.99143 130.495 3.96161C130.754 3.90594 131.012 3.87313 131.277 3.85822C131.559 3.84232 131.84 3.85027 132.122 3.84927C132.262 3.84927 132.405 3.86021 132.544 3.85027C132.615 3.8453 132.712 3.83735 132.775 3.80156C132.844 3.76179 132.872 3.68823 132.947 3.65344C132.957 3.64946 132.954 3.63654 132.947 3.63157L132.947 3.62958Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M141.746 3.53994C141.41 3.48228 141.072 3.43954 140.733 3.40077C140.396 3.361 140.056 3.3441 139.717 3.37094C139.374 3.39778 139.036 3.45544 138.725 3.60158C138.421 3.74473 138.159 3.96244 137.967 4.23184C137.502 4.88198 137.595 5.74884 138.026 6.38904C138.257 6.73101 138.561 7.02427 138.919 7.239C139.311 7.47361 139.742 7.59091 140.196 7.63962C140.754 7.69927 141.324 7.62272 141.863 7.48255C142.153 7.407 142.442 7.29964 142.716 7.18035C142.839 7.12667 142.96 7.06801 143.076 7.00042C143.206 6.92387 143.298 6.81054 143.407 6.71014C143.556 6.57394 143.438 6.33238 143.244 6.3284C143.141 6.32641 143.035 6.30852 142.931 6.3115C142.807 6.31548 142.673 6.35524 142.551 6.38109C142.331 6.42781 142.116 6.49541 141.897 6.5481C141.68 6.59979 141.462 6.65149 141.242 6.69026C141.195 6.69821 141.149 6.70616 141.102 6.71312C141.006 6.72803 141.065 6.71809 141.086 6.7161C141.062 6.71908 141.039 6.72107 141.015 6.72405C140.899 6.73598 140.781 6.74692 140.664 6.75189C140.563 6.75587 140.461 6.75587 140.359 6.75189C140.305 6.7499 140.25 6.74592 140.196 6.74095C140.172 6.73897 140.149 6.73598 140.125 6.734C140.041 6.72704 140.23 6.75288 140.084 6.72803C139.914 6.6992 139.754 6.65447 139.593 6.59581C139.531 6.57295 139.66 6.62862 139.601 6.5988C139.585 6.59084 139.568 6.58389 139.551 6.57593C139.512 6.55804 139.474 6.53915 139.438 6.51828C139.363 6.47851 139.289 6.43477 139.22 6.38705C139.185 6.36319 139.15 6.33934 139.115 6.31548C139.109 6.3115 139.061 6.27472 139.102 6.30653C139.146 6.34033 139.086 6.29261 139.075 6.28466C139.01 6.23197 138.947 6.17531 138.888 6.11666C138.834 6.06198 138.784 6.00532 138.733 5.94667C138.79 6.01228 138.716 5.92281 138.704 5.90491C138.677 5.86714 138.652 5.82837 138.628 5.7896C138.589 5.72598 138.556 5.66136 138.524 5.59475C138.562 5.6703 138.514 5.5699 138.507 5.54902C138.492 5.50727 138.479 5.46552 138.467 5.42277C138.457 5.38599 138.45 5.34822 138.442 5.31044C138.425 5.23688 138.443 5.35716 138.437 5.28161C138.43 5.1991 138.428 5.11758 138.433 5.03507C138.434 5.01817 138.436 5.00227 138.439 4.98537C138.439 4.99133 138.428 5.04402 138.438 5.00127C138.446 4.9625 138.453 4.92373 138.463 4.88496C138.473 4.84619 138.486 4.80842 138.499 4.77164C138.504 4.75672 138.51 4.74281 138.515 4.72889C138.539 4.66527 138.501 4.75474 138.52 4.71696C138.55 4.6603 138.58 4.60363 138.613 4.54896C138.631 4.52013 138.65 4.49229 138.669 4.46545C138.677 4.45352 138.685 4.44259 138.694 4.43066C138.676 4.45551 138.671 4.4575 138.694 4.43265C138.739 4.38294 138.783 4.33423 138.833 4.2895C138.858 4.26663 138.883 4.24575 138.909 4.22488C138.92 4.21593 138.931 4.20698 138.943 4.19804C138.917 4.21792 138.925 4.20997 138.947 4.19605C139.182 4.04395 139.416 3.91969 139.671 3.83917C140.337 3.6304 141.037 3.60356 141.727 3.67514C141.805 3.68309 141.825 3.55386 141.746 3.54094L141.746 3.53994Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M147.273 4.1741C146.88 4.28049 146.571 4.53504 146.337 4.85224C146.223 5.00537 146.138 5.18435 146.083 5.36532C146.013 5.59302 145.999 5.94203 146.247 6.07925C146.348 6.13494 146.481 6.12002 146.565 6.03948C146.713 5.8963 146.694 5.65368 146.707 5.46773C146.709 5.44785 146.714 5.42597 146.714 5.40708C146.715 5.48364 146.711 5.43094 146.715 5.40609C146.721 5.37228 146.729 5.33847 146.739 5.30566C146.75 5.26588 146.764 5.2271 146.778 5.18832C146.781 5.18037 146.804 5.12668 146.787 5.16347C146.771 5.20026 146.801 5.13662 146.804 5.12966C146.821 5.09585 146.839 5.06204 146.859 5.02923C146.868 5.01431 146.877 4.9994 146.886 4.98548C146.891 4.97951 146.93 4.92781 146.911 4.95267C146.89 4.97852 146.927 4.93377 146.931 4.9298C146.946 4.91389 146.959 4.89798 146.974 4.88306C147.001 4.85522 147.029 4.82837 147.057 4.80252C147.071 4.79059 147.084 4.77965 147.097 4.76871C147.101 4.76573 147.156 4.72496 147.115 4.75479C147.146 4.73192 147.178 4.71104 147.212 4.69115C147.245 4.67127 147.279 4.65337 147.314 4.63646C147.334 4.62752 147.352 4.61857 147.372 4.61061C147.335 4.62553 147.387 4.60663 147.396 4.60266C147.512 4.56189 147.59 4.45251 147.555 4.3312C147.522 4.21586 147.394 4.14526 147.275 4.17708L147.273 4.1741Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M33.8536 74.9086C33.3248 74.8857 32.8012 74.8767 32.2714 74.8827C31.7437 74.8886 31.217 74.9175 30.6893 74.9365C29.6349 74.9763 28.5795 75.0181 27.5251 75.068C25.4152 75.1676 23.3064 75.2662 21.1976 75.3867C20.0041 75.4545 18.8148 75.5431 17.6254 75.6707C17.4812 75.6856 17.3575 75.7802 17.3575 75.9317C17.3575 76.0741 17.4803 76.1917 17.6255 76.1927C19.7436 76.2106 21.8636 76.112 23.9786 76.0024C26.0966 75.8928 28.2146 75.7902 30.3316 75.6607C30.9186 75.6248 31.5067 75.5999 32.0916 75.5531C32.7022 75.5043 33.3066 75.4336 33.913 75.3469C34.1799 75.309 34.099 74.9175 33.8515 74.9066L33.8536 74.9086Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M34.8606 76.3144C34.7164 76.3005 34.5732 76.2786 34.429 76.2636C34.2807 76.2477 34.1201 76.2576 33.9698 76.2616C33.6732 76.2706 33.3756 76.3005 33.08 76.3214C32.494 76.3613 31.9101 76.4091 31.3251 76.4589C30.1459 76.5605 28.9658 76.6581 27.7907 76.7956C27.126 76.8733 26.4622 76.946 25.8016 77.0496C25.5654 77.0865 25.6228 77.4601 25.858 77.4531C27.0382 77.4182 28.2163 77.3087 29.3924 77.206C30.5716 77.1024 31.7517 76.9889 32.9268 76.8504C33.2489 76.8125 33.5711 76.7747 33.8932 76.7368C34.064 76.7169 34.2368 76.688 34.4056 76.6502C34.5661 76.6143 34.7267 76.5515 34.8862 76.5047C34.9987 76.4718 34.968 76.3254 34.8596 76.3154L34.8606 76.3144Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M36.8658 79.1301C36.3554 79.0173 35.8205 79.0223 35.3 79.0552C34.7682 79.0891 34.2374 79.1331 33.7076 79.189C32.642 79.3007 31.5948 79.5063 30.5609 79.7758C30.3727 79.8247 30.4577 80.0773 30.6387 80.0523C31.6767 79.9096 32.7178 79.7888 33.7579 79.6601C34.2713 79.5972 34.7847 79.5433 35.3001 79.5014C35.8247 79.4574 36.3606 79.4105 36.8658 79.2628C36.9292 79.2438 36.9363 79.146 36.8658 79.1301Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M37.6485 79.9883C37.4399 79.9415 37.2343 79.8749 37.0175 79.8819C36.7996 79.8888 36.5797 79.9008 36.3629 79.9206C35.9344 79.9594 35.5069 80.0022 35.0795 80.045C34.2245 80.1305 33.3685 80.2181 32.5156 80.3215C30.8006 80.5294 29.0846 80.7453 27.3818 81.0338C26.4277 81.1949 25.4848 81.368 24.5511 81.6187C24.3671 81.6684 24.3989 81.9569 24.5973 81.9479C26.3082 81.8743 28.0048 81.6226 29.7045 81.4287C31.4042 81.2347 33.1029 81.0218 34.8026 80.8308C35.2801 80.7771 35.7588 80.7254 36.2363 80.6747C36.4961 80.6468 36.7528 80.609 37.0115 80.5732C37.2611 80.5384 37.4666 80.4339 37.6946 80.3355C37.849 80.2688 37.8019 80.0231 37.6475 79.9893L37.6485 79.9883Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M39.0887 81.4239C38.6193 81.3631 38.1386 81.4398 37.6702 81.4837C37.1967 81.5285 36.7242 81.5813 36.2518 81.6321C35.2915 81.7367 34.3322 81.8533 33.376 81.9947C33.107 82.0346 32.8391 82.0744 32.5712 82.1202C32.3012 82.1671 32.0465 82.2328 31.7858 82.3155C31.5547 82.3892 31.5987 82.713 31.8432 82.7249C32.0825 82.7369 32.3136 82.7419 32.5529 82.723C32.7902 82.704 33.0264 82.6801 33.2627 82.6542C33.7362 82.6024 34.2087 82.5446 34.6811 82.4829C35.6384 82.3573 36.5946 82.2268 37.5477 82.0714C38.0754 81.9848 38.6368 81.9389 39.1338 81.7367C39.3076 81.666 39.2769 81.4488 39.0908 81.4249L39.0887 81.4239Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M42.1506 84.3386C41.8008 84.2639 41.4419 84.2649 41.0849 84.2659C40.7485 84.2668 40.413 84.2738 40.0776 84.2878C39.3811 84.3187 38.6847 84.3585 37.9892 84.4063C36.5994 84.502 35.2126 84.6624 33.833 84.8486C33.0609 84.9532 32.2939 85.0867 31.529 85.2382C31.2263 85.2979 31.2899 85.805 31.6028 85.7701C34.3405 85.4673 37.0751 85.1545 39.8252 84.9782C40.2117 84.9532 40.5983 84.9283 40.9839 84.8985C41.3735 84.8676 41.7744 84.8506 42.1508 84.747C42.3491 84.6922 42.3664 84.3844 42.1506 84.3386Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M51.8961 90.9249C51.7826 90.8264 51.7008 90.7876 51.5443 90.7796C51.3745 90.7707 51.2068 90.7976 51.037 90.8015C50.7139 90.8095 50.3968 90.8284 50.0747 90.8543C49.4478 90.906 48.8239 90.9875 48.2001 91.0592C46.932 91.2054 45.6659 91.3606 44.3999 91.5168C41.8462 91.8311 39.2957 92.1713 36.7442 92.5085C36.0447 92.601 35.3462 92.6995 34.6467 92.797C33.9328 92.8965 33.2272 93.0248 32.5247 93.1819C32.2445 93.2446 32.3039 93.6803 32.5923 93.6704C33.2366 93.6485 33.8768 93.6037 34.518 93.5371C35.1439 93.4724 35.7688 93.3928 36.3926 93.3192C37.6607 93.171 38.9268 93.0089 40.1928 92.8547C42.7465 92.5423 45.299 92.2151 47.8475 91.8609C48.545 91.7634 49.2486 91.6859 49.943 91.5655C50.2927 91.5048 50.6455 91.4541 50.9891 91.3675C51.1609 91.3238 51.3379 91.3009 51.5097 91.2601C51.5884 91.2412 51.6835 91.2173 51.7541 91.1775C51.8226 91.1387 51.8635 91.0651 51.9054 91.0035C51.9207 90.9806 51.9156 90.9428 51.8951 90.9239L51.8961 90.9249Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M53.3666 92.0636C52.8491 91.9791 52.3122 92.1094 51.8008 92.1889C51.2691 92.2715 50.7393 92.3571 50.2106 92.4526C49.1552 92.6435 48.0988 92.8286 47.0475 93.0414C46.4544 93.1618 45.8449 93.3021 45.2784 93.5139C45.1322 93.5686 45.1404 93.7974 45.3173 93.7945C45.8532 93.7865 46.3932 93.7029 46.9219 93.6243C47.4517 93.5448 47.9804 93.4423 48.506 93.3409C49.5573 93.1369 50.6106 92.939 51.6558 92.7062C51.9544 92.6396 52.253 92.5769 52.5506 92.5073C52.841 92.4396 53.1294 92.3581 53.385 92.2049C53.4382 92.173 53.4371 92.0746 53.3655 92.0626L53.3666 92.0636Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M58.092 94.3602C57.1133 94.4797 56.1418 94.651 55.1672 94.7995C54.2018 94.9469 53.2353 95.0814 52.2761 95.2677C52.0439 95.3125 52.1003 95.6682 52.3314 95.6652C53.3214 95.6513 54.3032 95.5337 55.2798 95.3813C56.2452 95.2309 57.2127 95.0525 58.1494 94.7766C58.3723 94.7108 58.3446 94.3303 58.092 94.3612L58.092 94.3602Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M76.0332 97.3006C75.8634 97.3006 75.6947 97.3036 75.5249 97.3006C75.441 97.2987 75.3541 97.3016 75.2702 97.2947C75.1802 97.2867 75.0974 97.2489 75.0053 97.2419C74.8427 97.23 74.6699 97.2608 74.5073 97.2748C74.3293 97.2897 74.1514 97.3036 73.9735 97.3185C73.2862 97.3752 72.601 97.4419 71.9148 97.5065C70.5587 97.6339 69.2037 97.7612 67.8476 97.8885C65.1181 98.1442 62.3875 98.3968 59.6621 98.6923C58.1199 98.8594 56.5746 99.0285 55.0406 99.2573C54.8484 99.2861 54.8945 99.5945 55.0867 99.5865C57.8204 99.4761 60.5489 99.2075 63.2723 98.9599C66.0019 98.7112 68.7293 98.4436 71.4579 98.182C72.229 98.1084 73.0011 98.0397 73.7712 97.9572C74.1526 97.9164 74.5341 97.8746 74.9155 97.8338C75.0321 97.8209 75.1211 97.794 75.2264 97.7413C75.3041 97.7025 75.391 97.6916 75.4759 97.6727C75.6733 97.6299 75.8717 97.5941 76.0701 97.5573C76.2204 97.5294 76.1835 97.2996 76.0342 97.3006H76.0332Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M22.626 62.2457C22.5513 62.2278 22.4726 62.1949 22.3959 62.1909C22.3151 62.187 22.2302 62.1959 22.1494 62.1989C21.9673 62.2049 21.7863 62.2368 21.6053 62.2587C21.275 62.2975 20.9447 62.3384 20.6144 62.3792C19.9271 62.4639 19.2388 62.5326 18.5506 62.6034C17.1894 62.7429 15.82 62.8395 14.4527 62.9052C13.6764 62.9421 12.8992 62.969 12.1229 62.9899C11.8264 62.9979 11.8275 63.4253 12.1231 63.4382C14.8865 63.5597 17.6631 63.3984 20.3967 62.9959C20.7761 62.9401 21.1545 62.8813 21.5308 62.8106C21.7262 62.7737 21.9256 62.7429 22.1189 62.696C22.215 62.6731 22.3111 62.6402 22.4042 62.6094C22.5003 62.5775 22.5729 62.5237 22.6557 62.4689C22.7406 62.4131 22.7354 62.2736 22.626 62.2467L22.626 62.2457Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M30.1262 68.1953C29.5043 68.1953 28.8856 68.3311 28.27 68.4119C27.6584 68.4917 27.0458 68.5536 26.4322 68.6115C25.1937 68.7293 23.9481 68.7882 22.7045 68.8012C22.008 68.8082 21.3115 68.7962 20.6161 68.7652C20.4882 68.7592 20.3798 68.875 20.3799 68.9958C20.3799 69.1285 20.4884 69.2164 20.6162 69.2264C23.1209 69.422 25.6327 69.3691 28.1209 69.0227C28.8081 68.9269 29.5363 68.8571 30.1846 68.6055C30.3963 68.5227 30.3859 68.1953 30.1272 68.1953H30.1262Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M12.3697 55.6397C9.41614 55.8824 6.46981 56.2057 3.55423 56.7339C2.72792 56.8831 1.9139 57.0513 1.10193 57.2621C0.897407 57.3149 0.989536 57.5894 1.18691 57.5616C2.65035 57.3596 4.09944 57.0771 5.55468 56.8235C7.00378 56.5708 8.45083 56.3072 9.90199 56.0655C10.7252 55.9282 11.5495 55.7989 12.3748 55.6765C12.3963 55.6735 12.3911 55.6377 12.3697 55.6397Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M74.3202 98.8995C74.2557 98.9544 74.1523 98.9824 74.0746 99.0153C74.0009 99.0472 73.9272 99.0791 73.8535 99.1111C73.7163 99.1699 73.5792 99.2288 73.442 99.2886C73.1575 99.4114 72.8719 99.5341 72.5874 99.6568C72.5833 99.6588 72.5874 99.6638 72.5905 99.6618C72.875 99.5381 73.1595 99.4144 73.4431 99.2906C73.5802 99.2308 73.7174 99.1719 73.8535 99.1121C73.9272 99.0801 74.0009 99.0482 74.0746 99.0163C74.1534 98.9824 74.2414 98.9265 74.3274 98.9165C74.3468 98.9145 74.3335 98.8876 74.3202 98.8995Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M71.8107 99.3941C71.8639 99.3941 71.8639 99.312 71.8107 99.312C71.7574 99.312 71.7575 99.3941 71.8107 99.3941Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M71.8045 99.5144C75.4576 99.3612 79.1076 99.1662 82.7545 98.9076C86.4034 98.648 90.0493 98.3605 93.6921 98.0302C95.7518 97.8442 97.8196 97.6512 99.8629 97.3329C100.152 97.2882 100.083 96.8286 99.7942 96.8385C97.9605 96.9002 96.132 97.0693 94.3024 97.2096C92.4892 97.3488 90.676 97.499 88.8627 97.6493C85.2353 97.9507 81.6047 98.2192 77.9752 98.4958C75.9176 98.6529 73.862 98.8201 71.8043 98.9792C71.656 98.9912 71.5293 99.0936 71.5293 99.2468C71.5294 99.3871 71.6552 99.5204 71.8045 99.5144Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M76.7953 96.864C76.963 96.8441 77.1328 96.8123 77.3026 96.8163C77.4713 96.8202 77.6411 96.8312 77.8098 96.8312C78.1484 96.8312 78.4879 96.8033 78.8243 96.7755C79.5014 96.7188 80.1774 96.6551 80.8533 96.5875C82.2064 96.4532 83.5594 96.3159 84.9113 96.1697C87.6194 95.8772 90.3254 95.5709 93.0273 95.2297C94.5582 95.0357 96.0891 94.8477 97.6129 94.604C97.9095 94.5562 97.8429 94.0668 97.5412 94.0907C94.828 94.3125 92.1251 94.6607 89.4252 94.9989C86.7294 95.3371 84.0357 95.6892 81.3461 96.0712C80.5904 96.1786 79.8336 96.2831 79.0789 96.4025C78.7107 96.4611 78.3446 96.5218 77.9795 96.5954C77.7975 96.6322 77.6196 96.682 77.4406 96.7307C77.2258 96.7904 77.0142 96.8183 76.7933 96.8451C76.781 96.8461 76.781 96.865 76.7933 96.864H76.7953Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M85.0504 93.443C87.1285 93.2749 89.2056 93.0988 91.2827 92.9158C92.3186 92.8243 93.3546 92.7288 94.3916 92.6392C95.4286 92.5497 96.4667 92.4771 97.5037 92.3856C98.0856 92.3339 98.6685 92.2841 99.2504 92.2364C99.8436 92.1876 100.433 92.1041 101.024 92.0344C101.153 92.0195 101.263 91.938 101.263 91.8017C101.263 91.6773 101.153 91.5659 101.024 91.5689C100.501 91.5798 99.9743 91.5749 99.4527 91.6097C98.9291 91.6455 98.4065 91.6823 97.8829 91.7201C96.8356 91.7967 95.7905 91.8982 94.7453 91.9976C92.6652 92.1976 90.5881 92.4184 88.5182 92.7019C87.3493 92.8621 86.1855 93.0431 85.0217 93.2351C84.9021 93.255 84.9287 93.4529 85.0504 93.443Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M87.042 91.5921C87.2414 91.5642 87.4398 91.5314 87.6412 91.5254C87.8253 91.5195 88.0094 91.5185 88.1935 91.5075C88.5617 91.4857 88.9298 91.4548 89.298 91.429C90.019 91.3792 90.739 91.2887 91.4579 91.2121C92.9162 91.0569 94.3756 90.9077 95.8339 90.7565C98.7383 90.4561 101.647 90.1945 104.557 89.9607C106.21 89.8274 107.863 89.6971 109.509 89.5071C109.724 89.4823 109.737 89.1699 109.509 89.1709C108.032 89.1789 106.56 89.2545 105.087 89.3619C103.614 89.4693 102.141 89.5797 100.671 89.722C97.7411 90.0045 94.8142 90.3208 91.8996 90.7267C91.0845 90.8401 90.2633 90.9475 89.4534 91.0907C89.0576 91.1614 88.6639 91.2449 88.2691 91.3235C88.0718 91.3623 87.8785 91.413 87.6832 91.4618C87.4694 91.5145 87.2557 91.5424 87.0368 91.5732C87.0246 91.5752 87.0297 91.5931 87.042 91.5911L87.042 91.5921Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M89.28 89.8352C90.0562 89.7934 90.8334 89.7974 91.6086 89.7466C92.3695 89.6979 93.1273 89.6303 93.8872 89.5636C95.4253 89.4283 96.9603 89.2463 98.4943 89.0682C99.3657 88.9668 100.232 88.8454 101.095 88.6942C101.384 88.6435 101.32 88.176 101.025 88.1939C99.4718 88.2874 97.9245 88.4754 96.3823 88.6783C94.8545 88.8792 93.3245 89.0682 91.8059 89.3279C90.9581 89.4731 90.1236 89.6691 89.2779 89.8232C89.2708 89.8242 89.2728 89.8362 89.28 89.8352Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M93.7681 81.953C94.0626 81.9859 94.3704 81.9301 94.664 81.8982C94.9616 81.8663 95.2592 81.8335 95.5557 81.7926C96.1397 81.7129 96.7246 81.6422 97.3086 81.5645C98.4744 81.4101 99.6434 81.2776 100.81 81.1361C101.152 81.0943 101.493 81.0534 101.834 81.0076C102.164 80.9638 102.486 80.8901 102.812 80.8183C103 80.7765 102.95 80.5065 102.768 80.5005C101.577 80.4587 100.387 80.6021 99.2075 80.7496C98.0141 80.899 96.8247 81.0654 95.6394 81.2616C95.3081 81.3164 94.9798 81.3772 94.6515 81.4469C94.3335 81.5137 93.994 81.5645 93.6984 81.704C93.5624 81.7687 93.6474 81.9401 93.7681 81.953Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M119.002 80.7081C118.724 80.6942 118.444 80.725 118.166 80.7439C117.896 80.7618 117.625 80.7767 117.356 80.8006C116.808 80.8503 116.259 80.9011 115.711 80.9518C114.622 81.0523 113.534 81.1597 112.445 81.2731C110.259 81.4999 108.076 81.7406 105.893 81.9993C104.656 82.1455 103.424 82.3136 102.192 82.4927C101.942 82.5295 101.998 82.9472 102.253 82.9264C103.35 82.8378 104.445 82.7463 105.54 82.6349C106.627 82.5245 107.715 82.4151 108.803 82.3086C110.989 82.0928 113.174 81.856 115.357 81.6173C115.965 81.5506 116.572 81.485 117.18 81.4193C117.502 81.3845 117.822 81.3427 118.142 81.301C118.45 81.2602 118.765 81.2363 119.065 81.1607C119.331 81.094 119.263 80.722 119.003 80.7091L119.002 80.7081Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M120.5 82.1338C119.861 82.1836 119.222 82.2334 118.583 82.2833C117.944 82.3331 117.302 82.3699 116.665 82.4357C115.402 82.5662 114.14 82.6987 112.88 82.8511C112.152 82.9398 111.427 83.0314 110.705 83.1559C110.473 83.1958 110.524 83.5773 110.762 83.5594C112.047 83.4618 113.334 83.2924 114.609 83.1071C115.863 82.9258 117.113 82.7375 118.361 82.5243C119.075 82.4028 119.79 82.2803 120.504 82.1587C120.518 82.1567 120.515 82.1328 120.5 82.1338Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M131.98 88.9355C131.148 88.9515 130.318 88.9764 129.486 89.0212C128.653 89.066 127.823 89.1448 126.991 89.2085C125.328 89.336 123.662 89.4615 122.004 89.6449C121.068 89.7475 120.134 89.859 119.207 90.0194C119.001 90.0553 119.055 90.3681 119.255 90.3681C120.922 90.3681 122.583 90.2296 124.243 90.0932C125.907 89.9567 127.568 89.7933 129.23 89.6359C130.166 89.5472 131.095 89.4018 132.023 89.2603C132.213 89.2314 132.165 88.9326 131.978 88.9365L131.98 88.9355Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M134.236 90.4782C133.727 90.4961 133.22 90.514 132.712 90.5319C132.204 90.5498 131.695 90.5955 131.188 90.6304C130.18 90.699 129.173 90.7885 128.167 90.8701C126.15 91.0352 124.137 91.2232 122.124 91.4321C121.556 91.4908 120.99 91.5525 120.423 91.6161C119.847 91.6818 119.272 91.7723 118.697 91.8549C118.486 91.8847 118.538 92.2229 118.747 92.215C120.773 92.1404 122.796 91.9902 124.815 91.8081C126.83 91.6271 128.847 91.453 130.858 91.2282C131.424 91.1645 131.993 91.1108 132.559 91.0372C133.132 90.9626 133.705 90.8721 134.278 90.7885C134.46 90.7617 134.416 90.4702 134.235 90.4772L134.236 90.4782Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M138.485 94.6057C137.765 94.5737 137.041 94.6256 136.322 94.6635C135.601 94.7015 134.88 94.7344 134.159 94.7793C132.733 94.8682 131.309 94.966 129.884 95.0738C129.071 95.1356 128.258 95.2245 127.45 95.3343C127.267 95.3592 127.318 95.6377 127.493 95.6407C128.936 95.6636 130.378 95.5978 131.818 95.5209C133.244 95.4451 134.668 95.3632 136.093 95.2694C136.911 95.2155 137.736 95.1796 138.545 95.0468C138.811 95.0029 138.731 94.6166 138.484 94.6057H138.485Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M139.478 95.7589C138.512 95.739 137.544 95.7589 136.583 95.8565C135.619 95.9552 134.668 96.1066 133.724 96.3188C133.188 96.4393 132.659 96.5718 132.169 96.8189C132.045 96.8817 132.101 97.0889 132.242 97.0799C132.719 97.051 133.181 96.9554 133.647 96.8587C134.112 96.7621 134.581 96.6774 135.051 96.6037C135.985 96.4573 136.917 96.3268 137.857 96.2301C138.396 96.1743 138.937 96.1345 139.479 96.1086C139.709 96.0976 139.71 95.7649 139.479 95.7599L139.478 95.7589Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M149.477 99.16C149.189 99.1231 148.903 99.0822 148.612 99.0702C148.325 99.0582 148.034 99.0612 147.746 99.0602C147.169 99.0582 146.59 99.0742 146.013 99.0942C144.859 99.1331 143.703 99.165 142.549 99.203C140.246 99.2778 137.943 99.3337 135.64 99.3776C134.339 99.4026 133.038 99.4515 131.738 99.5124C131.431 99.5263 131.43 99.9655 131.739 99.9805C134.049 100.09 136.362 100.089 138.674 100.048C140.985 100.007 143.296 99.9316 145.606 99.8128C146.26 99.7789 146.914 99.732 147.567 99.6821C147.89 99.6571 148.214 99.6182 148.535 99.5802C148.865 99.5413 149.185 99.4645 149.508 99.3866C149.648 99.3527 149.599 99.176 149.476 99.16H149.477Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M146.457 101.539C149.514 101.424 152.57 101.315 155.625 101.171C158.682 101.027 161.74 100.884 164.797 100.756C166.516 100.683 168.232 100.597 169.947 100.48C170.108 100.469 170.247 100.354 170.247 100.188C170.247 100.022 170.11 99.8955 169.947 99.8955C166.886 99.9005 163.828 100.043 160.771 100.179C157.712 100.316 154.654 100.483 151.6 100.706C149.884 100.832 148.171 100.982 146.457 101.134C146.195 101.157 146.186 101.548 146.457 101.538L146.457 101.539Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M168.41 97.63C168.526 97.6589 168.643 97.6977 168.762 97.7046C168.904 97.7136 169.052 97.6996 169.194 97.6967C169.457 97.6897 169.718 97.6658 169.981 97.6449C170.514 97.6022 171.049 97.5644 171.582 97.5146C172.64 97.4161 173.699 97.3127 174.756 97.2112C176.883 97.0083 179.01 96.7815 181.132 96.5328C182.336 96.3916 183.552 96.2702 184.74 96.0175C184.956 95.9708 184.905 95.6445 184.687 95.6455C183.617 95.6455 182.55 95.7549 181.487 95.8554C180.429 95.9559 179.37 96.0593 178.313 96.1717C176.187 96.3985 174.062 96.6412 171.937 96.8879C171.329 96.9586 170.722 97.0411 170.114 97.1207C169.821 97.1595 169.523 97.1864 169.233 97.2421C169.083 97.2709 168.934 97.2958 168.786 97.3266C168.643 97.3555 168.52 97.4261 168.392 97.4888C168.33 97.5196 168.347 97.6151 168.411 97.631L168.41 97.63Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M172.95 95.3845C173.103 95.3994 173.253 95.4284 173.406 95.4454C173.567 95.4633 173.727 95.4523 173.888 95.4474C174.192 95.4384 174.496 95.4344 174.801 95.4174C175.418 95.3835 176.035 95.3555 176.652 95.3146C177.887 95.2338 179.122 95.1359 180.354 95.0252C181.048 94.9623 181.741 94.8934 182.433 94.8195C182.562 94.8056 182.673 94.7217 182.673 94.586C182.673 94.4652 182.563 94.3444 182.433 94.3524C179.951 94.5001 177.474 94.7307 175.003 95.0072C174.659 95.0461 174.316 95.093 173.973 95.1399C173.808 95.1629 173.636 95.1749 173.474 95.2108C173.295 95.2507 173.125 95.3246 172.948 95.3725C172.941 95.3745 172.943 95.3845 172.95 95.3845Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M133.972 44.7931C135.744 44.7842 137.515 44.819 139.286 44.8031C141.058 44.7872 142.829 44.7453 144.599 44.6985C148.142 44.6039 151.683 44.4574 155.222 44.2691C157.21 44.1635 159.195 44.036 161.18 43.8926C161.448 43.8736 161.454 43.4722 161.18 43.4821C157.641 43.6086 154.101 43.7441 150.561 43.8886C147.02 44.033 143.477 44.1476 139.937 44.308C137.948 44.3976 135.961 44.5242 133.972 44.5949C133.841 44.5999 133.84 44.7951 133.972 44.7941L133.972 44.7931Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M135.717 43.3131C137.475 43.2941 139.234 43.2931 140.992 43.2573C142.751 43.2214 144.508 43.1606 146.267 43.0999C149.767 42.9793 153.265 42.8 156.763 42.6277C158.739 42.531 160.712 42.4155 162.683 42.2551C162.961 42.2322 162.971 41.8217 162.683 41.8257C159.165 41.8685 155.647 42.0379 152.134 42.2142C148.634 42.3906 145.132 42.547 141.638 42.803C139.663 42.9475 137.69 43.1238 135.718 43.2872C135.701 43.2882 135.701 43.3121 135.718 43.3121L135.717 43.3131Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M146.203 39.5586C146.958 39.5586 147.712 39.5626 148.467 39.5507C149.222 39.5387 149.978 39.495 150.731 39.4641C152.224 39.4045 153.718 39.31 155.208 39.2155C158.209 39.0255 161.21 38.8096 164.206 38.5579C165.037 38.4883 165.867 38.4177 166.697 38.3301C167.545 38.2416 168.39 38.1322 169.236 38.0158C169.445 37.987 169.392 37.6567 169.187 37.6617C166.184 37.7333 163.187 37.9581 160.191 38.171C157.208 38.3829 154.224 38.5878 151.241 38.7957C150.409 38.8534 149.579 38.927 148.747 38.9946C147.897 39.0633 147.05 39.1757 146.203 39.2712C146.02 39.292 146.009 39.5566 146.203 39.5576L146.203 39.5586Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M150.191 37.6364C151.415 37.7012 152.641 37.6753 153.868 37.6673C155.075 37.6593 156.285 37.6274 157.493 37.5894C159.935 37.5126 162.379 37.4417 164.821 37.3479C165.502 37.3219 166.183 37.298 166.863 37.2541C167.553 37.2102 168.242 37.1493 168.931 37.0864C169.165 37.0654 169.173 36.7301 168.931 36.7251C167.705 36.6971 166.482 36.6941 165.254 36.7301C164.045 36.766 162.838 36.8049 161.629 36.8498C159.187 36.9387 156.741 37.0075 154.301 37.1423C152.931 37.2181 151.553 37.285 150.191 37.4497C150.071 37.4647 150.064 37.6304 150.191 37.6374L150.191 37.6364Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M144.704 46.4332C144.656 46.3734 144.605 46.3157 144.562 46.2529C144.543 46.2708 144.525 46.2888 144.506 46.3067C144.581 46.3465 144.647 46.4003 144.73 46.4143C144.814 46.4282 144.901 46.4392 144.985 46.4492C145.173 46.4721 145.356 46.4751 145.547 46.4761C145.921 46.478 146.295 46.482 146.67 46.4751C147.418 46.4591 148.166 46.4442 148.914 46.4282C150.412 46.3974 151.908 46.3416 153.404 46.2957C156.399 46.2041 159.392 46.0895 162.384 45.963C163.218 45.9281 164.051 45.8943 164.885 45.8464C165.736 45.7976 166.586 45.7299 167.437 45.6661C167.757 45.6422 167.766 45.175 167.436 45.174C165.938 45.172 164.444 45.187 162.947 45.2348C161.449 45.2826 159.953 45.3304 158.457 45.3872C155.463 45.5008 152.47 45.6293 149.477 45.7598C148.643 45.7966 147.81 45.8484 146.976 45.8933C146.551 45.9162 146.125 45.9451 145.701 45.9799C145.494 45.9969 145.284 46.0019 145.08 46.0407C144.982 46.0586 144.886 46.0806 144.788 46.1015C144.743 46.1114 144.695 46.1154 144.654 46.1353C144.603 46.1603 144.556 46.2071 144.506 46.238C144.481 46.2539 144.48 46.2898 144.506 46.3057C144.574 46.3456 144.636 46.3924 144.7 46.4372C144.703 46.4392 144.706 46.4352 144.704 46.4322L144.704 46.4332Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M95.0015 41.5473C95.195 41.5443 95.3988 41.6238 95.5514 41.7192C95.618 41.761 95.6785 41.8117 95.7502 41.8892C95.745 41.8833 95.8178 41.9688 95.7891 41.933C95.7594 41.8962 95.828 41.9857 95.8229 41.9787C95.8567 42.0244 95.8885 42.0722 95.9161 42.1219C95.9141 42.1189 95.9643 42.2173 95.9418 42.1686C95.9192 42.1199 95.9602 42.2203 95.9602 42.2173C95.9746 42.26 95.9868 42.3028 95.9951 42.3465C95.9951 42.3465 96.0135 42.4549 96.0043 42.3942C95.9951 42.3336 96.0074 42.442 96.0074 42.443C96.0084 42.4658 96.0084 42.4877 96.0074 42.5106C96.0074 42.5284 95.9962 42.6139 96.0074 42.5513C95.9962 42.6209 95.9767 42.6885 95.9542 42.7551C95.945 42.7819 95.9348 42.8078 95.9256 42.8346C95.8979 42.9082 95.9092 42.8774 95.9164 42.8605C95.8611 42.9917 95.7936 43.1189 95.7352 43.2492C95.3566 44.1001 95.5044 45.1499 95.9911 45.9332C96.1232 46.146 96.2841 46.3458 96.4684 46.5188C96.6743 46.7106 96.9396 46.8081 97.2212 46.815C97.3287 46.818 97.4106 46.6898 97.3481 46.6003C97.2118 46.4015 97.0848 46.2265 96.925 46.0744C96.7601 45.9173 96.671 45.807 96.5531 45.6141C96.4271 45.4084 96.3656 45.2702 96.3011 45.0455C96.2734 44.9491 96.2529 44.8497 96.2385 44.7503C96.2467 44.802 96.2385 44.7463 96.2375 44.7373C96.2344 44.7045 96.2303 44.6707 96.2282 44.6379C96.2241 44.5823 96.2231 44.5266 96.2241 44.4709C96.2241 44.4153 96.2281 44.3596 96.2322 44.3039C96.2343 44.282 96.2363 44.2592 96.2383 44.2373C96.2485 44.1309 96.2312 44.2781 96.2414 44.2154C96.2598 44.1061 96.2843 43.9977 96.3181 43.8924C96.3335 43.8446 96.3519 43.7969 96.3682 43.7502C96.4041 43.6488 96.3478 43.791 96.3754 43.7323C96.3897 43.7015 96.4041 43.6707 96.4184 43.6399C96.4788 43.5106 96.5432 43.3824 96.6016 43.2522C96.7223 42.9827 96.8308 42.6945 96.802 42.3952C96.7743 42.105 96.6544 41.8515 96.469 41.6248C96.2897 41.4051 96.0295 41.249 95.7581 41.1606C95.4816 41.0701 95.2195 41.085 94.9512 41.1904C94.7669 41.263 94.7711 41.5542 95.0015 41.5502L95.0015 41.5473Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M103.409 41.4342C103.607 41.6172 103.831 41.7714 104.027 41.9604C104.207 42.1345 104.385 42.3305 104.521 42.5135C104.68 42.7303 104.839 42.9422 104.97 43.178C105.004 43.2377 105.036 43.2983 105.066 43.36C105.077 43.3819 105.087 43.4048 105.098 43.4277C105.098 43.4277 105.15 43.5391 105.122 43.4764C105.156 43.55 105.19 43.6246 105.224 43.6982C105.273 43.8067 105.211 43.6664 105.238 43.732C105.254 43.7718 105.271 43.8126 105.286 43.8534C105.363 44.0573 105.505 44.5567 105.829 44.4711C105.991 44.4284 106.058 44.2254 106.064 44.0792C106.071 43.926 106.024 43.7738 105.978 43.6286C105.809 43.0974 105.508 42.5911 105.123 42.1783C104.913 41.9535 104.655 41.7545 104.392 41.5894C104.142 41.4322 103.838 41.2641 103.543 41.2104C103.416 41.1875 103.303 41.3347 103.409 41.4342Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M109.143 43.4591C109.204 43.484 109.261 43.5138 109.315 43.5496C109.328 43.5575 109.339 43.5655 109.35 43.5734C109.397 43.6053 109.315 43.5436 109.357 43.5794C109.381 43.5993 109.405 43.6192 109.426 43.6411C109.449 43.6629 109.47 43.6848 109.491 43.7087C109.496 43.7146 109.502 43.7216 109.507 43.7276C109.518 43.7415 109.514 43.7365 109.494 43.7107C109.506 43.7196 109.515 43.7395 109.523 43.7504C109.559 43.8011 109.59 43.8538 109.618 43.9095C109.622 43.9185 109.641 43.9652 109.625 43.9234C109.607 43.8797 109.63 43.9364 109.633 43.9453C109.643 43.9742 109.653 44.003 109.662 44.0318C109.678 44.0905 109.689 44.1512 109.702 44.2108C109.705 44.2267 109.707 44.2436 109.711 44.2595C109.691 44.174 109.706 44.2237 109.709 44.2476C109.712 44.2754 109.713 44.3033 109.713 44.3311C109.713 44.4047 109.718 44.4763 109.76 44.5409C109.775 44.5598 109.791 44.5787 109.806 44.5986C109.875 44.6523 109.884 44.6583 109.834 44.6165C109.842 44.6235 109.849 44.6294 109.857 44.6364C109.931 44.701 110.015 44.704 110.102 44.6672C110.112 44.6632 110.121 44.6583 110.132 44.6543C110.067 44.6821 110.076 44.6782 110.16 44.6433C110.194 44.6255 110.222 44.6016 110.242 44.5708C110.299 44.4992 110.316 44.4206 110.317 44.3321C110.318 44.2446 110.307 44.1581 110.291 44.0716C110.266 43.9195 110.184 43.7673 110.092 43.6421C109.9 43.3785 109.629 43.1717 109.301 43.0962C109.201 43.0733 109.099 43.119 109.059 43.2115C109.024 43.293 109.049 43.4213 109.143 43.4601L109.143 43.4591Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M148.375 63.1811C148.359 62.856 148.403 62.5459 148.477 62.2297C148.515 62.0677 148.564 61.9067 148.611 61.7466C148.635 61.6661 148.661 61.5856 148.69 61.507C148.706 61.4613 148.725 61.4166 148.743 61.3718C148.715 61.4404 148.764 61.3281 148.77 61.3152C148.841 61.1631 148.914 61.01 148.999 60.8638C149.041 60.7913 149.086 60.7197 149.134 60.6491C149.158 60.6143 149.182 60.5795 149.207 60.5457C149.221 60.5258 149.235 60.507 149.25 60.4881C149.274 60.4563 149.279 60.4503 149.264 60.4692C149.235 60.506 149.346 60.3648 149.361 60.3459C149.321 60.3966 149.396 60.3042 149.404 60.2932C149.46 60.2286 149.516 60.165 149.572 60.1014C149.627 60.0368 149.688 59.9781 149.746 59.9155C149.814 59.8429 149.862 59.7574 149.918 59.6759C150.039 59.5029 149.84 59.3101 149.658 59.3468C149.275 59.4244 148.934 59.6858 148.684 59.9731C148.414 60.2843 148.186 60.6332 148.041 61.0169C147.907 61.3738 147.826 61.7476 147.838 62.1274C147.85 62.5001 147.946 62.8739 148.092 63.2169C148.149 63.3501 148.383 63.3521 148.375 63.1801L148.375 63.1811Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M150.065 63.4232C150.067 63.4093 150.069 63.3944 150.071 63.3805C150.072 63.3735 150.086 63.3417 150.076 63.3526L150.019 63.4083C150.106 63.3466 150.117 63.284 150.139 63.1905C150.142 63.1756 150.147 63.1607 150.15 63.1458C150.137 63.1697 150.135 63.1746 150.145 63.1607C150.16 63.1418 150.171 63.1199 150.176 63.0951C150.186 63.0652 150.194 63.0354 150.205 63.0056C150.21 62.9907 150.217 62.9758 150.223 62.9608C150.236 62.928 150.196 63.0125 150.225 62.9698C150.245 62.939 150.256 62.8982 150.27 62.8644C150.29 62.8137 150.247 62.9071 150.266 62.8743C150.298 62.8157 150.327 62.756 150.365 62.7003C150.374 62.6874 150.383 62.6735 150.393 62.6606C150.426 62.6158 150.401 62.6625 150.381 62.6735C150.396 62.6655 150.427 62.6178 150.432 62.6108C150.446 62.5949 150.472 62.5681 150.483 62.5462C150.451 62.585 150.443 62.5949 150.459 62.576C150.465 62.5681 150.471 62.5611 150.477 62.5542C150.488 62.5422 150.499 62.5303 150.51 62.5184C150.533 62.4945 150.556 62.4736 150.579 62.4507C150.626 62.403 150.672 62.3563 150.723 62.3125C150.666 62.3503 150.773 62.2698 150.723 62.3125C150.734 62.3056 150.745 62.2976 150.756 62.2907C150.789 62.2698 150.822 62.2509 150.857 62.234C150.981 62.1713 151.024 62.0112 150.973 61.8929C150.916 61.7637 150.779 61.706 150.641 61.7348C150.275 61.8114 149.952 62.0411 149.8 62.3782C149.72 62.5551 149.671 62.7212 149.672 62.9151C149.672 62.9668 149.672 63.0255 149.685 63.0762C149.689 63.0911 149.719 63.1975 149.704 63.1269C149.708 63.1448 149.711 63.1627 149.716 63.1806C149.727 63.2263 149.741 63.2741 149.763 63.3158C149.778 63.3427 149.795 63.3655 149.821 63.3844C149.839 63.4013 149.862 63.4123 149.886 63.4182C149.899 63.4232 149.895 63.4222 149.873 63.4153C149.855 63.3983 149.838 63.3814 149.821 63.3645C149.849 63.4063 149.881 63.4461 149.914 63.4849C149.97 63.5495 150.059 63.4898 150.066 63.4232H150.065Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M170.273 70.0506C171.601 69.5148 172.65 68.3875 172.96 67.0086C173.005 66.8078 173.054 66.5901 173.049 66.3844C173.043 66.1766 173.001 65.9847 172.936 65.7879C172.858 65.5543 172.49 65.5314 172.424 65.7879C172.386 65.931 172.337 66.0702 172.305 66.2154C172.271 66.3684 172.249 66.5245 172.213 66.6776C172.178 66.8257 172.135 66.9719 172.084 67.115C172.06 67.1836 172.033 67.2522 172.006 67.3208C171.993 67.3546 171.98 67.3884 171.965 67.4232C171.964 67.4272 171.941 67.4828 171.957 67.4431C171.974 67.4043 171.944 67.4729 171.941 67.4798C171.811 67.7632 171.649 68.0336 171.46 68.2841C171.437 68.3139 171.415 68.3427 171.392 68.3716C171.382 68.3845 171.328 68.4561 171.364 68.4113C171.313 68.474 171.261 68.5356 171.208 68.5952C171.106 68.7096 170.996 68.8189 170.88 68.9213C170.738 69.0475 170.653 69.1112 170.493 69.2156C170.343 69.314 170.185 69.4014 170.022 69.479C169.88 69.5476 169.83 69.7375 169.89 69.8707C169.949 69.9989 170.121 70.1132 170.271 70.0526L170.273 70.0506Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M72.85 29.5598C72.8029 29.5349 72.7548 29.5129 72.7036 29.4969C72.6944 29.494 72.6852 29.491 72.676 29.489C72.5593 29.458 72.4272 29.491 72.3413 29.5748C72.3095 29.6037 72.287 29.6376 72.2737 29.6775C72.2666 29.6905 72.2604 29.7035 72.2563 29.7174C72.239 29.7713 72.242 29.8042 72.2492 29.8541C72.2482 29.8711 72.2503 29.8871 72.2574 29.902C72.2687 29.931 72.281 29.9589 72.2943 29.9868C72.2964 29.9908 72.2984 29.9958 72.3004 29.9998C72.3056 30.0098 72.3097 30.0207 72.3168 30.0297C72.324 30.0387 72.3312 30.0477 72.3383 30.0567C72.3711 30.1115 72.4162 30.1554 72.4725 30.1874C72.5308 30.2203 72.5933 30.2373 72.6608 30.2373C72.6936 30.2333 72.7274 30.2283 72.7601 30.2243C72.8236 30.2073 72.8789 30.1754 72.9249 30.1305C72.9618 30.0976 72.9873 30.0587 73.0016 30.0138C73.0252 29.9709 73.0354 29.924 73.0333 29.8731C73.0333 29.7474 72.9626 29.6207 72.848 29.5588L72.85 29.5598Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M74.5973 29.737C74.5533 29.7919 74.5144 29.8338 74.4991 29.9056C74.492 29.9366 74.4838 29.9705 74.4869 30.0034C74.494 30.0842 74.4971 30.1022 74.535 30.175C74.5668 30.2369 74.6159 30.2718 74.6702 30.3107C74.6743 30.3137 74.6794 30.3167 74.6835 30.3197C74.6866 30.3207 74.6886 30.3227 74.6917 30.3237C74.7439 30.3526 74.7992 30.3676 74.8596 30.3676C74.92 30.3676 74.9752 30.3526 75.0274 30.3237C75.0755 30.2967 75.1206 30.2538 75.1482 30.2059C75.0551 30.2578 74.9609 30.3107 74.8678 30.3626C74.9445 30.3556 75.0008 30.3486 75.0694 30.3107C75.0755 30.3067 75.0827 30.3027 75.0888 30.2987C75.1134 30.2808 75.141 30.2628 75.1636 30.2419C75.1851 30.2219 75.2035 30.196 75.2198 30.173C75.2301 30.1591 75.2352 30.1421 75.2423 30.1271C75.2618 30.0832 75.2659 30.0713 75.2689 30.0154C75.2699 29.9884 75.2658 29.9605 75.2576 29.9346C75.2351 29.8637 75.187 29.8009 75.1184 29.765C75.0825 29.745 75.0447 29.735 75.0037 29.735C74.9628 29.735 74.9249 29.745 74.8891 29.765C74.8553 29.7849 74.8277 29.8108 74.8072 29.8448C74.7867 29.8797 74.7765 29.9166 74.7765 29.9565C74.7765 29.9625 74.7765 29.9685 74.7765 29.9735C74.7796 29.9535 74.7827 29.9326 74.7847 29.9126C74.7847 29.9166 74.7827 29.9216 74.7816 29.9256C74.7898 29.9066 74.798 29.8877 74.8062 29.8687C74.8052 29.8717 74.8031 29.8747 74.8011 29.8777C74.8144 29.8617 74.8267 29.8448 74.84 29.8288C74.8379 29.8308 74.8359 29.8328 74.8338 29.8348C74.8512 29.8218 74.8686 29.8089 74.885 29.7959C74.8819 29.7979 74.8789 29.7999 74.8758 29.8009C74.8963 29.7919 74.9167 29.7839 74.9382 29.7749C74.9341 29.7769 74.929 29.7779 74.9239 29.7789C74.9474 29.7759 74.971 29.7729 74.9955 29.7699C74.9884 29.7699 74.9812 29.7699 74.974 29.7699C74.9986 29.7729 75.0232 29.7769 75.0488 29.7799C75.0365 29.7779 75.0242 29.7749 75.0129 29.7699C75.0365 29.7799 75.0611 29.7899 75.0846 29.7999C75.0518 29.7859 75.0191 29.7719 74.9853 29.759C75.0099 29.7689 75.0355 29.7799 75.06 29.7899C75.0508 29.7859 75.0416 29.7809 75.0324 29.7759C75.0856 29.8667 75.1399 29.9585 75.1932 30.0493C75.1952 29.9974 75.1768 29.9266 75.1471 29.8837C75.1297 29.8617 75.1123 29.8398 75.0948 29.8178C75.0529 29.7779 75.0047 29.75 74.9484 29.734C74.9464 29.734 74.9433 29.733 74.9413 29.732C74.9362 29.731 74.9321 29.729 74.928 29.727C74.9546 29.738 74.9802 29.749 75.0068 29.76C75.0017 29.758 74.9966 29.755 74.9914 29.751C75.014 29.7679 75.0355 29.7839 75.058 29.8009C75.0549 29.7989 75.0518 29.7959 75.0498 29.7929L75.101 29.8577C75.101 29.8577 75.0969 29.8518 75.0959 29.8488L75.1287 29.9246C75.1287 29.9246 75.1266 29.9176 75.1256 29.9136C75.1297 29.9415 75.1338 29.9695 75.1369 29.9974C75.1369 29.9934 75.1369 29.9884 75.1369 29.9844C75.1328 30.0124 75.1287 30.0403 75.1256 30.0683C75.1256 30.0613 75.1287 30.0553 75.1318 30.0483C75.1205 30.0732 75.1103 30.0982 75.099 30.1231C75.099 30.1211 75.1011 30.1201 75.1011 30.1181C75.1246 30.0822 75.1369 30.0433 75.1389 30.0024C75.1481 29.9605 75.1461 29.9196 75.1327 29.8777C75.1225 29.8528 75.1112 29.8278 75.101 29.8029C75.0805 29.767 75.0539 29.737 75.0191 29.7151C74.9996 29.6961 74.9761 29.6821 74.9484 29.6752C74.9105 29.6552 74.8696 29.6462 74.8256 29.6482C74.7969 29.6522 74.7693 29.6552 74.7406 29.6592C74.6864 29.6742 74.6393 29.7011 74.5994 29.739L74.5973 29.737Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M92.5653 27.9159C92.5304 27.8251 92.4925 27.7533 92.4219 27.6825C92.3779 27.6386 92.3236 27.5977 92.2663 27.5717C92.169 27.5278 92.1035 27.5129 91.998 27.5009C91.9305 27.4939 91.866 27.5039 91.7984 27.5129C91.6654 27.5318 91.5477 27.5967 91.4453 27.6785C91.3225 27.7772 91.2591 27.9249 91.252 28.0776C91.2469 28.1733 91.2756 28.2621 91.3166 28.3479C91.334 28.3849 91.3647 28.4307 91.3934 28.4567C91.4272 28.4866 91.465 28.5096 91.5009 28.5355C91.4804 28.5205 91.461 28.5056 91.4405 28.4906C91.5234 28.5575 91.6125 28.6103 91.7189 28.6353C91.8285 28.6602 91.9288 28.6602 92.0373 28.6413C92.1345 28.6243 92.2226 28.5764 92.2983 28.5156C92.3873 28.4427 92.4231 28.335 92.4343 28.2262C92.4384 28.1833 92.4159 28.1374 92.3903 28.1055C92.3637 28.0726 92.3268 28.0436 92.2838 28.0337C92.248 28.0257 92.2111 28.0257 92.1753 28.0337C92.1221 28.0456 92.0832 28.0845 92.0525 28.1254C92.0504 28.1284 92.0474 28.1324 92.0453 28.1354C92.0566 28.1215 92.0668 28.1085 92.0781 28.0945C92.0658 28.1095 92.0515 28.1235 92.0361 28.1354C92.0515 28.1245 92.0668 28.1125 92.0812 28.1015C92.0545 28.1215 92.0228 28.1394 91.9921 28.1524C92.0116 28.1444 92.031 28.1364 92.0505 28.1284C92.0228 28.1394 91.9942 28.1464 91.9645 28.1504C91.987 28.1474 92.0095 28.1444 92.032 28.1414C91.9972 28.1454 91.9624 28.1444 91.9276 28.1404C91.9512 28.1434 91.9747 28.1464 91.9983 28.1494C91.9594 28.1434 91.9204 28.1334 91.8846 28.1185C91.9071 28.1274 91.9286 28.1364 91.9512 28.1454C91.9194 28.1314 91.8887 28.1145 91.8611 28.0935C91.8805 28.1085 91.9 28.1225 91.9194 28.1374C91.8979 28.1205 91.8785 28.1015 91.8611 28.0806C91.8764 28.1005 91.8918 28.1195 91.9071 28.1394C91.9041 28.1344 91.902 28.1294 91.8989 28.1245C91.9092 28.1474 91.9194 28.1713 91.9297 28.1943C91.9123 28.1534 91.8959 28.1115 91.8785 28.0706C91.8887 28.0955 91.9 28.1195 91.9102 28.1444C91.902 28.1245 91.8969 28.1045 91.8938 28.0835C91.8979 28.1115 91.901 28.1394 91.9051 28.1664C91.902 28.1444 91.903 28.1215 91.9051 28.0995C91.901 28.1274 91.8969 28.1564 91.8938 28.1843C91.8969 28.1644 91.902 28.1454 91.9102 28.1274C91.899 28.1534 91.8877 28.1793 91.8765 28.2053C91.8877 28.1793 91.902 28.1534 91.9194 28.1314C91.902 28.1534 91.8846 28.1753 91.8672 28.1983C91.8836 28.1783 91.901 28.1614 91.9215 28.1464C91.899 28.1634 91.8764 28.1803 91.8529 28.1983C91.8775 28.1803 91.9041 28.1654 91.9317 28.1534C91.9051 28.1644 91.8775 28.1753 91.8509 28.1863C91.8877 28.1713 91.9256 28.1614 91.9655 28.1564C91.9358 28.1604 91.9051 28.1644 91.8754 28.1683C91.9123 28.1634 91.9501 28.1634 91.987 28.1683C91.9563 28.1644 91.9266 28.1604 91.8959 28.1564C91.9276 28.1604 91.9594 28.1684 91.989 28.1803C91.9614 28.1693 91.9348 28.1574 91.9071 28.1464C91.9307 28.1564 91.9522 28.1683 91.9727 28.1843L91.903 28.1324C91.9184 28.1444 91.9317 28.1574 91.944 28.1723C91.9256 28.1494 91.9082 28.1274 91.8897 28.1045C91.903 28.1215 91.9143 28.1404 91.9235 28.1604C91.9123 28.1334 91.9 28.1065 91.8887 28.0796C91.8907 28.0855 91.8938 28.0915 91.8959 28.0975C91.9256 28.1813 91.9747 28.2532 92.0546 28.2991C92.1283 28.341 92.2378 28.3589 92.3208 28.333C92.4047 28.307 92.4845 28.2561 92.5275 28.1783C92.5684 28.1025 92.595 28.0027 92.5622 27.9189L92.5653 27.9159Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M94.55 27.276C94.5172 27.278 94.4814 27.285 94.4548 27.304C94.4333 27.3189 94.42 27.3319 94.4047 27.3538C94.3954 27.3678 94.3893 27.3848 94.3832 27.4007C94.3873 27.3918 94.3903 27.3838 94.3944 27.3748C94.3852 27.3918 94.376 27.4117 94.3729 27.4317C94.3689 27.4546 94.3648 27.4786 94.3668 27.5015C94.3699 27.5454 94.3771 27.5843 94.4027 27.6222C94.4201 27.6472 94.4396 27.6721 94.46 27.6941C94.4764 27.712 94.4959 27.726 94.5153 27.741C94.5225 27.7469 94.5317 27.7539 94.5409 27.7599C94.5501 27.7669 94.5829 27.7789 94.5942 27.7819C94.6126 27.7869 94.6341 27.7869 94.6525 27.7898C94.6546 27.7898 94.6566 27.7898 94.6586 27.7898C94.6658 27.7898 94.673 27.7908 94.6812 27.7908C94.6965 27.7908 94.7119 27.7878 94.7283 27.7859C94.7426 27.7839 94.759 27.7829 94.7733 27.7789C94.7948 27.7729 94.8153 27.7639 94.8347 27.7539C94.8531 27.744 94.8705 27.73 94.8869 27.716C94.9033 27.702 94.9166 27.6831 94.9278 27.6661C94.9401 27.6482 94.9483 27.6272 94.9555 27.6073C94.9626 27.5863 94.9646 27.5624 94.9667 27.5404C94.9667 27.5304 94.9667 27.5215 94.9667 27.5115C94.9667 27.4895 94.9626 27.4686 94.9523 27.4486C94.9452 27.4287 94.9339 27.4107 94.9175 27.3967C94.9062 27.3888 94.895 27.3798 94.8837 27.3718C94.8643 27.3598 94.8438 27.3538 94.8223 27.3528C94.808 27.3489 94.7926 27.3489 94.7783 27.3528C94.7558 27.3528 94.7353 27.3598 94.7169 27.3718C94.679 27.3957 94.6544 27.4267 94.6401 27.4686C94.6381 27.4736 94.6371 27.4776 94.635 27.4826C94.6412 27.4696 94.6463 27.4566 94.6524 27.4426C94.6483 27.4516 94.6442 27.4596 94.6381 27.4666C94.6473 27.4546 94.6565 27.4436 94.6657 27.4317C94.6616 27.4377 94.6565 27.4426 94.6504 27.4466C94.6626 27.4377 94.6749 27.4287 94.6872 27.4197C94.6821 27.4237 94.677 27.4267 94.6708 27.4287C94.6851 27.4227 94.7005 27.4167 94.7148 27.4107C94.7087 27.4127 94.7026 27.4147 94.6954 27.4157C94.7118 27.4137 94.7292 27.4117 94.7455 27.4087C94.7374 27.4097 94.7292 27.4087 94.721 27.4087C94.7384 27.4107 94.7548 27.4127 94.7722 27.4157C94.7599 27.4137 94.7486 27.4107 94.7374 27.4057C94.7537 27.4127 94.7691 27.4187 94.7855 27.4257C94.7783 27.4227 94.7711 27.4197 94.765 27.4157C94.7619 27.4137 94.7588 27.4117 94.7548 27.4097C94.7148 27.3868 94.6933 27.3868 94.6483 27.3818C94.6462 27.3818 94.6442 27.3818 94.6411 27.3818C94.6595 27.3838 94.678 27.3868 94.6954 27.3888C94.6698 27.3858 94.6452 27.3788 94.6227 27.3688C94.637 27.3748 94.6524 27.3808 94.6667 27.3868C94.6401 27.3758 94.6155 27.3598 94.5858 27.3538C94.5746 27.3518 94.5633 27.3489 94.5531 27.3439C94.5643 27.3489 94.5756 27.3538 94.5879 27.3578C94.5787 27.3538 94.5695 27.3489 94.5613 27.3429C94.5695 27.3489 94.5777 27.3548 94.5858 27.3618C94.5817 27.3588 94.5776 27.3558 94.5746 27.3519C94.5807 27.3588 94.5858 27.3668 94.592 27.3738C94.5899 27.3708 94.5889 27.3688 94.5879 27.3658C94.592 27.3738 94.5951 27.3828 94.5992 27.3908C94.5971 27.3848 94.5951 27.3798 94.594 27.3738C94.5951 27.3828 94.5961 27.3908 94.5981 27.3997C94.5981 27.3938 94.5981 27.3878 94.5981 27.3808C94.5971 27.3888 94.5961 27.3967 94.5951 27.4047C94.5951 27.3977 94.5981 27.3918 94.6002 27.3858C94.5971 27.3928 94.5951 27.3987 94.592 27.4057C94.594 27.4007 94.5971 27.3948 94.6002 27.3908C94.6022 27.3888 94.6033 27.3858 94.6053 27.3838C94.6094 27.3778 94.592 27.3997 94.5981 27.3928C94.5992 27.3908 94.6012 27.3898 94.6022 27.3878C94.6206 27.3678 94.6268 27.3419 94.6165 27.3159C94.6063 27.293 94.5817 27.274 94.5551 27.276H94.55Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M145.099 33.9171C145.158 34.0947 145.289 34.2633 145.477 34.3232C145.609 34.3651 145.749 34.3611 145.884 34.3352C146.012 34.3112 146.125 34.2464 146.223 34.1655C146.325 34.0817 146.376 33.9241 146.369 33.7954C146.364 33.7056 146.316 33.6288 146.23 33.5929C146.145 33.5579 146.049 33.5769 145.982 33.6388C145.973 33.6467 145.965 33.6547 145.955 33.6617C145.971 33.6497 145.987 33.6368 146.004 33.6248C145.983 33.6398 145.962 33.6507 145.939 33.6607C145.962 33.6517 145.983 33.6427 146.006 33.6338C145.991 33.6398 145.977 33.6437 145.962 33.6477C145.923 33.6587 145.886 33.6777 145.849 33.6936C145.874 33.6837 145.898 33.6737 145.923 33.6637C145.89 33.6767 145.857 33.6847 145.822 33.6896C145.851 33.6857 145.88 33.6817 145.908 33.6787C145.865 33.6837 145.823 33.6837 145.78 33.6787C145.811 33.6827 145.842 33.6866 145.873 33.6906C145.833 33.6847 145.795 33.6747 145.757 33.6597C145.786 33.6717 145.815 33.6837 145.844 33.6956C145.825 33.6876 145.806 33.6787 145.789 33.6677C145.746 33.6408 145.698 33.6258 145.65 33.6068C145.68 33.6188 145.71 33.6308 145.74 33.6437C145.713 33.6328 145.687 33.6178 145.665 33.6008C145.689 33.6188 145.713 33.6378 145.737 33.6557C145.718 33.6408 145.701 33.6238 145.685 33.6048C145.704 33.6278 145.721 33.6507 145.74 33.6737C145.736 33.6697 145.733 33.6657 145.73 33.6617C145.679 33.5919 145.614 33.527 145.524 33.5071C145.447 33.4901 145.372 33.4941 145.298 33.524C145.147 33.5859 145.045 33.7605 145.099 33.9211L145.099 33.9171Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M149.442 33.5815C149.379 33.3594 149.146 33.2698 148.928 33.2569C148.903 33.2549 148.876 33.2549 148.85 33.2569C148.839 33.2569 148.828 33.2589 148.817 33.2599C148.801 33.2618 148.786 33.2628 148.772 33.2658C148.812 33.2589 148.786 33.2628 148.776 33.2638C148.702 33.2678 148.625 33.2798 148.559 33.3126C148.425 33.3784 148.329 33.4899 148.274 33.6243C148.219 33.7578 148.228 33.93 148.268 34.0665C148.264 34.0396 148.261 34.0117 148.257 33.9848C148.264 34.0436 148.268 34.0874 148.291 34.1402C148.327 34.2228 148.383 34.2706 148.457 34.3224C148.487 34.3433 148.519 34.3602 148.553 34.3752C148.674 34.427 148.799 34.4638 148.932 34.4628C149.146 34.4598 149.392 34.3762 149.533 34.2138C149.635 34.0973 149.69 33.9699 149.699 33.8165C149.707 33.6841 149.589 33.5705 149.461 33.5536C149.33 33.5367 149.192 33.6154 149.159 33.7458C149.154 33.7647 149.147 33.7837 149.14 33.8026C149.15 33.7807 149.159 33.7588 149.169 33.7368C149.158 33.7617 149.144 33.7837 149.128 33.8056C149.143 33.7866 149.158 33.7677 149.173 33.7488C149.154 33.7737 149.131 33.7956 149.105 33.8145C149.126 33.7996 149.145 33.7846 149.166 33.7697C149.137 33.7906 149.108 33.8066 149.075 33.8205C149.099 33.8105 149.124 33.8006 149.148 33.7906C149.107 33.8076 149.064 33.8175 149.02 33.8245C149.048 33.8205 149.076 33.8175 149.104 33.8135C149.05 33.8205 148.996 33.8205 148.942 33.8135C148.971 33.8175 149.001 33.8215 149.031 33.8255C148.984 33.8195 148.937 33.8145 148.89 33.8085C148.919 33.8125 148.949 33.8165 148.979 33.8205C148.927 33.8135 148.878 33.8006 148.83 33.7817C148.857 33.7926 148.884 33.8036 148.911 33.8145C148.873 33.7986 148.837 33.7787 148.805 33.7538C148.828 33.7707 148.851 33.7886 148.874 33.8056C148.841 33.7797 148.81 33.7498 148.773 33.7299C148.736 33.711 148.698 33.699 148.658 33.69C148.684 33.7 148.708 33.711 148.734 33.7209C148.721 33.7149 148.708 33.707 148.696 33.698C148.716 33.713 148.736 33.7279 148.756 33.7438C148.742 33.7329 148.729 33.7209 148.716 33.708C148.696 33.6861 148.696 33.6652 148.734 33.7319C148.721 33.708 148.757 33.8046 148.743 33.7548C148.737 33.7359 148.734 33.7159 148.729 33.697C148.749 33.7697 148.735 33.7468 148.734 33.7189C148.734 33.708 148.734 33.698 148.734 33.6871C148.734 33.6532 148.722 33.7518 148.731 33.712C148.733 33.703 148.735 33.694 148.737 33.6851C148.737 33.6831 148.747 33.6552 148.747 33.6552C148.748 33.6552 148.726 33.701 148.733 33.6871C148.736 33.6811 148.739 33.6751 148.742 33.6691C148.751 33.6522 148.762 33.6383 148.772 33.6223C148.785 33.5994 148.755 33.6422 148.755 33.6422C148.759 33.6383 148.763 33.6333 148.766 33.6293C148.773 33.6213 148.781 33.6134 148.788 33.6054C148.816 33.5745 148.842 33.5437 148.873 33.5158C148.875 33.5148 148.884 33.5048 148.885 33.5058C148.889 33.5078 148.858 33.5198 148.874 33.5158C148.882 33.5138 148.892 33.5058 148.901 33.5018C148.911 33.4969 148.921 33.4919 148.931 33.4869C148.934 33.4859 148.948 33.4799 148.932 33.4869C148.915 33.4939 148.939 33.4849 148.943 33.4829C148.962 33.4759 148.982 33.47 149.001 33.465C149.012 33.462 149.023 33.46 149.034 33.457C149.039 33.456 149.069 33.4511 149.051 33.453C149.097 33.4481 149.126 33.453 149.164 33.463C149.249 33.4839 149.318 33.5377 149.36 33.6183C149.384 33.6632 149.456 33.6313 149.442 33.5845L149.442 33.5815Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M161.803 24.0822C161.781 24.1987 161.733 24.3431 161.646 24.4247C161.622 24.4466 161.597 24.4685 161.571 24.4885C161.594 24.4715 161.553 24.5014 161.549 24.5044C161.534 24.5143 161.52 24.5223 161.505 24.5313C161.489 24.5392 161.474 24.5472 161.458 24.5542C161.446 24.5602 161.391 24.5781 161.445 24.5612C161.407 24.5731 161.5 24.5582 161.444 24.5631C161.429 24.5641 161.414 24.5651 161.399 24.5661C161.458 24.59 161.519 24.6139 161.578 24.6388C161.488 24.5462 161.342 24.4895 161.211 24.5303C161.161 24.5462 161.121 24.5711 161.078 24.598C161.057 24.6109 161.037 24.6229 161.016 24.6338C160.973 24.6567 160.94 24.6826 160.899 24.7135C160.919 24.6976 160.941 24.6816 160.961 24.6667C160.937 24.6836 160.913 24.6996 160.888 24.7155C160.871 24.7265 160.77 24.7962 160.859 24.7364C160.845 24.7454 160.833 24.7543 160.82 24.7633C160.753 24.8071 160.709 24.8709 160.709 24.9515C160.709 25.0282 160.752 25.1009 160.82 25.1397C160.891 25.1796 160.965 25.2074 161.046 25.2204C161.165 25.2403 161.283 25.2224 161.398 25.1945C161.517 25.1656 161.613 25.067 161.645 24.9545C161.665 24.8828 161.66 24.8191 161.642 24.7484C161.634 24.8121 161.624 24.8748 161.616 24.9386C161.633 24.9097 161.646 24.8778 161.663 24.8499C161.683 24.8181 161.706 24.7892 161.726 24.7573C161.768 24.6876 161.805 24.6179 161.837 24.5422C161.862 24.4825 161.899 24.4118 161.921 24.3421C161.946 24.2654 161.96 24.1847 161.964 24.1041C161.969 24.0144 161.818 23.9925 161.8 24.0822H161.803Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M151.114 16.8004C150.983 16.8383 150.853 16.8772 150.722 16.9151C150.637 16.94 150.555 16.966 150.474 17.0039C150.425 17.0268 150.378 17.0468 150.341 17.0887C150.32 17.1116 150.301 17.1356 150.282 17.1595C150.229 17.2214 150.201 17.2912 150.224 17.372C150.245 17.4439 150.305 17.5057 150.381 17.5247C150.409 17.5317 150.437 17.5387 150.465 17.5456C150.529 17.5606 150.572 17.5586 150.638 17.5466C150.655 17.5436 150.672 17.5397 150.689 17.5367C150.756 17.5237 150.817 17.5017 150.882 17.4788C151.01 17.4329 151.138 17.387 151.267 17.3411C151.339 17.3152 151.399 17.2783 151.439 17.2124C151.475 17.1525 151.49 17.0637 151.468 16.9959C151.421 16.8542 151.268 16.7545 151.114 16.8004Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M134.265 21.0446C134.325 20.9928 134.339 20.9069 134.319 20.8341L134.319 20.9329C134.323 20.9219 134.322 20.9179 134.324 20.9C134.33 20.862 134.33 20.88 134.324 20.8421C134.319 20.8042 134.324 20.8201 134.308 20.7862C134.304 20.7752 134.299 20.7633 134.294 20.7533C134.292 20.7493 134.29 20.7453 134.287 20.7423C134.272 20.7224 134.256 20.7004 134.237 20.6815C134.22 20.6635 134.186 20.6396 134.177 20.6346C134.173 20.6326 134.114 20.6086 134.109 20.6076C134.107 20.6076 134.037 20.5977 134.035 20.5977C134.031 20.5977 133.964 20.6066 133.96 20.6076C133.936 20.6126 133.914 20.6256 133.891 20.6356C133.884 20.6386 133.878 20.6416 133.872 20.6455C133.85 20.6595 133.83 20.6765 133.81 20.6914C133.806 20.6934 133.803 20.6964 133.8 20.6984C133.798 20.7004 133.796 20.7034 133.793 20.7054C133.779 20.7224 133.763 20.7423 133.749 20.7603C133.748 20.7623 133.747 20.7633 133.746 20.7653C133.745 20.7673 133.719 20.8261 133.719 20.8271C133.719 20.8271 133.719 20.8291 133.719 20.8301C133.719 20.8311 133.719 20.8331 133.719 20.8341C133.719 20.8361 133.719 20.8371 133.719 20.8391C133.715 20.862 133.711 20.887 133.71 20.9099C133.71 20.9129 133.71 20.9169 133.71 20.9199C133.71 20.9299 133.717 20.9758 133.72 20.9858C133.72 20.9868 133.72 20.9878 133.72 20.9888C133.72 20.9908 133.72 20.9918 133.721 20.9937C133.721 20.9957 133.722 20.9977 133.723 20.9987C133.73 21.0187 133.74 21.0406 133.749 21.0596C133.751 21.0636 133.753 21.0666 133.755 21.0706C133.768 21.0865 133.78 21.1015 133.792 21.1175C133.809 21.1294 133.824 21.1414 133.84 21.1534C133.859 21.1614 133.878 21.1693 133.897 21.1763C133.928 21.1863 133.959 21.1873 133.991 21.1803C134.012 21.1803 134.032 21.1753 134.05 21.1644C134.071 21.1594 134.088 21.1494 134.102 21.1344C134.12 21.1244 134.134 21.1105 134.144 21.0935C134.165 21.0716 134.179 21.0446 134.186 21.0147C134.186 21.0117 134.188 21.0097 134.189 21.0067C134.181 21.0257 134.173 21.0436 134.165 21.0626C134.167 21.0576 134.17 21.0536 134.173 21.0486C134.16 21.0646 134.147 21.0815 134.134 21.0975C134.137 21.0935 134.141 21.0905 134.144 21.0875C134.127 21.1005 134.11 21.1135 134.092 21.1264C134.096 21.1235 134.101 21.1205 134.107 21.1185C134.085 21.1274 134.065 21.1354 134.043 21.1444C134.067 21.1354 134.091 21.1274 134.114 21.1145C134.117 21.1125 134.12 21.1115 134.123 21.1095C134.101 21.1185 134.08 21.1274 134.058 21.1354C134.068 21.1314 134.078 21.1294 134.087 21.1284C134.062 21.1314 134.038 21.1344 134.014 21.1384C134.018 21.1384 134.023 21.1384 134.028 21.1374C134.055 21.1374 134.063 21.1394 134.107 21.1274C134.175 21.1095 134.24 21.0636 134.274 21.0027C134.277 20.9977 134.279 20.9937 134.283 20.9898C134.269 21.0067 134.256 21.0237 134.243 21.0406C134.248 21.0347 134.253 21.0287 134.259 21.0237L134.214 21.0576C134.229 21.0456 134.248 21.0367 134.261 21.0227C134.272 21.0077 134.285 20.9937 134.296 20.9788C134.296 20.9788 134.297 20.9768 134.298 20.9758C134.26 21.0047 134.222 21.0327 134.183 21.0616C134.167 21.0636 134.149 21.0656 134.133 21.0686C134.138 21.0686 134.143 21.0686 134.149 21.0686C134.134 21.0666 134.119 21.0646 134.102 21.0626C134.106 21.0626 134.112 21.0646 134.116 21.0656C134.102 21.0606 134.09 21.0546 134.077 21.0496C134.081 21.0516 134.084 21.0536 134.088 21.0556C134.078 21.0476 134.068 21.0396 134.057 21.0327C134.061 21.0357 134.065 21.0386 134.067 21.0426C134.059 21.0337 134.052 21.0247 134.045 21.0147C134.045 21.0147 134.046 21.0167 134.047 21.0167C134.059 21.0366 134.076 21.0526 134.096 21.0646C134.112 21.0746 134.129 21.0796 134.147 21.0805C134.166 21.0845 134.184 21.0835 134.203 21.0786C134.226 21.0726 134.247 21.0606 134.263 21.0436L134.265 21.0446Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M117.197 14.1382C117.097 14.2949 116.997 14.4515 116.898 14.6081L116.75 14.8396C116.726 14.8785 116.701 14.9164 116.677 14.9553C116.647 15.0012 116.638 15.0511 116.625 15.103C116.601 15.1978 116.733 15.2926 116.807 15.2058C116.844 15.1619 116.883 15.122 116.904 15.0691C116.923 15.0242 116.94 14.9793 116.958 14.9354C116.992 14.8516 117.025 14.7688 117.059 14.685C117.128 14.5124 117.197 14.3398 117.266 14.1671C117.283 14.1262 117.218 14.1033 117.196 14.1382H117.197Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M68.5703 14.519L68.2665 15.1514C68.2174 15.2529 68.1734 15.3573 68.1161 15.4547C68.066 15.5392 68.024 15.6218 68.0261 15.7222C68.0261 15.752 68.0313 15.7828 68.0343 15.8117C68.0415 15.8723 68.0589 15.9181 68.0835 15.9728C68.104 16.0195 68.1757 16.0672 68.2248 16.0782C68.2914 16.0931 68.3456 16.0811 68.407 16.0553C68.4674 16.0304 68.5216 15.9857 68.5677 15.9399C68.6403 15.8694 68.6721 15.7848 68.6956 15.6914C68.7242 15.579 68.7682 15.4686 68.806 15.3593C68.8807 15.1425 68.9564 14.9257 69.031 14.708C69.0709 14.5916 68.9941 14.4634 68.8845 14.4186C68.7781 14.3749 68.6225 14.4077 68.5693 14.519H68.5703Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M71.9248 11.5497C71.6955 11.6672 71.5339 11.8813 71.4551 12.1183C71.3702 12.3733 71.3939 12.679 71.5925 12.8792C71.6632 12.9509 71.7952 12.9708 71.8832 12.916C71.9774 12.8572 72.0142 12.7587 71.9937 12.6521C71.9855 12.6113 71.9753 12.5704 71.9671 12.5296C71.9619 12.5057 71.967 12.4719 71.9691 12.5495C71.9691 12.5396 71.9671 12.5286 71.966 12.5187C71.965 12.4978 71.966 12.4768 71.964 12.4559C71.9609 12.4141 71.9578 12.3723 71.9598 12.3305C71.9598 12.3195 71.9609 12.3095 71.9619 12.2986C71.9639 12.2737 71.9782 12.2438 71.9588 12.3185C71.9639 12.2986 71.967 12.2767 71.9721 12.2568C71.9772 12.2359 71.9833 12.2159 71.9895 12.196C71.9925 12.1861 71.9966 12.1761 72.0007 12.1661C72.0151 12.1253 71.9936 12.1751 71.9915 12.1861C71.9977 12.1502 72.0335 12.1054 72.0539 12.0755C72.0601 12.0676 72.0683 12.0516 72.0764 12.0447C72.0724 12.0476 72.0376 12.0905 72.0601 12.0656C72.0754 12.0486 72.0908 12.0307 72.1082 12.0148C72.1235 11.9998 72.1399 11.9869 72.1563 11.973C72.1778 11.954 72.1071 12.0058 72.1419 11.9839C72.1532 11.9769 72.1634 11.97 72.1747 11.963C72.2842 11.8963 72.3364 11.7459 72.2626 11.6354C72.1879 11.5228 72.0476 11.487 71.9258 11.5497H71.9248Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M55.0578 59.2497C54.8633 59.3204 54.6883 59.422 54.5266 59.5495C54.4519 59.6082 54.3895 59.6779 54.3189 59.7407C54.2831 59.7725 54.2473 59.8054 54.2135 59.8402C54.2073 59.8462 54.1981 59.8532 54.194 59.8612C54.2114 59.8323 54.2442 59.8263 54.2145 59.8452C54.1562 59.8841 54.1019 59.9239 54.0671 59.9866C54.0027 60.1041 54.0089 60.2714 54.1174 60.366L54.1215 60.37C54.0918 60.2993 54.0611 60.2286 54.0314 60.1589C54.0396 60.2177 54.0468 60.2774 54.058 60.3362C54.095 60.5204 54.3499 60.5642 54.4747 60.4437C54.5013 60.4188 54.5279 60.3949 54.5555 60.371C54.4829 60.3999 54.4102 60.4298 54.3386 60.4587C54.3406 60.4587 54.3426 60.4587 54.3437 60.4587C54.4849 60.4616 54.6159 60.3591 54.6538 60.2286C54.6763 60.15 54.6619 60.0802 54.6506 60.0026C54.6537 60.0275 54.6578 60.0524 54.6609 60.0773C54.6588 60.0683 54.6588 60.0593 54.6609 60.0504C54.6578 60.0743 54.6547 60.0982 54.6507 60.1211C54.6568 60.0822 54.6639 60.0444 54.6721 60.0065C54.6772 59.9856 54.6813 59.9647 54.6875 59.9438C54.6895 59.9368 54.7028 59.911 54.6895 59.9339C54.6752 59.9588 54.6915 59.9299 54.6936 59.9239C54.7274 59.8502 54.7662 59.7785 54.8102 59.7098C54.8941 59.5783 54.9964 59.4648 55.1213 59.3603C55.1704 59.3184 55.1182 59.2278 55.0557 59.2507L55.0578 59.2497Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M56.5831 59.3171C56.4306 59.4914 56.3058 59.6876 56.2495 59.9116C56.2219 60.0202 56.2015 60.1357 56.2005 60.2482C56.2005 60.3139 56.2159 60.3826 56.2333 60.4464C56.2549 60.527 56.2907 60.5997 56.3542 60.6575C56.4166 60.7143 56.4924 60.7401 56.5774 60.7292C56.6644 60.7182 56.7206 60.6734 56.7718 60.6057C56.8097 60.5549 56.825 60.4992 56.8403 60.4394C56.8577 60.3717 56.872 60.311 56.8812 60.2402C56.8771 60.2691 56.8731 60.299 56.869 60.3279C56.8853 60.2134 56.916 60.1028 56.962 59.9973C56.9497 60.0251 56.9385 60.052 56.9262 60.0799C56.9487 60.0281 56.9702 59.9763 56.9917 59.9246C56.9794 59.9515 56.9682 59.9793 56.9559 60.0062C56.9978 59.9096 57.051 59.82 57.1165 59.7364C57.0981 59.7593 57.0807 59.7822 57.0623 59.8041C57.0653 59.8001 57.0684 59.7961 57.0725 59.7921C57.1308 59.7184 57.1738 59.6517 57.1738 59.5541C57.1738 59.4715 57.1358 59.3729 57.0724 59.3161C57.0068 59.2574 56.9198 59.2136 56.8277 59.2175C56.7407 59.2215 56.6424 59.2484 56.5831 59.3161L56.5831 59.3171Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M58.3458 66.8545C58.2517 66.969 58.1575 67.0835 58.0644 67.1981C58.0194 67.2538 57.9733 67.3086 57.9273 67.3634C57.8434 67.4639 57.7472 67.5605 57.7124 67.69C57.6736 67.8334 57.7279 67.9858 57.8477 68.0754C57.9019 68.1162 57.9583 68.1391 58.0258 68.1481C58.1016 68.158 58.2029 68.1521 58.2664 68.1043C58.3042 68.0764 58.3431 68.0525 58.3728 68.0166C58.4035 67.9808 58.4342 67.9449 58.4567 67.9041L58.513 67.8025C58.5477 67.7398 58.5825 67.6761 58.6183 67.6133C58.692 67.4829 58.7646 67.3534 58.8383 67.223C58.914 67.0885 58.8822 66.9232 58.7573 66.8296C58.7041 66.7898 58.6365 66.7609 58.5669 66.7639C58.4891 66.7669 58.3959 66.7918 58.3448 66.8535L58.3458 66.8545Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M50.8421 69.4997C50.8145 69.5107 50.7879 69.5227 50.7603 69.5336C50.7531 69.5366 50.7449 69.5406 50.7377 69.5436C50.7244 69.5486 50.75 69.5436 50.7275 69.5456C50.7142 69.5476 50.7019 69.5506 50.6886 69.5526C50.62 69.5656 50.5668 69.6095 50.5044 69.6364C50.5197 69.6304 50.5341 69.6244 50.5494 69.6184C50.5156 69.6274 50.4829 69.6364 50.4491 69.6454C50.4716 69.6424 50.4941 69.6394 50.5167 69.6364C50.5146 69.6364 50.5115 69.6364 50.5095 69.6364C50.5535 69.6484 50.5965 69.6593 50.6405 69.6713C50.5812 69.6444 50.5351 69.6274 50.4685 69.6254C50.4112 69.6254 50.358 69.6394 50.3089 69.6673C50.272 69.6863 50.2424 69.7132 50.2198 69.7461C50.1922 69.7761 50.1728 69.811 50.1636 69.8509C50.1482 69.9058 50.1483 69.9597 50.1636 70.0145C50.1636 70.0165 50.1636 70.0185 50.1636 70.0195C50.1595 69.9926 50.1564 69.9666 50.1523 69.9397C50.1513 69.9537 50.1483 69.9696 50.1493 69.9836C50.1544 70.0504 50.1749 70.1223 50.2282 70.1692C50.2804 70.2161 50.3459 70.246 50.4186 70.246C50.4595 70.246 50.5015 70.236 50.5424 70.229C50.5148 70.233 50.4882 70.236 50.4606 70.24C50.4626 70.24 50.4657 70.24 50.4677 70.24C50.5107 70.242 50.5516 70.233 50.5895 70.2131C50.6284 70.2011 50.6622 70.1792 50.6908 70.1492C50.7441 70.0924 50.7911 70.0115 50.7829 69.9317C50.7757 69.8659 50.7726 69.829 50.7388 69.7701C50.7368 69.7671 50.7347 69.7631 50.7327 69.7601C50.745 69.803 50.7563 69.8449 50.7686 69.8878C50.7686 69.8858 50.7686 69.8828 50.7686 69.8808C50.7655 69.9028 50.7624 69.9247 50.7594 69.9467C50.7665 69.9098 50.7706 69.8699 50.7839 69.8339C50.7778 69.8479 50.7716 69.8629 50.7655 69.8768C50.7778 69.8499 50.79 69.823 50.8023 69.797C50.8125 69.7751 50.8269 69.7511 50.833 69.7282C50.8381 69.7082 50.8391 69.6863 50.8422 69.6663C50.8432 69.6563 50.8422 69.6424 50.8463 69.6334C50.8432 69.6424 50.8463 69.6374 50.8493 69.6314C50.8524 69.6244 50.8545 69.6174 50.8565 69.6105C50.8657 69.5835 50.8749 69.5576 50.8841 69.5306C50.8933 69.5047 50.8626 69.4897 50.8421 69.4987L50.8421 69.4997Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M29.6795 48.7032C29.6355 48.7431 29.5925 48.783 29.5485 48.8229C29.527 48.8428 29.5045 48.8628 29.483 48.8828C29.4615 48.9027 29.4441 48.9277 29.4257 48.9506L29.3172 49.0853C29.2906 49.1182 29.2579 49.1511 29.2374 49.1891C29.2231 49.215 29.2088 49.2419 29.1955 49.2679C29.1607 49.3337 29.1638 49.4225 29.2232 49.4754C29.2826 49.5293 29.3645 49.5383 29.4361 49.5023C29.4617 49.4894 29.4873 49.4764 29.5129 49.4634C29.5508 49.4435 29.5845 49.4125 29.6193 49.3866C29.6664 49.3507 29.7135 49.3138 29.7616 49.2779C29.7841 49.2609 29.8076 49.2449 29.8281 49.226C29.8496 49.205 29.869 49.1831 29.8895 49.1621C29.9314 49.1182 29.9734 49.0743 30.0154 49.0304C30.0573 48.9865 30.0849 48.9287 30.0849 48.8668C30.0849 48.8099 30.0593 48.7431 30.0153 48.7032C29.918 48.6164 29.7767 48.6154 29.6805 48.7032H29.6795Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M21.8856 50.0211C21.7926 50.2458 21.7568 50.5014 21.7825 50.742C21.7969 50.8713 21.8184 51.0005 21.8635 51.1238C21.9249 51.2879 22.056 51.4768 22.2372 51.5256C22.4133 51.5733 22.5525 51.442 22.5678 51.2809C22.5719 51.2402 22.5637 51.1964 22.5534 51.1566C22.5483 51.1258 22.536 51.097 22.5196 51.0691C22.5063 51.0393 22.5083 51.0453 22.5268 51.0861C22.5196 51.0851 22.5022 51.0224 22.4991 51.0145C22.4837 50.9707 22.4663 50.928 22.4458 50.8862C22.4397 50.8743 22.4233 50.8216 22.412 50.8156C22.4305 50.8583 22.4336 50.8643 22.4213 50.8335C22.4161 50.8216 22.412 50.8086 22.4069 50.7967C22.3905 50.751 22.3762 50.7032 22.3639 50.6565C22.3588 50.6346 22.3536 50.6127 22.3485 50.5899C22.3465 50.5769 22.3434 50.564 22.3413 50.5521C22.3362 50.5213 22.3372 50.5262 22.3434 50.568C22.3331 50.5511 22.3372 50.5093 22.3362 50.4894C22.3341 50.4636 22.3341 50.4377 22.3331 50.4109C22.3331 50.3652 22.3259 50.2995 22.3412 50.2558C22.3361 50.2906 22.3361 50.2936 22.3402 50.2647C22.3423 50.2518 22.3443 50.2389 22.3474 50.2259C22.3525 50.2001 22.3586 50.1752 22.3647 50.1494C22.3954 50.0261 22.3237 49.8809 22.1906 49.8511C22.0463 49.8193 21.9358 49.8938 21.8836 50.0201L21.8856 50.0211Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M11.9608 46.6685C11.9301 46.7623 11.9147 46.8571 11.9045 46.9558C11.8943 47.0566 11.8944 47.1604 11.9231 47.2581C11.9559 47.3719 12.0132 47.4786 12.1064 47.5565C12.2047 47.6383 12.3183 47.6991 12.4524 47.6941C12.5292 47.6911 12.5947 47.6762 12.6633 47.6443C12.6878 47.6323 12.7093 47.6183 12.7318 47.6013C12.7646 47.5764 12.7851 47.5435 12.8096 47.5116C12.7871 47.5335 12.7636 47.5565 12.741 47.5784C12.8403 47.5195 12.9222 47.4357 12.9611 47.328C13.003 47.2112 12.9671 47.0965 12.8903 47.0027C12.8401 46.9429 12.7378 46.9478 12.6805 46.9907C12.617 47.0386 12.5996 47.1234 12.6396 47.1923C12.6416 47.1963 12.6447 47.2013 12.6468 47.2053C12.658 47.2232 12.6386 47.1903 12.6386 47.1873C12.6386 47.1913 12.6488 47.2372 12.6437 47.1983C12.6386 47.1644 12.6406 47.1983 12.6416 47.2053C12.6437 47.2162 12.6519 47.1624 12.6447 47.1833C12.6437 47.1873 12.6427 47.1913 12.6416 47.1953L12.6375 47.2073C12.6345 47.2073 12.6601 47.1663 12.6468 47.1843C12.6416 47.1923 12.6355 47.2013 12.6314 47.2092C12.6253 47.2232 12.658 47.1803 12.6468 47.1903C12.6437 47.1933 12.6406 47.1973 12.6375 47.2003C12.6304 47.2083 12.6222 47.2152 12.614 47.2222C12.5976 47.2372 12.6324 47.2083 12.6335 47.2083C12.6304 47.2083 12.6242 47.2152 12.6212 47.2162C12.613 47.2222 12.6038 47.2272 12.5956 47.2322C12.5854 47.2382 12.5741 47.2422 12.5649 47.2472C12.5424 47.2561 12.5618 47.2541 12.6222 47.2412C12.6836 47.2412 12.7031 47.2372 12.6795 47.2332C12.6754 47.2322 12.6713 47.2312 12.6672 47.2302C12.6068 47.2182 12.5454 47.2232 12.484 47.2162C12.5055 47.2192 12.527 47.2222 12.5485 47.2242C12.5157 47.2202 12.484 47.2102 12.4533 47.1983C12.4738 47.2063 12.4932 47.2152 12.5137 47.2232C12.4942 47.2152 12.4768 47.2053 12.4605 47.1933L12.5127 47.2322C12.485 47.2102 12.4605 47.1863 12.4379 47.1584C12.4512 47.1753 12.4656 47.1923 12.4789 47.2092C12.4533 47.1773 12.4308 47.1434 12.4041 47.1115C12.4174 47.1284 12.4318 47.1454 12.4451 47.1634C12.4133 47.1224 12.3877 47.0785 12.3683 47.0317C12.3765 47.0506 12.3847 47.0706 12.3929 47.0895C12.3744 47.0466 12.3539 47.0057 12.3355 46.9628C12.3437 46.9808 12.3509 46.9987 12.3591 47.0167C12.3109 46.9039 12.2873 46.7832 12.2535 46.6655C12.2361 46.6056 12.1736 46.5547 12.1081 46.5577C12.0406 46.5607 11.9833 46.6016 11.9628 46.6655L11.9608 46.6685Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M39.4533 69.1497C39.3243 69.3556 39.2046 69.5684 39.1167 69.7931C39.0983 69.8388 39.084 69.8856 39.0717 69.9333C39.0645 69.9611 39.0604 69.988 39.0553 70.0168C39.0513 70.0466 39.0472 70.0765 39.0431 70.1073C39.039 70.1421 39.04 70.1401 39.0462 70.1003C39.0022 70.2455 39.0288 70.4136 39.0883 70.5488C39.1866 70.7685 39.3678 70.9266 39.5951 71.0141C39.8285 71.1046 40.0813 71.0499 40.2604 70.8829C40.3351 70.8133 40.3556 70.683 40.2982 70.5965C40.2368 70.503 40.1344 70.4673 40.0238 70.4881C39.9655 70.4991 40.074 70.4921 40.0187 70.4881C40.0075 70.4881 39.9553 70.4822 40.0034 70.4891C40.0515 70.4961 40.0003 70.4871 39.9901 70.4842C39.9716 70.4792 39.9082 70.4563 39.9993 70.4901C39.9655 70.4772 39.9327 70.4613 39.8989 70.4494C39.8416 70.4285 39.9102 70.4474 39.9174 70.4573C39.9133 70.4513 39.8754 70.4354 39.8682 70.4315C39.857 70.4245 39.8109 70.3907 39.8559 70.4255C39.901 70.4593 39.8559 70.4235 39.8457 70.4155C39.8314 70.4026 39.8181 70.3887 39.8047 70.3748C39.7843 70.3539 39.7617 70.3201 39.7372 70.3042C39.7689 70.3449 39.7771 70.3549 39.7617 70.334C39.7556 70.3261 39.7505 70.3181 39.7454 70.3101C39.7361 70.2962 39.7279 70.2823 39.7208 70.2684C39.7136 70.2545 39.7085 70.2376 39.6993 70.2246C39.7259 70.2833 39.7259 70.2853 39.7023 70.2296C39.6962 70.2097 39.687 70.1908 39.6747 70.1729C39.6675 70.159 39.6603 70.1451 39.6532 70.1322C39.6337 70.1003 39.6757 70.2018 39.6614 70.1481C39.6583 70.1371 39.6296 70.0596 39.6511 70.1322C39.646 70.1143 39.6491 70.0894 39.648 70.0715C39.648 70.0516 39.648 70.0307 39.649 70.0108C39.649 70.0019 39.6603 69.9243 39.649 69.988C39.6562 69.9472 39.6644 69.9064 39.6746 69.8667C39.6807 69.8428 39.6879 69.8189 39.695 69.7951L39.7032 69.7712C39.695 69.7901 39.695 69.7921 39.7032 69.7752C39.7247 69.7344 39.7441 69.6917 39.7666 69.6499C39.8106 69.5674 39.8587 69.4878 39.9078 69.4083C39.9774 69.2939 39.9385 69.1239 39.8136 69.0593C39.6856 68.9936 39.531 69.0294 39.4543 69.1507L39.4533 69.1497Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M41.3415 71.7489C41.3743 71.8833 41.4184 72.0197 41.4399 72.1572C41.4358 72.1303 41.4327 72.1044 41.4286 72.0775C41.4358 72.188 41.4543 72.2976 41.4769 72.4051C41.4861 72.4469 41.5045 72.4878 41.5199 72.5276C41.5619 72.6371 41.6111 72.7427 41.7267 72.7975L41.6028 72.677C41.6418 72.7387 41.6797 72.8005 41.738 72.8463C41.824 72.913 41.9182 72.9518 42.0308 72.9219C42.125 72.8971 42.2222 72.8154 42.2406 72.7178C42.2518 72.658 42.26 72.6023 42.2518 72.5415C42.2467 72.5007 42.2395 72.4609 42.2323 72.42L42.2324 72.5983C42.2896 72.4649 42.2138 72.2836 42.1503 72.1611C42.1155 72.0954 42.0756 72.0257 42.0305 71.967C41.9373 71.8445 41.8748 71.6951 41.8021 71.5597C41.7448 71.4511 41.5963 71.4143 41.4868 71.4591C41.3691 71.5069 41.3108 71.6284 41.3405 71.7489H41.3415Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M76.0193 89.4008C76.009 89.4775 75.9886 89.5532 75.964 89.6269C75.9579 89.6458 75.9507 89.6637 75.9436 89.6826C75.9395 89.6916 75.9364 89.7015 75.9323 89.7105C75.9364 89.6995 75.9344 89.7005 75.9272 89.7155C75.9068 89.7434 75.8873 89.7762 75.872 89.8071C75.8556 89.84 75.8372 89.8718 75.8178 89.9037C75.8075 89.9206 75.7963 89.9375 75.785 89.9535C75.7758 89.9674 75.7543 89.9863 75.7492 90.0023C75.7615 89.9814 75.7789 89.9654 75.8014 89.9545C75.7942 89.9595 75.7871 89.9644 75.7799 89.9684C75.7645 89.9784 75.7492 89.9873 75.7338 89.9963C75.6561 90.0421 75.6059 90.0989 75.5609 90.1736C75.4954 90.2821 75.5077 90.4225 75.5856 90.5201C75.6634 90.6187 75.7975 90.6645 75.9224 90.6316C76.1117 90.5818 76.2642 90.4753 76.3778 90.3209C76.4699 90.1965 76.52 90.0401 76.522 89.8868C76.524 89.7812 76.438 89.6926 76.3336 89.6786C76.22 89.6637 76.134 89.7304 76.0951 89.83C76.0839 89.8579 76.0972 89.822 76.1023 89.8151C76.0972 89.821 76.0941 89.831 76.091 89.838C76.0818 89.8549 76.0716 89.8718 76.0603 89.8888C76.0307 89.9316 76.0921 89.8539 76.0583 89.8917C76.045 89.9067 76.0307 89.9206 76.0163 89.9336C76.0102 89.9395 76.003 89.9455 75.9959 89.9515C75.9672 89.9764 76.0143 89.9346 76.0194 89.9346C76.0112 89.9346 75.9836 89.9585 75.9754 89.9634C75.9406 89.9834 75.9027 90.0003 75.8659 90.0162C75.8894 90.0063 75.914 89.9963 75.9375 89.9863C75.8915 90.0053 75.8444 90.0182 75.7942 90.0252C75.8219 90.0212 75.8505 90.0182 75.8782 90.0142C75.8649 90.0162 75.8516 90.0172 75.8383 90.0182C75.9141 90.1955 75.9899 90.3737 76.0657 90.551C76.0953 90.5181 76.1281 90.4843 76.1506 90.4464C76.1854 90.3877 76.1956 90.3279 76.2007 90.2622C76.2027 90.2433 76.2027 90.2234 76.2038 90.2034C76.2038 90.1945 76.2038 90.1855 76.2037 90.1765C76.2017 90.1307 76.1925 90.2204 76.2017 90.1935C76.2191 90.1407 76.2221 90.078 76.2283 90.0242C76.2334 89.9814 76.2375 89.9376 76.2364 89.8937C76.2343 89.8061 76.2056 89.7095 76.1811 89.6259C76.1565 89.5412 76.1196 89.4615 76.0735 89.3859C76.0581 89.36 76.0233 89.3739 76.0203 89.3998L76.0193 89.4008Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M57.0383 43.9953C56.9912 44.0958 56.9657 44.1974 56.9432 44.305C56.9381 44.3279 56.934 44.3518 56.9299 44.3757C56.9269 44.3956 56.9238 44.4155 56.9217 44.4354C56.9217 44.4394 56.9166 44.4792 56.9197 44.4593C56.9095 44.5201 56.8993 44.5798 56.8942 44.6415C56.9034 44.6087 56.9126 44.5758 56.9218 44.543C56.9115 44.5589 56.9013 44.5738 56.8901 44.5898C56.8358 44.6664 56.841 44.7849 56.8901 44.8626C56.9762 45 57.0929 45.1683 57.2762 45.1703C57.3662 45.1713 57.4696 45.1036 57.488 45.013C57.4982 44.9612 57.5013 44.9074 57.4859 44.8566C57.4746 44.8178 57.4511 44.781 57.4326 44.7451C57.4275 44.7362 57.4234 44.7272 57.4193 44.7182C57.3958 44.6704 57.4357 44.7601 57.4244 44.7312C57.4152 44.7053 57.405 44.6804 57.3968 44.6545C57.3701 44.5718 57.2974 44.4802 57.2033 44.4663C57.1848 44.4633 57.1664 44.4603 57.149 44.4533C57.1787 44.4703 57.2084 44.4872 57.2381 44.5041C57.2299 44.4962 57.2227 44.4872 57.2155 44.4782C57.2063 44.4673 57.1971 44.4563 57.2114 44.4743C57.1971 44.4553 57.1807 44.4354 57.1695 44.4155C57.1531 44.3866 57.1387 44.3388 57.1275 44.299C57.1029 44.2094 57.1069 44.1078 57.1171 44.0172C57.1222 43.9773 57.0567 43.9614 57.0393 43.9963L57.0383 43.9953Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M60.3233 44.6059C60.2998 44.6498 60.2773 44.6977 60.2671 44.7466C60.2569 44.7945 60.2487 44.8453 60.2518 44.8942C60.259 44.998 60.2856 45.0908 60.3368 45.1826C60.389 45.2744 60.4638 45.3422 60.5518 45.4001C60.5908 45.426 60.645 45.4549 60.688 45.4639C60.7392 45.4749 60.7842 45.4699 60.8344 45.4739C60.8835 45.4779 60.9378 45.4719 60.9849 45.4599C61.0146 45.453 61.0473 45.437 61.0739 45.421C61.0801 45.418 61.0852 45.414 61.0913 45.4101C61.1056 45.4001 61.1261 45.3871 61.1384 45.3751C61.166 45.3482 61.1793 45.3163 61.1936 45.2813C61.1957 45.2634 61.1987 45.2454 61.2008 45.2275C61.2018 45.1995 61.1956 45.1736 61.1834 45.1496C61.1782 45.1327 61.169 45.1177 61.1567 45.1048C61.1424 45.0828 61.1229 45.0658 61.0984 45.0529C61.0697 45.0309 61.0267 45.0279 60.9919 45.017C60.9704 45.01 60.9479 45.006 60.9264 44.997C60.9458 45.005 60.9663 45.013 60.9857 45.0219C60.9714 45.016 60.9571 45.01 60.9438 45.001C60.9612 45.014 60.9786 45.0269 60.996 45.0409C60.9847 45.0299 60.9755 45.0189 60.9653 45.007C60.9796 45.0259 60.995 45.0439 61.0093 45.0628C60.9929 45.0419 60.9796 45.0189 60.9602 45.002C60.9417 44.985 60.9172 44.9681 60.8957 44.9541C60.8885 44.9491 60.8803 44.9441 60.8731 44.9381C60.8926 44.9531 60.912 44.9671 60.9315 44.982C60.9018 44.9601 60.8752 44.9341 60.8516 44.9052C60.867 44.9252 60.8823 44.9441 60.8977 44.9641C60.8731 44.9331 60.8485 44.9022 60.8229 44.8713C60.8383 44.8912 60.8537 44.9102 60.869 44.9302C60.8475 44.9032 60.8291 44.8733 60.8158 44.8424C60.826 44.8653 60.8352 44.8882 60.8455 44.9112C60.8332 44.8833 60.825 44.8543 60.8209 44.8254C60.824 44.8503 60.8281 44.8763 60.8311 44.9012C60.8281 44.8773 60.8281 44.8523 60.8311 44.8284C60.8281 44.8533 60.824 44.8783 60.8209 44.9032C60.824 44.8803 60.8311 44.8573 60.8403 44.8364C60.8311 44.8583 60.8209 44.8813 60.8117 44.9032C60.8127 44.9002 60.8148 44.8962 60.8168 44.8932C60.8383 44.8613 60.8495 44.8264 60.8506 44.7885C60.8587 44.7516 60.8577 44.7136 60.8454 44.6767C60.827 44.6119 60.7758 44.541 60.7133 44.5091C60.6468 44.4752 60.5659 44.4572 60.4912 44.4812C60.4216 44.5031 60.354 44.545 60.3192 44.6099L60.3233 44.6059Z' fill='%23333333' fill-opacity='0.8'/%3E%3Cpath d='M64.2339 44.0352C64.2339 44.0352 64.2339 44.0382 64.2339 44.0392L64.2512 43.9764C64.2512 43.9764 64.2471 43.9813 64.2441 43.9833C64.2134 44.0103 64.1929 44.0432 64.1796 44.0811C64.1653 44.1051 64.1581 44.13 64.1581 44.1569C64.153 44.1719 64.152 44.1859 64.153 44.2008C64.1571 44.2278 64.1602 44.2547 64.1643 44.2817C64.1735 44.3216 64.193 44.3565 64.2207 44.3854C64.235 44.4084 64.2534 44.4263 64.277 44.4403C64.3077 44.4672 64.3425 44.4852 64.3835 44.4952C64.4111 44.5002 64.4387 44.5041 64.4664 44.5091C64.5114 44.5211 64.5565 44.5211 64.6005 44.5091C64.6332 44.5012 64.6619 44.4872 64.6864 44.4652C64.7141 44.4483 64.7356 44.4253 64.7519 44.3964C64.7744 44.3575 64.7867 44.3166 64.7867 44.2717C64.7846 44.2477 64.7826 44.2248 64.7805 44.2008C64.7764 44.1739 64.7733 44.147 64.7692 44.12C64.76 44.0801 64.7406 44.0452 64.7129 44.0163C64.6986 43.9933 64.6801 43.9754 64.6566 43.9614C64.6259 43.9345 64.5911 43.9165 64.5501 43.9065H64.546C64.5051 43.8935 64.4631 43.8915 64.4222 43.9005C64.3945 43.9005 64.3679 43.9075 64.3444 43.9215C64.3147 43.9305 64.2881 43.9454 64.2645 43.9664C64.2819 43.9644 64.2983 43.9624 64.3157 43.9594C64.3147 43.9594 64.3127 43.9594 64.3116 43.9584C64.2901 43.9524 64.2656 43.9584 64.2492 43.9744C64.2328 43.9903 64.2277 44.0133 64.2328 44.0352H64.2339Z' fill='%23333333' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_384_17'%3E%3Crect width='183.879' height='101.538' fill='white' transform='matrix(1 0 0.0003107 1 0.968506 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    top: -51px;
    z-index: -1;
}
.abjour-main{
    padding: 80px 80px 0px;
    position: relative;
    z-index: 1;
}
.abjour-main::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 25%;
    background: #FFF7E4;
    border: 1px solid #EFB35D;
    border-radius: 20px;
    z-index: -1;
}
.abj-shape img{
    max-width: 185px;
}
.abj-shape{
    top: -60px;
    right: 85px;
}
.abmap-img{
    margin-top: 30px;
}
.contactf-inner {
    margin-top: 40px;
    max-width: 1000px;
    margin: 40px auto 0;
}
.continfo-box h3{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #333;
}
.continfo-box ul{
    padding: 30px;
    background: #FFF7E4;
    border: 1px solid #EFB35D;
    width: 100%;
    border-radius: 20px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.continfo-box{
    width: 100%;
}
.continfo-box ul li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    gap: 20px;
}
.continfo-box ul li svg{
    max-width: 30px;
    flex: 100%;
}
.continfo-box ul li + li{
    margin-top: 20px;
}
.continfo-box ul li a{
    color: #333;
}
.continfo-box ul li a:hover{
    color: #003D7A;
}
.contact-info .row + .row{
    margin-top: 35px;
    row-gap: 50px;
}
.contact-info .row + .row .col-lg-6{
    display: inherit;
}
.contmap-inn iframe{
    border-radius: 40px;
    width: 100% !important; 
    height: 600px !important;
}
.abprocinn-main{
    display: grid;
    grid-template-columns: 115px auto;
    gap: 25px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    align-items: center;
    padding-right: 15px;
}
.abprocinn-main::before {
	content: '';
	position: absolute;
	bottom: 0;
	top: 36%;
	left: 30px;
	right: 0;
	background: rgba(0, 61, 122, .1);
	border-radius: 0px 0px 500px 500px;
	z-index: -1;
}
.abprocinn-main h3{
    font-size: 84px;
    line-height: 100px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #003D7A;
}
.abproc-img img{
    width: 100%;
    border-radius: 20px;
}
.abproc-desc h4{
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #333333;
}
.abproc-desc p{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #898989;
}
.abproc-box + .abproc-box{
    margin-top: 60px;
}
.abproc-box{
    position: relative;
    z-index: 1;
}
.abproc-box::before {
	content: '';
	position: absolute;
	bottom: -60px;
	left: 42%;
	width: 100px;
	height: 99px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='118' height='70' viewBox='0 0 118 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M117.58 54.0167L110.508 68.0831C110.107 68.881 109.407 69.4834 108.562 69.7579C107.717 70.0324 106.797 69.9565 106.003 69.5468L92.0134 62.3239C91.4321 62.0238 90.9914 61.5038 90.7881 60.8783C90.5849 60.2529 90.6358 59.5731 90.9296 58.9886C91.2235 58.4042 91.7362 57.9628 92.355 57.7618C92.9738 57.5607 93.648 57.6163 94.2293 57.9164L103.768 62.808C93.6566 32.7039 76.0866 27.14 66.4484 26.5215C65.7541 26.477 65.0595 26.456 64.3646 26.4585C65.8216 28.6962 67.1241 31.0319 68.2628 33.4488C72.0279 41.4742 73.0852 48.7906 71.2376 54.0507C68.4293 62.047 62.8652 67.0502 55.5741 68.1388C51.8423 68.6701 48.031 68.1583 44.5546 66.6591C41.0593 65.1977 38.0095 62.8217 35.7219 59.7778C31.2868 53.8149 30.6903 46.1458 34.0864 38.7362C37.342 31.632 44.367 26.0848 52.7519 23.3605C53.6048 23.0834 54.4708 22.8362 55.3497 22.6191C53.3018 20.2571 51.0674 18.0663 48.6687 16.0684C40.4263 9.22071 23.6222 -0.483779 3.6828 11.4503C3.12567 11.7744 2.46297 11.8631 1.83834 11.6973C1.21372 11.5314 0.677502 11.1244 0.345923 10.5643C0.0143438 10.0043 -0.0858816 9.33633 0.0669746 8.70532C0.219831 8.07432 0.613448 7.53107 1.16251 7.19333C4.14706 5.3892 7.32416 3.92828 10.6347 2.83774C16.462 0.915727 22.6646 0.407393 28.7406 1.35388C36.7027 2.58612 44.6662 6.35684 51.7705 12.2585C55.139 15.0676 58.2089 18.2228 60.9299 21.6727C62.8571 21.4922 64.7962 21.4634 66.7297 21.5865C75.2571 22.1342 83.3967 25.6285 90.2683 31.6924C98.0193 38.5319 104.122 48.4778 108.417 61.2627L113.198 51.7536C113.343 51.4642 113.544 51.2069 113.789 50.9964C114.033 50.7859 114.317 50.6263 114.623 50.5268C114.93 50.4272 115.253 50.3897 115.574 50.4162C115.896 50.4428 116.21 50.5329 116.498 50.6815C116.785 50.8301 117.042 51.0343 117.252 51.2823C117.462 51.5304 117.622 51.8174 117.723 52.1272C117.823 52.4369 117.863 52.7632 117.838 53.0874C117.814 53.4116 117.727 53.7275 117.581 54.0168L117.58 54.0167ZM63.8344 35.5406C62.4131 32.5341 60.7218 29.6639 58.7818 26.9662C49.7742 28.574 41.7348 33.8583 38.5375 40.8347C35.883 46.6265 36.2727 52.3051 39.6356 56.8264C43.1152 61.5044 49.2197 64.0846 54.826 63.2476C55.5694 63.1373 56.3022 62.9655 57.0169 62.7338C61.3767 61.3172 64.7403 57.7125 66.6152 52.3737C68.0078 48.4101 66.9938 42.2748 63.8345 35.541L63.8344 35.5406Z' fill='black'/%3E%3C/svg%3E%0A");
	z-index: -1;
}
.abproc-box:nth-child(2n)::before{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='119' height='70' viewBox='0 0 119 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1.09708 54.0167L8.16946 68.0831C8.57068 68.881 9.27067 69.4834 10.1155 69.7579C10.9603 70.0324 11.8807 69.9565 12.6743 69.5468L26.664 62.3239C27.2452 62.0238 27.686 61.5038 27.8892 60.8783C28.0925 60.2529 28.0416 59.5731 27.7478 58.9886C27.4539 58.4042 26.9412 57.9628 26.3224 57.7618C25.7036 57.5607 25.0294 57.6163 24.4481 57.9164L14.9091 62.808C25.0207 32.7039 42.5908 27.14 52.229 26.5215C52.9233 26.477 53.6179 26.456 54.3127 26.4585C52.8558 28.6962 51.5533 31.0319 50.4145 33.4488C46.6495 41.4742 45.5921 48.7906 47.4398 54.0507C50.2481 62.047 55.8122 67.0502 63.1032 68.1388C66.8351 68.6701 70.6464 68.1583 74.1228 66.6591C77.6181 65.1977 80.6678 62.8217 82.9555 59.7778C87.3906 53.8149 87.987 46.1458 84.5909 38.7362C81.3354 31.632 74.3104 26.0848 65.9255 23.3605C65.0725 23.0834 64.2066 22.8362 63.3277 22.6191C65.3756 20.2571 67.61 18.0663 70.0087 16.0684C78.2511 9.22071 95.0551 -0.483779 114.995 11.4503C115.552 11.7744 116.214 11.8631 116.839 11.6973C117.464 11.5314 118 11.1244 118.331 10.5643C118.663 10.0043 118.763 9.33633 118.61 8.70532C118.458 8.07432 118.064 7.53107 117.515 7.19333C114.53 5.3892 111.353 3.92828 108.043 2.83774C102.215 0.915727 96.0128 0.407393 89.9367 1.35388C81.9746 2.58612 74.0111 6.35684 66.9068 12.2585C63.5383 15.0676 60.4685 18.2228 57.7474 21.6727C55.8203 21.4922 53.8812 21.4634 51.9477 21.5865C43.4203 22.1342 35.2806 25.6285 28.4091 31.6924C20.6581 38.5319 14.5558 48.4778 10.2604 61.2627L5.47956 51.7536C5.33405 51.4642 5.13327 51.2069 4.88869 50.9964C4.64412 50.7859 4.36053 50.6263 4.05412 50.5268C3.74772 50.4272 3.42448 50.3897 3.10289 50.4162C2.7813 50.4428 2.46765 50.5329 2.17983 50.6815C1.89202 50.8301 1.63568 51.0343 1.42546 51.2823C1.21524 51.5304 1.05525 51.8174 0.954626 52.1272C0.85401 52.4369 0.81472 52.7632 0.839014 53.0874C0.863308 53.4116 0.950706 53.7275 1.09622 54.0168L1.09708 54.0167ZM54.843 35.5406C56.2643 32.5341 57.9556 29.6639 59.8956 26.9662C68.9031 28.574 76.9425 33.8583 80.1399 40.8347C82.7944 46.6265 82.4046 52.3051 79.0418 56.8264C75.5621 61.5044 69.4576 64.0846 63.8514 63.2476C63.108 63.1373 62.3752 62.9655 61.6604 62.7338C57.3007 61.3172 53.937 57.7125 52.0621 52.3737C50.6696 48.4101 51.6835 42.2748 54.8429 35.541L54.843 35.5406Z' fill='black'/%3E%3C/svg%3E%0A");
    left: auto;
    right: 35%;
}
.abproc-box:nth-child(2n) .row{
    flex-direction: row-reverse;
} 
.abproc-box:nth-child(2n) .abprocinn-main::before{
    background: rgba(255,195,80,0.3);
}   
.abproc-box:nth-child(2n) .abprocinn-main h3{
    color: #D49927;
}   
.abproc-box:last-child::before{
    display: none;
}
.abproc-main{
    margin-top: 60px;
}
.faq-acco .accordion-item {
	background: #FFF7E4;
	border-radius: 10px;
	overflow: hidden;
	border: 0 !important;
}
.faq-acco .accordion-item + .accordion-item{
    margin-top: 30px;
}
.faq-acco .accordion-button{
    padding: 30px;
    background: #F6F6F6;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    border: 1px solid #EAEAEA;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    box-shadow: 0 0 0 !important;
    gap: 10px;
    color: #333333;
}
.faq-acco .accordion-body{
    padding: 0px 30px 30px;
}
.faq-acco .accordion-body p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #525252;
    margin-bottom: 0;
}
.accordion-button:not(.collapsed){
    background: transparent;
    border: 1px solid #FFF7E4;
}
.faq-acco .accordion-button::after{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0C8.97133 0 0 8.97133 0 20C0 31.0287 8.97133 40 20 40C31.0287 40 40 31.0271 40 20C40 8.97289 31.0287 0 20 0ZM20 36.9016C10.6816 36.9016 3.09836 29.3199 3.09836 20C3.09836 10.6801 10.6816 3.09836 20 3.09836C29.3184 3.09836 36.9016 10.6801 36.9016 20C36.9016 29.3199 29.3199 36.9016 20 36.9016Z' fill='%23333333'/%3E%3Cpath d='M27.7462 18.3114H21.5495V12.1146C21.5495 11.2595 20.857 10.5654 20.0002 10.5654C19.1435 10.5654 18.451 11.2595 18.451 12.1146V18.3114H12.2543C11.3976 18.3114 10.7051 19.0054 10.7051 19.8606C10.7051 20.7157 11.3976 21.4098 12.2543 21.4098H18.451V27.6065C18.451 28.4617 19.1435 29.1557 20.0002 29.1557C20.857 29.1557 21.5495 28.4617 21.5495 27.6065V21.4098H27.7462C28.6029 21.4098 29.2954 20.7157 29.2954 19.8606C29.2954 19.0054 28.6029 18.3114 27.7462 18.3114Z' fill='%23333333'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.faq-acco .accordion-button:not(.collapsed)::after{
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_460_456)'%3E%3Cpath d='M20 0C8.97289 0 0 8.97133 0 20C0 31.0287 8.97289 40 20 40C31.0287 40 40 31.0287 40 20C40 8.97133 31.0271 0 20 0ZM20 36.9016C10.6801 36.9016 3.09836 29.3199 3.09836 20C3.09836 10.6801 10.6801 3.09836 20 3.09836C29.3199 3.09836 36.9016 10.6801 36.9016 20C36.9016 29.3199 29.3199 36.9016 20 36.9016Z' fill='black'/%3E%3Cpath d='M27.7462 18.3115H12.2543C11.3991 18.3115 10.7051 19.0056 10.7051 19.8607C10.7051 20.7159 11.3991 21.41 12.2543 21.41H27.7462C28.6013 21.41 29.2954 20.7159 29.2954 19.8607C29.2954 19.0056 28.6013 18.3115 27.7462 18.3115Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_460_456'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.faq-acco{
    margin-top: 50px;
}
.inner-banner img{
    width: 100%;
}
.inner-banner .container-fluid{
    padding: 0;
}
.inb-img img{
    width: 100%;
}
.about-journey{
    background: #FFF7E4;
}
.abtjo-box:nth-child(2n) .row{
    flex-direction: row-reverse;
}
.abtjo-box + .abtjo-box{
    margin-top: 50px;
}
.abjour-desc p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 25px;
}
.abjour-desc p:last-child{
    margin-bottom: 0px;
}
.abjour-desc p b, .abjour-desc p strong{
    color: #003D7A;
    font-weight: 700;
}
.ectra-img img{
    max-width: 100%;
}
.abtjo-main{
    margin-top: 35px;
}
.woo-pages {
	margin: 150px 0 0;
}
.woo-pages h1.product_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 400;
    font-family: 'LEMON MILK', sans-serif;
}
.price {
    font-size: 26px !important;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0C9209 !important;
    margin-bottom: 40px;
    text-decoration: none !important;
}
.price>* {
    text-decoration: none !important;
}
.price del {
    opacity: 1 !important;
    color: #BDBCB7 !important;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through !important;
}
.products .price{
    font-size: .857em !important;
    line-height: auto !important;
}
.woocommerce span.onsale {
    display: none !important;
}
.wpzc-pincode-checker, .woocommerce-account .woocommerce-form {
    background: #FFF8E5 !important;
    border: 1px solid #EFB35D !important;
    border-radius: 10px !important;
    line-height: 2 !important;
    margin-bottom: 30px !important;
}
.woocommerce-account.woocommerce form .show-password-input{
    top: 6px !important;
}
.woocommerce div.product p.price ins{
    text-decoration: none !important;
}
.wpzc-pincode-checker__change{
    width: auto !important;
    padding: 0 !important;
}
.wpzc-pincode-checker__change img {
    max-width: 12px !important;
    position: relative !important;
    top: -2px !important;
}
.wpzc-pincode-checker__response {
    margin-bottom: 0 !important;
}
.wpzc-pincode-checker__response hr,
.woocommerce-page .entry-footer {
    display: none !important;
}
.wpzc-pincode-checker__response p {
    font-size: 16px !important;
}
.wpzc-pincode-checker__response p strong,
.wpzc-pincode-checker__response p b {
    color: #333;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 15px !important;
    background: #fff !important;
    border: 1px solid #003D7A !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 9.5px 10px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
}
.woocommerce .quantity .qty {
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.woocommerce div.product form.cart div.quantity button {
    background: #003D7A;
    border: 0;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
}
.woocommerce header.site-header,
.woocommerce-cart header.site-header,
.woocommerce-page header.site-header {
    background: #68B3FF;
}
.single_add_to_cart_button.button.alt,
.add_to_cart_button,
.woocommerce-message a.button,
.woocommerce table.shop_table button.button,
.cart-collaterals input.button,
a.checkout-button,
.place-order .button,
.woocommerce-info .button,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button,
.products .wpzc-shop-form [type="submit"],
.wc-backward, .woocommerce-account .woocommerce-form .button {
    padding: 15px 30px !important;
    background: #003D7A !important;
    outline: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    border: 1px solid #003D7A !important;
    color: #fff !important;
    border-radius: 10px !important;
}
.products .wpzc-shop-form input {
    width: 90% !important;
}
.products .wpzc-shop-form [type="submit"]{
    padding: 12.5px 20px !important;
}
.single_add_to_cart_button.button.alt:hover,
.single_add_to_cart_button.button.alt:focus,
.single_add_to_cart_button.button.alt:active,
.add_to_cart_button:hover,
.add_to_cart_button:focus,
.add_to_cart_button:active,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:focus,
.woocommerce-message a.button:active,
.woocommerce table.shop_table button.button:hover,
.woocommerce table.shop_table button.button:focus,
.woocommerce table.shop_table button.button:active,
.cart-collaterals input.button:hover,
.cart-collaterals input.button:focus,
.cart-collaterals input.button:active,
a.checkout-button:hover,
a.checkout-button:focus,
a.checkout-button:active,
.place-order .button:hover,
.place-order .button:focus,
.place-order .button:active,
.woocommerce-info .button:hover,
.woocommerce-info .button:focus,
.woocommerce-info .button:active,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button:focus,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button:active,
.products .wpzc-shop-form [type="submit"]:hover,
.products .wpzc-shop-form [type="submit"]:focus,
.products .wpzc-shop-form [type="submit"]:active,
.wc-backward:hover,
.wc-backward:focus,
.wc-backward:active, .woocommerce-account .woocommerce-form .button:hover, .woocommerce-account .woocommerce-form .button:focus, .woocommerce-account .woocommerce-form .button:active {
    background: #fff !important;
    border-color: #003D7A !important;
    color: #003D7A !important;
}
.products .wpzc-shop-form [type="submit"]:hover svg,
.products .wpzc-shop-form [type="submit"]:focus svg,
.products .wpzc-shop-form [type="submit"]:active svg {
    fill: #003D7A !important;
}
.product_meta h5 {
    color: #333333;
}
.product_meta .posted_in span+span {
    margin-left: 5px;
}
.woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.wcprbl-location-selector.menu-item,
.single-product .related.products .add_to_cart_button,
.woocommerce-cart .entry-footer,
.select2-search--dropdown {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: #EFB35D !important;
}
.woocommerce table.shop_table strong,
.woocommerce table.shop_table b {
    color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #FFF8E5 !important;
    color: #333 !important;
    border-color: #EFB35D !important;
    border-bottom-color: #fff !important;
}
.woo-pages h1,
.woo-pages h2,
.woo-pages h3,
.woo-pages h4,
.woo-pages h5,
.woo-pages h6{
    color: #333 !important;
    margin-bottom: 15px;
}
#tab-description {
    padding: 30px;
    background: #fff;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #EFB35D !important;
}
.woocommerce table.shop_table,
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #EFB35D !important;
}
.edgtf-quantity-buttons.quantity,
.cart-collaterals input[type="text"] {
    background: #fff !important;
    border: 1px solid #003D7A !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 9.5px 10px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 16px !important;
}
.edgtf-quantity-buttons.quantity button {
    background: #003D7A;
    border: 0;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
}
.edgtf-quantity-buttons.quantity .qty {
    background: transparent !important;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.woocommerce-page .entry-header {
    margin-bottom: 30px;
}
.checkout.woocommerce-checkout h3 {
    margin-bottom: 20px;
}
.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account input,
.products .wpzc-shop-form input, .woocommerce-account .woocommerce-form-row input {
    background-color: #fff;
    border: 1px solid #003D7A !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 16px;
    height: auto !important;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields .form-row-first {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px !important;
    right: 12px !important;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
#order_review_heading {
    margin-top: 30px;
}
.woocommerce-account .woo-pages {
    margin-bottom: 100px;
}
.woocommerce-MyAccount-navigation {
    background: #FFF8E5 !important;
    border: 1px solid #EFB35D !important;
    border-radius: 10px !important;
    line-height: 2 !important;
    margin-bottom: 30px !important;
    padding: 15px 30px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #68B3FF;
}
.woocommerce table.my_account_orders .button {
    background: #003d7a !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #003d7a !important;
    font-weight: 400;
}
.woocommerce table.my_account_orders .button:hover,
.woocommerce table.my_account_orders .button:focus,
.woocommerce table.my_account_orders .button:active {
    background: #fff !important;
    color: #003d7a !important;
    border-color: #003d7a !important;
}
.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    width: 100%;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input{
    top: 12px !important;
}
.products .wpzc-shop-form{
    align-items: center !important;
    column-gap: 5px;
}
.products .wpzc-shop-form input,
.products .wpzc-shop-form [type="submit"]{
    margin: 0 !important;
}
.wpzc-shop-form .wpzc-shop-form-response{
    font-size: 14px !important;
}
.products h2 {
    color: #333 !important;
    line-height: 1.4 !important;
    font-size: 18px !important;
}
.woocommerce.columns-3 ul.products li.product {
	padding: 15px !important;
	border: 1px solid #EFB35D !important;
	background: #FFF8E5 !important;
	border-radius: 10px !important;
}
.contactf-inner label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
.contactf-inner input, .contactf-inner textarea{
    background-color: #fff;
    border: 1px solid #003D7A !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
    font-size: 16px;
    height: auto !important;
}
.contactf-inner input[type="submit"]{
    padding: 15px 30px !important;
    background: #003D7A !important;
    outline: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    border: 1px solid #003D7A !important;
    color: #fff !important;
    border-radius: 10px !important;
    width: max-content;
    margin: 0 auto;
}
.contactf-inner input[type="submit"]:hover,
.contactf-inner input[type="submit"]:focus,
.contactf-inner input[type="submit"]:active{
    background: #fff !important;
    border-color: #003D7A !important;
    color: #003D7A !important;
}
.contactf-inner textarea {
    height: 120px !important;
}
.hserving-box{
    display: none;
}
.hserv-box{
    height: fit-content;
}
.hserv-box.active, .hserv-box:hover {
	padding: 160px 40px;
    background: #FFF5DD;
  border: 1px solid #EFB35D;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.hserv-main{
    min-height: 581px;
    align-items: center;
}
.woocommerce-shop .inner-banner {
	margin-top: 127px;
}
.abint-desc p:last-child{
    margin-bottom: 0;
}
.contactf-inner p{
    margin-bottom: 0;
}
.contactf-inner .row {
	row-gap: 30px;
}
.hb-desc.inb-desc{
    margin-bottom: 0;
}
.inb-new{
    min-height: 500px;
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-ordering {
	display: none !important;
}
.woo-pages.cart-main {
	margin-top: 170px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button.button {
    margin-top: 20px !important;
}
.video-banner {
	height: 688px !important;
}
.single-product .related.products {
	display: none !important;
}
.woocommerce-shop .inb-img img {
	height: 600px;
	object-fit: cover;
	object-position: 100% 25%;
}
.product.woocommerce.add_to_cart_inline ins, .product.woocommerce.add_to_cart_inline del {
    display: none;
}
h4 del .woocommerce-Price-amount.amount bdi{
    font-weight: 400;
    text-decoration: line-through;
    color: red;
}
.product.woocommerce.add_to_cart_inline {
	border: 0 !important;
}
.home-banner {
    /* min-height: 100vh; */
    padding-top: 0;
    /* background-position: 100% 5% !important; */
}
.hb-inimg1, .hb-inimg2{
    position: absolute;
}
.hb-inimg1 img, .hb-inimg2 img{
    width: 100%;
}
.hb-inimg1 {
	max-width: 55%;
	left: 100px;
	bottom: 130px;
}
.hb-inimg2{
    max-width: 35%;
    right: 100px;
    bottom: 0px;
}
.home-banner{
    position: relative;
    z-index: 1;
}
.hyoutop-video iframe {
	width: 100%;
	height: 580px;
	object-fit: cover;
    border-radius: 20px;
	object-position: center;
}
.home-video .row + .row {
	row-gap: 30px;
	margin-top: 15px;
}
.home-video .bottom-btn{
    margin-top: 30px;
}
.page-id-3032 .site-header, .page-id-3008 .site-header, .page-id-4797 .site-header, .page-id-18902 .site-header{
    background: #68B3FF;
}
.page-id-3032 .woo-pages.cart-main, .page-id-3008 .woo-pages.cart-main, .page-id-4797 .woo-pages.cart-main, .page-id-18902 .woo-pages.cart-main{margin-bottom: 100px;}
.page-id-3032 .entry-content, .page-id-3008 .entry-content, .page-id-4797 .entry-content, .page-id-18902 .entry-content{
    margin-top: 60px;
}
.page-id-3032 .entry-footer, .page-id-3008 .entry-footer, .page-id-4797 .entry-footer{
    display: none;
}
.woocommerce-shop .woo-pages.cart-main {
	margin-top: 120px;
}
.faq-acco .accordion-body h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}
.faq-acco .accordion-body h4:last-child{
    margin-bottom: 0;
}
.faq-acco .accordion-body ul li{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #1a1a1a;
    padding-left: 31px;
    position: relative;
    z-index: 1;
}
.faq-acco .accordion-body ul li::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_324_372)'%3E%3Cpath d='M21.6307 10.2404C22.0885 10.6982 22.0885 11.4402 21.6307 11.8977L13.7691 19.7596C13.3113 20.2171 12.5695 20.2171 12.1117 19.7596L8.36929 16.0169C7.91153 15.5594 7.91153 14.8174 8.36929 14.3598C8.82683 13.9021 9.56886 13.9021 10.0264 14.3598L12.9403 17.2737L19.9734 10.2404C20.4311 9.78287 21.1732 9.78287 21.6307 10.2404ZM30 15C30 23.2912 23.2901 30 15 30C6.70876 30 0 23.2901 0 15C0 6.70876 6.7099 0 15 0C23.2912 0 30 6.7099 30 15ZM27.6562 15C27.6562 8.00423 21.9949 2.34375 15 2.34375C8.00423 2.34375 2.34375 8.00514 2.34375 15C2.34375 21.9958 8.00514 27.6562 15 27.6562C21.9958 27.6562 27.6562 21.9949 27.6562 15Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_324_372'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    z-index: -1;
}
.faq-acco .accordion-body ul li + li {
	margin-top: 9px;
}
.woocommerce ul.products li.product a img {
	max-width: 200px !important;
	object-fit: fill;
	margin: 0 auto 1em !important;
}
.woocommerce-product-gallery__image a img {
	width: auto !important;
	max-width: 100% !important;
	height: 500px !important;
	margin: 0 auto !important;
}
.seva-box a:nth-child(1) img {
	height: 175px;
	object-fit: cover;
}
.marq .container-fluid{
	padding: 0;
}
.marq{
	padding: 8px 0px;
	background: #003D7A;
}
.marq #myMarquee{
	font-size: 16px;
  line-height: 24px;
  font-weight: 500;
	color: #fff;
}
@media screen and (min-width: 1499px) {
    .home-banner {
        min-height: 700px;
        background-position: bottom !important;
    }
    .hb-inimg1 {
        max-width: 66%;
        left: 100px;
        bottom: 130px;
    }
    .hb-inimg2 {
        max-width: 29%;
        right: 100px;
        bottom: 0px;
    }
}
@media screen and (min-width: 1699px) {
    .home-banner {
        min-height: 750px;
        background-position: bottom !important;
    }
}
@media screen and (max-width: 1399px) {
    header.site-header {
        padding: 30px 0;
    }
    .hteshape-1 {
        top: 2px;
    }
    footer p, footer p a {
        font-size: 18px;
        line-height: 28px;
    }
    .continfo-box ul {
        min-height: 184px;
    }
    .home-banner {
        min-height: 620px;
    }
    header .menu-item a {
        font-size: 16px;
    }
    .video-banner {
        height: 558px !important;
    }
    .hserv-main {
        min-height: 471px;
    }
    .hservbotto-main {
        margin-top: 20px;
    }
    .hlive-main::before{
        top: 12%;
    }
    .hlive-main .col-lg-2 .hlive-box {
        margin-top: 290px;
    }
	header .add-cart {
		margin-left: 10px;
		padding: 10px 22px;
		font-size: 16px;
		gap: 6px;
	}
	header .menu-item + .menu-item {
		margin-left: 20px;
	}
	header .menu-item:last-child a {
		padding: 10px 22px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
    header .menu-item a {
        font-size: 16px;
    }
    header .menu-item + .menu-item {
		margin-left: 15px;
	}
    .add-cart {
        padding: 9px 14px;
        font-size: 16px;
    }
    .hb-desc h1, .inb-descn h1 {
        font-size: 32px;
        line-height: 44px;
    }
    .home-banner {
        min-height: 560px;
        padding-top: 137px;
    }
    .hb-inimg1 {
        max-width: 56%;
        left: 40px;
        bottom: 80px;
    }
    .hb-desc {
        margin-bottom: 70px;
    }
    .title h2 {
        font-size: 28px;
        line-height: 39px;
    }
    body{
        font-size: 18px;
        line-height: 28px;
    }
    .horganb-img {
        width: 130px;
        height: 130px;
    }
    .horganb-img img {
        max-width: 50px;
    }
    .hserv-desc h3 {
        font-size: 24px;
        line-height: 33px;
    }
    .hserv-desc h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .btn-blue {
        padding: 12px 23px;
    }
    .hserv-box {
        padding: 100px 30px;
    }
    .hserv-box.active, .hserv-box:hover {
        padding: 140px 30px;
    }
    .hserv-main {
        min-height: 461px;
    }
    .hoiltop-box h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .hnum-main {
        padding: 60px 40px 0px;
    }
    .hnumin-box h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .hnumin-box p {
        font-size: 28px;
        line-height: 36px;
    }
    .hlive-main::before {
        left: -30px;
        height: 246px;
        right: -70px;
    }
    .hlive-box h3 {
        font-size: 19px;
        line-height: 29px;
    }
    .incta-desc {
        padding: 40px 80px;
    }
    .hprocinmb-img {
        width: 150px;
        height: 150px;
        max-width: 150px;
    }
    .hprocinmb-img img {
        max-width: 70%;
    }
    .hprocinm-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .hprocinm-box:nth-child(4)::before {
        left: -130px;
    }
    .hprocinm-box:nth-child(2)::before{
        right: -130px;
    }
    .hgroun-desc ul li {
        font-size: 18px;
        line-height: 28px;
        padding-left: 45px;
        padding-left: 35px;
    }
    .hgroun-desc ul li::before {
        width: 24px;
        height: 24px;
    }
    .hproc-main {
        padding-top: 360px;
    }
    .hgroun-main::before {
        top: 20px;
        bottom: 20px;
    }
    .home-video .row + .row {
        margin-top: 20px;
    }
    .hteshape-1 img, .hteshape-2 img {
        max-width: 150px;
    }
    .htesti-box {
        padding: 30px 30px;
    }
    .htesti-box::before {
        width: 89px;
        height: 89px;
    }
    .htesti-swiper {
        margin-top: 20px;
    }
    .footer-certi {
        margin: 70px 0 50px;
    }
    .footer-bottom {
        padding: 18px 0;
        margin-top: 20px;
    }
    footer p, footer p a {
        font-size: 16px;
        line-height: 24px;
    }
    .ft-logo {
        margin-bottom: 20px;
    }
    .mt-120 {
        margin: 75px 0px 0px;
    }
    .mtb-120 {
        margin: 75px 0px;
    }
    .woo-pages, .woocommerce-shop .woo-pages.cart-main {
        margin: 75px 0 0;
    }
    .woo-pages.pro-single-main, .cart-main {
        margin-top: 130px;
    }
    .woo-pages h1.product_title {
        font-size: 21px;
        line-height: 33px;
        margin-bottom: 12px;
    }
    .price {
        font-size: 23px !important;
        line-height: 33px;
        color: #0C9209 !important;
        margin-bottom: 20px;
    }
    .ptb-120 {
        padding: 75px 0px;
    }
    .home-about::before {
        bottom: -40px;
        left: 0px;
        right: 0px;
    }
    .contmap-inn iframe {
        border-radius: 20px;
        height: 400px !important;
    }
    .continfo-box h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .faq-acco .accordion-button {
        padding: 20px 25px;
    }
    .faq-acco .accordion-body {
        padding: 0px 25px 20px;
    }
    .faq-acco {
        margin-top: 30px;
    }
    .faq-acco .accordion-item + .accordion-item {
        margin-top: 20px;
    }
    .faq-acco .accordion-button:not(.collapsed)::after {
        width: 30px;
        height: 30px;
    }
    .faq-acco .accordion-button::after {
        width: 30px;
        height: 30px;
    }
    .abjour-main {
        padding: 50px 40px 0px;
    }
    .abprocinn-main h3 {
        font-size: 60px;
        line-height: 70px;
    }
    .abprocinn-main {
        grid-template-columns: 65px auto;
        gap: 20px;
    }
    .abproc-desc p {
        font-size: 18px;
        line-height: 27px;
    }
    .abproc-desc h4 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .abj-shape img {
        max-width: 125px;
    }
    .abj-shape {
        top: -40px;
        right: 45px;
    }
    .abproc-main {
        margin-top: 40px;
    }
    .inner-banner img {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
    .abjour-desc p {
        font-size: 18px;
        line-height: 26px;
    }
    .abtjo-main {
        margin-top: 20px;
    }
    .home-lives {
        padding: 0px 0px 190px;
    }
    .abint-desc p {
        font-size: 19px;
        line-height: 25px;
    }
    .inb-new {
        min-height: 400px;
    }
    .video-banner {
        height: 450px !important;
    }
    .wpzc-pincode-checker__form--show {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    header .menu-item:last-child a {
        padding: 13px 11px;
        font-size: 14px;
    }
    .woocommerce-shop .inb-img img {
        height: 400px;
        object-fit: cover;
        object-position: 100% 25%;
    }
    .hyoutop-video iframe {
        height: 400px;
    }
    .home-video .bottom-btn {
        margin-top: 15px;
    }
    .page-id-3032 .entry-content, .page-id-3008 .entry-content, .page-id-4797 .entry-content {
        margin-top: 30px;
    }
    .page-id-3032 .woo-pages.cart-main, .page-id-3008 .woo-pages.cart-main, .page-id-4797 .woo-pages.cart-main {
        margin-bottom: 40px;
    }
    .hlive-main .row .col-lg-2 {
        width: 50%;
    }
    .hlive-main .col-lg-2 .hlive-box {
        margin-top: 0;
    }

    .hlive-main::before {
        display: none;
    }

    .hliveb-img img {
        transform: rotate(45deg);
    }

    .hlive-main .col-lg-2:nth-child(2n) .hlive-box {
        flex-direction: column;
    }

    .hlive-main .col-lg-2:nth-child(2n) .hlive-box .hliveb-img img {
        transform: rotate(90deg);
    }
    .hlive-main .row {
        row-gap: 30px;
    }
	header .add-cart {
		margin-left: 10px;
		padding: 8px 14px;
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
    header.site-header {
        padding: 15px 0;
        background: #68B3FF;
    }
    .navbar-brand img {
        max-width: 110px !important;
    }
    .home-banner, .inner-banner {
        margin-top: 93px;
    }
    .hb-desc {
        margin-top: 10px;
        max-width: 50%;
    }
    .home-banner {
        min-height: 410px;
        padding-top: 0;
    }
    .hb-inimg1 {
        max-width: 48%;
        left: 40px;
        bottom: 54px;
    }
    .hb-inimg2 {
        right: 30px;
        max-width: 40%;
    }
    .hb-desc h1, .inb-descn h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .add-cart {
        padding: 7px 12px;
        font-size: 14px;
    }
    .add-cart svg {
        max-width: 19px;
    }
    .title h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .habt-img{
        text-align: center;
        margin-top: 30px;
    }
    .horgan-main {
        grid-template-columns: repeat(3,1fr);
    }
    .home-serving .row + .row {
        margin-top: 20px;
    }
    .hserv-box {
        padding: 120px 10px;
    }
    .hserv-box img {
        width: 70%;
    }
    .hserv-desc {
        margin-top: 30px;
    }
    .hoiltop-box h3 {
        font-size: 28px;
        line-height: 39px;
    }
    .swiper-hoilbottom {
        margin-top: 30px;
    }
    .home-oil {
        padding: 20px 0px;
    }
    .hnum-main {
        padding: 40px 26px 0px;
    }
    .hnumin-main {
        margin-top: 30px;
        gap: 20px;
    }
    
    .hnumin-box {
        padding: 20px 20px;
    }
    .hnumin-img img {
        max-width: 45px;
    }
    .hnumin-box h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .hnumin-box p {
        font-size: 23px;
        line-height: 31px;
    }
    .habt-img img {
        width: 40%;
    }
    .hlive-main .row {
        row-gap: 40px;
    }
    .incta-desc {
        padding: 30px 50px;
    }
    .incta-desc.title p {
        margin-bottom: 30px;
    }
    .hprocinmb-img {
        width: 100px;
        height: 100px;
        max-width: 100px;
    }
    .hprocinm-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .hproc-main {
        padding-top: 260px;
    }
    .hprocinm-box:nth-child(1) {
        bottom: 6%;
    }
    .hprocinm-box:nth-child(5) {
        bottom: 6%;
    }
    .hprocinm-box:nth-child(2)::before {
        right: -80px;
        width: 60px;
        height: 60px;
    }
    .hprocinm-box:nth-child(4)::before {
        left: -80px;
        width: 60px;
        height: 60px;
    }
    .hprocinm-box:nth-child(3)::before {
        bottom: -100px;
        left: 70px;
        height: 75px;
    }
    .hlive-main {
        margin-top: 30px;
    }
    .hgroun-main .row{
        row-gap: 30px;
    }
    .hgroun-main {
        padding: 40px 0px;
        margin-top: 30px;
    }
    .hgroun-main::before {
        left: -20px;
        right: -20px;
        top: 0px;
        bottom: 0px;
        background: linear-gradient(-180deg, rgba(255,238,238,1) 30%, rgba(255,255,255,1) 50%, rgba(242,255,236,1) 70%);
    }
    .hvideo-box iframe {
        height: 350px !important;
    }
    .testi-pagination {
        margin-top: 20px;
    }
    .footer-certi {
        grid-template-columns: repeat(4,1fr);
        gap: 40px;
        margin: 50px 0 50px;
    }
    footer p + h4 {
        margin-top: 15px;
    }
    footer .row + .row{
        row-gap: 30px;
    }
    /* .certi-img + .certi-img::before{
        display: none;
    }
    .certi-img:nth-child(2n):before{
        display: block;
    } */
    .mt-120 {
        margin: 65px 0px 0px;
    }
    .mtb-120 {
        margin: 65px 0px;
    }
    .woo-pages {
        margin: 65px 0 0;
    }
    .woo-pages.pro-single-main {
        margin-top: 100px;
    }
    .ptb-120 {
        padding: 65px 0px;
    }
    .htesti-swiper {
        margin-top: 10px;
    }
    .hteshape-1 {
        top: -28px;
    }
    .certi-img img {
        max-width: 100%;
    }
    .hgroun-desc ul li + li {
        margin-top: 20px;
    }
    .home-lives {
        padding: 0px 0px 280px;
    }
    .contact-info .row + .row {
        margin-top: 15px;
        row-gap: 30px;
    }
    .continfo-box ul {
        min-height: auto;
    }
    .contmap-inn iframe {
        height: 310px !important;
    }
    .faq-acco .accordion-button {
        font-size: 18px;
        line-height: 27px;
    }
    .abint-img {
        margin-bottom: 25px;
    }
    .abj-shape img {
        max-width: 125px;
    }
    .abj-shape {
        top: -40px;
        right: 15px;
    }
    .abjour-main {
        padding: 30px 30px 0px;
    }
    .abjour-main::before {
        bottom: 20%;
    }
    .abproc-main {
        margin-top: 30px;
    }
    .abproc-box + .abproc-box {
        margin-top: 80px;
    }
    .abproc-box:nth-child(2n)::before, .abproc-box::before {
        bottom: -80px;
        left: 40%;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background: url("data:image/svg+xml,%3Csvg width='118' height='70' viewBox='0 0 118 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M117.58 54.0167L110.508 68.0831C110.107 68.881 109.407 69.4834 108.562 69.7579C107.717 70.0324 106.797 69.9565 106.003 69.5468L92.0134 62.3239C91.4321 62.0238 90.9914 61.5038 90.7881 60.8783C90.5849 60.2529 90.6358 59.5731 90.9296 58.9886C91.2235 58.4042 91.7362 57.9628 92.355 57.7618C92.9738 57.5607 93.648 57.6163 94.2293 57.9164L103.768 62.808C93.6566 32.7039 76.0866 27.14 66.4484 26.5215C65.7541 26.477 65.0595 26.456 64.3646 26.4585C65.8216 28.6962 67.1241 31.0319 68.2628 33.4488C72.0279 41.4742 73.0852 48.7906 71.2376 54.0507C68.4293 62.047 62.8652 67.0502 55.5741 68.1388C51.8423 68.6701 48.031 68.1583 44.5546 66.6591C41.0593 65.1977 38.0095 62.8217 35.7219 59.7778C31.2868 53.8149 30.6903 46.1458 34.0864 38.7362C37.342 31.632 44.367 26.0848 52.7519 23.3605C53.6048 23.0834 54.4708 22.8362 55.3497 22.6191C53.3018 20.2571 51.0674 18.0663 48.6687 16.0684C40.4263 9.22071 23.6222 -0.483779 3.6828 11.4503C3.12567 11.7744 2.46297 11.8631 1.83834 11.6973C1.21372 11.5314 0.677502 11.1244 0.345923 10.5643C0.0143438 10.0043 -0.0858816 9.33633 0.0669746 8.70532C0.219831 8.07432 0.613448 7.53107 1.16251 7.19333C4.14706 5.3892 7.32416 3.92828 10.6347 2.83774C16.462 0.915727 22.6646 0.407393 28.7406 1.35388C36.7027 2.58612 44.6662 6.35684 51.7705 12.2585C55.139 15.0676 58.2089 18.2228 60.9299 21.6727C62.8571 21.4922 64.7962 21.4634 66.7297 21.5865C75.2571 22.1342 83.3967 25.6285 90.2683 31.6924C98.0193 38.5319 104.122 48.4778 108.417 61.2627L113.198 51.7536C113.343 51.4642 113.544 51.2069 113.789 50.9964C114.033 50.7859 114.317 50.6263 114.623 50.5268C114.93 50.4272 115.253 50.3897 115.574 50.4162C115.896 50.4428 116.21 50.5329 116.498 50.6815C116.785 50.8301 117.042 51.0343 117.252 51.2823C117.462 51.5304 117.622 51.8174 117.723 52.1272C117.823 52.4369 117.863 52.7632 117.838 53.0874C117.814 53.4116 117.727 53.7275 117.581 54.0168L117.58 54.0167ZM63.8344 35.5406C62.4131 32.5341 60.7218 29.6639 58.7818 26.9662C49.7742 28.574 41.7348 33.8583 38.5375 40.8347C35.883 46.6265 36.2727 52.3051 39.6356 56.8264C43.1152 61.5044 49.2197 64.0846 54.826 63.2476C55.5694 63.1373 56.3022 62.9655 57.0169 62.7338C61.3767 61.3172 64.7403 57.7125 66.6152 52.3737C68.0078 48.4101 66.9938 42.2748 63.8345 35.541L63.8344 35.5406Z' fill='black'/%3E%3C/svg%3E%0A");
    }
    .navbar-collapse {
        padding: 0;
        float: left;
        width: 45%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #FFF5DD;
        overflow: auto;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .hebut-main{
        gap: 20px;
    }
    .navbar-toggler{
        padding: 0;
        box-shadow: 0 0 0 !important;
        border: 0;
        width: 35px;
    }
    .navbar-toggler .icon-bar:nth-child(2){
        width: 50%;
        margin-left: auto;
    }
    .navbar-toggler .icon-bar {
        width: 100%;
        height: 5px;
        background-color: #003D7A;
        display: block;
        border-radius: 5px;
    }
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    button.close-btn {
        width: 40px;
        height: 40px;
        background: #1a1a1a;
        border: 0;
        right: 20px;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 0px;
        text-align: center;
        margin-left: auto;
        z-index: 2;
        text-align: left;
        top: 20px;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        border-radius: 50%;
        text-align: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav.ms-auto.align-items-center {
        margin-top: 70px;
    }
    header .menu-item a{
        padding: 10px 25px;
        color: #003D7A;
        display: block;
    }
    header .menu-item a:hover{
        background: #003D7A;
        color: #fff;
    }
    header .menu-item:last-child a {
        padding: 10px 25px;
        border-radius: 0px;
        border: 0;
        background: transparent;
        font-size: 18px;
        color: #003D7A;
        font-weight: 400;
    }
    header .menu-item + .menu-item{
        margin-left: 0;
        border-top: 1px solid #003D7A;
    }
    header .menu-item a::before, header .menu-item a::after {
        display: none;
    }
    header .menu-item{
        width: 100%;
    }
    button.close-btn svg path{
        fill: #fff;
    }
    button.close-btn svg {
        fill: #fff;
        width: 18px;
        vertical-align: unset;
    }
    .inner-banner img {
        height: 360px;
    }
    .ectra-img {
        display: none;
    }
    .abtjo-main {
        margin-top: 10px;
    }
    .abtjo-box .row {
        row-gap: 25px;
    }
    .hserv-box.active, .hserv-box:hover {
        padding: 140px 10px;
    }
    .hserv-main {
        min-height: 411px;
    }
    .woocommerce-shop .inner-banner {
        margin-top: 93px;
    }
    .hgroun-img {
        text-align: center;
    }
    .hgroun-img img {
        width: 70%;
    }
    .abint-desc p {
        font-size: 17px;
        line-height: 25px;
    }
    .about-intro .hnum-main::after {
        display: none;
    }
    .hnumin-main {
        grid-template-columns: repeat(1,1fr);
    }
    .contactf-inner .row {
        row-gap: 20px;
    }
    .contactf-inner {
        margin-top: 40px;
    }
    .inb-desc {
        margin-bottom: 0;
        margin-left: 6%;
    }
    .inb-new {
        min-height: 320px;
    }
    .video-banner {
        height: 345px !important;
    }
    .product-quantity .edgtf-quantity-buttons.quantity {
        margin-left: auto;
    }
    .woo-pages.cart-main {
        margin-top: 130px;
    }
    .woocommerce-MyAccount-content p:last-child {
        margin-bottom: 0px !important;
    }
    .woocommerce-account .woo-pages {
        margin-bottom: 70px;
    }
    .woocommerce-shop .inb-img img {
        height: 340px;
        object-fit: cover;
        object-position: 100% 25%;
    }
    .woocommerce-shop .woo-pages.cart-main{
        margin-top: 70px;
    }
    .hyoutop-video iframe {
        height: 310px;
    }
    .home-video .row + .row {
	    margin-top: 30px;
    }
    .home-video .row:nth-child(2) {
        margin-top: 10px;
    }
    footer .social a {
        padding: 6px 8px;
    }
	.seva-box a:nth-child(1) img {
		height: 325px;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px) {
    .home-banner {
        background-position: 21% bottom !important;
    }
    .hb-inimg2 {
        right: 10px;
        max-width: 48%;
    }
    .hb-inimg1 {
        max-width: 52%;
        left: 10px;
        bottom: 74px;
    }
    .hb-desc {
        margin-top: 0px;
        text-align: center;
    }
    .hb-desc h1 {
        font-size: 18px;
        line-height: 32px;
        color: #fff;
    }
	.marq {
  padding:
8px 0px;
	}
	.marq #myMarquee{
		font-size: 16px;
  line-height: 24px;
	}
    .hb-desc h1 b, .hb-desc h1 strong{
        color: #fff;
    }
    .inb-new {
        min-height: 260px;
    }
    .home-banner {
        min-height: 370px;
        position: relative;
        background-position: 21% bottom !important;
        z-index: 1;
        padding: 0;
    }
    .hb-desc {
        margin-top: 10px;
        max-width: 100%;
    }
    .title h2 {
        font-size: 21px;
        line-height: 32px;
    }
    body{
        font-size: 16px;
        line-height: 26px;
    }
    .habt-img img {
        width: 60%;
    }
    .horgan-main {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .horgan-img {
        margin-top: 30px;
    }
    .hserv-box {
        padding: 60px 20px;
    }
    .hserv-box img {
        width: 80%;
    }
    .home-serving .row + .row {
        margin-top: 10px;
    }
    .hserv-desc h3 {
        font-size: 21px;
        line-height: 31px;
    }
    .hoiltop-box img {
        max-width: 70px;
    }
    .hoiltop-box h3 {
        font-size: 21px;
        line-height: 33px;
    }
    .hnum-main {
        padding: 30px 20px 0px;
    }
    .hnumin-main {
        grid-template-columns: repeat(1,1fr);
    }
    .hnum-main::before {
        bottom: 10%;
    }
    .horganb-img {
        width: 110px;
        height: 110px;
        margin-bottom: 9px;
    }
    .horganb-img img {
        max-width: 40px;
    }
    .horgan-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .hliveb-img img {
        max-width: 80%;
    }
    .hlive-box h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
    }
    .hlive-main .row {
        row-gap: 30px;
    }
    .home-lives {
        padding: 0px 0px 190px;
    }
    .incta-desc {
        padding: 25px 20px;
    }
    .hprocinm-box{
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        max-width: 100%;
        transform: translate(0) !important;
    }
    .hprocinm-box::before{
        display: none;
    }
    .hproc-main {
        padding-top: 0;
    }
    .hproc-inmain {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 25px;
    }
    .hprocinm-box h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .hproc-img{
        margin-top: 30px;
    }
    .hproc-img img {
        max-width: 100%;
    }
    .hgroun-desc ul li::before {
        width: 19px;
        height: 19px;
    }
    .hgroun-desc ul li {
        font-size: 16px;
        line-height: 26px;
        padding-left: 28px;
    }
    .hgroun-desc ul li + li{
        margin-top: 10px;
    }
    .hgroun-main {
        padding: 30px 0px;
    }
    .home-video .row + .row {
        margin-top: 30px;
    }
    .home-video .row:nth-child(2){
        margin-top: 10px;
    }
    .home-video .bottom-btn {
        margin-top: 0px;
    }
    .hvideo-box iframe {
        height: 220px !important;
    }
    .bottom-btn {
        margin-top: 20px;
    }
    .hteshape-1, .hteshape-2{
        display: none;
    }
    .htesti-box {
        padding: 20px 20px;
        margin-top: 0px;
    }
    .htesti-box p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .htesti-box h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .htesti-box h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .testi-pagination {
        margin-top: 25px;
    }
    .footer-certi {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
        margin: 40px 0 40px;
    }
    .certi-img img {
        max-width: 80%;
    }
    .certi-img + .certi-img::before{
        display: none;
    }
    .certi-img:nth-child(2n)::before{
        display: block;
    }
    .footer-bottom p {
        font-size: 15px;
    }
    footer h4 {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 7px;
    }
    .mt-120 {
        margin: 55px 0px 0px;
    }
    .mtb-120 {
        margin: 55px 0px;
    }
    .woo-pages {
        margin: 55px 0 0;
    }
    .ptb-120 {
        padding: 55px 0px;
    } 
    .htesti-box::before {
        width: 69px;
        height: 69px;
        left: 15px;
    }
    .continfo-box h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .continfo-box ul {
        padding: 20px;
    }
    .continfo-box ul li {
        font-size: 15px;
        line-height: 23px;
        gap: 13px;
    }
    .continfo-box ul li svg {
        max-width: 24px;
        flex: 100%;
    }
    .continfo-box ul li + li {
        margin-top: 12px;
    }
    .contmap-inn iframe {
        height: 290px !important;
    }
    .faq-acco .accordion-button {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 12px;
    }
    .faq-acco .accordion-body p {
        font-size: 16px;
        line-height: 26px;
    }
    .faq-acco .accordion-button:not(.collapsed)::after {
        width: 25px;
        height: 25px;
    }
    .faq-acco .accordion-button::after {
        width: 25px;
        height: 25px;
    }
    .faq-acco .accordion-body {
        padding: 0px 15px 15px;
    }
    .faq-acco .accordion-item + .accordion-item {
        margin-top: 15px;
    }
    .abj-shape{
        display: none;
    }
    .abjour-main {
        padding: 25px 25px 0px;
    }
    .abjour-main::before {
        bottom: 3%;
    }
    .abprocinn-main h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .abprocinn-main {
        grid-template-columns: 55px auto;
    }
    .abproc-desc h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .abproc-desc p {
        font-size: 16px;
        line-height: 25px;
    }
    .abproc-box::before {
        width: 80px;
        height: 89px;
    }
    .swiper-hoilbottom {
        margin-top: 20px;
    }
    .home-about::before {
        bottom: -30px;
    }
    .btn-blue {
        padding: 10px 21px;
        font-size: 16px;
    }
    .btn.btn-blue svg {
        max-width: 20px;
    }
    .navbar-collapse {
        width: 100%;
    }
    header .menu-item a, header .menu-item:last-child a {
        padding: 7px 18px;
        font-size: 16px;
    }
    button.close-btn {
        right: 12px;
        top: 12px;
    }
    .inner-banner img {
        height: 320px;
    }
    .abtjo-main {
        margin-top: 5px;
    }
    .abjour-desc p {
        font-size: 16px;
        line-height: 23px;
    }
    .abtjo-box + .abtjo-box {
        margin-top: 35px;
    }
    .hserv-main {
        min-height: auto;
		flex-wrap: wrap;
    }
    .hserv-box {
        padding: 55px 20px;
		width: 40%;
    }
    .hserv-box.active, .hserv-box:hover {
        padding: 50px 20px;
    }
    .inb-descn h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .video-banner {
        height: 185px !important;
    }
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100% !important;
    }
    .woo-pages h1.product_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    #tab-description {
        padding: 20px;
    }
    .woocommerce-account .woo-pages {
        margin-bottom: 50px;
    }
    .woocommerce-MyAccount-navigation {
        padding: 15px 20px;
    }
    .woocommerce-shop .inb-img img {
        height: 340px;
        object-fit: cover;
        object-position: 50% 100%;
    }
    .woocommerce-shop .woo-pages.cart-main {
        margin-top: 60px;
    }
    .hserv-main {
        gap: 10px;
    }
    .hserv-box.active, .hserv-box:hover {
        padding: 50px 10px;
    }
    .hserv-desc h4 {
        margin-bottom: 20px;
    }
    .hyoutop-video iframe {
        height: 220px;
    }
    .page-id-3032 .entry-content .wp-block-heading, .page-id-3008 .entry-content .wp-block-heading, .page-id-4797 .entry-content .wp-block-heading, .page-id-18902 .entry-content .wp-block-heading {
        font-weight: 400;
        line-height: 26px;
        font-size: 16px;
    }
    footer .social a {
        padding: 4px 4px;
    }
    footer a svg {
        height: 16px;
        max-width: 18px;
    }
	.woocommerce-shop .woo-pages.cart-main{
		margin-top: 50px;
	}
	.faq-acco .accordion-body h4 {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 14px;
	}
	.footer-bottom {
		justify-content: center !important;
		flex-wrap: wrap;
		gap: 15px;
	}
	.seva-box a:nth-child(1) img {
		height: 285px;
	}
}
@media screen and (max-width: 575px) {
    .home-banner {
        min-height: 250px;
    }
}
@media (max-width: 768px) { /* Mobile View */
    .hb-inimg1 img {
        content: url('https://sahajoil.com/wp-content/themes/sahajoil/assets/images/hb-img1.png'); /* Replace with your mobile image URL */
        width:118%;
    }
}